Upgrading to Rails 5.0.0.beta1
December 21, 2015
What we did to upgrade a small Rails app from Rails 4.2.5 to Rails 5.0.0.beta1.
Now the upgrade is deployed in AWS, here is where we are at: When deploying, remember to change the secret key base to invalidate all sessions. ( or your users will get a nasty 500 error ) Temporarily removed NewRelic from the gemfile – it doesn’t currently support Rails 5.0.0.beta1. (UPDATE: as of 11 Feb NewRelic supports Rails 5.
...
Read more