taps
taps copied to clipboard
Rails serialized attribute hash saved as Syck::PrivateType
Field (Rails, attribute before type cast) in PostgreSQL locally: nil Field on Heroku after exporting with taps: #<Syck::PrivateType:0x00000006219e08 @type_id="null", @value="">
I have the same problem. Do you have a workaround?
Maybe it helps to clarify: http://lost-in-code.blogspot.com/2011/10/yaml-in-ruby-19.html
@diogenes Yeah. Perhaps taps should specify psych as the YAML engine. YAML::ENGINE.yamler = "psych"