[Rails] Re: Rails + Mysql

2010-03-19 Thread José Luis Romero
t; I have the same issue as your after I upgraded to rails 2.2.2 and finally, I > got it work > What I did, I reinstall mysql and it worked ok now. > > Yudi Soesanto > > 2010/3/18 José Luis Romero > > > On Mar 18, 12:36 am, Conrad Taylor wrote: > > > José,

[Rails] Re: Rails + Mysql

2010-03-18 Thread José Luis Romero
On Mar 18, 12:36 am, Conrad Taylor wrote: > José, can you verify that MySQL is running by doing the following: > > $ mysql -u Yes it's running... -- 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 rubyo

[Rails] Re: Rails + Mysql

2010-03-17 Thread José Luis Romero
Done! Same results... uninitialized constant MysqlCompat::MysqlRes Thanks... Any other approach? On Mar 17, 11:06 pm, Conrad Taylor wrote: > Sent from my iPhone > > On Mar 17, 2010, at 7:59 PM, José Luis Romero   > wrote: > > > > > @Conrad: thanks for take the tim

[Rails] Re: Rails + Mysql

2010-03-17 Thread José Luis Romero
; I got to say that this is a royal pain in the ass... I am a postgres guy, but I wanted to try with mysql, and this is painfull... I don't know if this is a test for newbies or something like that... Any sugestion? Thanks On Mar 17, 2:08 am, Conrad Taylor wrote: > On Mar 16, 2010, at 6

[Rails] Re: Rails + Mysql

2010-03-16 Thread José Luis Romero
installed mysql-2.8.1 1 gem installed and then I run rake db:migrate and voila... "uninitialized constant MysqlCompat::MysqlRes" On Mar 16, 1:04 pm, Leonardo Mateo wrote: > 2010/3/16 José Luis Romero :> Hi... I'm a rails newb, > trying to do some rails homework or sort of.

[Rails] Rails + Mysql

2010-03-16 Thread José Luis Romero
Hi... I'm a rails newb, trying to do some rails homework or sort of... I'm trying to run rails on Fedora 12... but it seems impossible... It's impossible to install the mysql gem... this is the last output when I tried to run a rake db:migrate: uninitialized constant MysqlCompat::MysqlRes Any sugg