diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-12-25 08:39:41 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-12-25 08:40:56 +0900 |
commit | 6a8519ca899db1b107bc3be8310e49196f341372 (patch) | |
tree | 46a927def389adaba9198fcd40c2618aa6102c0c /railties/test/generators/resource_generator_test.rb | |
parent | 4298df00ae6219b9b5b7c40f281d4fa4d66f4383 (diff) | |
download | rails-6a8519ca899db1b107bc3be8310e49196f341372.tar.gz rails-6a8519ca899db1b107bc3be8310e49196f341372.tar.bz2 rails-6a8519ca899db1b107bc3be8310e49196f341372.zip |
Specify `hosts` in bug report template.
Host authentication introduced by #33145 allows only "0.0.0.0/0", "::/0"
and "localhost" in the development environment.
https://github.com/rails/rails/blob/4298df00ae6219b9b5b7c40f281d4fa4d66f4383/railties/lib/rails/application/configuration.rb#L33
But `rack-test` use `example.org` for default host.
https://github.com/rack-test/rack-test/blob/6c07bf53adf4a4082e206561f5b9b43142fdc821/lib/rack/test.rb#L13
Therefore, if `hosts` is not specified, host authentication rejects
the request.
In Travis CI, this problem does not occur because `test` is specified
by default in `RAILS_ENV` and `RACK_ENV`.
https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
If user actually use it, env may not always be specified. Explicitly
specify hosts in the file so that it works in any environment.
Diffstat (limited to 'railties/test/generators/resource_generator_test.rb')
0 files changed, 0 insertions, 0 deletions