aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/compatibility.rb
Commit message (Expand)AuthorAgeFilesLines
* Made ActionController::Verification work with new_basePratik Naik2009-05-211-0/+4
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-4/+7
* Make old caching tests pass on new base.Yehuda Katz + Carl Lerche2009-05-191-0/+4
* Ported Rescuable to new baseYehuda Katz + Carl Lerche2009-05-151-0/+13
* Refactored AbstractController to provide better hook points for overriding as...Yehuda Katz + Carl Lerche2009-05-151-11/+7
* Got new base to pass controller/base_test.rb, implemented method_missing acti...Yehuda Katz + Carl Lerche2009-05-141-0/+15
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-12/+30
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-1/+6
* Fixed a bug with handling render optionsYehuda Katz + Carl Lerche2009-05-111-0/+9
* Aliased AbstractController::ActionNotFound to ActionController::UnknownActionYehuda Katz + Carl Lerche2009-05-111-5/+8
* Ported ConditionalGet to new BaseYehuda Katz + Carl Lerche2009-05-111-0/+3
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-0/+21
* Add support for stripping "layouts/" from the layout name Yehuda Katz + Carl Lerche2009-05-011-0/+5
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-0/+12