Kong / unirest-ruby

Unirest in Ruby: Simplified, lightweight HTTP client library.
http://unirest.io/ruby
MIT License
364 stars 83 forks source link

Upgrading to Rails 4.2.7 breaks funcitonality. #41

Open Fladdermuz opened 8 years ago

Fladdermuz commented 8 years ago

Using Rails 4.2.7 caused my connection to mashape that I use in my seed file to fail and generates the warning:

[warning] The response contained in an RestClient::Exception is now a RestClient::Response instead of a Net::HTTPResponse, please update your code

Downgrading to 4.2.6 fixes issue. Not sure it's an actual Unirest issue or a Rails issue, so posting just FYI.

leoplct commented 4 years ago

+1