rails/actionpack/lib/action_controller/new_base
Yehuda Katz 6bbe965ccd Reduce the cost of using ActionController::Http significantly by:
* Removing the dependency on AD::Request and AD::Response
  * Moving the logic for the request and response object
    into a new module that is included by default.
  * Changing Renderer and Redirector to use self.headers,
    self.content_type, and self.status, which have very basic
    default implementations on AC::Http. When RackConvenience
    is included (which it is by default on AC::Base), the full
    Request/Response logic is used instead of the simple logic.
2009-05-27 10:40:43 +02:00
..
base.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
compatibility.rb Got all the dispatch tests running on new base 2009-05-26 15:03:09 -07:00
conditional_get.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
helpers.rb Use super wherever possible in ActionController::Helpers#helper 2009-05-23 00:30:32 +02:00
hide_actions.rb Got new base to pass controller/base_test.rb, implemented method_missing action semantics in compatibility mode, and fixed a few action_missing bugs. 2009-05-14 17:25:10 -07:00
http.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
layouts.rb Get controller/layout_test.rb running on new base except for ActionController::Base.exempt_from_layout which is going to be deprecated. 2009-05-22 15:25:13 -07:00
rack_convenience.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
redirector.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
render_options.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
renderer.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
rescuable.rb Ported Rescuable to new base 2009-05-15 17:49:11 -07:00
session.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
testing.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
url_for.rb Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00