We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In #354 RKObjectDynamicMapping was renamed to RKDynamicObjectMapping.
Fix CoreData header import path in example. Probably caused by recent change of build config's header search path entry to use built product directory.
Updated Object mapping (markdown)
Fix ioValue typo
escaped the string in "Performing a Mapping" section, was showing up as "48582303f9cb21fe03087209f649430e35ddb67cquot;" in safari
Fixed grammatical typo
Fixed code indentation
Added information about dealing with multiple root objects in a post/put situation.
updated GET/POST params documentation
Updated Object Mapping (markdown)
I think this is a typo fix - the code as described here originally didn't compile for me. Switching to mappingForClass compiles, seems to work, though I'm still testing.
quick fix of https://github.com/RestKit/RestKit/issues/393. replaced [RKObjectManager managerWithBaseURL:] with [RKObjectManager objectManagerWithBaseURL:]
Fixed another bug when mapping relationships. The sample code showed the author keyPath being mapped twice, once as an attribute and again as a relationship. In this example, it should only be mapped once, as a relationship. Otherwise, there are NSAsserts in the code that will fails because of duplicate mappings for value.
Fixed a bug in the article/author relationship mapping sample code.
Fixed some incorrect references in the dynamic section
Added link to the key-value coding programming guide
Worked around formatting problems from ]]
Revert 9b2794e13f777912b6d1cdbb15600c551084e226 ... f7baabb26dd69bafe2e7a04adf3135c3aba4027c on Object Mapping
Revert d9fb375c02aeeb26ad31cf7f572db4194b873c2a ... 9b2794e13f777912b6d1cdbb15600c551084e226 on Object Mapping
Fix incorrect NSString literals in dynamic nested attribute section.
Created Object mapping (markdown)