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

Conflict dependency at rest-client and rest_client #8

Open
abtris opened this issue Apr 11, 2014 · 2 comments
Open

Conflict dependency at rest-client and rest_client #8

abtris opened this issue Apr 11, 2014 · 2 comments

Comments

@abtris
Copy link

abtris commented Apr 11, 2014

Can you explain why you use gem rest?

It's depend at rest_client but common use is rest-client and their conflict at binary, both has executable restclient?

Thanks

@travishubbard
Copy link

+1

@treeder
Copy link
Contributor

treeder commented Oct 27, 2014

rest is so you can swap out the underlying http gem easily. rest-client (and therefore rest_client) is super slow compared to other options like typhoeus and net-http-persistent. rest chooses the fastest/best one or you can select yourself without having to change your code.

rest_client is a fork of rest-client that strips out the mime-types dependency which had a bunch of versioning issues.

Does the binary conflict cause issues other than a warning?

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

3 participants