Skip to content

Commit

Permalink
Improve caching
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Aug 28, 2024
1 parent 1ca99b9 commit 9dbee02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.
if Rails.root.join('tmp', 'caching-dev.txt').exist?
config.cache_classes = true
config.action_controller.perform_caching = true
config.action_controller.enable_fragment_cache_logging = true

Expand Down

0 comments on commit 9dbee02

Please sign in to comment.