mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 10:30:15 +01:00
A few tweaks to get tests running
This commit is contained in:
parent
ac0ff3feaf
commit
6181d42072
3 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ config.action_controller.allow_forgery_protection = false
|
|||
# See http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/5519ca7fd4dde3c1
|
||||
class ActionController::RackRequest
|
||||
DEFAULT_SESSION_OPTIONS = {
|
||||
:database_manager => CGI::Session::MemoryStore, # store data in memory
|
||||
#:database_manager => CGI::Session::MemoryStore, # store data in memory
|
||||
:prefix => "ruby_sess.", # prefix session file names
|
||||
:session_path => "/", # available to all paths in app
|
||||
:session_key => "_session_id",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue