Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.0.z.beta4
-
Fix Version/s: 1.2.0
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
https://github.com/couchbase/couchbase-ruby-client/pull/5
When posting JSON strings in rails this function is passed a StringIO object not a string.
This causes the following error:
MultiJson::DecodeError
399: unexpected token at '#<StringIO:0x2f64720>]'
When posting JSON strings in rails this function is passed a StringIO object not a string.
This causes the following error:
MultiJson::DecodeError
399: unexpected token at '#<StringIO:0x2f64720>]'