RubyGems Navigation menu

mongoid-history 0.8.1

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:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 0.8.5 - September 18, 2021 (51,5 KB)
  2. 0.8.3 - June 17, 2020 (50 KB)
  3. 0.8.2 - December 02, 2019 (49 KB)
  4. 0.8.1 - June 28, 2018 (47 KB)
  5. 0.8.0 - January 16, 2018 (47,5 KB)
Mostrar todas las versiones (45 total)

dependencias de Runtime (4):

Propietarios:

Autores:

  • Aaron Qian, Justin Grimes, Daniel Doubrovkine

SHA 256 checksum:

c5120a80c5ddc4185aa0e39c34a639c4df963490d2e0581769d21faced8e64ab

Total de descargas 4.990.071

Para esta versión 607.911

Licencia:

MIT

Versión de Ruby requerida: >= 0

Enlace: