2010/6/10 J. Pablo Fernández <[email protected]>: > Hello, > > I'm trying to get into contributing for Rails and I'm trying to fix a > bug I've found and reported regarding migrations[1]. I started by > running all the MySQL tests but I've got three errors. Are these > errors expected? Should I expect all tests to pass at all times? If > so, is this something broken in rails or my system?
This is a configuration problem with your mysql database. You'll need to make sure your collation is set to utf8_unicode_ci or those tests will fail. -- Cheers Koz -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
