tcurdt / master_slave_adapter

An ActiveRecord database adapter that allows you to setup a "master/slave" environment
Other
11 stars 4 forks source link

unsupported method 'current_database' #4

Closed grobie closed 13 years ago

grobie commented 13 years ago
You called the unsupported method 'current_database' on ActiveRecord::ConnectionAdapters::MasterSlaveAdapter.
            In order to help us improve master_slave_adapter, please report this
            to: https://github.com/soundcloud/master_slave_adapter/issues

            Thank you.

During migration with LargeHadronMigrator. Call is at lib/large_hadron_migration.rb#L242. #current_database is only implemented in mysql adapter and Postgresql adapter, but not in abstract adapter.

kim commented 13 years ago

fixed in v0.1.4 (soundcloud flavor ;))