|
|
|
@ -41,9 +41,11 @@ OpenProject::Application.configure do |
|
|
|
|
# Do not eager load code on boot. |
|
|
|
|
config.eager_load = false |
|
|
|
|
|
|
|
|
|
# Show full error reports and disable caching. |
|
|
|
|
# Show full error reports |
|
|
|
|
config.consider_all_requests_local = true |
|
|
|
|
config.action_controller.perform_caching = false |
|
|
|
|
|
|
|
|
|
# Enable caching in development |
|
|
|
|
config.action_controller.perform_caching = true |
|
|
|
|
|
|
|
|
|
# Don't care if the mailer can't send. |
|
|
|
|
config.action_mailer.raise_delivery_errors = false |
|
|
|
|