1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Jared Beck
de1dda4f79 Remove vestigial version conditionals 2021-03-21 01:07:08 -04:00
Jared Beck
8d4a186d10 Use Time.current everywhere
Enforce with the Rails/TimeZone cop.
2021-03-17 23:33:46 -04:00
Jared Beck
fbe05cf13f Tests: various updates for rails 6.1 2020-12-15 12:39:34 -05:00
Jared Beck
4641a3e7e7 Support rails 6.0.0.rc2
Update usage of private migration API, to compensate for
breaking change in https://github.com/rails/rails/pull/36439
2019-08-01 13:06:22 -04:00
lorint
e8a6096aa2 Generator to update historic item_subtype entries (#1144)
* Generator to update historic item_subtype entries

* Simpler migrations for Foo and Bar test databases

* Rubocop indentation
2018-08-26 21:25:16 -04:00
Jared Beck
9f004a60e0 Revert #1108 (lorint's STI fix)
This partially reverts commit 58369e1d8f.
I have kept the specs, skipped.

Per the following, this approach does not seem to be working:

- https://github.com/paper-trail-gem/paper_trail/issues/1135
- https://github.com/paper-trail-gem/paper_trail/pull/1137
- https://github.com/seanlinsley/paper_trail/pull/1
2018-08-21 23:13:34 -04:00
lorint
58369e1d8f Fix for issue #594, reifying sub-classed models that use STI (#1108)
See the changes to the changelog and readme for details.
2018-07-30 10:50:32 -04:00
Jared Beck
da0b64d251 More work setting up tests against rails 5.2 2018-03-23 19:37:47 -04:00