Sha256: f0e12bde452109554059cef8d8d58b4731958bce9e714f9a0699366252ee9da7
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 Bytes
Contents
# Be sure to restart your server when you modify this file. # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. ActionController::Base.session = { :key => '_fixture_rails_root_session', :secret => '4042769baf2ecc8088cde8e4a2c4eb9fe4fbed23b97155d22da2c1db1183553187cf5cd26c8be21f1d408c7d325571b7cbab66b1c2d2f9e18523e0100b5c4e60' } # 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 "rake db:sessions:create") # ActionController::Base.session_store = :active_record_store
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jnicklas-courgette-0.0.2 | fixture_rails_root/config/initializers/session_store.rb |
jnicklas-courgette-0.0.3 | fixture_rails_root/config/initializers/session_store.rb |