aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/dbconsole_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use correct variableyuuji.yaginuma2018-09-111-4/+4
* Remove all references to slave in the codebaseRafael Mendonça França2018-09-101-6/+6
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-081-28/+24
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty...Sean Griffin2017-07-251-21/+2
|\
| * Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-251-21/+2
* | Fix `dbconsole` test when tempdir is a long pathSean Griffin2017-07-251-1/+1
|/
* Set `RAILS_ENV` before load application fileyuuji.yaginuma2017-07-171-3/+32
* Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-091-0/+66