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 |
| | |||||
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 1 | -3/+0 |
| | | | | | | | | | Running the `console` and `dbconsole` commands with a regular argument as the environment's name automatically expand it to match an existing environment (e.g. dev for development). This feature wasn't available using the `--environment` (a.k.a `-e`) option. | ||||
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -2/+14 |
| | | | | Fixes #28988 | ||||
* | 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 console tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+89 |