Re: [PATCH] Re: [Rails-core] AR UnitTests failing...

2006-02-14 Thread Diego Algorta Casamayou
2006/2/15, Diego Algorta Casamayou <[EMAIL PROTECTED]>: > Well I've got some news. > > [...] > > With that modification, all tests run fine... if I run them as root. > But if I run them as a normal user I have 2 errors: Ok. My fault. I had run it first as root so the file /tmp/ar-pstore-associatio

[PATCH] Re: [Rails-core] AR UnitTests failing...

2006-02-14 Thread Diego Algorta Casamayou
Well I've got some news. It seems the problem is related with the SQL syntax used in the mysql.sql file not being 100% compatible with mysql 4.0.24 (I'm using MySQL 4.0.24_Debian-10ubuntu2-log from Ubuntu linux 5.10). I'm sending a patch attached. With that modification, all tests run fine... if

Re: [Rails-core] AR UnitTests failing...

2006-02-14 Thread Diego Algorta Casamayou
2006/2/14, Bob Silva <[EMAIL PROTECTED]>: > Are you using the Rails provided MySQL driver? Or have you installed the > native gem? I've tried both with same luck. I think I should first solve the problem while creating the database structure. I still have problems with the fk_test_has_fk table:

RE: [Rails-core] AR UnitTests failing...

2006-02-14 Thread Bob Silva
2006 3:36 AM > To: [email protected] > Subject: [Rails-core] AR UnitTests failing... > > I tried to post this 2 days ago but got bounced because the mail was > too big. I've gzipped the attachment so it could pass the size limits > now. > --

[Rails-core] AR UnitTests failing...

2006-02-14 Thread Diego Algorta Casamayou
I tried to post this 2 days ago but got bounced because the mail was too big. I've gzipped the attachment so it could pass the size limits now. - Hi there. (first post here). I have Ubuntu 5.10, Ruby 1.8.3 and Rake 0.7.0 (Should I specify anything else?