Displaying 1 result from an estimated 1 matches for "deseralization".
Did you mean:
deserialization
2006 Nov 01
0
Re: YAML.load(some_string) doesn't return hash?
...hash there.
>
> Any idea what is goin on? A bug?
Now, I am seeing this problem, too, but in serializing.
Specifically, I have a field that''s serialized in my model. This works
fine going back and forth to a hash in Locomotive in development. But,
in production on DreamHost, the deseralization ends up like this:
!ruby/object:YAML::Syck::DomainType
domain: yaml.org,2002
type_id: map:HashWithIndifferentAccess
value:
key1: "value1"
key2: "value2"
Thus, of course, I can''t use the hash methods. And Rails then generates
errors like "undefined method `in...