paper-trail-gem--paper_trail/lib
notEthan c900f2d2ce issue with primary key other than `id` (#868)
* support reifying using primary_key field other than 'id'

* custom_primary_key_record - model to use a uuid primary key, with a weird default scope

* test custom_primary_key_record also with destroyed record

* name index on custom_primary_key_record_versions item; default is too long for mysql

* specify custom_pk_record uuid as a string primary key in a way that AR 3 supports - previous way worked with 4 and 5 but not 3

* update schema for custom_primary_key_records

* note fix in changelog
2016-09-28 17:59:47 -04:00
..
generators/paper_trail Generate an initializer with `track_associations`, improve docs (#854) 2016-08-25 14:31:03 -04:00
paper_trail issue with primary key other than `id` (#868) 2016-09-28 17:59:47 -04:00
paper_trail.rb Breaking change: Remove custom timestamp feature 2016-09-04 00:41:21 -04:00