1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Dharam Gollapudi
056d0fd53c Rename dependencies.rake to cache_digests.rake
As the tasks are related to cache_digests and
as they are already namespaced under cache_digests,
renaming to cache_digests.rake makes it to know
where to find these tasks.
2016-03-09 15:32:11 -08:00
Matthew Draper
bf79b81740 Revert "Merge pull request #24125 from dharamgollapudi/patch-3"
This reverts commit b3c487515c, reversing
changes made to 4b43651884.
2016-03-10 07:41:31 +10:30
Dharam Gollapudi
f819f20601 Rename dependencies.rake to cache_digests.rake
As the tasks are related to cache_digests and 
as they are already namespaced under cache_digests,
renaming to cache_digests.rake makes it to know
where to find these tasks.
2016-03-09 12:06:19 -08:00
Aaron Patterson
d72c5df17b fix rake tasks 2016-02-16 15:34:17 -08:00
Aaron Patterson
ac9d32bf90 push kwargs up to the user facing API
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.
2016-02-12 15:40:16 -08:00
jonathan schatz
5eebf9575c move cache_digests rake methods into their own namespace 2014-09-26 11:55:40 -07:00
Jiri Pospisil
f62ec6cb2d Fix cache_digest rake tasks
Bring cache_digests:* rake tasks up-to-date with the API changes introduced in
637bb726ca
2014-06-10 13:52:36 +02:00
Thomas von Deyen
1825f6fb60 Adds template dependencies rake task from cache_digests gem.
This adds the rake tasks `cache_digests:dependencies` and `cache_digests:nested_dependencies` from `cache_digests` gem.
2013-09-26 21:19:19 +02:00