Paper Trail Versions Save

Track changes to your rails models

999.9.9

2 years ago

We don't use github releases. Please see CHANGELOG.md and https://rubygems.org/gems/paper_trail

v12.0.0

2 years ago

Breaking Changes

  • Rails: The deprecated config.paper_trail configuration technique has been removed. This configuration object was deprecated in 10.2.0. It only had one key, config.paper_trail.enabled. Please review docs section 2.d. Turning PaperTrail Off for alternatives.

Added

  • where_object_changes_from queries for versions where the object's attributes changed from one set of known values to any other set of values.

Fixed

  • #1281 Rails: Instead of an Engine, PT now provides a Railtie, which is simpler.
  • Expand kwargs passed to save_with_version using double splat operator - Rails 6.1 compatibility
  • #1287 - Fix 'rails db:migrate' error when run against an app with mysql2 adapter

Dependencies

  • Drop support for ruby 2.4 (reached EoL on 2020-03-31)

v7.0.0

7 years ago

v6.0.2

7 years ago

v6.0.1

7 years ago

v6.0.0

7 years ago

See changelog

v5.2.3

7 years ago

v5.2.2

7 years ago

v5.2.1

7 years ago

v5.2.0

7 years ago