json_builder
json_builder copied to clipboard
Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. JSON Builder is here to help.
How to implement cache fragment and action here? it seems the chache_action doesnt work for json_builder
I realize this is a bit of an edge case, but it'd be really great to be able to render templates outside the normal Rails usage – such as to...
@dewski Can you please tell me if json_builder uses ActiveSupport JSON or Multi JSON. In case it uses Multi JSON, is there a feasibility for me to specify a JSON...
I just installed the latest version of json_builder (3.1.7) from RubyGems and when I included it in my app, I got the above error when trying to load the json_builder...