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

Added --host support #17

Merged
merged 1 commit into from
Jan 2, 2015
Merged

Added --host support #17

merged 1 commit into from
Jan 2, 2015

Conversation

jwhitcraft
Copy link
Contributor

  • For when you need to change the ip address.
  • Added Tests
  • Updated README

@@ -41,7 +41,8 @@ def build_rack_command
command.push(
options[:config],
'--env', options[:environment].to_s,
'--port', options[:port].to_s
'--port', options[:port].to_s,
'--host', options[:host].to_s
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: swap host and port, typically options host comes first.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dblock
Copy link
Owner

dblock commented Jan 2, 2015

This is great, thanks. Please update CHANGELOG as well, and squash your commits.

@@ -1,7 +1,7 @@
2.1.0 (Next)
============

* Your contribution here.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't delete this, leave it underneath for the next person.

- For when you need to change the ip address.
- Added Tests
- Updated README
- Added to Changelog
@dblock
Copy link
Owner

dblock commented Jan 2, 2015

Thanks! Merging.

dblock added a commit that referenced this pull request Jan 2, 2015
@dblock dblock merged commit 8efcf56 into dblock:master Jan 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants