dewski / json_builder

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.
http://garrettbjerkhoel.com/json_builder/
MIT License
244 stars 52 forks source link

Is this gem backwards compatible with rails 2.3.8 #43

Open lifejuggler opened 11 years ago

lifejuggler commented 11 years ago

How would i make this work with rails 2.3.8?

In the example, you used respond_with which doesn't exist with rails 2.3.8 version.... if I use respond to, it doesn't call the builder and spits out the original serialized data...