rails--rails/railties/lib
Yuji Yaginuma 37b373a8d2
Deprecate support for using `HOST` environment to specify server IP (#32540)
At SuSE, `$HOST` is set by default and is equal to `$HOSTNAME`.
https://www.suse.com/documentation/sled11/book_sle_admin/data/sec_adm_variables.html

Therefore, by default, it binds to hostname instead of `localhost`.
This seems not to be appropriate as default behavior.

In order to avoid the name of the environment variable being used,
I changed the environment variable from `HOST` to `BINDING`.

Fixes #29516.
2018-04-16 14:35:13 +09:00
..
minitest Allow use of minitest-rails gem with Rails test runner 2018-04-11 07:20:53 +09:00
rails Deprecate support for using `HOST` environment to specify server IP (#32540) 2018-04-16 14:35:13 +09:00
rails.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00