This project is archived and is in readonly mode.
Changeset [0f7c970e4f1cf0f3bcc01c22a6a3038cb3e34668] by John Firebaugh
December 20th, 2010 @ 11:43 AM
Introduce ActionDispatch::Reloader
Based on the implementation on the 2-3-stable branch, patches by
Hongli
Lai hongli@phusion.nl, and
helpful suggestions from José Valim.
Hongli Lai's patches included locking around the request cycle;
this is
now handled by Rack::Lock (https://github.com/rack/rack/issues/issue/87/).
[#2873]
Signed-off-by: José Valim jose.valim@gmail.com
https://github.com/rails/rails/commit/0f7c970e4f1cf0f3bcc01c22a6a30...
Committed by John Firebaugh
- A actionpack/lib/action_dispatch/middleware/reloader.rb
- A actionpack/test/dispatch/reloader_test.rb
- M actionpack/lib/action_dispatch.rb
- M railties/lib/rails/application.rb
- M railties/test/application/middleware_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>