I am trying to get a working copy of the rails core setup, but I cannot get ActiveRecord tests to pass. I get a couple hundred errors most of are: ActiveRecord::StatementInvalid: Mysql::Error: #HY000Field ''type'' doesn''t have a default value: INSERT INTO projects (`name`, `id`) VALUES (''Active Record'', 1) What do I need to do to get ActiveRecord tests to pass? -- Posted via http://www.ruby-forum.com/.
Reasonably Related Threads
- activerecord rake test_mysql
- [retry] fixture_references: "Mysql::Error #HY000"? (fwd)
- Parsing a SQL file directly into activerecord::executemethod - Not a vamp I swear
- ActiveRecord: using with multiple threads/DB connections
- RE: ActiveRecord::StatementInvalid error after app has beenrunning for a while