Thanks so much for your lightning quick response..
I am loading the following..
require 'active_support'
require 'active_support/core_ext/date/calculations'
require 'active_support/core_ext/integer/inflections'
I thought that would not include the json portion, but maybe I should drop
the first line..
Also that is right on startup, so not sure why the effect would be delayed..
I have added the following patch to my code:
class Array
def to_json(options = {})
JSON.generate(self)
end
end
Hopefully that will take care of it.. thanks again
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.