Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix finding templates for digesting for */* requests that render a ↵ | Javan Makhmali | 2016-06-15 | 1 | -0/+1 |
| | | | | non-default (html) template | ||||
* | adds tests for Digestor#nested_dependencies | Ryan T. Hosford | 2016-02-13 | 1 | -0/+2 |
| | |||||
* | 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 digestor tests | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+2 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 7 | -0/+21 |