我正在学习一个简单的教程,我正在使用 mysql。当我跑步时
jruby -S rake db:create:all
它给出了一条错误消息:
Please install the jdbcmysql adapter: `gem install activerecord-jdbcmysql-adapter` (no such file to load -- active_record/connection_adapters/jdbcmysql_adapter)
但我已经安装了这个。有谁知道如何解决这个问题?我正在使用 JRuby 1.6.7。(我的电脑上也有 ruby 1.9.3,不知道是否重要)
这是我的 database.yml
development:
adapter: jdbcmysql
database: MyRail2_development
pool: 5
username: root
password: *****
host: localhost