This project is archived and is in readonly mode.

#1872 ✓duplicate
dvdplm

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

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>

Referenced by

Pages