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

:auto should check to see which servers are available rather than default to webrick #82

Closed
christiannelson opened this issue Oct 4, 2012 · 3 comments

Comments

@christiannelson
Copy link
Contributor

We're using thin and it's a little inconvenient to specify -s thin in all of the places necessary. It would be groovy if :auto was a little smarter. For example, if one of thin, unicorn, etc are detected, they should be selected when using auto. If none are, then webrick is a fine last resort.

If more than one are detected, either select the first found or fallback to webrick and require one to be explicitly specified.

What do you think? If it's reasonable, I'm happy to take a stab.

@netzpirat
Copy link
Contributor

This is great. We do auto detection in Guard for notification libraries by having a preferred order of libraries and pick the first that is available. I'd be glad to merge a pull request, since I'm on holiday and my coding time is limited when my family is sleeping :P

@christiannelson
Copy link
Contributor Author

Great! I'll take a stab.

@netzpirat
Copy link
Contributor

This has been released with version 1.9.0. Enjoy.

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