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_objects/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? My database.yml defaults: &defaults adapter: mysql encoding: utf8 username: myproject password: mypassword host: localhost development: <<: *defaults database: myproject test: <<: *defaults database: myprojecttest production: <<: *defaults database: myproject Rails 3.0.7 / ruby-1.9.2 (via RVM) Chris -- 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.
