Skip to content

Instantly share code, notes, and snippets.

@nikolasgd
Last active March 31, 2022 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikolasgd/86591afe17c8df0acf5f605b6cf4320a to your computer and use it in GitHub Desktop.
Save nikolasgd/86591afe17c8df0acf5f605b6cf4320a to your computer and use it in GitHub Desktop.
Rails Upgrade Instructions
# Official Rails Upgrade Instructions
https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html
# Check Gemfile Compatibility
https://railsbump.org
# Check Ruby - Rails Version Compatibility Chart
https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
# Use Railsdiff
https://railsdiff.org/
# Use rails app:update
https://thomasleecopeland.com/2015/08/06/running-rails-update.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment