Skip to content

Commit 5ae85e6

Browse files
Merge pull request rails#49865 from guillaumewrobel/patch-1
Reset indentation of equals assignation Co-authored-by: Matthew Draper <[email protected]>
2 parents 6cf3f6d + 638c0b0 commit 5ae85e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Rails.application.configure do
1313
config.eager_load = true
1414

1515
# Full error reports are disabled and caching is turned on.
16-
config.consider_all_requests_local = false
16+
config.consider_all_requests_local = false
1717
<%- unless options.api? -%>
1818
config.action_controller.perform_caching = true
1919
<%- end -%>
@@ -77,7 +77,7 @@ Rails.application.configure do
7777

7878
<%- unless options[:skip_active_job] -%>
7979
# 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
8181
# config.active_job.queue_name_prefix = "<%= app_name %>_production"
8282

8383
<%- end -%>

railties/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rails.application.configure do
2424
}
2525

2626
# Show full error reports and disable caching.
27-
config.consider_all_requests_local = true
27+
config.consider_all_requests_local = true
2828
config.action_controller.perform_caching = false
2929
config.cache_store = :null_store
3030

0 commit comments

Comments
 (0)