paper-trail-gem--paper_trail/test
Jared Beck f963752703 Breaking change: Remove custom timestamp feature
A little over four years ago, a feature was added to allow users
to change the name of the `versions.created_at` column. No reason
was given at the time.

https://github.com/airblade/paper_trail/pull/129

There are three reasons why this should not be configurable:

1. The standard column name in rails is `created_at`.
2. The majority of the `versions` table is, and should be, an
   implementation detail of PT.
3. This configuration option added moderate complexity to the
   library, and severe complexity to the test suite.
2016-09-04 00:41:21 -04:00
..
dummy Tests: remove sacrificial_column 2016-09-03 23:40:05 -04:00
functional PaperTrail is not compatible with sinatra 2.0 yet 2016-08-23 01:35:47 -04:00
unit Breaking change: Remove custom timestamp feature 2016-09-04 00:41:21 -04:00
custom_json_serializer.rb Fix Lint/UnusedBlockArgument 2016-02-15 20:25:11 -05:00
test_helper.rb Breaking change: Remove custom timestamp feature 2016-09-04 00:41:21 -04:00
time_travel_helper.rb Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00