I am getting this error pretty regularly, but it also seems to be pretty randomly.
C:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.0.5/lib/active_support/core_ext/object/to_json.rb:20:in `to_json'
This is occurring sporadically when calling to_json on a hash, for example:
{:@i=>18}.to_json
Anyone run across this before? It's strange and can't find much on the internets related.