mysql2 v 0.2.6 を使用して Rails 3.1 でアプリを作成しようとしています。を実行するrake db:create
と、次のエラーが表示されます。
DEPRECATION WARNING: Arel::Visitors::VISITORS is deprecated and will be removed.
Database adatpers should define a visitor_for method which returns the appropriate
visitor for the database. For example, MysqlAdapter.visitor_for(pool) returns
Arel::Visitors::MySQL.new(pool). (called from mon_synchronize at
c:/Ruby192/lib/ruby/1.9.1/monitor.rb:201)
MySQL モニターにアクセスできるので、gem は正しくインストールされているようです。ここで他に何が起こっているのでしょうか?
ありがとう!