aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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