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 |
| | |||||
* | Show correct commands in help | yuuji.yaginuma | 2017-03-03 | 1 | -4/+6 |
| | | | | | Currently rails' help shows only namespace. However, the secrets command needs to specify command. Therefore, I fixed the command to display in help. | ||||
* | does not show hidden namespaces in generator's help | yuuji.yaginuma | 2017-02-24 | 1 | -0/+3 |
| | |||||
* | `ARGV.shift` before calling Rails generators | Jon Moss | 2016-12-17 | 1 | -0/+2 |
| | | | | | | Gems like rspec-rails depend on `ARGV` being shifted, and `scaffold` (for example) not being the first item in `ARGV`. This should allow rspec-rails to be passing on Rails master. | ||||
* | Hide commands from API site. | Kasper Timm Hansen | 2016-10-28 | 1 | -2/+2 |
| | | | | | They're just barren on the site and confure more than guide, instead rely on the built in --help to guide users. | ||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+21 |