Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI arg "host" has precedence over ENV var "host" #28513

Merged
merged 1 commit into from
Mar 22, 2017

Conversation

maclover7
Copy link
Contributor

@maclover7 maclover7 commented Mar 21, 2017

Summary

This is a regression from when the server command switched to its own
argument parser, as opposed to Rack's. Rack's argument parser, when
provided with a "host" argument, gives that value precedence over
environment variables.

Other Information

This is a regression from when the server command switched to its own
argument parser, as opposed to Rack's. Rack's argument parser, when
provided with a "host" argument, gives that value precedence over
environment variables.
@rafaelfranca rafaelfranca merged commit 5e3ddf6 into rails:master Mar 22, 2017
rafaelfranca added a commit that referenced this pull request Mar 22, 2017
CLI arg "host" has precedence over ENV var "host"
@rafaelfranca
Copy link
Member

Backported in a2460c7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants