@@ -14,9 +14,14 RedmineApp::Application.configure do | |||
|
14 | 14 | config.action_controller.perform_caching = false |
|
15 | 15 | |
|
16 | 16 | config.action_mailer.perform_deliveries = true |
|
17 | ||
|
18 | # Tell Action Mailer not to deliver emails to the real world. | |
|
19 | # The :test delivery method accumulates sent emails in the | |
|
20 | # ActionMailer::Base.deliveries array. | |
|
17 | 21 | config.action_mailer.delivery_method = :test |
|
18 | 22 | |
|
19 | # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application | |
|
23 | # Skip protect_from_forgery in requests | |
|
24 | # http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application | |
|
20 | 25 | config.action_controller.allow_forgery_protection = false |
|
21 | 26 | |
|
22 | 27 | config.active_support.deprecation = :log |
General Comments 0
You need to be logged in to leave comments.
Login now