[Rails-core] AR UnitTests failing...

Diego Algorta Casamayou diego.algorta at gmail.com
Wed Feb 15 02:04:49 GMT 2006


2006/2/14, Bob Silva <me at bobsilva.com>:
> 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:

diego at antu:~/devel/rails/trunk/activerecord$ mysql -u rails
activerecord_unittest < test/fixtures/db_definitions/mysql.sql
ERROR 1005 at line 194: Can't create table
'./activerecord_unittest/fk_test_has_fk.frm' (errno: 150)
diego at antu:~/devel/rails/trunk/activerecord$

I can't find this error anywhere in google relating to rails so it
must be something in my configuration, but I don't know what.

Diego


More information about the Rails-core mailing list