mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add text to "Upgrading to Rails 5.1"
[ci skip]
This commit is contained in:
parent
f785ad786a
commit
3b5a6dfb18
1 changed files with 8 additions and 1 deletions
|
@ -24,7 +24,14 @@ repository on GitHub.
|
|||
Upgrading to Rails 5.1
|
||||
----------------------
|
||||
|
||||
ToDo
|
||||
If you're upgrading an existing application, it's a great idea to have good test
|
||||
coverage before going in. You should also first upgrade to Rails 5.0 in case you
|
||||
haven't and make sure your application still runs as expected before attempting
|
||||
an update to Rails 5.1. A list of things to watch out for when upgrading is
|
||||
available in the
|
||||
[Upgrading Ruby on Rails](upgrading_ruby_on_rails.html#upgrading-from-rails-5-0-to-rails-5-1)
|
||||
guide.
|
||||
|
||||
|
||||
Major Features
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue