Sha256: 1a90e4ac2ada009c8cb923c97aefbb75af1233efdfbec6802ea97d182833e9cd
Contents?: true
Size: 801 Bytes
Versions: 10
Compression:
Stored size: 801 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 => '_test_app_session', :secret => 'd006fddf2b6060edb944065eec5644179981a0ef15659c2a10108d524254d360586e6f864652440ddb6e48b23286fd2c3f298dd1ea8be01bffc930f0fcc9b41d' } # 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
10 entries across 10 versions & 1 rubygems