File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Rails.application.configure do
13
13
config.eager_load = true
14
14
15
15
# Full error reports are disabled and caching is turned on.
16
- config.consider_all_requests_local = false
16
+ config.consider_all_requests_local = false
17
17
<%- unless options.api? -%>
18
18
config.action_controller.perform_caching = true
19
19
<%- end -%>
@@ -77,7 +77,7 @@ Rails.application.configure do
77
77
78
78
<%- unless options[:skip_active_job] -%>
79
79
# Use a real queuing backend for Active Job (and separate queues per environment).
80
- # config.active_job.queue_adapter = :resque
80
+ # config.active_job.queue_adapter = :resque
81
81
# config.active_job.queue_name_prefix = "<%= app_name %>_production"
82
82
83
83
<%- end -%>
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Rails.application.configure do
24
24
}
25
25
26
26
# Show full error reports and disable caching.
27
- config.consider_all_requests_local = true
27
+ config.consider_all_requests_local = true
28
28
config.action_controller.perform_caching = false
29
29
config.cache_store = :null_store
30
30
You can’t perform that action at this time.
0 commit comments