aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/base.rb
Commit message (Expand)AuthorAgeFilesLines
* More community code review :)Yehuda Katz2009-05-111-2/+1
* Modify new_base to use String action_names for back-compatYehuda Katz + Carl Lerche2009-05-011-4/+4
* Ported over the concept of public instance methods on controller child classe...Yehuda Katz + Carl Lerche2009-05-011-7/+41
* Support implicit render and blank renderYehuda Katz + Carl Lerche2009-05-011-1/+12
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-1/+11
* Helpers with an initial testYehuda Katz2009-03-031-0/+3
* Add support for callbacksYehuda Katz2009-02-271-1/+5
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-4/+5
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+23