aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add all the existing helpers related features to the new basePratik Naik2009-05-231-4/+23
|
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-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 Lerche2009-05-111-8/+9
| | | | | | | | This reverts commit a747ab5b20b9d543e9d311070e3b720c761ae716.
| * Whitespace!Joshua Peek2009-05-071-9/+8
| |
| * Prefer "included" language over "setup"Joshua Peek2009-05-071-2/+2
| |
| * Make module dependency DSL opt inJoshua Peek2009-05-071-0/+2
| |
* | More community code review :)Yehuda Katz2009-05-111-8/+1
|/
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-11/+12
|
* memoize correctly ;)Yehuda Katz2009-03-031-2/+5
|
* Helpers with an initial testYehuda Katz2009-03-031-0/+55