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 |
| | |||||
* | Do not show hidden namespaces in destroy commnad help | yuuji.yaginuma | 2017-03-27 | 1 | -0/+3 |
| | |||||
* | Make destroy command work within engines | yuuji.yaginuma | 2017-03-14 | 1 | -2/+2 |
| | | | | | Instead of calling methods of Rails.application directly, we need to use a method that is considered for the rails engine. | ||||
* | Show correct commands in help | yuuji.yaginuma | 2017-03-03 | 1 | -2/+4 |
| | | | | | Currently rails' help shows only namespace. However, the secrets command needs to specify command. Therefore, I fixed the command to display in help. | ||||
* | 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 |