Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
Message: 91642
BY: Doug James (vbdjames)
DATE: 2009-11-18 16:04
SUBJECT: Conflict between deprecated gem and rails

 

Not sure this is the right place for this, but I'm having trouble using dbi with Rails (1.2.6). The "deprecated" gem that is required by dbi creates a method on Module called deprecate. This deprecate method conflicts with the deprecate method in ActiveSupport. End result being that Rails tries to call deprecate, and gets the version of the method from the "deprecated" gem - which has a different API.

Are others successfully running latest DBI with Rails?


Thread View

Thread Author Date
Conflict between deprecated gem and railsDoug James2009-11-18 16:04

Post a followup to this message