diff --git a/config/environments/production.rb b/config/environments/production.rb index d97a1d33..9a0be112 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -119,4 +119,6 @@ config.wkhtmltopdf = 'xvfb-run wkhtmltopdf' config.hosts << URI.parse(SiteSetting.value('baseurl_for_remote_sandboxes')).host + + config.active_record.cache_versioning = false end