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
vendor/bundle/ruby/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/stack.rb:125:in `assert_index': No such middleware to insert after: Rack::Lock (RuntimeError)
it seems that In Rails4, threading is enabled by default which removes Rack::Lock.
do u know how to fix it properly?
The text was updated successfully, but these errors were encountered:
In Rails 4 production mode, there is an error :
vendor/bundle/ruby/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/stack.rb:125:in `assert_index': No such middleware to insert after: Rack::Lock (RuntimeError)
it seems that In Rails4, threading is enabled by default which removes Rack::Lock.
do u know how to fix it properly?
The text was updated successfully, but these errors were encountered: