]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.rb
Enable rails 7.1 defaults that relate to rolling upgrades
[rails.git] / config / application.rb
index 2303d321c0344dd87b0f281c300a6b9aa3535df1..23f70fc207c9fc20faad43ca8b0efde70ea8a6a3 100644 (file)
@@ -29,6 +29,9 @@ module OpenStreetMap
     # like if you have constraints or database-specific column types
     config.active_record.schema_format = :sql unless Settings.status == "database_offline"
 
+    # Use rails 7.1 cache format
+    config.active_support.cache_format_version = 7.1
+
     # Use memcached for caching if required
     config.cache_store = :mem_cache_store, Settings.memcache_servers, { :namespace => "rails:cache" } if Settings.key?(:memcache_servers)