rails/actionpack/lib
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
..
action_controller Reduce the cost of using ActionController::Http significantly by: 2009-05-27 10:40:43 +02:00
action_dispatch Got all the dispatch tests running on new base 2009-05-26 15:03:09 -07:00
action_pack Prepare for final 2.3 release 2009-03-15 22:06:50 -05:00
action_view Get controller/render_other_test.rb to pass on new base and fixed a bug in new base with regards to rendering layouts. 2009-05-22 16:55:27 -07:00
action_controller.rb Move FilterParameterLogging to a stand alone module and make it work on new base 2009-05-22 19:51:17 +02:00
action_dispatch.rb RequestForgeryProtection now works with the new base 2009-05-21 21:48:42 +02:00
action_pack.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
action_view.rb Cleaning up more render tests 2009-05-14 15:30:35 -07:00
actionpack.rb Allow frameworks to be required by their gem name (closes #8845) [drnic] 2007-09-22 18:15:05 +00:00