1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Takashi Kokubun 24fbbe06d2
Improve error messages on bin/setup
`system(.., exception: true)` gives you more information on how the
command failed, e.g.

```
bin/setup:8:in `system': Command failed with exit 1: bundle install (RuntimeError)

bin/setup:8:in `system': No such file or directory - bundle (Errno::ENOENT)
```
2022-09-19 15:48:21 +09:00
..
minitest Add Oxford commas [ci-skip] 2022-02-21 11:11:11 -06:00
rails Improve error messages on bin/setup 2022-09-19 15:48:21 +09:00
rails.rb Add assert_error_reported and assert_no_error_reported 2022-09-16 10:04:26 +02:00