This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-06-11 08:14:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca32f120b97becdc25574db30bd554bc8edd396b
RestKit
/
Specs
/
CoreData
History
Blake Watters
d9d0f7a650
Eliminated the global sharedQueue in favor of allowing each RKClient to own its a private queue. This eliminates problems where multiple clients are tracking reachability notifications and mutating the suspension state on a single queue. If you want to use a single queue across multiple RKClient instances, you can assign a single queue to both and worry about suspension and reachability yourself.
fixes
#278
2011-09-03 15:52:45 -04:00
..
RKManagedObjectLoaderSpec.m
Eliminated the global sharedQueue in favor of allowing each RKClient to own its a private queue. This eliminates problems where multiple clients are tracking reachability notifications and mutating the suspension state on a single queue. If you want to use a single queue across multiple RKClient instances, you can assign a single queue to both and worry about suspension and reachability yourself.
fixes
#278
2011-09-03 15:52:45 -04:00
RKManagedObjectMappingOperationSpec.m
Fix for issues setting many-to-many relationships on NSManagedObjects, as well as some additional test coverage for the issue.
fixes
#271
2011-08-27 21:00:19 -04:00
RKManagedObjectMappingSpec.m
Added support for polymorphic object mapping (Github
#105
,
#244
). This enables you to dynamically map objects to different destination classes or using different mapping strategies via configuration or callbacks. See Docs/Object Mapping.md for details.
2011-07-30 16:00:36 -04:00
RKManagedObjectSpec.m
Updates to make parsedBody: implementation ready for merge. Migrated all remaining specs to RKSpec so failures don't cause crashes when you use the Hamcrest helpers.
closes
#153
2011-06-15 10:47:45 -04:00
RKManagedObjectStoreSpec.m
Store new objects by lookupValue instead of primaryKeyValue. This avoids creation of duplicated objects the are manufactured by findOrCreateInstanceOfEntity:
2011-07-07 22:40:46 -04:00
RKManagedObjectThreadSafeInvocationSpec.m
Implementation of Object Mapping 2.0 design:
2011-06-11 19:26:56 -04:00