File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
guides/code/getting_started/config/environments
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
config . cache_classes = true
6
6
7
7
# 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
9
9
# and those relying on copy on write to perform better.
10
10
# Rake tasks automatically ignore this option for performance.
11
11
config . eager_load = true
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Rails.application.configure do
5
5
config.cache_classes = true
6
6
7
7
# 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
9
9
# and those relying on copy on write to perform better.
10
10
# Rake tasks automatically ignore this option for performance.
11
11
config.eager_load = true
You can’t perform that action at this time.
0 commit comments