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