1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
paper-trail-gem--paper_trail/lib/paper_trail
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
..
attribute_serializers Fix deserialization of enums written by PT 4 2016-09-02 18:14:54 -04:00
frameworks Add filename to whodunnit warning 2016-06-16 13:03:50 +02:00
serializers Docs: re: where_object_changes 2016-05-10 17:16:35 -04:00
cleaner.rb Breaking change: Remove custom timestamp feature 2016-09-04 00:41:21 -04:00
config.rb fix typo in deprecation warning 2016-09-27 15:08:52 -04:00
has_paper_trail.rb Remove deprecated model methods 2016-09-08 19:37:23 -04:00
model_config.rb Remove deprecated model methods 2016-09-08 19:37:23 -04:00
record_history.rb Breaking change: Remove custom timestamp feature 2016-09-04 00:41:21 -04:00
record_trail.rb Remove deprecated model methods 2016-09-08 19:37:23 -04:00
reifier.rb issue with primary key other than id (#868) 2016-09-28 17:59:47 -04:00
version_association_concern.rb Docs: Describe all modules 2016-04-09 01:08:34 -04:00
version_concern.rb Breaking change: Remove custom timestamp feature 2016-09-04 00:41:21 -04:00
version_number.rb Release v5.2.2 2016-09-08 12:32:12 -04:00