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

Adds optional msgpack serialization format to Rabl. #69

Merged
merged 1 commit into from
Sep 2, 2011
Merged

Adds optional msgpack serialization format to Rabl. #69

merged 1 commit into from
Sep 2, 2011

Commits on Jul 19, 2011

  1. Adds optional msgpack serialization format to Rabl.

    Details
    * Fixes #68 (nesquena/rabl issues tracker)
    * Message Pack: http://www.msgpack.org/
    * Defaults to using the Ruby msgpack gem: http://rubygems.org/gems/msgpack
    * Adds Rabl configuration option `include_msgpack_root` which has same semantics as include_json_root.
    * Adds Rabl configuration option `msgpack_engine` which has similar semantics as json_engine.
    * Adds whole test suite that is essentially a clone of engine_test.rb, but with proper msgpack expected values.
      Note that I converted the JSON expected values to their msgpack equivalent in this process.
    * Updated README.md to reflect the msgpack changes.
    byu committed Jul 19, 2011
    Configuration menu
    Copy the full SHA
    ae108f5 View commit details
    Browse the repository at this point in the history