From 444d43f2acf2e7249c9cc5da608640a3e1195267 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 18 Nov 2025 14:52:07 +0100 Subject: [PATCH] Its been a few days --- app/controllers/application_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index ea52609a7..de3bd535a 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -6,8 +6,7 @@ class ApplicationController < ActionController::Base include Saas include RoutingHeaders, WriterAffinity + etag { "v1" } stale_when_importmap_changes allow_browser versions: :modern - - etag { "v1" } # 2025-11-05 @todo: To invalidate HTTP cache after big renaming. To remove after a few days. end