aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/partial_template.rb
Commit message (Expand)AuthorAgeFilesLines
* Extracted Template rendering logic into Renderer moduleJoshua Peek2008-07-031-1/+1
* Remove unneeded ObjectWrapper class.Michael Koziarski2008-07-031-6/+1
* Deprecate :use_full_path render option. The supplying the option no longer ha...Joshua Peek2008-07-021-1/+1
* Make sure render :collection doesnt set nil local when :as is absentPratik Naik2008-07-021-1/+2
* Add :as option to render a collection of partials with a custom local variabl...Pratik Naik2008-07-021-3/+6
* 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