Upgrade to phoenix 1.4 - https://github.com/smpallen99/coherence/pull/400 - #2
Merged
Conversation
* 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
Author
|
From smpallen99#400 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.