Commit Graph

1903 Commits

Author SHA1 Message Date
Jeff Arena
a88f58db55 Remove avoidsNetworkAccess property in favor of leveraging NSURLCache capabilities under the hood. 2012-09-28 13:41:28 -04:00
Blake Watters
0831f2dc2d Merge pull request #951 from lukekhamilton/feature/reboot-networking-layer
Fixed incorrect call for RKMappingResults objects
2012-09-27 21:37:45 -07:00
Luke Hamilton
2f4c27b96a Fixed incorrect call for RKMappingResults objects 2012-09-28 14:32:38 +10:00
Blake Watters
adc1d178fa Add cancellation API to RKObjectManager.
* Introduces `cancelAllObjectRequestOperationsWithMethod:pathPattern:`
* Make RKObjectRequestOperation cancel underlying request operation when cancelled
2012-09-27 22:33:19 -04:00
Blake Watters
e591547d90 Cleanup RKPathMatcher initializers to start with pathMatcher so they are easier to guess for auto-complete. 2012-09-27 22:31:48 -04:00
Blake Watters
c886d99321 Remove remaining OAuth test stuff 2012-09-27 21:51:43 -04:00
Blake Watters
8a449a0fd4 Remove dead logging components 2012-09-27 20:16:20 -04:00
Blake Watters
f0d1ef8262 Bump AFNetworking submodule to pick up UIDevice fix 2012-09-27 20:14:15 -04:00
Blake Watters
f5511c972e Improve method naming 2012-09-27 20:14:15 -04:00
Blake Watters
56401aaa5b Merge pull request #949 from aaroncrespo/patch-1
Updated Readme for development
2012-09-27 16:27:27 -07:00
Blake Watters
fd16081797 Merge pull request #950 from aharren/feature/reboot-networking-layer
Use embedded variant of LibComponentLogging with prefix RK
2012-09-27 16:13:42 -07:00
Blake Watters
6c463bfb6b Raise an exception if the fixture fails to parse rather than returning nil 2012-09-27 17:05:25 -04:00
Blake Watters
47965f361c Disable the avoidsNetworkAccess flag by default 2012-09-27 17:04:11 -04:00
Arne Harren
51aed8997a Adapt CocoaPods pod spec for embedded variant of LibComponentLogging 2012-09-27 22:12:06 +02:00
Arne Harren
bc7c65f03b Switch to an embedded variant of LibComponentLogging with prefix RK 2012-09-27 21:47:36 +02:00
Aaron Crespo
c834fbd0cd Updated Readme for development
pod is depreciated, and no .20 tag exists this pulls the current feature branch
2012-09-27 16:21:14 -03:00
Arne Harren
b80f083620 Upgrade to LibComponentLogging Core 1.3.1 2012-09-27 21:10:06 +02:00
Arne Harren
e101fa757e Remove unused LibComponentLogging-NSLog configuration file 2012-09-27 21:09:27 +02:00
Arne Harren
81f1a77906 Remove unnecessary imports for lcl.h and RKLog.h 2012-09-27 21:08:41 +02:00
Blake Watters
afe71b33c0 Fix invalid reference to objectRequestOperationWithRequest: in README.md 2012-09-27 11:52:54 -04:00
Blake Watters
d7de7daeb6 Fix bad references to asObject and asCollection in README 2012-09-27 11:50:06 -04:00
Blake Watters
458354484a Fix null dereference static analyzer warnings 2012-09-27 11:47:30 -04:00
Blake Watters
82e4c1ba94 Docs for the baseURL association functions 2012-09-26 23:51:15 -04:00
Blake Watters
8b256ab418 Fix baseURL associated objects 2012-09-26 23:38:20 -04:00
Blake Watters
ee9ae20823 Add associated object from request URL to baseURL in order to workaround issues with NSURLRequest clobbering the baseURL 2012-09-26 22:46:32 -04:00
Blake Watters
098edd1fec Throw a build failure if not compiled with ARC (boosted from AFNetworking/AFNetworking#541) 2012-09-26 20:44:17 -04:00
Blake Watters
afd9d16419 Formatting cleanups 2012-09-26 20:35:29 -04:00
Blake Watters
cda18ec3e4 Use RKMIMESerialization for serializing parameters instead of passing through to AFHTTPClient 2012-09-26 20:34:40 -04:00
Blake Watters
cf31fede3e Bump vendored AFNetworking dependency to latest master 2012-09-26 20:25:14 -04:00
Blake Watters
6791684e7a Bump AFNetworking dependency to :head until 1.0 tag lands 2012-09-26 15:33:34 -04:00
Blake Watters
0ff61e53f4 Remove duplicate CoreData.framework entry, add note about linker flags 2012-09-26 14:35:21 -04:00
Blake Watters
6d16dbb7bb Rev Ruby dependencies. Drop OAuth testing infrastructure 2012-09-26 11:36:48 -04:00
Blake Watters
63d9ea5de4 Disable execution of application tests via CLI. Drop OAuth testing baggage 2012-09-26 11:36:16 -04:00
Blake Watters
d195ea873c Port passing Logic Test coverage to ARC 2012-09-26 11:35:16 -04:00
Blake Watters
39f78d2cac Fix build errors, warnings, and breakage on OS X 2012-09-25 21:28:58 -04:00
Blake Watters
fee0c0dac0 Fix all remaining broken tests 2012-09-25 21:18:39 -04:00
Blake Watters
e56754cb65 Add support for mapping of numeric dates encoded in strings via NSNumberFormatter. closes #815 2012-09-25 21:18:03 -04:00
Blake Watters
618b1e094c Migrate NSDictionary+RKRequestSerializationTest -> RKURLEncodedSerializationTest 2012-09-25 21:16:26 -04:00
Blake Watters
62dc44ea9a Fix RKPathMatcher tests 2012-09-25 17:27:58 -04:00
Blake Watters
d214626c83 Port RKObjectSerializer tests to RKObjectParameterization 2012-09-25 17:13:04 -04:00
Blake Watters
276bf16830 Test coverage for earlier breakage in MIME Type matching 2012-09-25 12:37:13 -04:00
Blake Watters
288f26a5f5 Fix bug with incorrect MIME Type matching logic 2012-09-25 12:22:22 -04:00
Blake Watters
c6b594e93a Fix exception that occurs when attempting to build an RKMappingResult after an attempt has been made to map a non-nil, empty response object (such as {}) 2012-09-25 11:59:28 -04:00
Blake Watters
2b0dc3d5c4 Fix more tests 2012-09-24 23:42:16 -04:00
Blake Watters
c9249bf0dc Cleanup accidentally committed empty method 2012-09-24 22:45:55 -04:00
Blake Watters
235f5fc579 Fix all build errors in unit tests. Restore execution of core mapping tests. 2012-09-24 22:44:20 -04:00
Blake Watters
29aa4f19a8 Remove import of NSBundle+RKAdditions.h 2012-09-24 18:26:10 -04:00
Blake Watters
979854bf5a Fix crash 2012-09-24 18:22:51 -04:00
Blake Watters
fe391b1b47 Docs formatting on router 2012-09-24 13:51:33 -04:00
Blake Watters
426ec93811 Add explicit 5.0 target platform to Cocoapods example 2012-09-24 13:51:19 -04:00