From f5aea5347601c3500bb3670971d44995c35c3c7b Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 19:50:00 +0200 Subject: use couchrest session store in core, updated dummy path --- test/dummy/config/initializers/session_store.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/dummy/config/initializers/session_store.rb (limited to 'test/dummy/config/initializers/session_store.rb') diff --git a/test/dummy/config/initializers/session_store.rb b/test/dummy/config/initializers/session_store.rb new file mode 100644 index 0000000..16787d2 --- /dev/null +++ b/test/dummy/config/initializers/session_store.rb @@ -0,0 +1,9 @@ +require 'couchrest_session_store' +# Be sure to restart your server when you modify this file. + +Dummy::Application.config.session_store CouchRestSessionStore + +# Use the database for sessions instead of the cookie-based default, +# which shouldn't be used to store highly confidential information +# (create the session table with "rails generate session_migration") +# Dummy::Application.config.session_store :active_record_store -- cgit v1.2.3