Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -2/+2 |
| | |||||
* | use appropriate type for `rc` option | yuuji.yaginuma | 2016-12-14 | 1 | -1/+1 |
| | | | | | | | | This fixes the following warning. ``` Expected boolean default value for '--rc'; got "~/.railsrc" (string) ``` | ||||
* | Hide commands from API site. | Kasper Timm Hansen | 2016-10-28 | 1 | -1/+1 |
| | | | | | 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/+43 |