cloudinary_gem
cloudinary_gem copied to clipboard
Switch to faraday from rest-client
We were originally going to use the Cloudinary gem in our rails application, but the dependency on RestClient is a bit of a deal breaker. We would much rather be using Faraday for a few reasons.
- Significantly better syntax, see documentation here.
- Proxy settings in RestClient are stored in global state, so can't be set per-request
- SSLv3 issues
(Sorry for the messy diffs -- looks like my text editor decided to remove trailing whitespace)
Any chance to see this merged?
Just passing by to bump this up.
rest-client
seems to be abandoned, with just a single release in 2019 after no releases since 2017.
Rest-client seems one of the main gems still using mime-types
gem, as the rest have migrated to the less memory hungry mini_mimes
. Cloudinary is one of two gems we still use having a dependency on mime-types
and we'd like to remove it.
Hi @frsantos ,
Thank you for your input. I have asked our team to check it and I will keep you posted.
Regards, Wissam
Fixed in #538