When I us开发者_高级运维e Rails with YAML I change boot.rb with require \"yaml\" YAML::ENGINE.yamler = \"syck\"
When I serialize active records I\'m finding t开发者_开发知识库hat the yaml format is different depending on which box I\'m running on. On one box I get:
I\'ve isolated a problem with Ruby on Rails where a model with a serialized column is not properly loading data that has been saved to it.