bug in deserializing CamelCase in FromXMLDelegate
Reported by Joshua Vickery | February 10th, 2009 @ 07:50 AM | in ObjectiveResource 1.01
http://groups.google.com/group/o...
The code in question is on line 46 of FromXMLDelegate.m
We need to add a test for this (a multi-word root level Ruby class).
Comments and changes to this ticket
-
Joshua Vickery February 10th, 2009 @ 05:29 PM
bug was in JSON as well: http://github.com/yfactorial/obj...
-
jjburka February 16th, 2009 @ 10:14 AM
- Assigned user set to jjburka
this will be fixed while I do #23
-
Ryan Daigle February 17th, 2009 @ 01:34 PM
(from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] handle multi word class names , [#23] added unit tests for json and xml serialization and deserialization. Improved serialization of NSNumber , added a way to format NSDate serialization http://github.com/yfactorial/obj...
-
jjburka February 17th, 2009 @ 01:37 PM
- Assigned user changed from jjburka to Joshua Vickery
-
Joshua Vickery February 18th, 2009 @ 12:52 PM
- Assigned user changed from Joshua Vickery to jjburka
nice -- I realize what was going on with NSNumber confusion. NSString implements all the NSNumber methods (intValue, floatValue, etc) which is why it worked before this fix
go ahead and update ORes with this and resolve the ticket
-
jjburka February 18th, 2009 @ 04:42 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Port of Rails' ActiveResource framework to the iPhone.
People watching this ticket
Referenced by
- 40 bug in deserializing CamelCase in FromXMLDelegate (from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] h...
- 23 update tests to run with both JSON and XML (from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] h...
- 23 update tests to run with both JSON and XML all good, see comments on #40