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

7 commits

Author SHA1 Message Date
Jared Beck
b7b4119147 Require AR and AS: require all and earlier
Fixes a rare issue with load order when using PT outside of rails.
2018-01-31 12:25:31 -05:00
Jared Beck
cfbf7a647c Lint: Style/FrozenStringLiteralComment 2017-12-10 23:05:39 -05:00
Jared Beck
c99ba941f7 Drop various rails 3 features
PT no longer supports rails 3.

1. protected_attributes
2. without_identity_map

> Rails 4.0 has removed the identity map from Active Record, due to
> some inconsistencies with associations.
> http://guides.rubyonrails.org/upgrading_ruby_on_rails.html

3. *_filter callbacks
2016-12-04 16:44:09 -05:00
Jared Beck
a0e3f43ad1 Docs: Describe all modules 2016-04-09 01:08:34 -04:00
Jared Beck
8980f08d0e Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
Jared Beck
84b1ae5fc8 Code style: Avoid inline conditional on long lines 2015-11-05 15:03:46 -05:00
Ben Li
44972bea3d fix code not working in active_support 3.x 2014-11-03 16:38:48 +11:00