aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/partial_template.rb
Commit message (Expand)AuthorAgeFilesLines
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-1/+1
* Performance: PartialTemplate#initializeJeremy Kemper2008-06-171-37/+37
* Make partial counter start from 0.Frederick Cheung2008-06-051-1/+1
* Improve PartialTemplate testsPratik Naik2008-05-021-4/+6
* Capture view errors in ActionView::Template.Nathan Weizenbaum2008-05-021-1/+1
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-011-3/+10
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-0/+61