This project is archived and is in readonly mode.
use of undocumented (?) Net::HTTP method breaks 2.3 on Ruby 1.9.1
Reported by dvdplm | February 4th, 2009 @ 02:04 PM | in 2.x
ActiveResource::Connection#http uses the "use_ssl" method, but should really be using the "use_ssl?" predicate. The former rhymes well with the setter, "use_ssl=", but in 1.9 it raises error. Switching to the latter fixes all issues.
File: activeresource-2.3.0/lib/active_resource/connection.rb Line nr: 191
Comments and changes to this ticket
-
DHH February 6th, 2009 @ 02:02 PM
- Assigned user set to Rick
-
Niels Ganser July 16th, 2009 @ 11:48 AM
- Tag changed from 2.3, activeresource, connection, ruby1.9, ruby19 to 2.3, activeresource, connection, duplicate, ruby1.9, ruby19
This is indeed a duplicate of #1272
-
Michael Koziarski July 19th, 2009 @ 08:10 AM
- State changed from new to duplicate
Duplicate of #1272
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
- 2370 [PATCH] Ability to set SSL options on ActiveResource connections This patch may also address #781 and #1872 as well.