1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: ruby-paper-trail
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
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.
|