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

Add optional plist serialization format to Rabl #153

Merged
merged 1 commit into from
Feb 16, 2012
Merged

Add optional plist serialization format to Rabl #153

merged 1 commit into from
Feb 16, 2012

Commits on Feb 15, 2012

  1. Add optional plist serialization format to Rabl

    Details
    * Fixes #90 (nesquena/rabl issues tracker)
    * Plist: http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/PropertyLists/Introduction/Introduction.htmlrubgems
    * Defaults to using the Ruby plist gem: http://rubygems.org/gems/plist
    * Adds Rabl configuration option include_plist_root which has same semantics as include_json_root.
    * Adds Rabl configuration option plist_engine which has similar semantics as json_engine.
    * Adds tests
    * Updated README.md to reflect the plist changes.
    alzeih committed Feb 15, 2012
    Configuration menu
    Copy the full SHA
    68518de View commit details
    Browse the repository at this point in the history