Skip to content

Commit 28fbdfc

Browse files
authored
Merge pull request rails#42720 from p8/railties/framework-defaults-rewording
Clarify new_framework_defaults instructions
2 parents 7373b58 + 34d0b3d commit 28fbdfc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_0.rb.tt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Be sure to restart your server when you modify this file.
22
#
3-
# This file contains migration options to ease your Rails 7.0 upgrade.
3+
# This file eases your Rails 7.0 framework defaults upgrade.
44
#
5-
# Once upgraded flip defaults one by one to migrate to the new default.
5+
# 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`.
68
#
79
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
810

0 commit comments

Comments
 (0)