From 10de8d2110ed8db8b2b9273e2800a09b17ebc3b3 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 22 Jan 2014 09:33:28 -0500 Subject: [PATCH] changed production environment --- config/environments/production.rb | 5 +++++ 1 file changed, 5 insertions(+) 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