Friday, 15 January 2010

ruby - RoR Active Record Serialize JSON -



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