Mercurial > hg > soundsoftware-site
comparison config/environments/test.rb @ 38:33d69fee1d99 cannam
* Merge SVN update from default branch
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:41:40 +0000 |
parents | 94944d00e43c |
children | 433d4f72a19b |
comparison
equal
deleted
inserted
replaced
29:192d132064a5 | 38:33d69fee1d99 |
---|---|
15 | 15 |
16 config.action_mailer.perform_deliveries = true | 16 config.action_mailer.perform_deliveries = true |
17 config.action_mailer.delivery_method = :test | 17 config.action_mailer.delivery_method = :test |
18 | 18 |
19 config.action_controller.session = { | 19 config.action_controller.session = { |
20 :session_key => "_test_session", | 20 :key => "_test_session", |
21 :secret => "some secret phrase for the tests." | 21 :secret => "some secret phrase for the tests." |
22 } | 22 } |
23 | 23 |
24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application | 24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application |
25 config.action_controller.allow_forgery_protection = false | 25 config.action_controller.allow_forgery_protection = false |