aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow helpers directory to be overridden via ActionController::Base.helpers_d...Sam Pohlenz2008-11-231-1/+15
* Ruby 1.9 compat: qualify module name within module_evaled blockJeremy Kemper2008-05-191-1/+1
* Provide a helper proxy to access helper methods from outside views. Closes #1...Josh Peek2008-04-061-0/+16
* Remove unused ActionController::Base.template_class. Closes #10787Pratik Naik2008-03-051-13/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: helpersJeremy Kemper2007-12-151-6/+8
* Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb i...David Heinemeier Hansson2007-02-241-2/+19
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+2
* Controllers with acronyms in their names (e.g. PDFController) require the cor...Jeremy Kemper2005-11-081-5/+21
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700Jeremy Kemper2005-06-151-13/+65
* Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject....David Heinemeier Hansson2005-04-171-12/+0
* Removed old UrlWriter methods that are no longer in use after Routes #942David Heinemeier Hansson2005-03-261-1/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-10/+27
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-27/+10
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-10/+27
* Added more informative exception when using helper :some_helper and the helpe...David Heinemeier Hansson2004-12-221-1/+7
* InitialDavid Heinemeier Hansson2004-11-241-0/+110