rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

Possible to avoid adding Rack::MethodOverride middleware to main app? #207

Open mintuhouse opened 6 days ago

mintuhouse commented 6 days ago

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?

SO post explains the issue