|
|
@@ -1,8 +1,6 @@
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
Rails.application.configure do
|
|
|
- # Verifies that versions and hashed value of the package contents in the project's package.json
|
|
|
- config.webpacker.check_yarn_integrity = true
|
|
|
# Settings specified here will take precedence over those in config/application.rb.
|
|
|
|
|
|
# In the development environment your application's code is reloaded on
|
|
|
@@ -20,6 +18,7 @@ Rails.application.configure do
|
|
|
# Run rails dev:cache to toggle caching.
|
|
|
if Rails.root.join('tmp', 'caching-dev.txt').exist?
|
|
|
config.action_controller.perform_caching = true
|
|
|
+ config.action_controller.enable_fragment_cache_logging = true
|
|
|
|
|
|
config.cache_store = :memory_store
|
|
|
config.public_file_server.headers = {
|