From d9ebc8ace0e7fb55a4bb61a68820c4e9a6d3dac0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 29 Oct 2025 13:47:51 +0100 Subject: [PATCH] We need to upstream this fix to turbo-rails If page refreshes and view transitions clash for us, they'll clash for all. cc: @jorgemanrubia --- app/controllers/concerns/view_transitions.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/concerns/view_transitions.rb b/app/controllers/concerns/view_transitions.rb index 94b9c0a55..d80de1061 100644 --- a/app/controllers/concerns/view_transitions.rb +++ b/app/controllers/concerns/view_transitions.rb @@ -1,3 +1,4 @@ +# FIXME: Upstream this fix to turbo-rails module ViewTransitions extend ActiveSupport::Concern