This intends to update the prototype app to use Rails 5 (the one we deploy), the process of this will allow us to upgrade a few gems which are broken with Ruby 2.4.0, which in turn will allow us to start developing on that.
-
Add rails-controller-testing
to the mainGemfile
. -
Rails 4.2 tests fail with the link_to
helper.