You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Can you explain why you use gem
rest
?It's depend at
rest_client
but common use isrest-client
and their conflict at binary, both has executablerestclient
?Thanks
The text was updated successfully, but these errors were encountered: