aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Port cookies to new baseJeremy Kemper2009-05-221-1/+2
|
* Add Translation to the new basePratik Naik2009-05-231-0/+1
|
* Add all the existing helpers related features to the new basePratik Naik2009-05-231-0/+1
|
* Move FilterParameterLogging to a stand alone module and make it work on new basePratik Naik2009-05-221-0/+1
|
* Add HTTP Authentication to the new basePratik Naik2009-05-221-0/+2
|
* Added the ability to register methods to handle specific render option keys ↵Yehuda Katz + Carl Lerche2009-05-211-0/+2
| | | | and render :json
* Add Streaming to new basePratik Naik2009-05-211-1/+1
|
* RequestForgeryProtection now works with the new basePratik Naik2009-05-211-2/+3
|
* 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