aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-178/+0
|
* Document ActionController::HelpersYehuda Katz + Carl Lerche2009-06-101-4/+71
|
* Cleaned up the #default_helper_module method to make better use of #helper ↵Yehuda Katz + Carl Lerche2009-06-101-9/+6
| | | | instead of duplicating code.
* Simplify helper use of ActiveSupport::Dependencies, and use super better for ↵Yehuda Katz + Carl Lerche2009-06-101-49/+34
| | | | in #helpers
* Write documentation for AbstractController::HelpersYehuda Katz + Carl Lerche2009-06-091-2/+2
|
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-1/+1
|
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵Joshua Peek2009-05-281-1/+1
| | | | "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-25/+24
| | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941.
* Use super wherever possible in ActionController::Helpers#helperPratik Naik2009-05-231-5/+2
|
* Add all the existing helpers related features to the new basePratik Naik2009-05-231-0/+133