aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/compatibility.rb
Commit message (Expand)AuthorAgeFilesLines
* Got all the dispatch tests running on new baseCarl Lerche2009-05-261-0/+3
* Get controller/view_paths_test.rb to pass on new baseCarl Lerche2009-05-261-0/+13
* In new base Rails2Compatibility, move @template assignment to right before th...Carl Lerche2009-05-261-6/+6
* Make Filter#filter work with around filtersPratik Naik2009-05-251-1/+1
* Remove unnecessary asset_host initializationPratik Naik2009-05-231-1/+0
* Add asset_host to Rails2CompatibilityPratik Naik2009-05-231-0/+6
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...Jeremy Kemper2009-05-211-2/+4
* RequestForgeryProtection now works with the new basePratik Naik2009-05-211-2/+4
* 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