You can use MySQL 5.1 if you don't install mysql gem v2.7.3. It is strange because, if you don't install this version, some warnings appear related to it, saying that the bundled-in mysql gem is going to be deprecated and you are encouraged to install the latest gem (apparently, the 2.7.3 one...)
Kevin Kleinfelter wrote: > If you get "rake aborted! undefined method `each' for..." on Windows > (win32), it is almost certainly a mismatch between the version of MySQL > and the version of the gem. Looking at the readme inside the .gem, it > says that the gem was compiled against MySQL 5.0.27. V2.7.3 of the > pre-compiled gem will NOT work with MySQL 5.1. > > If you're going to use the pre-compiled V2.7.3 Windows gem, you'll have > to use MySQL 5.0.27. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

