Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSON support provided through bson gem. #163

Merged
merged 1 commit into from Feb 12, 2012
Merged

BSON support provided through bson gem. #163

merged 1 commit into from Feb 12, 2012

Commits on Feb 12, 2012

  1. BSON format support provided. Fixed pluralization (without requiring …

    …active_support/inflector it doesn't work in Rabl::Helpers). Covered by tests, results were compared with msgpack results and matches except for those that returns array - BSON.serialize can't accept arrays so it wraps it into a hash with first object name pluralization as a key.
    Antiarchitect committed Feb 12, 2012
    Copy the full SHA
    b9ec72b View commit details
    Browse the repository at this point in the history