Blake Watters
|
45c6e1611e
|
Add delegate for didFailToConnectRelationship:
|
2012-11-05 18:38:23 -05:00 |
|
Blake Watters
|
63c9a9e4a0
|
Fix bug in which relationship connection operations are not enqueued for RKMappingOperation instances whose mapping is an RKDynamicMapping
|
2012-10-20 16:53:14 -04:00 |
|
Blake Watters
|
e8b4cdd19c
|
DRY up find or create of destination object within the mapping operation and change nil destination object to an error condition instead of an assertion.
|
2012-10-18 14:06:46 -04:00 |
|
Blake Watters
|
4a7ed3cbd3
|
Rename test files to align with classes
|
2012-10-14 13:51:39 -04:00 |
|
Blake Watters
|
4c401de6bf
|
Convert RKConnectionMapping into a subclass of RKPropertyMapping. Add delegate callback for tracking the connection of relationships.
|
2012-09-29 17:54:51 -04:00 |
|
Blake Watters
|
235f5fc579
|
Fix all build errors in unit tests. Restore execution of core mapping tests.
|
2012-09-24 22:44:20 -04:00 |
|
Blake Watters
|
7e816904ff
|
Docs update. Eliminate mappingOperationFromObject:
|
2012-09-20 19:11:38 -04:00 |
|
Jawwad Ahmad
|
8cbdb5f7ed
|
Trailing whitespace cleanup from files in the Code directory.
Used the following command from within the Code dir:
git ls-files *.m *.h *.json | xargs /usr/bin/sed -i '' -E 's/[[:space:]]*$//'
|
2012-09-02 12:51:45 -04:00 |
|
Blake Watters
|
ce6b0829e4
|
Convert RestKit to ARC
|
2012-08-28 17:34:58 -04:00 |
|
Blake Watters
|
d926e240f8
|
Introduce RKPropertyMapping abstract superclass for RKAttributeMapping and RKRelationshipMapping.
Add primitives for working with attribute, relationship, and property mapping objects.
|
2012-08-28 14:14:20 -04:00 |
|
Blake Watters
|
a8f64e7982
|
Continued cleanup related to managed object context work
|
2012-07-17 13:44:50 -04:00 |
|
Blake Watters
|
b25a1833b3
|
Ported RestKit to using managed object contexts with concurrency types. Numerous cleanups and API updates.
|
2012-07-16 22:47:06 -04:00 |
|