Checklist of things to check when upgrading a Rails app.
- Update configuration using railsdiff.org
- If starting from < 4.0 check off items at http://www.rails-upgrade-checklist.com
- Ensure tests pass
- Smoke test critical path sections of the app
Checklist of things to check when upgrading a Rails app.