aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/digestor
Commit message (Collapse)AuthorAgeFilesLines
* adds tests for Digestor#nested_dependenciesRyan T. Hosford2016-02-131-0/+2
|
* Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-1/+1
|
* Add wildcard template dependencies.Kasper Timm Hansen2015-07-262-0/+1
|
* Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-0/+15
| | | | | | | | | | | Take variants into account when calculating template digests in ActionView::Digest. Digestor#digest now takes a hash as an argument to support variants and allow more flexibility in the future. Old-style arguments have been deprecated. Fixes #14242
* Fix "Stack Level Too Deep" error when rendering recursive partialsRafael Mendonça França2013-07-072-0/+2
| | | | | | | When rendering recursive partial Action View is trying to generate the view digest infinitly causing a stack level error. Fixes #11340
* Fix digestor testsŁukasz Strzałkowski2013-06-201-1/+2
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-2012-0/+24