aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/digestor_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use the same logger that ActionView::Base for the DigestorRafael Mendonça França2012-09-051-14/+17
|
* Fix build about TemplateDigestorTest.kennyj2012-08-301-3/+3
|
* `Digestor` can now parse old style hash syntax for `render`Christos Zisopoulos2012-08-301-0/+6
|
* `Digestor` ignores most whitespace when parsing `render` invocationsChristos Zisopoulos2012-08-301-0/+23
|
* Add automatic template digests to all CacheHelper#cache calls (originally ↵David Heinemeier Hansson2012-08-291-0/+128
spiked in the cache_digests plugin) *DHH*