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.
Refer to issue #1087
2596c50 This commit updates the Gemfile with compatible version of gems for Rails 5.0
quiet-assests
gem as it is now built insidesprocket-rails
.Reference: Silence asset requests with config.assets.quiet rails/sprockets-rails#355
activeuuid
as rails 5 has built in support for uuid primary keys.rails_observers
supported version for rails 5 has not yet been released. However, Updated gem to work (and successfully test) with Rails 5.0 rails/rails-observers#39 makes it compatible with rails 5, so using a forked repository helps.awesome_nested_set
updated to version3.1
519a361 Committed after running
rails app:update
. The overwritten configurations had to be added manually so, kindly review this.Approach taken from: http://pages.citebite.com/q5b3s6r9u4nyk
cdd2242 Generated new schema.
Reference: https://hashrocket.com/blog/posts/how-to-upgrade-to-rails-5#4-generate-the-db-schema-rb-file-again
Note: This is an ongoing PR and contains incomplete changes.