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

Fix Rails.version not return string #48

Open fake-or-dead opened 11 years ago

fake-or-dead commented 11 years ago

Rails 4 .version didn't return string so Template can't bind them self

xangadix commented 7 years ago

Will this ever be merged?