Rails 7 RC1 updates

This commit is contained in:
Ryan W
2021-12-06 15:02:04 -08:00
parent a817e3c457
commit 5f9a0520c4
15 changed files with 145 additions and 122 deletions
+3
View File
@@ -16,6 +16,9 @@ Rails.application.configure do
# Show full error reports.
config.consider_all_requests_local = true
# Enable server timing
config.server_timing = true
# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.
if Rails.root.join('tmp/caching-dev.txt').exist?