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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Nov 30, 2009 at 9:32 AM, Venugopal M <venu.hai-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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.Install the mysql gem as the error message says. -- Leonardo Mateo. There''s no place like ~ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Venugopal M wrote: <blockquote cite="mid:7f829b3b-237c-4e6e-87d3-cca592217d20-lbOBESyBhfxikxaaqjoKslYGCWtFR9XvQQ4Iyu8u01E@public.gmane.org" type="cite"> <pre wrap="">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: <a class="moz-txt-link-freetext" href="http://iamfeelinlucky.blogspot.com">http://iamfeelinlucky.blogspot.com</a> Follow me on twitter: <a class="moz-txt-link-freetext" href="http://twitter.com/krugmanvenuz">http://twitter.com/krugmanvenuz</a> </pre> </blockquote> 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.<br> </body> </html> <p></p> <p>--</p> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.<br /> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org<br /> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org<br /> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.<br />