From c5816a3f43f0bd5cc17a88c6208e9b580b31c02e Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 3 Nov 2015 13:21:11 -0500 Subject: [PATCH] Enable caching --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 912ea13..54ad832 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -13,6 +13,7 @@ Rails.application.configure do # Full error reports are disabled and caching is turned on. config.consider_all_requests_local = false config.action_controller.perform_caching = true + config.perform_caching = true config.cache_store = :memory_store # Enable Rack::Cache to put a simple HTTP cache in front of your application