update rails to v8.0.1

This commit is contained in:
Alex Turchyn
2024-12-20 17:01:27 +02:00
committed by Pete Matsyburka
parent ca429bc445
commit e9bd11cb2e
8 changed files with 166 additions and 163 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Rails.application.configure do
# Configure public file server for tests with Cache-Control for performance.
config.public_file_server.enabled = true
config.public_file_server.headers = {
'Cache-Control' => "public, max-age=#{1.hour.to_i}"
'cache-control' => "public, max-age=#{1.hour.to_i}"
}
# Show full error reports and disable caching.