Skip to content

Commit 14d59d2

Browse files
committed
Merge pull request rails#13844 from Alamoz/config_grammar
thread -> threaded [ci skip]
2 parents 81c1f58 + 9d0fceb commit 14d59d2

File tree

2 files changed

+2
-2
lines changed
  • guides/code/getting_started/config/environments
  • railties/lib/rails/generators/rails/app/templates/config/environments

2 files changed

+2
-2
lines changed

guides/code/getting_started/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
config.cache_classes = true
66

77
# Eager load code on boot. This eager loads most of Rails and
8-
# your application in memory, allowing both thread web servers
8+
# your application in memory, allowing both threaded web servers
99
# and those relying on copy on write to perform better.
1010
# Rake tasks automatically ignore this option for performance.
1111
config.eager_load = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Rails.application.configure do
55
config.cache_classes = true
66

77
# Eager load code on boot. This eager loads most of Rails and
8-
# your application in memory, allowing both thread web servers
8+
# your application in memory, allowing both threaded web servers
99
# and those relying on copy on write to perform better.
1010
# Rake tasks automatically ignore this option for performance.
1111
config.eager_load = true

0 commit comments

Comments
 (0)