Sha256: d24b4c92955096cf639f6ff611f1c17e7d8162f0f662ddb0aaafd81cbdb59f9f

Contents?: true

Size: 859 Bytes

Versions: 5

Compression:

Stored size: 859 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         => '_testapp_session',
  :secret      => '4be61fdc6164901df0ba3583d909685729dc5077f4193f13406ba07b8c538808db8276a15858edd414d4fbbd4e641855a736b16d70dcd87fedf40fa6831e42bf'
}

# 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
ActionController::Base.session_store = :active_record_store

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gemstreamer-1.2.0 spec/assets/testapp/config/initializers/session_store.rb
gemstreamer-1.1.1 spec/assets/testapp/config/initializers/session_store.rb
gemstreamer-1.1.0 spec/assets/testapp/config/initializers/session_store.rb
gemstreamer-1.0.0 spec/assets/testapp/config/initializers/session_store.rb
gemstreamer-0.0.0 spec/assets/testapp/config/initializers/session_store.rb