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-01 22:42:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c19d305b45a1ec7ab1a4acee1c29a7320e22cfea
RestKit
/
Code
/
ObjectMapping
History
Jeff Arena
c19d305b45
fix for mapper bug that was assuming a 1:1 mapping between object classes and elements; removed method from dictionary category that made the 1:1 mapping assumption that caused the mapper bug; collapsed the RKRequestModel and RKRequestTTModel classes into RKRequestTTModel; made changes to the Three20 integration to perform all cache loading and network loading in response to Three20 load calls; used isOutdated TTModel method to enforce refreshRate on RKRequestTTModel
2010-11-30 15:08:05 -08:00
..
ObjectMapping.h
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
2010-10-01 13:02:24 -04:00
RKDynamicRouter.h
Added docs to the dynamic router
2010-10-19 15:55:07 -04:00
RKDynamicRouter.m
Fix for nasty infinite loop when the resourcePath begins with a substitution param
2010-10-21 11:42:47 -04:00
RKObject.h
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
2010-10-01 13:02:24 -04:00
RKObject.m
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
2010-10-01 13:02:24 -04:00
RKObjectLoader.h
dry-up object store saves on the manager; use an ivar over the request userdata for storing the source on the manager
2010-11-09 09:35:13 -08:00
RKObjectLoader.m
dry-up object store saves on the manager; use an ivar over the request userdata for storing the source on the manager
2010-11-09 09:35:13 -08:00
RKObjectManager.h
Changed globalClient and globalManager to sharedClient and sharedManager to be more in line with Cocoa framework. Marked old methods as deprecated.
2010-10-20 20:29:27 -04:00
RKObjectManager.m
dry-up object store saves on the manager; use an ivar over the request userdata for storing the source on the manager
2010-11-09 09:35:13 -08:00
RKObjectMappable.h
Updated code comments
2010-10-20 15:31:30 -04:00
RKObjectMapper.h
Work in progress
2010-10-19 14:27:17 -04:00
RKObjectMapper.m
fix for mapper bug that was assuming a 1:1 mapping between object classes and elements; removed method from dictionary category that made the 1:1 mapping assumption that caused the mapper bug; collapsed the RKRequestModel and RKRequestTTModel classes into RKRequestTTModel; made changes to the Three20 integration to perform all cache loading and network loading in response to Three20 load calls; used isOutdated TTModel method to enforce refreshRate on RKRequestTTModel
2010-11-30 15:08:05 -08:00
RKObjectPropertyInspector.h
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
2010-10-01 13:02:24 -04:00
RKObjectPropertyInspector.m
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
2010-10-01 13:02:24 -04:00
RKRailsRouter.h
Added basic specs covering the Rails router. Added some documentation to the headers
2010-10-19 19:20:08 -04:00
RKRailsRouter.m
Added basic specs covering the Rails router. Added some documentation to the headers
2010-10-19 19:20:08 -04:00
RKRouter.h
Work in progress
2010-10-19 14:27:17 -04:00