Blake Watters
32461e916f
Added support for parsing XML containing CDATA content. fixes #327
2011-09-03 14:30:07 -04:00
Greg Combs
de6c611338
Added RKFixCategoryBug.h to the YAJL target, in order to successfully compile without errors.
2011-09-02 00:52:02 -05:00
Blake Watters
ef11b13c8e
Reworked installation and build process to eliminate the need to configure the Header and Library search paths. Updated all example projects to match. This makes the use of the DerivedData directory a requirement going forward. fixes #323
2011-09-01 21:54:45 -04:00
Blake Watters
b96940cc64
Eliminated requirement to use -all_load linker flag. Fixed breakage in OS X builds due to ivar/property name disagreement. Removed references to all_load from the install docs. fixes #239
2011-09-01 20:52:46 -04:00
Blake Watters
7ca39d8127
Rename spec target. Remove .orig file hanging out in git
2011-08-29 20:35:24 -04:00
Blake Watters
c4a946c5bf
Expanded documentation of objectLoaderDidLoadUnexpectedResponse: for clarity of additional use-cases beyond HTTP status code.
2011-08-28 16:00:36 -04:00
Blake Watters
f0768cc03c
Fix memory leak of hostname attribute in reachability observer. fixes #268
2011-08-27 21:13:24 -04:00
Blake Watters
edd3c8a065
Added test coverage for parsing orders XML. fixes #255
2011-08-27 21:12:17 -04:00
Jeff Arena
aceb75200a
Fix for issues setting many-to-many relationships on NSManagedObjects, as well as some additional test coverage for the issue. fixes #271
2011-08-27 21:00:19 -04:00
Blake Watters
07830b5d87
Merge branch 'numbers-can-map-to-strings' of https://github.com/crayment/RestKit into crayment-numbers-can-map-to-strings
...
Conflicts:
Code/ObjectMapping/RKObjectMappingOperation.m
Specs/ObjectMapping/RKObjectMappingOperationSpec.m
2011-08-27 19:32:35 -04:00
Blake Watters
218555b195
Do not add headers for params if the request is a GET or a HEAD. refs #303
2011-08-27 19:10:48 -04:00
Blake Watters
3832ec7b9f
Added new unit tests for XML support and merged fixes from @Edubits pull request #262 and changes from @cellcortex #314 . Attributes and nesting should behave better. closes #262 , #314
2011-08-27 18:44:46 -04:00
Robin Eggenkamp
30826a0b8f
Fixed XML parser
...
The XML parser did put attributes in a strange place in the hierarchy,
which caused them to be overwritten when multiple elements exists with
the same attribute.
2011-08-27 18:44:46 -04:00
Greg Combs
a77bdf0314
Added various tests for url encoding dictionaries.
2011-08-27 16:23:11 -05:00
Blake Watters
dba1586b53
Added test for empty response processing with 204 status code.
2011-08-27 08:41:13 -04:00
Blake Watters
f987dc56f5
Added test coverage for mapping from NSNumber -> NSDecimalNumber. refs #269
2011-08-25 23:15:07 -04:00
Nolan Waite
8520d3e28b
Transform numbers to decimal numbers.
2011-08-25 23:15:07 -04:00
Blake Watters
1f66ce7e46
Added support for mapping a single object into a destination collections. fixes #310
2011-08-25 22:21:54 -04:00
emil.wojtaszek
de5b7111a1
bug fix with wrong path to data store on mac
2011-08-25 20:38:33 -04:00
Blake Watters
c5c9060d18
Added explicit tests for bool -> NSNumber. Spin the run loop before exiting from UISpec to ensure output is flushed.
2011-08-25 20:19:17 -04:00
Blake Watters
0640f20bd2
Added newRequestQueueWithName to the API
2011-08-18 13:00:51 -04:00
Blake Watters
84032d9aa6
De-emphasized the use of the sharedQueue and improved management of queue suspension state when changing out the baseURL on RKClient. This should prevent the queue from becoming suspended beyond the life of an RKClient that suspended it. Queues are now also properties on a per-client and per-request basis, so it is easier to segregated parts of your app into different queues. The relationship between RKRequest and RKRequestQueue should be decoupled at some point.
2011-08-18 11:48:37 -04:00
Blake Watters
be46e3b0f2
Merge branch 'master' of https://github.com/cammm/RestKit into cammm-master
2011-08-16 22:21:07 -04:00
Blake Watters
d81079168c
Expanded rake validate task to build all the example projects. fixes #300
2011-08-16 21:11:21 -04:00
Blake Watters
6f59c767f9
Removing accidentally committed NSLog
2011-08-15 08:57:57 -04:00
Blake Watters
272b161732
Fix incorrect import causing build breakage. fixes #299
2011-08-15 08:02:14 -04:00
Blake Watters
2e430644d9
Added support for using NSEntityDescription to lookup property types for NSManagedObject attribute and relationships. This enables mapping type transformations on mappings defined against Core Data entities instead of concrete subclasses. fixes #233
2011-08-14 23:21:51 -04:00
Blake Watters
47c78b181c
Adding trace mapping for RKObjectMappingOperation
2011-08-14 21:25:13 -04:00
Victor Kryukov
244aa646ad
Add explicit test for #243 RKRequestQueue Delegate Methods Not Firing
2011-08-12 13:56:47 -07:00
Victor Kryukov
e5dd917209
Fix #180 - Network Activity Indicator Gets Clobbered by Multiple Queues
2011-08-12 12:55:55 -07:00
Blake Watters
eeab224827
Adding gitignore to ensure Specs/Fixtures/Uploads gets created. fixes #297
2011-08-11 19:54:31 -04:00
Blake Watters
9420af3276
Remove observer in dealloc
2011-08-10 20:29:58 -04:00
Cody Rayment
46fc65efb3
Allow numbers to map to strings
2011-08-10 00:08:31 -06:00
Blake Watters
2b3a0f2c9a
Merge pull request #277 from rayfix/master
...
very small typo correction
2011-08-08 18:56:19 -07:00
Ray Fix
0a90ce964d
fix small doc typo
2011-08-08 15:15:49 -07:00
Blake Watters
1e0077b367
Merge pull request #274 from aharren/master
...
Log macro updates
2011-08-07 13:32:11 -07:00
Arne Harren
351006a4ea
Remove trailing semicolons from RKLog macros.
2011-08-07 13:31:00 +02:00
Arne Harren
54f43441ed
Upgrade to LibComponentLogging 1.1.4.
2011-08-07 13:18:04 +02:00
Cameron Royal
27fc1dbb5e
Merged latest from upstream
2011-08-04 14:54:32 +08:00
Blake Watters
7c7ddf2558
Added .rvmrc for setting up Ruby spec environment. Replace shotgun with Sinatra reloader and enabled spec server code reloading. Wrote some file uploads specs for RKParams.
2011-08-03 20:01:06 -04:00
Blake Watters
b8c03375f4
Clean up all of the build warnings coming out of the UISpec code
2011-08-03 19:26:58 -04:00
Blake Watters
ff01e4bec8
Use parentheses instead of angle brackets in Git submodule install instructions
2011-08-02 10:51:10 -04:00
Blake Watters
ac5d2d58c1
Don't fail out rake docs:install when Appledoc exits with warning exitstatus
2011-08-02 10:15:24 -04:00
Blake Watters
db0b97621b
Allow exit status of 1 (Warning) for rake docs:generate
2011-08-02 10:06:20 -04:00
Blake Watters
946c558675
Updated appledoc binary and templates. Fixed ampersands in some comments that were blocking Docset generation. Updated Appledoc rake tasks to reflect the exit statuses emitted by appledoc. Pushed 0.9.3 appledoc to restkit.org
2011-08-02 08:42:59 -04:00
Blake Watters
991bd5c2c9
Updates to documentation reflect preference for OCHamcrest matchers over UIExpectation. Fixed broken link to pull request to the Two Toasters repository. Prepping to tag 0.9.3
0.9.3
2011-08-02 07:44:08 -04:00
Blake Watters
ca91226129
Fix for incorrect delegate invocation on cache load. fixes #267
2011-08-01 21:54:04 -04:00
Blake Watters
9e56cfa1e2
Merge pull request #265 from eschan/master
...
fixed "internal compiler error tree check" on ASSERT (iOS Device Scheme only)
2011-08-01 04:52:35 -07:00
Cameron Royal
a5854bb325
Fixes a compile error from an ASSERT inside the NXJsonParser
2011-08-01 15:17:00 +08:00
Blake Watters
4e03ba7bef
Renamed Polymorphic mapping to dynamic mapping after consulting with the community. Dropped abstract superclass in favor of a RKObjectMappingDefinition protocol. Caught missing cases with dynamic object mapping + targetObject. Updated docs and method signatures to reflect the updates.
2011-07-31 19:37:42 -04:00