Pat Allan
acea68de02
Adding frozen_string_literal pragma to Railties.
2017-08-14 19:08:09 +02: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
a9dc45459a
code gardening: removes redundant selfs
...
A few have been left for aesthetic reasons, but have made a pass
and removed most of them.
Note that if the method `foo` returns an array, `foo << 1`
is a regular push, nothing to do with assignments, so
no self required.
2016-08-08 01:12:38 +02:00
Xavier Noria
69ab3eb57e
applies new string literal convention in railties/lib
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 19:15:47 +02:00
Kevin Deisz
3e3f3563b8
Allow rake:stats to account for rake tasks
2015-10-19 10:36:30 -04:00
brainopia
37704547d9
Update rake counts
to count declarative tests in minitest
2015-01-09 12:52:23 +03:00
Hendy Tanata
82e345dd7a
Improve rake stats
for JavaScript and CoffeeScript.
...
Ignore block comments and calculates number of functions.
2013-02-25 21:08:11 +08:00