aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-19/+25
* Moved template handler registration into a mix-in module.Joshua Peek2008-06-111-65/+26
* Make sure cache_template_loading works and don't use to_prepare callbackPratik Naik2008-06-111-0/+1
* Removed TemplateFinder.update_extension_cache_for since view path cache will ...Joshua Peek2008-06-091-1/+0
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Capture view errors in ActionView::Template.Nathan Weizenbaum2008-05-021-0/+12
* Move missing template logic to ActionViewPratik Naik2008-04-191-6/+10
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-191-13/+9
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-1/+39
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-5/+17
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-0/+65