Merge pull request #16 from teamon/patch-1
Rack::Lock undefined for threadsafe Rails apps
This commit is contained in:
commit
d1b9a6ef7b
|
@ -19,7 +19,7 @@ In `config/environments/development.rb`:
|
||||||
|
|
||||||
``` ruby
|
``` ruby
|
||||||
MyApp::Application.configure do
|
MyApp::Application.configure do
|
||||||
config.middleware.insert_before(Rack::Lock, Rack::LiveReload)
|
config.middleware.insert_after(ActionDispatch::Static, Rack::LiveReload)
|
||||||
|
|
||||||
# ...or, change some options...
|
# ...or, change some options...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue