Sha256: 1dd50ebb4ad9c13e77310978d0db3a6bcc72c4a645114e25781ed50de7548115
Contents?: true
Size: 797 Bytes
Versions: 22
Compression:
Stored size: 797 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_session', :secret => '61db6a666db4a1a08420f7a194f606293378e9c077e76ae797c99e7acc39b9cff4c511ad871eb782a3dc53801bd03645fbf13701ace275986190f6f4f7dacabe' } # 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
22 entries across 22 versions & 3 rubygems