I am upgrading to 6.1
The guides have the following wording.
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.
and the guides say: config.load_defaults loads default configuration values for a target version and all versions prior
So when I ran app:update
config/initializers/new_framework_defaults_6_1.rb was created.
But if I am going to delete this file, should I put the suggested defaults into an existing file. If that is the case why would I then need to flip the config.load_defaults
value. I am somewhat confused about what I should aim for as the final state