From 7fe74e811e1738bd95596b5891d619fcbea184b9 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 11 Aug 2023 10:27:37 +1000 Subject: [PATCH] Remove ignored session store config We set the session store in an initializer and therefore the development config was overridden without having any effect. --- config/environments/development.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 72eb36d5eb..84dc8c9958 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -22,8 +22,6 @@ Openfoodnetwork::Application.configure do } end - config.session_store :cache_store, key: "_sessions_development", compress: true, pool_size: 5, expire_after: 1.year - config.eager_load = false # Show full error reports and disable caching