Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop old test locations from `rake stats` | brainopia | 2015-01-09 | 1 | -3/+1 |
| | | | | | - test/functional - test/unit | ||||
* | English fix [ci skip] | George Millo | 2014-12-16 | 1 | -3/+3 |
| | |||||
* | Add test/jobs files in `rake stats` | Arun Agrawal | 2014-11-05 | 1 | -1/+2 |
| | |||||
* | show stats for app/jobs | yuuji.yaginuma | 2014-08-24 | 1 | -1/+2 |
| | |||||
* | simple solution that brings rake stats task to every kind of rails project | Andriy Tyurnikov | 2014-05-26 | 1 | -18/+22 |
| | |||||
* | rake stats for engines | Andriy Tyurnikov | 2014-05-24 | 1 | -19/+20 |
| | |||||
* | Update test locations | Mike Moore | 2012-10-09 | 1 | -2/+6 |
| | | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional) | ||||
* | Add code statistics for Javascript and | Arun Agrawal | 2012-05-31 | 1 | -0/+1 |
| | | | | | | | CoffeeScript files to `rake stats` task Orignal PR was #2270 Thanks to @nfm | ||||
* | show stats for app/mailers | Akira Matsuda | 2012-01-16 | 1 | -0/+1 |
| | |||||
* | Use Rails.root in statistics rake task | Joshua Peek | 2009-10-16 | 1 | -3/+2 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+17 |