We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ActionDispatch::Executor
1 parent 8ebcd45 commit 879bbd5Copy full SHA for 879bbd5
lib/propshaft/railtie.rb
@@ -66,7 +66,7 @@ class Railtie < ::Rails::Railtie
66
initializer "propshaft.assets_middleware", group: :all do |app|
67
app.assets = Propshaft::Assembly.new(app.config.assets)
68
if config.assets.server
69
- app.middleware.insert_after ::ActionDispatch::Static, Propshaft::Server, app.assets
+ app.middleware.insert_before ::ActionDispatch::Executor, Propshaft::Server, app.assets
70
end
71
72
0 commit comments