mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
add "config.enable_dependency_loading = true" at config/environments/production.rb (#26513, #26524, #26526)
git-svn-id: http://svn.redmine.org/redmine/trunk@16881 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
26f7d35ee3
commit
9555732eb3
@ -10,6 +10,8 @@ Rails.application.configure do
|
||||
# Rake tasks automatically ignore this option for performance.
|
||||
config.eager_load = true
|
||||
|
||||
config.enable_dependency_loading = true
|
||||
|
||||
# Full error reports are disabled and caching is turned on.
|
||||
config.consider_all_requests_local = false
|
||||
config.action_controller.perform_caching = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user