Skip to content

Commit

Permalink
Add eager loading to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Sep 12, 2024
1 parent 2d6e317 commit 2690195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false

# Do not eager load code on boot.
config.eager_load = false
# Eager load code on boot.
config.eager_load = true

# Show full error reports.
config.consider_all_requests_local = true
Expand Down

0 comments on commit 2690195

Please sign in to comment.