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
243 stars 52 forks source link

extending template handlers to include Rails 4 #45

Closed reidmix closed 11 years ago

reidmix commented 11 years ago
reidmix commented 11 years ago

meh. parens ambiguity, fixing.

reidmix commented 11 years ago

Also, travis is complaining on the PRs (including #44):

$ bundle install --deployment You are trying to install in deployment mode after changing your Gemfile. Run bundle install elsewhere and add the updated Gemfile.lock to version control.

You have added to the Gemfile:

  • tzinfo

The command "bundle install --deployment" failed. Retrying, 2 of 3.

dewski commented 11 years ago

:+1: I pulled this down locally and ran the tests and everything is good.