We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Setup and run RestKit XCTests (markdown)
Destroyed Setup for running RestKit XCTests (markdown)
Created Setup and run RestKit XCTests (markdown)
Updated Setup for running RestKit XCTests (markdown)
Setup for XCTest
Use the latest release of RestKit in the example for CocoaPods
Added link to the example of RKValueTransformer
Updated RKValueTransformer Example: Mapping NSString to NS_ENUM (markdown)
Created RKValueTransformer Example: Mapping NSString to NS_ENUM (markdown)
Add all the releases to the version history section
Updated RestKit 0.20.0 (markdown)
Updated Home (markdown)
Updated Object Mapping (markdown)
Destroyed Posting data objects (markdown)
Updated applying valueTransformer code for better understanding
Missing "@", string literal
Adding Peeps to the showcase
Minor clarifications in new section.
Added section on use of "addConnectionForRelationship". Experienced RestKit developers should review for accuracy.
Fix #1938
Updated Installing RestKit v0.20.x as a Git Submodule (markdown)
the first dash of " -ObjC -all_load " was in another line which causes others think there is no dash before ObjC I just tried to move all of them to a new line
Fix objectStore -> managedObjectStore
Wrong class name: RKObjectMapping is not a subclass of RKPropertyMapping but RKRelationshipMapping is.
Updated testManagedObjectIdentification to create a PersistentStore and ManagedObjectContext. Without this insertNewObjectForEntityForName fails with a nil persistentStoreManagedObjectContext.
Provide some meat to this article in the form of an actual solution.