paper-trail-gem--paper_trail/test/unit/serializers
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
..
json_test.rb Fixing some comments in the serializer tests to be accurate. Also tweaking the syntax of the 'dump' methods in the serializers to clarify that the serializers can acceptobjects other than just Hashes (even though PaperTrail will only pass attribute hashes to the serializers). 2013-01-31 11:22:03 -05:00
mixin_json_test.rb Fixed #reify so nil values in a given version get set to nil on the model 2013-05-10 17:43:56 -07:00
mixin_yaml_test.rb Making the built-in serializers declare 'extend self' so that their :load and :dump methods are available as module methods and instance methods. This enables classes/modules that mix in one of these serializers to invoke or override the methods. Close #196 2013-01-31 15:10:31 -05:00
yaml_test.rb Fixing some comments in the serializer tests to be accurate. Also tweaking the syntax of the 'dump' methods in the serializers to clarify that the serializers can acceptobjects other than just Hashes (even though PaperTrail will only pass attribute hashes to the serializers). 2013-01-31 11:22:03 -05:00