提交 8925e37f 编写于 作者: प्रथमेश Sonpatki

Merge pull request #23629 from prathamesh-sonpatki/fix-numbers

Fix numbers of steps to upgrade Rails [ci skip]
...@@ -23,9 +23,9 @@ When changing Rails versions, it's best to move slowly, one minor version at a t ...@@ -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: The process should go as follows:
1. Write tests and make sure they pass 1. Write tests and make sure they pass
1. Move to the latest patch version after your current version 2. Move to the latest patch version after your current version
1. Fix tests and deprecated features 3. Fix tests and deprecated features
1. Move to the latest patch version of the next minor version 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. 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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册