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 - https://github.com/smpallen99/coherence/pull/400 #2

Merged
merged 4 commits into from
Jan 17, 2019

Conversation

jdobrzanski
Copy link

No description provided.

* 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
* 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
@jdobrzanski jdobrzanski changed the base branch from extendible-controllers to master January 17, 2019 20:36
@jdobrzanski
Copy link
Author

From smpallen99#400

@jdobrzanski jdobrzanski changed the title Upgrade to phoenix 1.4 Upgrade to phoenix 1.4 - https://github.com/smpallen99/coherence/pull/400 Jan 17, 2019
@jdobrzanski jdobrzanski merged commit 40e5e08 into master Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants