paper-trail-gem--paper_trail/spec
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 Set MySQL collation: versions tbl: utf8mb4_general_ci 2016-03-31 16:24:11 -04:00
models issue with primary key other than `id` (#868) 2016-09-28 17:59:47 -04:00
modules rubocop 0.41.1 (was 0.40.0) 2016-06-27 03:02:33 -04:00
paper_trail Do not track associations by default 2016-04-26 22:06:22 -04:00
requests Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
support Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
paper_trail_spec.rb Move test/paper_trail_test.rb to rspec 2016-08-22 00:40:55 -04:00
rails_helper.rb Remove tests which duplicate db structure 2016-08-22 00:40:55 -04:00
spec_helper.rb Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00