Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix finding templates for digesting for */* requests that render a ↵ | Javan Makhmali | 2016-06-15 | 2 | -0/+2 |
| | | | | non-default (html) template | ||||
* | Explicity find with the rendered format to handle searching multiple view ↵ | Javan Makhmali | 2016-06-15 | 1 | -0/+0 |
| | | | | paths correctly | ||||
* | Fix digesting templates with identical logical names when requesting a ↵ | Javan Makhmali | 2016-06-15 | 1 | -0/+1 |
| | | | | format other than the first default | ||||
* | adds tests for Digestor#nested_dependencies | Ryan T. Hosford | 2016-02-13 | 1 | -0/+2 |
| | |||||
* | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Add wildcard template dependencies. | Kasper Timm Hansen | 2015-07-26 | 2 | -0/+1 |
| | |||||
* | Variants in ActionView::Digestor | Piotr Chmolowski | 2014-03-04 | 1 | -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 partials | Rafael Mendonça França | 2013-07-07 | 2 | -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łkowski | 2013-06-20 | 1 | -1/+2 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 12 | -0/+24 |