nesquena / rabl

General ruby templating with json, bson, xml, plist and msgpack support
http://blog.codepath.com/2011/06/27/building-a-platform-api-on-rails/
MIT License
3.64k stars 334 forks source link

boolean fields no longer display true/false #643

Closed magicmarkker closed 8 years ago

magicmarkker commented 9 years ago

In version 0.11.5 a boolean mysql field will display true/false but in 0.11.6 they just display 1/0, but in the commit that changes version number I can't find anything that does this. am i missing something?