diff --git a/config/environments/development.rb b/config/environments/development.rb index ace7b503d..05dc335c2 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -26,7 +26,7 @@ Rails.application.configure do config.cache_store = :memory_store config.public_file_server.headers = { "Cache-Control" => "public, max-age=#{2.days.to_i}" } else - config.action_controller.perform_caching = true + config.action_controller.perform_caching = false config.cache_store = :null_store end