aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Centralize commonly used parts of AS in ActionController into action_controll...Yehuda Katz2009-07-151-2/+0
* Document and clean up HideActions and HttpYehuda Katz + Carl Lerche2009-06-101-6/+1
* More documentation work on AbstractControllerYehuda Katz + Carl Lerche2009-06-081-9/+0
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-081-20/+85
* Remove extraneous response_objYehuda Katz + Carl Lerche2009-06-081-5/+0
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-18/+16
* Added hook point in new base #send_action which does the actual action method...Yehuda Katz + Carl Lerche2009-05-271-1/+3
* Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-231-3/+3
* Refactored AbstractController to provide better hook points for overriding as...Yehuda Katz + Carl Lerche2009-05-151-12/+15
* Merge commit 'origin/master'Yehuda Katz + Carl Lerche2009-05-141-0/+2
|\
| * Minimal base/new_base comparisonJeremy Kemper2009-05-141-2/+4
* | Got new base to pass controller/base_test.rb, implemented method_missing acti...Yehuda Katz + Carl Lerche2009-05-141-2/+8
* | Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-141-0/+9
|/
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-0/+10
* 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