ruby - RoR Active Record Serialize JSON -
i encountering "undefinedconversionerror - "\x92" ascii-8bit utf-8"
when saving text field: "data" content in csv file
class managedfile < someparent serialize :data, json is there way avoid error?
ruby json ruby-on-rails-3 encoding
No comments:
Post a Comment