RubyGems Navigation menu

mongoid-history 0.4.4

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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.8.5 - September 18, 2021 (51.5 KB)
  2. 0.8.3 - June 17, 2020 (50.0 KB)
  3. 0.8.2 - December 02, 2019 (49.0 KB)
  4. 0.8.1 - June 28, 2018 (47.0 KB)
  5. 0.8.0 - January 16, 2018 (47.5 KB)
  6. 0.4.4 - July 21, 2014 (27.0 KB)
显示所有版本 (共 45 个)

Runtime 依赖 (3):

easy_diff >= 0
mongoid >= 3.0

Development 依赖 (7):

bundler >= 0
coveralls >= 0
rake >= 0
rspec >= 3.0
rubocop = 0.21.0
yard >= 0

业主:

作者:

  • Aaron Qian, Justin Grimes, Daniel Doubrovkine

SHA 256 校验和:

efffe967dc3f4ca91aba82d33e134189be885de66ab9b15f6f04db45f4b34f9b

下载总量 5,003,422

这个版本 173,384

许可:

MIT

需要的 Ruby 版本: >= 0

链接: