Michael Koziarski wrote:
Hmm, now the tests fail for lack of #xmlschema.


irb(main):001:0> Time.now.xmlschema
NoMethodError: undefined method `xmlschema' for Wed Mar 15 20:37:38
NZDT 2006:Time
        from (irb):1
irb(main):002:0> require 'time'
=> true
irb(main):003:0> Time.now.xmlschema
=> "2006-03-15T20:37:43+13:00"

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.

_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to