Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Register trackers on extensions, not handlers | Daniel Schierbeck | 2013-02-20 | 1 | -1/+1 |
| | |||||
* | Allow registering custom dependency trackers | Daniel Schierbeck | 2013-02-20 | 1 | -1/+2 |
| | |||||
* | view_cache_dependency API | Jamis Buck | 2013-01-08 | 1 | -2/+16 |
| | | | | | | | | | | | | | A declarative API for specifying dependencies that affect template cache digest computation. In your controller, specify any of said dependencies: view_cache_dependency { "phone" if using_phone? } When the block is evaluated, the resulting value is included in the cache digest calculation, allowing you to generate different digests for effectively the same template. (Mostly useful if you're mucking with template load paths.) | ||||
* | Digestor explicit dependency should not contain trailing whitespace | Brian Alexander | 2012-12-21 | 1 | -0/+6 |
| | | | | test for rails/rails#8586 | ||||
* | cleanup, remove trailing whitespace within actionpack | Yves Senn | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | use the tmp filesystem rather than our own thing. | Aaron Patterson | 2012-10-17 | 1 | -5/+9 |
| | |||||
* | Allow for deep directory path for view templates. | Andy Shipman | 2012-10-11 | 1 | -0/+6 |
| | |||||
* | Use the same logger that ActionView::Base for the Digestor | Rafael Mendonça França | 2012-09-05 | 1 | -14/+17 |
| | |||||
* | Fix build about TemplateDigestorTest. | kennyj | 2012-08-30 | 1 | -3/+3 |
| | |||||
* | `Digestor` can now parse old style hash syntax for `render` | Christos Zisopoulos | 2012-08-30 | 1 | -0/+6 |
| | |||||
* | `Digestor` ignores most whitespace when parsing `render` invocations | Christos Zisopoulos | 2012-08-30 | 1 | -0/+23 |
| | |||||
* | Add automatic template digests to all CacheHelper#cache calls (originally ↵ | David Heinemeier Hansson | 2012-08-29 | 1 | -0/+128 |
spiked in the cache_digests plugin) *DHH* |