Bill Siggelkow
Bill Siggelkow
Hi Michael ... I have run into the same damn thing!! You are not missing anything obvious. I ran into this problem when I ported http://jsonify.org to Rails 3.1; it...
Thanks for pointing out jsonformatter -- I had not used that. I would definitely like to make the pretty printing work -- and it does outside of Rails (but who...
I'll take a look today at your problem ... until I get that fixed, you could just skip the partial ... @children.each do |child| json.name child.name end On Oct 29,...