aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]Jeremy Kemper2008-03-281-2/+1
* Missing :js template falls back to :html, so you don't have to explicitly spe...Jeremy Kemper2008-03-281-4/+9
* Whitespace + formattingJeremy Kemper2008-03-251-6/+4
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-1/+1
* Add a slightly more informative exception message for ActionView::TemplateFin...Rick Olson2008-02-071-1/+6
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-0/+165
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-161/+0
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-0/+161