Mysql2::Error: Incorrect string value: '\xE2\x80\xA8\x09
It works if you run ALTER TABLE your_database_name.your_table CONVERT TO CHARACTER SET utf8
instead of the query to updated character set in the database above.
The solution is the the attached post, at the very end.