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
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
Renamed from actionview/lib/action_view/tasks/dependencies.rake (Browse further)