aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack
Commit message (Collapse)AuthorAgeFilesLines
* Added PartialIteration class used when rendering collectionsJoel Junström2014-07-162-0/+2
| | | | | | | | | | | | The iteration object is available as the local variable "template_name_iteration" when rendering partials with collections. It gives access to the +size+ of the collection beeing iterated over, the current +index+ and two convinicence methods +first?+ and +last?+ "template_name_counter" variable is kept but is deprecated. [Joel Junström + Lucas Uyezu]
* Move remaining layouts tests to AVŁukasz Strzałkowski2013-08-2516-0/+26
|
* Move render_test to AVŁukasz Strzałkowski2013-08-2591-0/+150