diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-04-08 20:52:07 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-04-08 20:52:07 -0400 |
commit | 3b5a6dfb18f33c373a89760c60d741f34206f23b (patch) | |
tree | 62ff2a77b02d036f20c8c666023378a542f3aa20 /guides | |
parent | f785ad786ae49dd6f7a2f1d77c44ea17008c6656 (diff) | |
download | rails-3b5a6dfb18f33c373a89760c60d741f34206f23b.tar.gz rails-3b5a6dfb18f33c373a89760c60d741f34206f23b.tar.bz2 rails-3b5a6dfb18f33c373a89760c60d741f34206f23b.zip |
Add text to "Upgrading to Rails 5.1"
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_1_release_notes.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index d796236807..e995c50297 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -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 -------------- |