I am using Devise with rails 4 and ruby 2.0 and database is MySQL Ver 14.14 Distrib 5.5.38. When a user sign up with names like "Мукеш"(Russian for Mukesh), I get an error as below
Mysql2::Error: Incorrect string value
I tried editing the database through MySQL Workbench and it is working, but rails is showing question marks when displaying that data.
How can I tell the ORM/Rails/Devise to accept Unicode characters? Please let me know if more details are needed
Thanks in advance,