Rack::Lock undefined for threadsafe Rails apps #16

Merged
teamon merged 1 commits from patch-1 into master 2012-11-01 12:50:43 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ In `config/environments/development.rb`:
``` ruby
MyApp::Application.configure do
config.middleware.insert_before(Rack::Lock, Rack::LiveReload)
config.middleware.insert_after(ActionDispatch::Static, Rack::LiveReload)
# ...or, change some options...