diff --git a/config/environments/development.rb b/config/environments/development.rb index 048dfff1..1ae657f6 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -23,7 +23,7 @@ Orbit::Application.configure do # Only use best-standards-support built into browsers config.action_dispatch.best_standards_support = :builtin - config.cache_store = :mem_cache_store + # config.cache_store = :mem_cache_store config.assets.debug = true