cerealize 0.8.7
Serialize out of the Cerealize Box - a drop-in replacement for ActiveRecord's serialize It can auto transcode old encoding (yaml if you're using AR's serialize), to new encoding (marshal, json, you name it) without any migration. Current supported encoding: 1. YAML 2. Marshal 3. JSON (planned) Current supported ORM: 1. ActiveRecord (tested with 2.3.10) 2. DataMapper (planned)
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
activerecord
< 3
Development依存関係 (2):
bones
>= 3.5.0
sqlite3-ruby
>= 1.3.1