Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use correct variable | yuuji.yaginuma | 2018-09-11 | 1 | -4/+4 |
* | Remove all references to slave in the codebase | Rafael Mendonça França | 2018-09-10 | 1 | -6/+6 |
* | Remove redundant execution of `Dir.chdir(app_path) { }` in railties' tests | bogdanvlviv | 2017-10-08 | 1 | -28/+24 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty... | Sean Griffin | 2017-07-25 | 1 | -21/+2 |
|\ | |||||
| * | Extract `assert_output` and `available_pty?` into `ConsoleHelpers` module | yuuji.yaginuma | 2017-07-25 | 1 | -21/+2 |
* | | Fix `dbconsole` test when tempdir is a long path | Sean Griffin | 2017-07-25 | 1 | -1/+1 |
|/ | |||||
* | Set `RAILS_ENV` before load application file | yuuji.yaginuma | 2017-07-17 | 1 | -3/+32 |
* | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+66 |