aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/code_statistics.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-2/+2
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Make code statistics task handle system tests properlyyuuji.yaginuma2017-04-131-1/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in railties/libXavier Noria2016-08-061-13/+13
* Require enumerable module when using #sumBenjamin Quorning2016-03-221-0/+1
* rake stats dynamically scales nowAkira Matsuda2016-02-041-9/+21
* Revert "Lines of code can be 100,000+ in a Rails app"Akira Matsuda2016-02-041-4/+4
* CodeStatistic will now ignore hidden files:Edouard CHIN2016-01-181-1/+1
* Allow rake:stats to account for rake tasksKevin Deisz2015-10-191-1/+1
* bugfix CodeStatics#calculate_directory_statics when dir has source extensionPablo Vizcay2015-04-091-4/+2
* Lines of code can be 100,000+ in a Rails appAkira Matsuda2015-03-011-4/+4
* Drop old test locations from `rake stats`brainopia2015-01-091-3/+1
* Add test/jobs files in `rake stats`Arun Agrawal2014-11-051-0/+1
* Improve `rake stats` for JavaScript and CoffeeScript.Hendy Tanata2013-02-251-46/+22
* Make code statistics rake task handle new test locations properlyGeorge Claghorn2012-12-091-1/+7
* Add code statistics for Javascript andArun Agrawal2012-05-311-2/+9
* Remove useless conditional.Pete Higgins2012-03-251-7/+1
* Used block to make sure file get auto closed after useRahul P. Chaudhari2012-01-301-14/+16
* improved code stats calculation, check on multiline comments and rewrite rege...Sergey Parizhskiy2011-11-231-3/+14
* Use shorter class-level File methods instead of going through File.stat.thedarkone2011-07-251-1/+1
* fix indentationVijay Dev2011-05-251-1/+1
* Fix typo and add sanity test for code statistics rake task.Emilio Tagua2010-09-241-1/+1
* Perf: speed up 2 methods in railties.Emilio Tagua2010-09-221-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+107