Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Add a 'host' method to the application_rackup resource #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jereynolds
Copy link

rackup on the command line defaults to listening to localhost, which does not allow outside connections. You can pass --host 0.0.0.0 to rackup to allow connections on all interfaces. This PR allows this host flag to be set via the host method on the application_rackup resource

@codecov-io
Copy link

codecov-io commented Aug 11, 2016

Current coverage is 70.12% (diff: 50.00%)

Merging #86 into master will increase coverage by 0.09%

@@             master        #86   diff @@
==========================================
  Files            13         13          
  Lines           307        308     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            215        216     +1   
  Misses           92         92          
  Partials          0          0          

Powered by Codecov. Last update ef31d25...f7365b8

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

Successfully merging this pull request may close these issues.

None yet

2 participants