index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
template_finder.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed TemplateFinder.update_extension_cache_for since view path cache will ...
Joshua Peek
2008-06-09
1
-15
/
+1
*
Removed used check_view_paths after 057768c
Joshua Peek
2008-06-09
1
-7
/
+0
*
Process view paths passed to AV::Base#initialize instead of raising.
Jeremy Kemper
2008-06-08
1
-10
/
+1
*
Fixed render :template for templates in top level of view path. [#54 state:re...
Pratik Naik
2008-05-01
1
-1
/
+6
*
Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
Jeremy Kemper
2008-03-28
1
-2
/
+1
*
Missing :js template falls back to :html, so you don't have to explicitly spe...
Jeremy Kemper
2008-03-28
1
-4
/
+9
*
Whitespace + formatting
Jeremy Kemper
2008-03-25
1
-6
/
+4
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-1
/
+1
*
Add a slightly more informative exception message for ActionView::TemplateFin...
Rick Olson
2008-02-07
1
-1
/
+6
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-0
/
+165
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-161
/
+0
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-0
/
+161