Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up AbstractController::Logger and write documentation | Yehuda Katz + Carl Lerche | 2009-06-09 | 1 | -4/+12 |
| | |||||
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵ | Joshua Peek | 2009-05-28 | 1 | -1/+1 |
| | | | | "included" block DSL into separate modules. But, unify both approaches under AS::Concern. | ||||
* | Revert "Revert "Whitespace!"" | Joshua Peek | 2009-05-28 | 1 | -6/+6 |
| | | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941. | ||||
* | Ported simple benchmarking in new base | Yehuda Katz + Carl Lerche | 2009-05-18 | 1 | -0/+1 |
| | |||||
* | Merge commit 'origin/master' | Yehuda Katz + Carl Lerche | 2009-05-14 | 1 | -1/+3 |
|\ | | | | | | | | | | | 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 | -1/+3 |
| | | |||||
* | | Got new base to pass controller/base_test.rb, implemented method_missing ↵ | Yehuda Katz + Carl Lerche | 2009-05-14 | 1 | -0/+33 |
|/ | | | | action semantics in compatibility mode, and fixed a few action_missing bugs. | ||||
* | Revert "Whitespace!" | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -1/+1 |
| | | | | This reverts commit a747ab5b20b9d543e9d311070e3b720c761ae716. | ||||
* | Whitespace! | Joshua Peek | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | Prefer "included" language over "setup" | Joshua Peek | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | Make module dependency DSL opt in | Joshua Peek | 2009-05-07 | 1 | -0/+2 |
| | |||||
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -2/+2 |
| | |||||
* | AbstractController now supports layouts and rendering | Yehuda Katz | 2009-02-27 | 1 | -0/+7 |