diff --git a/config/environments/development.rb b/config/environments/development.rb index 8782f1b635..b0e6ceafd1 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -11,7 +11,7 @@ Openfoodnetwork::Application.configure do config.cache_classes = !!ENV["PROFILE"] # :file_store is used by default when no cache store is specifically configured. - # config.cache_store = :file_store + config.cache_store = :memory_store if !!ENV["PROFILE"] # Log error messages when you accidentally call methods on nil. config.whiny_nils = true