aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/http.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-100/+0
|
* Document and clean up HideActions and HttpYehuda Katz + Carl Lerche2009-06-101-11/+30
|
* Removed unnecessary codeYehuda Katz + Carl Lerche2009-06-101-10/+0
|
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-15/+23
| | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941.
* Reduce the cost of using ActionController::Http significantly by:Yehuda Katz2009-05-271-13/+29
| | | | | | | | | | * 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.
* Make ActionController::Flash work with new_basePratik Naik2009-05-211-1/+1
|
* Make old caching tests pass on new base.Yehuda Katz + Carl Lerche2009-05-191-1/+0
|
* Ported Rescuable to new baseYehuda Katz + Carl Lerche2009-05-151-2/+2
|
* Merge commit 'origin/master'Yehuda Katz + Carl Lerche2009-05-141-1/+4
|\ | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/base.rb actionpack/lib/action_controller/routing.rb
| * Minimal base/new_base comparisonJeremy Kemper2009-05-141-1/+4
| |
* | Got new base to pass controller/base_test.rb, implemented method_missing ↵Yehuda Katz + Carl Lerche2009-05-141-5/+0
|/ | | | action semantics in compatibility mode, and fixed a few action_missing bugs.
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-0/+6
|
* Ported ConditionalGet to new BaseYehuda Katz + Carl Lerche2009-05-111-0/+1
|
* Implement FooController.action(:name)Yehuda Katz2009-05-021-3/+10
| | | | | | * Rails actions are now Rack endpoints, and can be retrieved via FooController.action(name) and called with an env * Updated some tests that relied on the old internal #process/#call implementation
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-0/+56