aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/render_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Deprecate :use_full_path render option. The supplying the option no longer ↵Joshua Peek2008-07-021-2/+2
| | | | has an effect.
* Make sure render :collection doesnt set nil local when :as is absentPratik Naik2008-07-021-0/+5
|
* Add :as option to render a collection of partials with a custom local ↵Pratik Naik2008-07-021-0/+5
| | | | variable name. [#509 state:resolved] [Simon Jefford, Pratik Naik]
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-3/+1
|
* Consolidate CustomHandlerTest, TemplateFileTest, and TemplateObjectTest and ↵Joshua Peek2008-06-251-0/+124
test them at a higher level of abstraction in ViewRenderTest.