Open mindbreaker opened 10 years ago
I use refraction with rails 4:
No such middleware to insert before: Rack::Lock
to fix this error change
config.middleware.insert_before(::Rack::Lock, ::Refraction)
to
config.middleware.insert_before(::Rack::Runtime, ::Refraction)
Explanation here: http://stackoverflow.com/questions/17131366/no-such-middleware-to-insert-before-racklock-runtimeerror-after-upgrading
Is refraction abandonned ? No commit in 4 years !
thanks, that works perfect
Well @thomasdarde I think you have a reply 🥇
I use refraction with rails 4:
to fix this error change
to
Explanation here: http://stackoverflow.com/questions/17131366/no-such-middleware-to-insert-before-racklock-runtimeerror-after-upgrading