Blake Watters
|
88a1b013fc
|
Merge remote branch 'origin/0.9' into core-data-cleanup
Conflicts:
Code/CoreData/CoreData.h
Code/CoreData/RKManagedObjectStore.h
Code/CoreData/RKManagedObjectStore.m
Code/CoreData/RKObjectSeeder.h
Code/CoreData/RKObjectSeeder.m
Code/ObjectMapping/RKObjectLoader.m
Code/ObjectMapping/RKObjectManager.m
Code/ObjectMapping/RKObjectMapper.m
RestKit.xcodeproj/project.pbxproj
|
2011-03-19 21:26:13 -04:00 |
|
Blake Watters
|
e03c6d3d10
|
Fixed crash during dealloc of RKClient due to initialization of baseURL observer using a blank host. Updated the object mapper to support class/keypath when loading a single object. Some updates to the UISpec harness to get things working again.
|
2011-02-25 14:42:50 -05:00 |
|
Blake Watters
|
2aec89b14c
|
More cleanups. Have a bug in the refactored object loader
|
2011-02-13 03:33:37 -05:00 |
|
Blake Watters
|
bf1cadc72e
|
Implemented RKMakePathWithObject. Cleaned up some TODO's
|
2011-01-20 11:24:47 -05:00 |
|
Jeremy Ellison
|
6a5ee2af7e
|
Revert "Remove per-file copyrights"
This reverts commit 91e7c6bb5e.
|
2011-01-12 15:27:19 -05:00 |
|
Jeremy Ellison
|
91e7c6bb5e
|
Remove per-file copyrights
|
2011-01-12 15:05:22 -05:00 |
|
Jeff Arena
|
c20062cb4e
|
fixed a memory leak associated with the new 503 alert strings on the client
|
2011-01-06 12:09:42 -08:00 |
|
Jeff Arena
|
88489747e8
|
add additional response convenience method for checking for a 503 response code; quiet a compiler warning regarding depracated client class method; add default support for generating a uialertview when restkit encounters a 503 response; added ability to turn 503 error on/off, as well as ability to customize the alert
|
2011-01-06 11:55:43 -08:00 |
|
Blake Watters
|
f1db54c156
|
Introduced RKMakeURL and RKMakeURLPath convenience methods for generating NSURL and NSString URL's quickly against the sharedClient's base URL. This can be useful if you have some web content in your app that loads off of sub-paths and want the convenience & flexibility of working off of resourcePath's instead of full URL's.
|
2011-01-03 12:49:31 -05:00 |
|
Jeff Arena
|
29f82dff77
|
fix for bug introduced in commit df05be1cbb8c08fe0dd6; now that we are checking the request method in the params setter, we need to ensure we set the method before setting the params when creating and preparing to send an RKRequest object from RKClient, otherwise we will lose all params for all methods other than GET
|
2010-12-30 13:28:01 -08:00 |
|
Blake Watters
|
394ebb307f
|
Don't pass a URL into Reachability
|
2010-12-30 14:28:41 -05:00 |
|
Jeff Arena
|
6249ece2bc
|
Merge branch 'reachability-queue-three20' of git://github.com/twotoasters/RestKit into reachability-queue-three20
Conflicts:
Code/Network/RKRequest.m
RestKit.xcodeproj/project.pbxproj
|
2010-12-01 21:06:54 -08:00 |
|
Jeff Arena
|
39f3d568e2
|
added reachability support at the manager and client level; added code to short circuit requests if offline; fixed issue with source parameter on loader related to passing managed objects across thread boundaries; added resource path property to the loader
|
2010-11-30 19:38:27 -08:00 |
|
Blake Watters
|
bd48ae37db
|
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 |
|
Jeff Arena
|
1a6fdeafd4
|
introduce RKManagedObjectCache protocol to CoreData component; cleanup remaining NSFetchRequest ivars that are now unused; add RKURL class for making resourcepath and baseurl params available to higher level components; cleanup Three20 library to incorporate latest updates from GateGuru codebase
|
2010-10-18 16:36:24 -04:00 |
|
Blake Watters
|
bd93d43f94
|
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 |
|