aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/redirector.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-19/+0
|
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-2/+2
| | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941.
* Reduce the cost of using ActionController::Http significantly by:Yehuda Katz2009-05-271-2/+2
| | | | | | | | | | * 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.
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-0/+19