Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to phoenix 1.4 #400

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2018

  1. Upgrades ecto to ~> 3.0

    * Ecto.Changeset.cast/3 deprecated usage of binary keys,
      so a refactoring was applied to solve this.
    `
    warning: non-atom keys in cast/3 is deprecated. All keys must be atoms, got: `"reset_password_token"`
    `
    
    * Removed timex_ecto lib since ecto 3.0 does not support it
    
    * Passing :adapter via config is deprecated in favor of passing it on use Ecto.Repo
    
    * Ecto.migrations_path/1 was moved to Ecto.Migrator module
    
    * postgrex lib ~> 0.14.0
    norbajunior committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    2d33005 View commit details
    Browse the repository at this point in the history
  2. Upgrades Phoenix to ~> 1.4

    * Upgraded elixir to 1.7 since it's is a requirement for phoenix 1.4
    
    * Replaced Poison lib in favor of Jason one
    
    * A Routes alias has been added to coherence_web.ex for view and controller blocks in favor over the previously imported AppWeb.Router.Helpers. In reason of that
    all routes around the lib was updated to Routes.path_name_path
    norbajunior committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    b6e3b50 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Fix routes in templates

    norbajunior committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    304b7c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    10bb848 View commit details
    Browse the repository at this point in the history