Merge pull request #16 from teamon/patch-1

Rack::Lock undefined for threadsafe Rails apps
This commit is contained in:
John Bintz 2012-11-01 05:50:43 -07:00
commit d1b9a6ef7b
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...