-
Notifications
You must be signed in to change notification settings - Fork 5
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 the app to Rails 5 #170
Conversation
Had to remove a number of gems to get this to complete successfully. Some of these are requirements and must be added back in some way, but some may be able to be removed entirely. Removed gems: pg_search, activerecord-postgis-adapter, pg_search, jquery-rails, jquery-cookie-rails, jquery-turbolinks, paranoia, mailboxer, simple_form, datetimepicker-rails, rails-i18n, activeadmin, actionpack-action_caching, render_anywhere, web_console, rspec_rails, capybara, devise_invitable, haml-rails, and bootstrap-sass-extras
First cut: Had to remove a number of gems to get this to complete successfully. Some of these are requirements and must be added back in some way, but some may be able to be removed entirely. Removed gems: pg_search, activerecord-postgis-adapter, pg_search, jquery-rails, jquery-cookie-rails, jquery-turbolinks, paranoia, mailboxer, simple_form, datetimepicker-rails, rails-i18n, activeadmin, actionpack-action_caching, render_anywhere, web_console, rspec_rails, capybara, devise_invitable, haml-rails, and bootstrap-sass-extras |
I'm happy to have the travis build finally pass for this branch! I will be going through the app and testing each page and action to ensure that I catch as many hard failures as possible. |
In order to take advantage of the numerous performance improvements and security enhancements of Rails 5, an upgrade is required. Once we are on Rails 5, we can also then start integrating the social features that are provided as part of my Better Together project.