diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-06-17 14:16:21 -0600 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-06-17 14:16:21 -0600 |
commit | d9812729c325006212ad0e0e1566cc76c072e709 (patch) | |
tree | 6a0fc1238eacbb6be98ff3e9b454c0568e83c7eb /activerecord/lib/active_record/serializers | |
parent | 63b347df427ed2189fac7e75e36a3a4b9f6c2a68 (diff) | |
download | rails-d9812729c325006212ad0e0e1566cc76c072e709.tar.gz rails-d9812729c325006212ad0e0e1566cc76c072e709.tar.bz2 rails-d9812729c325006212ad0e0e1566cc76c072e709.zip |
Don't assume that Hstore columns have always changed
HStore columns come back from the database separated by a comma and a
space, not just a comma. We need to mirror that behavior since we
compare the two values.
Also adds a regression test against JSON to ensure we don't have the
same bug there.
Diffstat (limited to 'activerecord/lib/active_record/serializers')
0 files changed, 0 insertions, 0 deletions