2011年9月21日
Rails3.1rc(?)でPlease install the mysql adapterというエラー
確定ではないですが、Rails3.1rcにアップしたらこんなエラーが出ました。
Please install the mysql adapter: `gem install activerecord-mysql-adapter` (mysql is not part of the bundle. Add it to Gemfile.)
解決策
- database.ymlでmysqlのadapterをmysqlよりmysql2に変更
- Gemfileにmysql2を追加しbundle installを実行
参考
http://stackoverflow.com/questions/6141276/rails-3-1-0-rc1-mysql-adapter-error
http://stackoverflow.com/questions/3467054/problem-with-mysql2-and-rails3-bundler