On Fri, Sep 18, 2009 at 3:22 AM, Pablo Formoso Estrada <[email protected]> wrote: > > While I was trying to install ruote-web2 I got this error running > migrations. > > ** Execute db:migrate > rake aborted! > uninitialized constant MysqlCompat::MysqlRes > > I'm running SnowLeopard with Ruby1.8.7. I try to reinstall mysql_2.8.1 > using > the corrects env flags and options as I saw on many sites. > > I don't have any problem with other projects using mysql.
Hello Pablo, maybe this will help : http://www.ruby-forum.com/topic/192550 (via http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%22uninitialized+constant+MysqlCompat%3A%3AMysqlRes+%22 ) On SnoLeo, I had to install my mysql gem with "sudo env ARCHFLAGS="-arch x86_64" gem install mysql", I guess you did the same (since it works for other projects). Please note that we're working full steam on ruote 2.0 (http://github.com/jmettraux/ruote/tree/ruote2.0) and that the work on a "Rails" demo/sample will continue / start again when Rails 3 will be around. ruote-web2 with Rails 2.2.x / 2.3.x was a kind of pain in the ass, we hope it'll get better with Rails 3. Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
