This project is archived and is in readonly mode.
Changeset [9408fcd2e858ae48dd30d9e8d1bb1dcbbfffb840] by Yehuda Katz
August 26th, 2009 @ 08:18 AM
Create new ActionController::Middleware class that will work as a normal Rack middleware.
- This initial implementation is a bit hackish, but it uses a normal middleware API so it's future-proof when we improve the internals. http://github.com/rails/rails/co...
Committed by Yehuda Katz
- A actionpack/lib/action_controller/middleware.rb
- M actionpack/lib/abstract_controller/base.rb
- M actionpack/lib/action_controller.rb
- M actionpack/lib/action_controller/metal.rb
- M actionpack/test/abstract_controller/abstract_controller_test.rb
- M actionpack/test/abstract_controller/callbacks_test.rb
- M actionpack/test/abstract_controller/helper_test.rb
- M actionpack/test/abstract_controller/layouts_test.rb
- M actionpack/test/new_base/metal_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>