Ruby on rails

Hi I'm a ruby on rails newbie trying to learn ruby myself. I use aptana studio and when i execute rake it gives this error

!!! 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!

Does anyone know the reason for this error.

Thanks in advance. Venugopal M I blog here: http://iamfeelinlucky.blogspot.com Follow me on twitter: http://twitter.com/krugmanvenuz

Install the mysql gem as the error message says.

Venugopal M wrote:


Hi I'm a ruby on rails newbie trying to learn ruby myself. I use
aptana studio and when i execute rake it gives this error
!!! 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!
Does anyone know the reason for this error.
Thanks in advance.
Venugopal M
I blog here: Follow me on twitter:

The reason for the error is explained in the error message. The bundled mysql driver was removed from Rails 2.2. Install the mysql gem as shown and you should be good to go.