Ruby on rails - Radrails IDE - mysql issues.

Posted by ThomasReggi on Stack Overflow See other posts from Stack Overflow or by ThomasReggi
Published on 2010-05-30T23:20:06Z Indexed on 2010/05/30 23:22 UTC
Read the original article Hit count: 519

Filed under:
|
|

I have been trying to get Ruby on Rails to migrate a database for the good part of today, the problems all seem to result with this issue, can someone please help! If its a radrails specific problem I guess Ill take this to their forums. Something is telling me this is an easy fix.

>rake db:migrate 
(in C:/Users/Thomas/My Documents/Aptana RadRails Workspace/rp)
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
rake aborted!
126: The specified module could not be found.   - C:/Ruby/lib/ruby/gems/1.8/gems/mysql-2.8.1-x86-mswin32/lib/1.8/mysql_api.so

(See full trace by running task with --trace)

© Stack Overflow or respective owner

Related posts about mysql

Related posts about ruby-on-rails