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-19 00:56:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ae2940184124fc8ea425ff570d00ef45ea766abe
RestKit
/
Specs
History
Blake Watters
ae29401841
Added specs for zero-length Content-Length header when params is nil or empty
2011-07-20 22:56:22 -04:00
..
CoreData
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
Fixtures
Restore the managed object cache functionality and add test coverage so it does not break again.
fixes
#167
2011-06-29 22:08:35 -04:00
Models
Restore the managed object cache functionality and add test coverage so it does not break again.
fixes
#167
2011-06-29 22:08:35 -04:00
Network
Added specs for zero-length Content-Length header when params is nil or empty
2011-07-20 22:56:22 -04:00
ObjectMapping
Added specs for zero-length Content-Length header when params is nil or empty
2011-07-20 22:56:22 -04:00
Runner
Fix for missing prototype warnings due to not including void in the parameters list for C functions that take no arguments.
2011-07-06 10:10:21 -04:00
Server
Added specs for zero-length Content-Length header when params is nil or empty
2011-07-20 22:56:22 -04:00
Support
Don't generate an unmappable content error if a successful status code is returned along with an empty response body. This enables the use of the status code to indicate success without any content for mapping. In these cases, we wrap the targetObject of the loader into a RKObjectMappingResult at the @"" keyPath so that the delegates are invoked as expected.
closes
#189
2011-07-06 22:01:10 -04:00