File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
railties/lib/rails/generators/rails/app/templates/config/initializers Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 166
166
# This matches the behaviour of all other callbacks.
167
167
# In previous versions of Rails, they ran in the inverse order.
168
168
# Rails.application.config.active_record.run_after_transaction_callbacks_in_order_defined = true
169
+
170
+ # ** Please read carefully, this must be configured in config/application.rb **
171
+ # Change the format of the cache entry.
172
+ # Changing this default means that all new cache entries added to the cache
173
+ # will have a different format that is not supported by Rails 7.0
174
+ # applications.
175
+ # Only change this value after your application is fully deployed to Rails 7.1
176
+ # and you have no plans to rollback.
177
+ # When you're ready to change format, add this to `config/application.rb` (NOT
178
+ # this file):
179
+ # config.active_support.cache_format_version = 7.1
You can’t perform that action at this time.
0 commit comments