Commit Graph

4 Commits

Author SHA1 Message Date
Duncan Stuart 8bc5370c7a Docs: generator does not create initializer (#1167)
Fixes #1163

As of 1d42d0d0ab the generator does not create an initializer.

This seems to have been unintentional, but it isn't actually required for PaperTrail to run correctly and there are [no plans to reinstate it](https://github.com/paper-trail-gem/paper_trail/issues/1163#issuecomment-435079777) so it's best to remove references to it from the documentation.

Also remove references to this in the generator description
2018-11-12 12:54:07 -05: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