joatuapp / joatu-v2

The JoatU application, version 2. Written in Ruby on Rails.
https://alpha.joatu.org
GNU General Public License v3.0
27 stars 5 forks source link

Upgrade the app to Rails 5 #170

Closed rsmithlal closed 5 years ago

rsmithlal commented 5 years ago

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.

rsmithlal commented 5 years ago

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

rsmithlal commented 5 years ago

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.