This project is archived and is in readonly mode.

#2971 ✓duplicate
cannikin

ActiveResource and Ruby 1.9.1

Reported by cannikin | July 29th, 2009 @ 06:11 AM

I've got an error with Rails 2.3.3 and Ruby 1.9.1 while trying to connect to a model via ActiveResource. Apparently Net::HTTP changed in 1.9.1. ActiveResources references Net::HTTP#use_ssl but the 1.9.1 docs only list Net::HTTP#use_ssl? as a valid instance method.

Here's the line of code:

http://github.com/rails/rails/blob/9533e0eca76b1df68a90e1ebe395d7b6...

The 1.8.6 docs list use_ssl() as an alias for use_ssl?(). Maybe 1.9 got rid of the alias?

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Referenced by

Pages