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
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
Ironically this gem is not threadsafe, preventing me from using it to compare times pre- and post- puma and threadsafe on my app.
The error is get is:
... .rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.10/lib/action_dispatch/middleware/stack.rb:120:in `assert_index': No such middleware to insert after: "Rack::Lock" (RuntimeError)
Simply uncomment config.threadsafe! in production.rb and bundle this gem and start your server to experience the error.
The text was updated successfully, but these errors were encountered:
Ironically this gem is not threadsafe, preventing me from using it to compare times pre- and post- puma and threadsafe on my app.
The error is get is:
... .rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.10/lib/action_dispatch/middleware/stack.rb:120:in `assert_index': No such middleware to insert after: "Rack::Lock" (RuntimeError)
Simply uncomment config.threadsafe! in production.rb and bundle this gem and start your server to experience the error.
The text was updated successfully, but these errors were encountered: