aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/compatibility.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack ↵Jeremy Kemper2009-05-211-2/+4
| | | | concern.
* 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 ↵Yehuda Katz + Carl Lerche2009-05-151-11/+7
| | | | aspects of action dispatching
* Got new base to pass controller/base_test.rb, implemented method_missing ↵Yehuda Katz + Carl Lerche2009-05-141-0/+15
| | | | action semantics in compatibility mode, and fixed a few action_missing bugs.
* 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
| | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/callbacks.rb actionpack/lib/action_controller/abstract/renderer.rb actionpack/lib/action_controller/base/base.rb actionpack/lib/action_controller/dispatch/dispatcher.rb actionpack/lib/action_controller/routing/route_set.rb actionpack/lib/action_controller/testing/process.rb actionpack/test/abstract_controller/layouts_test.rb actionpack/test/controller/filters_test.rb actionpack/test/controller/helper_test.rb actionpack/test/controller/render_test.rb actionpack/test/new_base/test_helper.rb
* 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