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/rails/commands
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
..
application [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
console [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
credentials Do not add master key when RAILS_MASTER_KEY env specified (#31922) 2018-02-08 19:49:50 +09:00
dbconsole Switch dbconsole config loader check 2018-03-16 12:40:34 -04:00
destroy [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
encrypted Do not add master key when RAILS_MASTER_KEY env specified (#31922) 2018-02-08 19:49:50 +09:00
generate [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
help Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
new Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
plugin [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
routes Rely on Rails::Command's help output. 2018-03-13 20:56:37 +01:00
runner Use TOPLEVEL_BINDING in rails runner command 2017-09-22 10:42:28 +09:00
secrets Fix secrets command deprecation message 2017-12-11 21:39:41 -08:00
server Deprecate support for using HOST environment to specify server IP (#32540) 2018-04-16 14:35:13 +09:00
test [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
version Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00