Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Doug James
Conflict between deprecated gem and rails [ reply ]  
2009-11-18 16:04
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?