Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
jeena edited this page Oct 9, 2010 · 5 revisions

Adds the ActiveRecord#to_plist and Array#to_plist methods similar to ActiveRecord#to_xml.
The :only, :except, :methods, and :include options are supported.

It too ads the :plist option to the ActiveRecord::Base#render method. With help of that
you get binary plist files which you can easy use in your iPhone.

Install

sudo gem install —remote CFPropertyList
script/plugin install git://github.com/jeena/plistifier.git

Thanks

This plugin uses Christian Kruses CFPropertyList http://rubyforge.org/projects/cfpropertylist/
to generate Plists.

This plugin started as a copy of http://github.com/chuyeow/jsonifier/ I just changed it to
support and added the CFPropertyList stuff.


Flattr this

Copyright © 2010 Jeena Paradies, released under the MIT license

Clone this wiki locally