aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Made ActionController::Verification work with new_basePratik Naik2009-05-211-2/+3
|
* Make ActionController::Flash work with new_basePratik Naik2009-05-211-1/+4
|
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-0/+1
|
* Include caching module into new baseYehuda Katz + Carl Lerche2009-05-191-0/+1
|
* Ported Rescuable to new baseYehuda Katz + Carl Lerche2009-05-151-0/+1
|
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-0/+1
|
* Ported fresh_when into a ConditionalGet moduleYehuda Katz + Carl Lerche2009-05-111-0/+1
|
* A few more tweaks to get new Base running old render tests againYehuda Katz + Carl Lerche2009-05-011-2/+6
|
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-2/+15
|
* Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-011-0/+1
|
* Move ContentType inline for now. Yehuda Katz + Carl Lerche2009-05-011-1/+0
| | | | Trying to avoid premature proliferation of modules.
* Support implicit and explicit content typesYehuda Katz + Carl Lerche2009-05-011-0/+1
|
* Renamed ActionController::AbstractBase to ActionController::HttpYehuda Katz + Carl Lerche2009-05-011-1/+1
|
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-5/+6
|
* Get very basic layouts working.Yehuda Katz2009-03-191-0/+1
| | | * Required small architecture change
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-0/+1
|
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-121-0/+5