| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `connection` option to `database` in `dbconsole` command | yuuji.yaginuma | 2019-04-02 | 1 | -7/+19 |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -1/+1 |
* | Switch dbconsole config loader check | eileencodes | 2018-03-16 | 1 | -1/+1 |
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Fix `can't modify frozen String` error in `DBConsole` | yuuji.yaginuma | 2017-08-29 | 1 | -1/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Railties updates for frozen string literals. | Pat Allan | 2017-08-14 | 1 | -1/+1 |
* | Set `RAILS_ENV` before load application file | yuuji.yaginuma | 2017-07-17 | 1 | -1/+4 |
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 1 | -3/+0 |
* | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -2/+14 |
* | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+1 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Use appropriate type to `header` option | yuuji.yaginuma | 2017-04-05 | 1 | -1/+1 |
* | 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 |
* | Hide commands from API site. | Kasper Timm Hansen | 2016-10-28 | 1 | -1/+1 |
* | Fix dbconsole tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -6/+4 |
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+160 |