aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/code_statistics_calculator.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-4/+4
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-2/+2
* Allow rake:stats to account for rake tasksKevin Deisz2015-10-191-0/+1
* Update `rake counts` to count declarative tests in minitestbrainopia2015-01-091-1/+7
* Improve `rake stats` for JavaScript and CoffeeScript.Hendy Tanata2013-02-251-0/+79