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

11 commits

Author SHA1 Message Date
David Butler
05468001af Fixed #reify so nil values in a given version get set to nil on the model 2013-05-10 17:43:56 -07:00
Ben Atkins
9384af520f Fixing the SerializerTest so that it doesn't engage an assertion for equality when the test suite is run in Ruby1.8, which cant consistently pass in Ruby1.8 due to the nature of hashes being unordered. 2013-02-14 12:09:14 -05:00
Ben Atkins
0dbc6a8e33 Fixing syntax on SerializerTest so that it grabs the object attributes in the same manner they are composed when PaperTrail serializes them in the :record_update and :record_destroy callbacks. 2013-01-31 17:32:36 -05:00
Ben Atkins
e0771897a7 Reworking syntax on the SerializerTest so that it uses the same serialization/deserialization techniques of the custom serializer. 2013-01-31 16:39:52 -05:00
Ben Atkins
526e6ae7cc Adding JSON serializer to the gem. Close #194 2013-01-22 18:13:58 -05:00
Ben Atkins
8ce21de042 Merge remote-tracking branch 'bradleypriest/patch-1' 2013-01-21 11:04:54 -05:00
Ben Atkins
1156460b5c Some minor syntax tweaks, updated CHANGELOG. 2013-01-21 10:38:43 -05:00
Bradley Priest
42022be8ec Make the create object work with custom serializer 2013-01-10 19:02:30 +08:00
David Butler
fefc0cd0ac Added support for configure block 2013-01-07 11:44:12 -08:00
Bradley Priest
197984a968 Update tests for differences in Ruby versions 2012-10-13 19:34:57 +08:00
Bradley Priest
41e255bf51 Add the ability to use a custom serializer for storing the object in the database 2012-10-13 16:08:39 +08:00