ActiveRecord ignore encoding when recreate MySQL databases for test

Hi all, When ActiveRecord recreates the database schema for test purposes, it ignores the encoding and the collation options for MySQL.

I created a ticket and attached a patch. http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1165-activerecord-ignore-encoding-when-recreate-mysql-databases-for-test

Best, Luca