added CFPropertyList gem
This commit is contained in:
parent
a0d26a11eb
commit
be0248b26e
4 changed files with 2 additions and 5 deletions
1
README
1
README
|
@ -17,6 +17,7 @@ options are supported on ActiveRecord and Array with ActiveRecord items.
|
||||||
Install
|
Install
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
sudo gem install --remote CFPropertyList
|
||||||
script/plugin install git://github.com/jeena/plistifier.git
|
script/plugin install git://github.com/jeena/plistifier.git
|
||||||
|
|
||||||
|
|
||||||
|
|
2
init.rb
2
init.rb
|
@ -1,4 +1,4 @@
|
||||||
gem "cfpropertylist", ">=2.0.9"
|
gem "CFPropertyList", ">=2.0.9"
|
||||||
|
|
||||||
require 'plistifier/plist_encoding'
|
require 'plistifier/plist_encoding'
|
||||||
require 'rails_extensions'
|
require 'rails_extensions'
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
require "cfpropertylist/rbCFPropertyList"
|
|
||||||
|
|
||||||
module Plistifier #:nodoc:
|
module Plistifier #:nodoc:
|
||||||
module PlistEncoding
|
module PlistEncoding
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
require "cfpropertylist/rbCFPropertyList"
|
|
||||||
|
|
||||||
module ActionController
|
module ActionController
|
||||||
class Base
|
class Base
|
||||||
def render_with_plist(options = nil, extra_options = {}, &block)
|
def render_with_plist(options = nil, extra_options = {}, &block)
|
||||||
|
|
Reference in a new issue