aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/hide_actions.rb
Commit message (Collapse)AuthorAgeFilesLines
* Got new base to pass controller/base_test.rb, implemented method_missing ↵Yehuda Katz + Carl Lerche2009-05-141-2/+2
| | | | action semantics in compatibility mode, and fixed a few action_missing bugs.
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-3/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-5/+6
| | | | | | | | This reverts commit a747ab5b20b9d543e9d311070e3b720c761ae716.
| * Whitespace!Joshua Peek2009-05-071-6/+5
| |
| * Prefer "included" language over "setup"Joshua Peek2009-05-071-3/+3
|/
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-6/+3
|
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-0/+6
|
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-121-0/+28