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,413 of 178,161
Downloads: 4,717,684

Daily

Ranking: 3,313 of 178,153
Downloads: 1,586

Depended by

RankDownloadsName
9,840195,037mongoid-audit
14,92795,816trogdir_models
24,10647,136voluntary
53,20216,573mongosteen
65,77212,416ish_lib

Depends on

RankDownloadsName
12794,878,279activesupport
89633,017,645mongoid
1,7649,304,321mongoid-compatibility
2,0576,600,445easy_diff