Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove digestor fixtures from AP | Łukasz Strzałkowski | 2013-06-20 | 7 | -22/+0 |
| | | | | They were moved to actionview/ and are not used in actionpack | ||||
* | Allow numbers in partial name for digesting | Bryan Ricker | 2013-05-06 | 1 | -1/+2 |
| | | | | | | | | | | Add failing test for template with number at the end Use \w for RENDER_DEPENDENCY regex Spacing Add CHANGELOG entry | ||||
* | Digestor explicit dependency should not contain trailing whitespace | Brian Alexander | 2012-12-21 | 1 | -1/+5 |
| | | | | test for rails/rails#8586 | ||||
* | `Digestor` can now parse old style hash syntax for `render` | Christos Zisopoulos | 2012-08-30 | 1 | -0/+1 |
| | |||||
* | `Digestor` ignores most whitespace when parsing `render` invocations | Christos Zisopoulos | 2012-08-30 | 2 | -0/+4 |
| | |||||
* | Add automatic template digests to all CacheHelper#cache calls (originally ↵ | David Heinemeier Hansson | 2012-08-29 | 5 | -0/+12 |
spiked in the cache_digests plugin) *DHH* |