search for: activerecord_unittest

Displaying 2 results from an estimated 2 matches for "activerecord_unittest".

2005 Nov 26
4
activerecord rake test_mysql
Hi (I''m resubmitting this because First question: This is the rails dev list, correct? I''d like to submit a patch and am following the steps on this page: http://dev.rubyonrails.org/ Here''s what I did (using mysql 5.0.15-nt): created 2 databases: activerecord_unittest activerecord_unittest2 created 1 user: rails (giving all priveleges to both databases) ran $RAILS_HOME/activerecord\test\fixtures\db_definitions\mysql.sql on activerecord_unittest ran $RAILS_HOME/activerecord\test\fixtures\db_definitions\mysql2.sql on activerecord_unittest2 modified $RAILS_HO...
2010 Jun 11
5
Issues creating tables in mysql tests
...LL auto_increment PRIMARY KEY, `name` varchar(255)) ENGINE=InnoDB (ActiveRecord::StatementInvalid) It started happening when I was playing with adding and not adding value. The whole output is bellow. The puzzling part is that CamelCase doesn''t exist. I actually dropped and re-created the activerecord_unittest tables just to be sure. It never creates CamelCase in there. SQlite3 tests run just fine, I haven''t tried PostgreSQL. This is the state of the databases just after running the tests and failing: mysql> use activerecord_unittest; Reading table information for completion of table and co...