Source: ruby-paper-trail Maintainer: Debian Ruby Team Uploaders: Utkarsh Gupta Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb, ruby-activerecord (<< 2:6.2), ruby-activerecord (>= 2:5.2), ruby-request-store Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-paper-trail Vcs-Git: https://salsa.debian.org/ruby-team/ruby-paper-trail.git Homepage: https://github.com/paper-trail-gem/paper_trail Rules-Requires-Root: no XS-Ruby-Versions: all Package: ruby-paper-trail Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby-activerecord (<< 2:6.2), ruby-activerecord (>= 2:5.2), ruby-request-store, ${misc:Depends} Description: Track changes to your models, helps to retrieve versions Track changes to your models, for auditing or versioning. See how a model looked at any stage in its lifecycle, revert it to any version, or restore it after it has been destroyed. . PaperTrail stores the pre-change version of the model, unlike some other auditing/versioning plugins, so you can retrieve the original version. This is useful when you start keeping a paper trail for models that already have records in the database.