Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb ↵ | David Heinemeier Hansson | 2007-02-24 | 1 | -1/+1 |
| | | | | | | in ApplicationController [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6221 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Controllers with acronyms in their names (e.g. PDFController) require the ↵ | Jeremy Kemper | 2005-11-08 | 1 | -0/+3 |
correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2938 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |