cloudinary_gem icon indicating copy to clipboard operation
cloudinary_gem copied to clipboard

Switch to faraday from rest-client

Open oldmax opened this issue 10 years ago • 3 comments

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.

  1. Significantly better syntax, see documentation here.
  2. Proxy settings in RestClient are stored in global state, so can't be set per-request
  3. SSLv3 issues

(Sorry for the messy diffs -- looks like my text editor decided to remove trailing whitespace)

oldmax avatar Jan 11 '15 21:01 oldmax

Any chance to see this merged?

thedrow avatar Mar 30 '16 10:03 thedrow

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.

frsantos avatar Feb 15 '24 08:02 frsantos

Hi @frsantos ,

Thank you for your input. I have asked our team to check it and I will keep you posted.

Regards, Wissam

wissam-khalili avatar Feb 15 '24 14:02 wissam-khalili

Fixed in #538

const-cloudinary avatar Apr 01 '24 22:04 const-cloudinary