Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use appropriate type to `header` option | yuuji.yaginuma | 2017-04-05 | 1 | -1/+1 |
| | | | | | The `header` option checks only whether it is specified or not. https://github.com/rails/rails/blob/e8c33349bfabca28996ac74d344d69c7aaffec50/railties/lib/rails/commands/dbconsole/dbconsole_command.rb#L52 | ||||
* | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 1 | -3/+3 |
| | |||||
* | remove unused require | yuuji.yaginuma | 2016-11-05 | 1 | -3/+0 |
| | | | | YAML and ERB were removed at 971d510 | ||||
* | 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. | ||||
* | Fix dbconsole tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -6/+4 |
| | |||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+160 |