Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename ActionController::Http to ActionController::Metal at Josh's suggestion | Yehuda Katz | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Centralize commonly used parts of AS in ActionController into ↵ | Yehuda Katz | 2009-07-15 | 1 | -2/+0 |
| | | | | action_controller.rb | ||||
* | Document and clean up HideActions and Http | Yehuda Katz + Carl Lerche | 2009-06-10 | 1 | -6/+1 |
| | |||||
* | More documentation work on AbstractController | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -9/+0 |
| | | | This is still not completely done and there might be pointers to things that don't exist yet. | ||||
* | Writing comments to AbstractController | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -20/+85 |
| | |||||
* | Remove extraneous response_obj | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -5/+0 |
| | |||||
* | Revert "Revert "Whitespace!"" | Joshua Peek | 2009-05-28 | 1 | -18/+16 |
| | | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941. | ||||
* | Added hook point in new base #send_action which does the actual action ↵ | Yehuda Katz + Carl Lerche | 2009-05-27 | 1 | -1/+3 |
| | | | | method dispatching | ||||
* | Slightly modify things to get content type matching working without breaking ↵ | Yehuda Katz | 2009-05-23 | 1 | -3/+3 |
| | | | | other code | ||||
* | Refactored AbstractController to provide better hook points for overriding ↵ | Yehuda Katz + Carl Lerche | 2009-05-15 | 1 | -12/+15 |
| | | | | aspects of action dispatching | ||||
* | Merge commit 'origin/master' | Yehuda Katz + Carl Lerche | 2009-05-14 | 1 | -0/+2 |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/base.rb actionpack/lib/action_controller/routing.rb | ||||
| * | Minimal base/new_base comparison | Jeremy Kemper | 2009-05-14 | 1 | -2/+4 |
| | | |||||
* | | Got new base to pass controller/base_test.rb, implemented method_missing ↵ | Yehuda Katz + Carl Lerche | 2009-05-14 | 1 | -2/+8 |
| | | | | | | | | action semantics in compatibility mode, and fixed a few action_missing bugs. | ||||
* | | Cleaning up more render tests | Yehuda Katz + Carl Lerche | 2009-05-14 | 1 | -0/+9 |
|/ | |||||
* | Implemented redirects and partial rendering in new base. | Yehuda Katz + Carl Lerche | 2009-05-12 | 1 | -0/+10 |
| | |||||
* | More community code review :) | Yehuda Katz | 2009-05-11 | 1 | -2/+1 |
| | |||||
* | Modify new_base to use String action_names for back-compat | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -4/+4 |
| | |||||
* | Ported over the concept of public instance methods on controller child ↵ | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -7/+41 |
| | | | | classes as callable action methods | ||||
* | Support implicit render and blank render | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -1/+12 |
| | |||||
* | Working toward getting a basic AbstractController framework | Yehuda Katz | 2009-03-17 | 1 | -1/+11 |
| | |||||
* | Helpers with an initial test | Yehuda Katz | 2009-03-03 | 1 | -0/+3 |
| | |||||
* | Add support for callbacks | Yehuda Katz | 2009-02-27 | 1 | -1/+5 |
| | |||||
* | AbstractController now supports layouts and rendering | Yehuda Katz | 2009-02-27 | 1 | -4/+5 |
| | |||||
* | First, very early, AbstractController code. More to come | Yehuda Katz | 2009-02-24 | 1 | -0/+23 |