I just downloaded rails trunk to roll up my sleeves for a patch.
After reading the docs on dev.rubyonrails.org for patch writing I downloaded the rails trunk and setup my database to include activerecord_unittest and activerecord_unittest2, set the connection file to connect with the correct user and password, and ran the tests for the mysql adapter.
I get 418 errors (before changing anything but the connection). Mostly (mabye all) are
ActiveRecord::StatementInvalid: Mysql::Error: #HY000Field 'type' doesn't have a default value: INSERT INTO projects (`name`, `id`) VALUES ('Active Record', 1) #with different insert statements
What have I done wrong?
This has certainly made writing a patch (a very simple one) a seemingly daunting task.
Any help to overcome this is greatly appreciated.
Cheers
Daniel
_______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core