Closed povilasjurcys closed 10 years ago
:+1: Does the job.
Why isn't this merged yet? The error is still prevalent.
Or any work-around, tried adding the file locally but still was broken for me.
So I'm willing to pull this in, but does it have backwards compatibility for < 0.9.0?. @bloomrain do you happen to know?
@codingjester, I never tested it with faraday < 0.9.0. Fix only makes sure that client value in params does not go to Faraday. I think Faraday < 0.9.0 just ignores this value anyway.
just stumbled on this, too. In faraday 0.8.9 there is no parameter client
, either, see http://rubydoc.info/gems/faraday/0.8.9/Faraday/Connection:initialize
:+1:
+1, let's get this merged
Running tests on the branch now :)
Pulling it in now. And we're going to cut a minor release.
Cut and released for 0.8.3
If I use faraday 0.9.0 I get:
`
That's because Faraday become very strict for provided params. My fix does not include client param on Faraday initialization, so Faraday does not complains.
undefined method
client=' for #