We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd1811 commit 0b87b4bCopy full SHA for 0b87b4b
config/environments/production.rb
@@ -119,4 +119,6 @@
119
config.wkhtmltopdf = 'xvfb-run wkhtmltopdf'
120
121
config.hosts << URI.parse(SiteSetting.value('baseurl_for_remote_sandboxes')).host
122
+
123
+ config.active_record.cache_versioning = false
124
end
0 commit comments