Updated README for rails

Changed rails install guide so it will work for threadsafe apps too
This commit is contained in:
Tymon Tobolski 2012-11-01 13:46:19 +01:00
parent 7115365877
commit 6661507d83
1 changed files with 1 additions and 1 deletions

View File

@ -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...