Michael Schoen wrote:
Michael Koziarski wrote:
It doesn't explain why it works for me, but not for you though. What
ruby version are you using, windows or unix? Anything else I should
look for while testing?
Ruby 1.8.4, on Debian.
I'll play around a bit later this morning, see if I can find anything.
So I'm not sure why it works for you. The issue seems to be that 'time'
isn't required as part of the test, so #xmlschema isn't defined.
If I add
require 'time'
to the top of base_test.rb, it works fine.
Could it be that whichever db driver you're testing happens to require
'time', either directly or indirectly, and the oracle driver doesn't?
Can we add require 'time' someplace within AR explicitly?
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core