Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `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 |