aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Ported simple benchmarking in new baseYehuda Katz + Carl Lerche2009-05-181-0/+1
* Ported Rescuable to new baseYehuda Katz + Carl Lerche2009-05-151-21/+29
* Refactored AbstractController to provide better hook points for overriding as...Yehuda Katz + Carl Lerche2009-05-151-4/+12
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-7/+72
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-10/+10
|\
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-13/+14
| * Whitespace!Joshua Peek2009-05-071-14/+13
* | Ported ConditionalGet to new BaseYehuda Katz + Carl Lerche2009-05-111-0/+1
* | Ported fresh_when into a ConditionalGet moduleYehuda Katz + Carl Lerche2009-05-111-0/+1
* | Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-43/+44
* | Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-011-0/+3
* | Modify new_base to use String action_names for back-compatYehuda Katz + Carl Lerche2009-05-011-1/+1
* | Ported over the concept of public instance methods on controller child classe...Yehuda Katz + Carl Lerche2009-05-011-8/+6
* | Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-011-6/+2
* | Renamed ActionController::AbstractBase to ActionController::HttpYehuda Katz + Carl Lerche2009-05-011-1/+1
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-0/+2
|/
* Don't set Content-Length in Base#response_body= since body may be any Rack-co...Jeremy Kemper2009-04-171-1/+0
* Rename render_to_string to render_to_body since it may return any Rack-compat...Jeremy Kemper2009-04-171-1/+1
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-1/+36
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-121-0/+26