cardmagic / classifier

A general classifier module to allow Bayesian and LSI classifications.
Other
661 stars 122 forks source link

Incompatibility with ActiveRecord? #1

Closed masnick closed 14 years ago

masnick commented 14 years ago

Using active_record 2.3.8 and classifier 1.3.1, it appears that requiring classifier causes an error with active_record.

You can see what I'm talking about (hopefully) by running the test Ruby script at http://gist.github.com/463836 (and creating a test database with the included mysql dump). Works fine if you don't require classifier, errors if you do.

The trace is also included in the gist.

cardmagic commented 14 years ago

Fixed in 1.3.2

masnick commented 14 years ago

thank you!