Sha256: 93e8c784cddf594e0398a4db41a5904d8d9170fd8432993d5754f535fe46513f
Contents?: true
Size: 796 Bytes
Versions: 154
Compression:
Stored size: 796 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 => '_new_session', :secret => '90d986872f95d00b5ec26558378dae2751ac581d592e87a6d7c269229e7d1b8971523daf49f78fa2a3f1d379d6dd7e049a533deeb1a14689bedec7bc6b0e72c7' } # 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
154 entries across 77 versions & 1 rubygems