Gjermund Lunder wrote in post #964675: > all, > Thanks for good ideas, but like for Robert K. it's not working for me > (ruby 1.9.2 and rails 3.0.3). > > Robert K., check that your tables are of type = MyISAM and CHARACTER SET > utf8 in Mysql.
Er, why MyISAM? That's generally a poor idea, since you don't get transactions or referential integrity. (Of course, using MySQL itself is IMHO a poor idea...) Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

