We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7373b58 + 34d0b3d commit 28fbdfcCopy full SHA for 28fbdfc
railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_0.rb.tt
@@ -1,8 +1,10 @@
1
# Be sure to restart your server when you modify this file.
2
#
3
-# This file contains migration options to ease your Rails 7.0 upgrade.
+# This file eases your Rails 7.0 framework defaults upgrade.
4
5
-# Once upgraded flip defaults one by one to migrate to the new default.
+# Uncomment each configuration one by one to switch to the new default.
6
+# Once your application is ready to run with all new defaults, you can remove
7
+# this file and set the `config.load_defaults` to `7.0`.
8
9
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
10
0 commit comments