RubyGems Navigation menu

mongoid-history-patched 0.2.3

In frustration of Mongoid::Versioning, I created this plugin for tracking historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. (See Usage for more details) Embedded documents are referenced by storing an association path, which is an array of document_name and document_id fields starting from the top most parent document and down to the embedded document that should track history. This plugin implements multi-user undo, which allows users to undo any history change in any order. Undoing a document also creates a new history track. This is great for auditing and preventing vandalism, but it is probably not suitable for use cases such as a wiki.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.2.3 - October 10, 2012 (16KB)

Runtime依存関係 (2):

easy_diff >= 0
mongoid >= 2.0.0

Development依存関係 (6):

bson_ext >= 0
bundler >= 1.0.0
jeweler >= 0
rspec >= 0
yard >= 0

所有者:

作者:

  • Aaron Qian, Justin Grimes

SHA 256チェックサム:

9d2e23b4b4712b1ce9e90325b2ce5e384b955baebea3b315ee807f745859179d

累計ダウンロード数 3,939

このバージョンのみ 3,939

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: