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

server rake task provides no way to override listening interface #22

Open
technomancy opened this issue Jan 27, 2011 · 2 comments
Open

Comments

@technomancy
Copy link
Contributor

Running "rake server" always listens on localhost no matter what. It would be convenient to allow it to bind to another interface.

@baroquebobcat
Copy link
Member

Could you be more specific?

@technomancy
Copy link
Contributor Author

I've got an appengine project that's just a web service for an android app. My emulator can't reach the development server launched by rake server since it's listening on 127.0.0.1 instead of 0.0.0.0, so it would be nice to be able to override that when desired. I could probably put together a patch for this; (maybe triggered by an environment varibale?) I just wanted to make sure it's tracked.

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

No branches or pull requests

2 participants