Sha256: fc9cb4158d573c5b047c0120a93001fa21ef9e655a2cd10dd1ea6967393a5e8d
Contents?: true
Size: 798 Bytes
Versions: 8
Compression:
Stored size: 798 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 => '_dummy_session', :secret => '59a8732ab5f3dee5015582556d2bbd232ac41de5f2bef8a505d2828fb0fbf87be8b8741af974b1c303ac3d321ff5d2f895c10926a4d923f7c0836b8b7be45405' } # 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
8 entries across 8 versions & 2 rubygems