Open salesking opened 14 years ago
I worked around this issue by adding the following at the top of application.rb require 'active_record/connection_adapters/mysql_adapter' require 'active_record/connection_adapters/sqlite3_adapter'
But that's pretty hacky...
I then ran into issue https://github.com/midas/usesguid_migrations/issues/3 regardless.
Got following error with rails 3 project when trying to migrate:
due to the fact that ActiveRecord::ConnectionAdapters::MysqlAdapter wasn't available
i needed to explizitly require the follwing in usesguid_migrations.rb