Revision 085f01eb
Added by Marc Dequènes almost 16 years ago
- ID 085f01ebd4a3bce01cadfc267a82ce593ff6feb8
config/environment.rb | ||
---|---|---|
# 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")
|
||
# config.action_controller.session_store = :active_record_store
|
||
config.action_controller.session_store = :active_record_store
|
||
|
||
# Use SQL instead of Active Record's schema dumper when creating the test database.
|
||
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
Also available in: Unified diff
[evol] use SQL sessions instead of cookies-based ones