aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base
Commit message (Expand)AuthorAgeFilesLines
* Aliased AbstractController::ActionNotFound to ActionController::UnknownActionYehuda Katz + Carl Lerche2009-05-111-5/+8
* Ported ConditionalGet to new BaseYehuda Katz + Carl Lerche2009-05-115-1/+96
* Ported fresh_when into a ConditionalGet moduleYehuda Katz + Carl Lerche2009-05-113-0/+44
* Implement FooController.action(:name)Yehuda Katz2009-05-021-3/+10
* Get render :inline workingYehuda Katz + Carl Lerche2009-05-012-1/+5
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-013-43/+121
* Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-012-0/+26
* Add support for stripping "layouts/" from the layout name Yehuda Katz + Carl Lerche2009-05-011-0/+5
* 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
* Move ContentType inline for now. Yehuda Katz + Carl Lerche2009-05-012-19/+6
* Support implicit and explicit content typesYehuda Katz + Carl Lerche2009-05-011-0/+15
* Support implicit render and blank renderYehuda Katz + Carl Lerche2009-05-011-8/+1
* Ported over render :template testsYehuda Katz + Carl Lerche2009-05-011-4/+0
* Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-012-7/+3
* Renamed ActionController::AbstractBase to ActionController::HttpYehuda Katz + Carl Lerche2009-05-011-1/+1
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-012-0/+14
* 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-173-7/+7
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-0/+23
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-073-16/+7
* CheckpointYehuda Katz and Carl Lerche2009-03-231-26/+0
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-231-4/+5
* Finished implementing layout for render :textCarl Lerche2009-03-232-8/+25
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-6/+7
* Get very basic layouts working.Yehuda Katz2009-03-192-6/+29
* Started implementing render :actionYehuda Katz2009-03-191-10/+42
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-2/+25
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-173-1/+53
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-123-0/+94