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
3a5354c4a0cd0473c3bd5e47359d84b1bf7939af
RestKit
/
Code
History
Blake Watters
3a5354c4a0
Added specs around behavior of empty mappable payloads and RKObjectLoaderDelegate invocations. Fixed issue where empty hashes ({}) would result in no delegate methods being invoked.
fixes
#225
2011-07-24 01:25:50 -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
Added specs around behavior of empty mappable payloads and RKObjectLoaderDelegate invocations. Fixed issue where empty hashes ({}) would result in no delegate methods being invoked.
fixes
#225
2011-07-24 01:25:50 -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