aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-08-28 11:16:59 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-08-29 12:09:43 +0300
commit02fa55ac29dd7a3f92fe454e32ee8fa35005d7e7 (patch)
tree92a3f492e4daa932417b5f3e44817db2893f7eb3 /guides/source/upgrading_ruby_on_rails.md
parent1353610ff2ab4d16d022d5c31d5b4e5d908e05a8 (diff)
downloadrails-02fa55ac29dd7a3f92fe454e32ee8fa35005d7e7.tar.gz
rails-02fa55ac29dd7a3f92fe454e32ee8fa35005d7e7.tar.bz2
rails-02fa55ac29dd7a3f92fe454e32ee8fa35005d7e7.zip
Add "Ruby on Rails 6.0 Release Notes" guide [ci skip]
This commit adds a skeleton of "Ruby on Rails 6.0 Release Notes". It isn't a good time to add changelogs' entries to this guide since we can redo/revert some things till the final release 6.0. It would be better to do it close to the release. But we already can add mentions about major features that have been added to 6.0. I added mention about "Parallel Testing".
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 89de180508..3f8edd953d 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -69,13 +69,15 @@ Don't forget to review the difference, to see if there were any unexpected chang
### Configure Framework Defaults
The new Rails version might have different configuration defaults than the previous version. However, after following the steps described above, your application would still run with configuration defaults from the *previous* Rails version. That's because the value for `config.load_defaults` in `config/application.rb` has not been changed yet.
-
+
To allow you to upgrade to new defaults one by one, the update task has created a file `config/initializers/new_framework_defaults.rb`. Once your application is ready to run with new defaults, you can remove this file and flip the `config.load_defaults` value.
Upgrading from Rails 5.2 to Rails 6.0
-------------------------------------
+For more information on changes made to Rails 6.0 please see the [release notes](6_0_release_notes.html).
+
### Force SSL
The `force_ssl` method on controllers has been deprecated and will be removed in