hooopo/second_level_cache

如果遇到 serialize 字段,会有无法转换字段的错误

Closed this issue · 2 comments

class User < ActiveRecord::Base
  serialize :info, JSON
end

这个时候,从 Cache 里面取出来的数据,如果调用序列化动作的时候会有错误

@user = User.find(1)
@user.inspect
no implicit conversion of ActiveRecord::AttributeMethods::Serialization::Attribute into String
moioo commented

你取github最新分支试一下,这个问题我已经修复了并合并了,只是没发布版本

@moioo 你只是修复了 YAML 的,JSON 类型的还是无法转换