This project is archived and is in readonly mode.

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
- 
            
         
- 
            
         Rob Cameron January 4th, 2010 @ 08:25 PMYep, looks like this is the same thing, sorry. Feel free to close. :) 
- 
         David Trasbo June 13th, 2010 @ 08:04 PM- Assigned user set to Ryan Bigg
 Can be marked as duplicate. 
- 
         
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
Tags
Referenced by
- 
         1272 
          ruby19 incompatibility: ActiveResource::Connection#http, use_ssl?
        Is this the same bug as #2971 ? 1272 
          ruby19 incompatibility: ActiveResource::Connection#http, use_ssl?
        Is this the same bug as #2971 ?
 cannikin
      cannikin
 Jeremy Kemper
      Jeremy Kemper
 Ryan Bigg
      Ryan Bigg