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?
|