aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/helpers.rb
Commit message (Expand)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 in...Yehuda Katz + Carl Lerche2009-06-101-9/+6
* Simplify helper use of ActiveSupport::Dependencies, and use super better for ...Yehuda Katz + Carl Lerche2009-06-101-49/+34
* 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
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-25/+24
* 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