Closed lilitSocial closed 11 years ago
This gem does not work in Rails4 since the Rack::Lock middleware has been removed in rails4.
My suggested fix is to use app.config.middleware.use instead of app.config.middleware.insert_after ::Rack::Lock.
Thanks for checking into this :) Hoping to try this out soon. Does this still work with Rails 3?
Yep, works in both rails 3 and 4
Sweet, just got around to trying it on our Rails 3 project and it works :)
This gem does not work in Rails4 since the Rack::Lock middleware has been removed in rails4.
My suggested fix is to use app.config.middleware.use instead of app.config.middleware.insert_after ::Rack::Lock.