Chris, > In my logs I've been getting this since I started using DataMapper. I don't > know if it's something I should be concerned about or not. > > /usr/local/rvm/gems/ruby-1.9.2-p180/gems/data_objects-0.10.5/lib/data_objec > ts/connection.rb:79: warning: Encoding UTF8 is not a known Ruby encoding for > MySQL > > Is this a regression with DM 1.1, or has this always happened?
It doesn't have anything to do with DataMapper specifically. Note the warning is coming from DataObjects, which is the database driver that the DataMapper RDBMS adapters use. A new 0.10.5 was recently released, so it's possible it's gotten a bit more strict in the string it expects or perhaps it logs now where previously it did nothing. > encoding: utf8 What happens if you try "utf-8" or "UTF-8" ? -- Dan (dkubb) -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
