Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
| | | | | This basically reverts 618268b4b9382f4bcf004a945fe2d85c0bd03e32 | ||||
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Add generators and ability to run system tests | eileencodes | 2017-02-20 | 1 | -0/+1 |
| | | | | | | | * Generates system test requirements with new Rails app * Includes required default gems in Gemfile for Rails app * Generates a single system test case * Generates a system test case with scaffold | ||||
* | Merge pull request #24814 from vipulnsward/24811-fix-double-tasks | Arthur Nogueira Neves | 2017-01-03 | 1 | -1/+0 |
|\ | | | | | Don't list out tasks as separately that are under lib, which cause them to be listed twice under Libraries and tasks. | ||||
| * | Don't list out tasks as separately that are under lib, which cause them to ↵ | Vipul A M | 2016-07-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | be listed twice under Libraries and tasks. We already count and list it under libraries. Fixes #24811 | ||||
* | | Use JavaScripts instead of Javascripts in `rake stats` | Koichi ITO | 2016-12-03 | 1 | -1/+1 |
| | | |||||
* | | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
|/ | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | add channels files in `stats` task | yuuji.yaginuma | 2016-04-24 | 1 | -0/+1 |
| | |||||
* | Allow rake:stats to account for rake tasks | Kevin Deisz | 2015-10-19 | 1 | -0/+1 |
| | |||||
* | 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 |