Playing around w/1.9 mode

I’ve got a current Ruby 1.9 project that testing w/jruby’s 1.9 mode.

I’m running into an odd issue though. I’m getting very flaky results
when doing when accessing the db.

in essence, “Model.order(“order clause”).first” works, but
“Model.order(“order clause”)” throws an error. Is there something I
need to configure still?

commands, database.yml, gem list, and stack trace here:

I added a require_relative function to my app so that it would be able
to run in 1.8 mode and I don’t see any of the errors I was getting in
1.9 mode.