Skip to content

Commit

Permalink
Merge pull request #23629 from prathamesh-sonpatki/fix-numbers
Browse files Browse the repository at this point in the history
Fix numbers of steps to upgrade Rails [ci skip]
  • Loading branch information
prathamesh-sonpatki committed Feb 12, 2016
2 parents 737b718 + 2c89123 commit 8925e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -23,9 +23,9 @@ When changing Rails versions, it's best to move slowly, one minor version at a t
The process should go as follows:

1. Write tests and make sure they pass
1. Move to the latest patch version after your current version
1. Fix tests and deprecated features
1. Move to the latest patch version of the next minor version
2. Move to the latest patch version after your current version
3. Fix tests and deprecated features
4. Move to the latest patch version of the next minor version

Repeat this process until you reach your target Rails version. Each time you move versions, you will need to change the Rails version number in the Gemfile (and possibly other gem versions) and run `bundle update`. Then run the Update rake task mentioned below to update configuration files, then run your tests.

Expand Down

0 comments on commit 8925e37

Please sign in to comment.