-
Task
-
Resolution: Unresolved
-
Major
-
None
-
SaaS
-
None
-
False
-
None
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
While upgrading Rails to version 7.0 we set config.active_support.cache_format_version = 6.1 as per the instructions:
# ** Please read carefully, this must be configured in config/application.rb ** # Change the format of the cache entry. # Changing this default means that all new cache entries added to the cache # will have a different format that is not supported by Rails 6.1 applications. # Only change this value after your application is fully deployed to Rails 7.0 # and you have no plans to rollback. # When you're ready to change format, change the value to 7.0
So, we need to switch the value to 7.0 once the new Rails version is deployed in production and stable