pkgsrc/databases/ruby-dm-is-versioned/DESCR
taca 6c77de74ba Imporring databases/ruby-dm-is-versioned package version 1.2.0.
DataMapper plugin enabling <b>simple</b> versioning of models.

When a model is versioned, and updated, instead of the previous version being
lost in the mists of time, it is saved in a subsidiary table, so that it can
be restored later if needed.

Please Note!  this gem behaves differently to how AR's :acts_as_versioned
works.  There is currently no multi version storage possible.
2011-12-17 17:28:21 +00:00

8 lines
385 B
Text

DataMapper plugin enabling <b>simple</b> versioning of models.
When a model is versioned, and updated, instead of the previous version being
lost in the mists of time, it is saved in a subsidiary table, so that it can
be restored later if needed.
Please Note! this gem behaves differently to how AR's :acts_as_versioned
works. There is currently no multi version storage possible.