Unfortunately, even the tutorials I am using fail to work successfully (http://www.aptana.com/docs/index.php/Get_Rolling_with_Ruby_on_Rails_in_RadRails%2C_Part_1). All I am trying to do is get the changes to migrate to my database but every time I try to, I get the following error:
Quote
>rake db:migrate
(in C:/Users/xxx/yyy/Aptana Studio/Shovell)
!!! 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.7.3-x86-mswin32/ext/mysql.so
(See full trace by running task with --trace)
(in C:/Users/xxx/yyy/Aptana Studio/Shovell)
!!! 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.7.3-x86-mswin32/ext/mysql.so
(See full trace by running task with --trace)
I have tried installing mysql again with "gem install mysql", but it doesnt seem to change anything.
I even tried removing the mysql.so file as suggested here: http://www.nabble.co...td16529310.html.
I am stuck, and REALLY need this sort of functionality (mySQL). Any thoughts or suggestions?

Ask A New Question
Reply




MultiQuote




|