diff --git a/config/environments/production.rb b/config/environments/production.rb index bb7e31a..a0fe204 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -77,4 +77,9 @@ Wrestling::Application.configure do # Use default logging formatter so that PID and timestamp are not suppressed. config.log_formatter = ::Logger::Formatter.new + + config.cache_classes = true + config.serve_static_assets = true + config.assets.compile = true + config.assets.digest = true end