I'm not quite sure how to go about diagnosing this issue, after switching my app to Ruby 1.9.1 I'm getting this error:
TypeError
wrong argument type Mysql (expected Struct)
And it seems the app fails to boot, so I'm not really sure of how to even begin solving this issue. I've made sure all my gems are up to date and they are.
I'm using RVM, ruby 1.9.1, and Rails 3 (beta3), I don't have this problem when running ruby 1.8.7.
Thoughts?