You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our API only rails app, we use Rack::RewindableInput::Middleware for one of the engines
Adding Rack::MethodOverride to main app breaks this engine
Can we add the middleware just for the MissionControl::Jobs::Engine?
The text was updated successfully, but these errors were encountered:
mintuhouse
changed the title
Possible to avoid adding Rack::MethodOverride middleware to app?
Possible to avoid adding Rack::MethodOverride middleware to main app?
Nov 19, 2024
In our API only rails app, we use
Rack::RewindableInput::Middleware
for one of the enginesAdding
Rack::MethodOverride
to main app breaks this engineCan we add the middleware just for the
MissionControl::Jobs::Engine
?SO post explains the issue
The text was updated successfully, but these errors were encountered: