aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Centralize commonly used parts of AS in ActionController into ↵Yehuda Katz2009-07-151-2/+0
| | | | action_controller.rb
* 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
| | | This is still not completely done and there might be pointers to things that don't exist yet.
* 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
| | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941.
* Added hook point in new base #send_action which does the actual action ↵Yehuda Katz + Carl Lerche2009-05-271-1/+3
| | | | method dispatching
* Slightly modify things to get content type matching working without breaking ↵Yehuda Katz2009-05-231-3/+3
| | | | other code
* Refactored AbstractController to provide better hook points for overriding ↵Yehuda Katz + Carl Lerche2009-05-151-12/+15
| | | | aspects of action dispatching
* Merge commit 'origin/master'Yehuda Katz + Carl Lerche2009-05-141-0/+2
|\ | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/base.rb actionpack/lib/action_controller/routing.rb
| * Minimal base/new_base comparisonJeremy Kemper2009-05-141-2/+4
| |
* | Got new base to pass controller/base_test.rb, implemented method_missing ↵Yehuda Katz + Carl Lerche2009-05-141-2/+8
| | | | | | | | action semantics in compatibility mode, and fixed a few action_missing bugs.
* | 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 ↵Yehuda Katz + Carl Lerche2009-05-011-7/+41
| | | | classes as callable action methods
* 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