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-04-18 08:30:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a0cb33d3918db40c850777b0d6fa02e0b50d0495
RestKit
/
Code
History
Blake Watters
a0cb33d391
Updates comments on inferMappingsFromObjectTypes and add documentation to the Object Mapping document. Defaulted it to off
...
as it can complicate things for KVC mappable data.
2011-07-24 12:28:42 -04:00
..
CoreData
Merge pull request
#234
from GateGuru/unit-testing-and-queue-fixes
2011-07-22 05:15:01 -07:00
Network
Merge pull request
#234
from GateGuru/unit-testing-and-queue-fixes
2011-07-22 05:15:01 -07:00
ObjectMapping
Updates comments on inferMappingsFromObjectTypes and add documentation to the Object Mapping document. Defaulted it to off
2011-07-24 12:28:42 -04:00
Support
Added Object Mapping block helpers to RKObjectManager and RKObjectMapping. These enable you to perform ad-hoc object mapping very easily. Extended RKObjectRouter to match on superclasses if no specific route is found. This is helpful when using mocked objects with frameworks like Kiwi.
fixes
#238
2011-07-23 23:04:16 -04:00
Three20
If the RKObjectLoaderTTModel wants to load without Disk cache (TTURLRequestCachePolicyDisk), tell the object loader not to use the RK cache.
2011-06-30 12:54:03 -04:00
RestKit.h
Added special 'App' logging component for logging messages via RKLog() from your app.
closes
#183
2011-06-30 15:11:58 -04:00