Yesterday i tried to switch from MRI to JRuby and I believe that i got all the gems right. I am using Mongoid and not ActiveRecord so no switching of gem necessary there i think.
The error i get is:
incompatible character encodings: UTF-8 and ASCII-8BIT
The Full trace can be shown here: https://gist.github.com/1305847
And my Gemfile can be shown here: https://gist.github.com/1305882
Does anyone have a clue to what the solution might be? Thanks in advance!
ruby -vandjruby -v– Rob Oct 24 '11 at 1:13