From 3b5a6dfb18f33c373a89760c60d741f34206f23b Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sat, 8 Apr 2017 20:52:07 -0400 Subject: [PATCH] Add text to "Upgrading to Rails 5.1" [ci skip] --- guides/source/5_1_release_notes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 --------------