aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/partial_template.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor template preloading. New abstractions include Renderable mixins and ↵Joshua Peek2008-07-121-69/+0
| | | | a refactored Template class.
* Extracted Template rendering logic into Renderer moduleJoshua Peek2008-07-031-1/+1
|
* Remove unneeded ObjectWrapper class.Michael Koziarski2008-07-031-6/+1
| | | | Was previously needed to work around the semantics of a deprecated (now removed) API to render :partial
* Deprecate :use_full_path render option. The supplying the option no longer ↵Joshua Peek2008-07-021-1/+1
| | | | has an effect.
* 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 ↵Pratik Naik2008-07-021-3/+6
| | | | variable name. [#509 state:resolved] [Simon Jefford, Pratik Naik]
* 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
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Improve PartialTemplate testsPratik Naik2008-05-021-4/+6
|
* Capture view errors in ActionView::Template.Nathan Weizenbaum2008-05-021-1/+1
| | | | | | | This means that errors raised by partials are caught by ActionView::PartialTemplate, which in turn means they have the proper filename and line number information. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-011-3/+10
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9177 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-0/+61
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de