aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/digestor
Commit message (Collapse)AuthorAgeFilesLines
* Fix digesting templates with mixed formatsJavan Makhmali2018-03-201-0/+1
|
* Fix finding templates for digesting for */* requests that render a ↵Javan Makhmali2016-06-152-0/+2
| | | | non-default (html) template
* Explicity find with the rendered format to handle searching multiple view ↵Javan Makhmali2016-06-151-0/+0
| | | | paths correctly
* Fix digesting templates with identical logical names when requesting a ↵Javan Makhmali2016-06-151-0/+1
| | | | format other than the first default
* 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