aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/hide_actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-35/+0
* Document and clean up HideActions and HttpYehuda Katz + Carl Lerche2009-06-101-9/+10
* Removed unnecessary codeYehuda Katz + Carl Lerche2009-06-101-22/+17
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-20/+26
* Got new base to pass controller/base_test.rb, implemented method_missing acti...Yehuda Katz + Carl Lerche2009-05-141-2/+2
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-3/+5
|\
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-5/+6
| * 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