aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/template_finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed render :template for templates in top level of view path. [#54 state:re...Pratik Naik2008-05-011-2/+3
* Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]Jeremy Kemper2008-03-281-4/+4
* Whitespace + formattingJeremy Kemper2008-03-251-10/+7
* Move tests from action_view_test.rb to template_finder_test.rb so that they g...Pratik Naik2008-03-131-1/+33
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-2/+2
* Fix regexp to contain only one rjs, and add rhtml [lifofifo]Michael Koziarski2008-03-011-1/+1
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-0/+43
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-43/+0
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-0/+43