mongoid-history

https://rubygems.org/gems/mongoid-history
https://github.com/mongoid/mongoid-history
This library tracks historical changes for any document, including embedded ones. It achieves this by storing all history tracks in a single collection that you define. 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. Mongoid-history 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.

Total

Ranking: 2,820 of 193,188
Downloads: 6,434,198

Daily

Ranking: 4,321 of 193,154
Downloads: 1,248

Depended by

RankDownloadsName
11,849230,011mongoid-audit
16,965113,757trogdir_models
25,28460,179voluntary
53,42821,400mongosteen
64,08616,669ish_lib

Depends on

RankDownloadsName
71,353,936,019activesupport
1,03047,324,005mongoid
2,04513,604,409mongoid-compatibility
2,3229,582,703easy_diff