activewarehouse / activewarehouse-etl-sample

A place where you will find a sample of use of ActiveWarehouse-ETL
40 stars 9 forks source link

Fix adapter_extensions for mysql2 #1

Closed thbar closed 12 years ago

thbar commented 13 years ago

mysql2 0.2.7 is the recommended choice for Rails 3, but for some reason specifying it from the Gemfile raises an error.

thbar commented 13 years ago

I solved the error by specifying "mysql2" instead of "mysql" in database.yml, but then the adapter_extensions require more work.

see https://github.com/activewarehouse/activewarehouse-etl/issues/43

thbar commented 12 years ago

Closing: adapter extensions 1.0.0.rc1 works with mysql2.