Thanks this worked, I was scared of having to refactor everything. I ran into another issue, I'll but the details in a separate thread. It's also jruby specific.
On Feb 7, 5:07 pm, John Mettraux <[email protected]> wrote: > On Mon, Feb 8, 2010 at 9:43 AM, John Mettraux <[email protected]> wrote: > >> On Mon, Feb 8, 2010 at 3:33 AM, kiko <[email protected]> wrote: > > >>> Last time I had the same issue when I was upgrading ruote. The > >>> solution was to move to yajl-json which worked out. Now I'm running > >>> ruote 2.1.5 find using native ruby. Now I'm trying to move to using > >>> jruby and the error poped up again. Jruby can't compile yajl-ruby so > >>> I'm using jruby-json instead. But this stack trace seems to be coming > >>> from rufus-json, so I'm wondering if you've come across this, hoping > >>> this doesn't block our port to jruby. > > > Hello Franciso, > > > this : > > > h = JSON.parse(s, :max_nesting => 100) > > > worked. > > > Let me integrate that in rufus-json. > > Francisco, > > please try with the latest rufus-json (0.2.0) : > > http://gemcutter.org/gems/rufus-json > > Best regards, > > -- > John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
