rabl v0.6.0 Release Notes

    • Change engine to only instantiate one builder when rendering a collection
    • Alias to_msgpack to to_mpac
    • Cache template sources for faster partial lookups (thanks @cj)
    • Adds BSON format support (thanks @Antiarchitect)
    • Use template lookup mechanism to find templates in Rails 3 (thanks @blakewatters)
    • Adds a 'object_root' option to collection (thanks @blakewatters)
    • Adds a 'root_name' option to collection
    • Adds PList format support (thanks @alzeih)
    • Fixes infinite recursion in edge case calculating object root name
    • Fixes issue with nameless node that has an array result
    • Adds support for object_root => false (Thanks @Lytol)