Blake Watters
991ced34da
Docs for mapping operation data source. Still don't love the method names. Maybe we can eliminate this somehow...
2012-09-20 08:12:29 -04:00
Blake Watters
5a20754698
Docs update on RKPropertyMapping
2012-09-20 08:12:29 -04:00
Blake Watters
1d1424da73
Updates to ensure AFNetworking builds with reachability from static library target
2012-09-20 08:12:29 -04:00
Jawwad Ahmad
92a4642df0
Sort lcl_config_components.h log level configuration.
2012-09-19 15:27:01 -04:00
Blake Watters
711d6e654d
Docs formatting touch-ups
2012-09-19 13:33:36 -04:00
Blake Watters
eaad20eb66
Add RKStringFromNetworkReachabilityStatus function
2012-09-19 13:30:59 -04:00
Blake Watters
29acbc75e9
Don't clobber the Atom feed when publishing docs
2012-09-19 12:16:28 -04:00
Blake Watters
b6e8050842
Remove shared instance configuration from the test factory. Instances should be explicitly managed for sanity.
2012-09-19 12:15:55 -04:00
Blake Watters
ce0badad4c
Docs formatting refresh on the test factory
2012-09-19 12:15:16 -04:00
Blake Watters
125efd7418
Add OPTIONS method. closes #800
2012-09-19 10:30:58 -04:00
Blake Watters
eabfb2126e
Add prefix_header_contents to ensure that AFNetworking dependency build with SystemConfiguration/Reachability enabled.
...
This is a Cocoapods build issue tracked at: https://github.com/CocoaPods/CocoaPods/issues/529
2012-09-18 19:04:56 -04:00
Blake Watters
2b56e132fc
Bump submodule and Podspec to AFNetworking 1.0 RC3
2012-09-18 15:58:42 -04:00
Blake Watters
c090cbb430
Docs for RKManagedObjectRequestOperation
2012-09-18 15:54:36 -04:00
Blake Watters
52d772f2e0
Misc stylistic touch ups
2012-09-18 15:54:36 -04:00
Blake Watters
fea908702d
Don't clear defaultDateFormatters during Test Factory setUp
2012-09-18 15:54:36 -04:00
Blake Watters
24dc57b0bd
Add percent escape utility method
2012-09-18 15:54:36 -04:00
Blake Watters
32531bd993
Formatting tweaks
2012-09-18 15:54:36 -04:00
Jawwad Ahmad
e6e515d0c7
Use the return value of the merged dict for the params. Closes #938 .
2012-09-18 15:52:54 -04:00
Jawwad Ahmad
4f1fdf2bea
Refactor RKDictionaryByMergingDictionaryWithDictionary to cleanup & clarify code. Refs #938 .
2012-09-18 15:35:03 -04:00
Jawwad Ahmad
bfbc345ee8
Rename RKDictionaryByReverseMergingDictionaryWithDictionary -> RKDictionaryByMergingDictionaryWithDictionary, since a reverse merge would imply that values in the 1st dictionary take priority whereas we want values in the 2nd dict to overwrite values in the 1st. Refs #938 .
2012-09-18 15:24:50 -04:00
Jawwad Ahmad
261cafe18a
Fix RKDictionaryByReverseMergingDictionaryWithDictionary method and add unit tests. Refs #938 .
2012-09-18 15:24:50 -04:00
Blake Watters
8369770a2c
Docs tweaks
2012-09-16 14:33:21 -04:00
Blake Watters
e98c3b831a
Align formatting and fill in @name sections within the Search module documentation
2012-09-16 14:33:20 -04:00
Blake Watters
742cc2aca9
Merge pull request #931 from diederich/fix/includes
...
3 minor cleanup commits regarding includes / headers
2012-09-16 10:45:33 -07:00
Blake Watters
2ef7439567
Update to AFNetworking 1.0RC2
2012-09-16 13:42:44 -04:00
Blake Watters
b0f7c24745
Docs updates for object request operation. Extracted subclass only declarations into subclass header.
2012-09-16 13:42:44 -04:00
Blake Watters
b3c3493299
Fix formatting causing code block rendering in Appledoc
2012-09-16 13:42:43 -04:00
Blake Watters
891da5749a
Remove bundled JSONKit. Migrated into an optional external component.
2012-09-16 13:42:43 -04:00
Jawwad Ahmad
0710d0faf2
Make baseURL and routeSet in RKRouter readonly and enforce initWithBaseURL: to be the designated initializer.
2012-09-15 12:34:39 -04:00
Jawwad Ahmad
2aaba1461a
Align relationshipRoutes to use same filtering mechanics as classRoutes and namedRoutes.
2012-09-15 11:29:12 -04:00
Blake Watters
71e7de56e4
Docs in progress for RKObjectRequestOperation
2012-09-14 23:29:20 -04:00
Blake Watters
e1eff40d3d
Docs for property inspector
2012-09-14 10:40:22 -04:00
Blake Watters
b4630a246e
Merge pull request #932 from diederich/feature/optimize-mapping-operation
...
optimize mapping operation
2012-09-14 07:39:34 -07:00
Stephan Diederich
6e4b1a1600
fix performance of MappingOperation ( #902 )
...
This commit replaces the special handling of unix-timestamps
into the existing dateformatter architecture.
By adding it to the end of the list, it's still present, but doesn't
'cost' anything for all other users.
2012-09-14 16:19:51 +02:00
Stephan Diederich
89fd9d2b95
fix comments
...
NSFormatters are prepended to the list, not appended
2012-09-14 16:16:34 +02:00
Stephan Diederich
1ad0cd380a
remove premature optimization
...
there are currently 3 (not 2) formatters
2012-09-14 16:16:09 +02:00
Stephan Diederich
ba2c327ac6
Twitter sample: in debug builds, build only active arch
2012-09-14 16:14:47 +02:00
Stephan Diederich
759b4cec4e
use Xcode's default archs
...
* fixes missing armv7s error
* a bit more future proof
2012-09-14 16:14:16 +02:00
Stephan Diederich
b984b832c6
fix formatting
2012-09-14 16:03:23 +02:00
Stephan Diederich
b69476701a
add missing include
2012-09-14 14:54:30 +02:00
Stephan Diederich
3889424b82
remove unnecessary include
2012-09-14 14:42:02 +02:00
Stephan Diederich
6932fcf4d3
make pch a project-only header
2012-09-14 14:41:58 +02:00
Stephan Diederich
edff0b8699
remove libxml2 include path from project
...
not sure why it was added, but it should
work without it.
2012-09-14 14:41:50 +02:00
Jawwad Ahmad
a32790b42b
Compact RKStringFromRequestMethod and RKRequestMethodFromString.
2012-09-14 08:11:19 -04:00
Blake Watters
ef0462ec2a
Appledoc warning fixes
2012-09-13 07:27:48 -04:00
Blake Watters
f457f16dca
Cleanup invalid corss references and tighten docs on RKPathMatcher
2012-09-13 07:08:44 -04:00
Blake Watters
dfd10c4510
Formatting fixes and missing parameters
2012-09-13 07:05:59 -04:00
Blake Watters
30dcb7134b
Fix typos
2012-09-13 07:05:10 -04:00
Blake Watters
194ee16a8e
Docs for RKResponseMapperOperation
2012-09-12 23:35:30 -04:00
Blake Watters
ea0fe1eab6
Formatting cleanups
2012-09-12 21:23:09 -04:00