Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify required "ActionView compliant" API | Yehuda Katz | 2009-07-19 | 1 | -6/+0 |
| | |||||
* | Write documentation for AbstractController::Helpers | Yehuda Katz + Carl Lerche | 2009-06-09 | 1 | -18/+34 |
| | |||||
* | AS::Concern redefines "include" to lazy include modules as dependencies | Joshua Peek | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | 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 | -5/+4 |
| | | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941. | ||||
* | Add all the existing helpers related features to the new base | Pratik Naik | 2009-05-23 | 1 | -4/+23 |
| | |||||
* | Merge branch 'master' into wip_abstract_controller | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -2/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/callbacks.rb actionpack/lib/action_controller/abstract/renderer.rb actionpack/lib/action_controller/base/base.rb actionpack/lib/action_controller/dispatch/dispatcher.rb actionpack/lib/action_controller/routing/route_set.rb actionpack/lib/action_controller/testing/process.rb actionpack/test/abstract_controller/layouts_test.rb actionpack/test/controller/filters_test.rb actionpack/test/controller/helper_test.rb actionpack/test/controller/render_test.rb actionpack/test/new_base/test_helper.rb | ||||
| * | Revert "Whitespace!" | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -8/+9 |
| | | | | | | | | This reverts commit a747ab5b20b9d543e9d311070e3b720c761ae716. | ||||
| * | Whitespace! | Joshua Peek | 2009-05-07 | 1 | -9/+8 |
| | | |||||
| * | Prefer "included" language over "setup" | Joshua Peek | 2009-05-07 | 1 | -2/+2 |
| | | |||||
| * | Make module dependency DSL opt in | Joshua Peek | 2009-05-07 | 1 | -0/+2 |
| | | |||||
* | | More community code review :) | Yehuda Katz | 2009-05-11 | 1 | -8/+1 |
|/ | |||||
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -11/+12 |
| | |||||
* | memoize correctly ;) | Yehuda Katz | 2009-03-03 | 1 | -2/+5 |
| | |||||
* | Helpers with an initial test | Yehuda Katz | 2009-03-03 | 1 | -0/+55 |