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
|
f54ada67e2
|
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 |
|
Ben Atkins
|
64758ca163
|
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 |
|
Ben Atkins
|
526e6ae7cc
|
Adding JSON serializer to the gem. Close #194
|
2013-01-22 18:13:58 -05:00 |
|