From 52742ba30574213b737342050c3246a5219073a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 11 Aug 2026 18:15:19 -0600 Subject: [PATCH] Enable Rails cache (memory store) --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 04a5849..cf8ebca 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -24,7 +24,7 @@ Rails.application.configure do else config.action_controller.perform_caching = false - config.cache_store = :null_store + config.cache_store = :memory_store end # Don't care if the mailer can't send.