aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/tasks
Commit message (Collapse)AuthorAgeFilesLines
* push kwargs up to the user facing APIAaron Patterson2016-02-121-2/+2
| | | | | | | this lets us leverage Ruby's kwarg handling (exceptions for missing params, etc) ASAP which allows us to skip active support method calls and make sure the exception stack is closer to where the user called the methods.
* move cache_digests rake methods into their own namespacejonathan schatz2014-09-261-7/+9
|
* Fix cache_digest rake tasksJiri Pospisil2014-06-101-6/+10
| | | | | Bring cache_digests:* rake tasks up-to-date with the API changes introduced in 637bb726cac60aaa1f7e482836458aa73e17fbb7
* Adds template dependencies rake task from cache_digests gem.Thomas von Deyen2013-09-261-0/+17
This adds the rake tasks `cache_digests:dependencies` and `cache_digests:nested_dependencies` from `cache_digests` gem.