Kir Shatrov
424117281e
Use frozen string literal in actionview/
2017-07-24 11:53:43 +03:00
Matthew Draper
87b3e226d6
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
...
This reverts commit 3420a14590
, reversing
changes made to afb66a5a59
.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e
Enforce frozen string in Rubocop
2017-07-01 02:11:03 +03:00
Xavier Noria
63fff600ac
modernizes hash syntax in actionview
2016-08-06 19:36:34 +02:00
Xavier Noria
66a7cfa910
applies new string literal convention in actionview/lib
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:48:35 +02:00
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