Blake Watters
|
9471aeb3b5
|
add missing retains
|
2010-11-12 16:49:42 -05:00 |
|
Jeff Arena
|
7e1e1807bd
|
dry-up object store saves on the manager; use an ivar over the request userdata for storing the source on the manager
|
2010-11-09 09:35:13 -08:00 |
|
Jeff Arena
|
e6c5d9adee
|
fixed delegate call that was improperly passing an nsstring in place of an nserror
|
2010-11-01 20:34:03 -07:00 |
|
Jeff Arena
|
0a3fd958d8
|
Merge branch 'master' of git://github.com/twotoasters/RestKit
|
2010-10-28 15:00:53 -07:00 |
|
Jeff Arena
|
23adeae524
|
added support for additional objectloader delegate method to three20 component
|
2010-10-28 15:00:31 -07:00 |
|
Blake Watters
|
66bcb412c1
|
Check for JSON response type before parsing
|
2010-10-28 16:09:40 -04:00 |
|
Blake Watters
|
e0844d1b88
|
Merge branch 'master' of github.com:twotoasters/RestKit
|
2010-10-28 13:13:20 -04:00 |
|
Blake Watters
|
9c0404e36e
|
Added MIMEType setter flavor for RKParams addData. Typical use case for a data field is to want to set the MIME Type. Added MobileCoreServices.framework to requirements and added to the UISpec target
|
2010-10-28 13:12:03 -04:00 |
|
Jeff Arena
|
cf7acd0ffa
|
changes to ensure we do not attempt to trigger a load when we are in offline mode
|
2010-10-27 17:02:20 -07:00 |
|
Jeff Arena
|
57e2403624
|
add support to core data component to hook up relationships from foreign keys present in the server payload
|
2010-10-27 17:00:31 -07:00 |
|
Blake Watters
|
8dbd8c5d69
|
remove www
|
2010-10-27 16:52:43 -04:00 |
|
Blake Watters
|
61e1d1f1e2
|
Added Twitter link
|
2010-10-27 16:51:47 -04:00 |
|
Blake Watters
|
8fef65e4df
|
Added optional MIME Type auto-detection using MobileCoreServices
|
2010-10-27 14:54:37 -04:00 |
|
Blake Watters
|
0d8bc8c92d
|
Added assertion that attached file exists at the path
|
2010-10-27 13:21:19 -04:00 |
|
Blake Watters
|
81c66cb37f
|
Add check to RKObjectLoader to verify that the response type isJSON before starting mapping. This can avoid a nasty crash if the remote side sends back an HTML payload (i.e. an error page)
|
2010-10-27 13:00:24 -04:00 |
|
Blake Watters
|
e428af15fe
|
Merge branch 'master' of github.com:twotoasters/RestKit into streamingupload
|
2010-10-26 14:05:44 -04:00 |
|
Blake Watters
|
0127df862d
|
Added support for tracking upload progress
|
2010-10-26 14:05:29 -04:00 |
|
Blake Watters
|
f02e48f252
|
Switched out ContentTypeHTTPHeader for HTTPHeaderValueForContentType so all RKRequestSerializable methods start with an HTTP prefix. Deprecated ContentTypeHTTPHeader. Additional comments to make streaming support straightforward
|
2010-10-26 13:38:23 -04:00 |
|
Blake Watters
|
6febbe325f
|
Cleaned up naming and removed debugging log statements
|
2010-10-26 13:12:50 -04:00 |
|
Blake Watters
|
7d3269869b
|
Checking in working version of the streaming uploader. Just need to finish cleaning up the code.
|
2010-10-26 12:50:48 -04:00 |
|
Jeff Arena
|
2988ac9651
|
quited depracation warnings re. the old globalManager property on RKObjectManager
|
2010-10-22 09:43:25 -04:00 |
|
Blake Watters
|
ec0c221a33
|
Allow for mapping directly into an object that doesn't have an element registered with the mapper. We check that the class implements RKObjectMappable and blow up otherwise. Updated comments on the loader...
|
2010-10-21 13:31:21 -04:00 |
|
Blake Watters
|
deef2a63ce
|
Fix for nasty infinite loop when the resourcePath begins with a substitution param
|
2010-10-21 11:42:47 -04:00 |
|
Jeff Arena
|
32fe2d3e24
|
Merge branch 'master' of git://github.com/twotoasters/RestKit
|
2010-10-21 11:29:57 -04:00 |
|
Jeff Arena
|
10d00cf14b
|
clear
|
2010-10-21 11:29:20 -04:00 |
|
Blake Watters
|
4427844e07
|
Introduced objectLoaderDidLoadUnexpectedResponse: delegate method for handling odd-ball responses during an object load
|
2010-10-20 21:04:20 -04: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 |
|
Blake Watters
|
3b0308e2ad
|
Updated code comments
|
2010-10-20 15:31:30 -04:00 |
|
Blake Watters
|
1a42e8865e
|
Remove accidentally committed log statement
|
2010-10-20 15:00:59 -04:00 |
|
Blake Watters
|
5440420aa8
|
Check if objectStore is set before saving
|
2010-10-20 14:54:48 -04:00 |
|
Blake Watters
|
b1800e3975
|
Clean up references to RKModelManager
|
2010-10-20 13:57:20 -04:00 |
|
Blake Watters
|
d1883ddc11
|
make object loader retain self during send operations
|
2010-10-20 13:57:16 -04:00 |
|
Blake Watters
|
5fc241ee94
|
plug memory leak
|
2010-10-20 13:55:20 -04:00 |
|
Blake Watters
|
4b9170ec3d
|
Use relative include paths instead of system
|
2010-10-20 11:46:31 -04:00 |
|
Blake Watters
|
fb9274f6af
|
Added RestKit.h back to copy headers task
|
2010-10-20 11:41:27 -04:00 |
|
Blake Watters
|
79b26706e6
|
Set headers for RKDynamicRouter and RKRailsRouter public
|
2010-10-20 11:29:05 -04:00 |
|
Blake Watters
|
c95d874bb5
|
all_load on UISpec target
|
2010-10-19 19:53:56 -04:00 |
|
Blake Watters
|
724091b5a1
|
Added basic specs covering the Rails router. Added some documentation to the headers
|
2010-10-19 19:20:08 -04:00 |
|
Blake Watters
|
e5100bd7e5
|
Removed dependency on regexkitlite
|
2010-10-19 16:18:46 -04:00 |
|
Blake Watters
|
1e6a7ce7ef
|
Added docs to the dynamic router
|
2010-10-19 15:55:07 -04:00 |
|
Blake Watters
|
30754f9c0a
|
Added RestKitLite and implemented Dynamic Router
|
2010-10-19 15:48:23 -04:00 |
|
Blake Watters
|
3dff8b0f0d
|
Merge branch 'master' of github.com:twotoasters/RestKit into managedobjectcleanup
Conflicts:
Code/ObjectMapping/RKObjectLoader.m
|
2010-10-19 14:28:18 -04:00 |
|
Blake Watters
|
2fbdfb9c37
|
Work in progress
|
2010-10-19 14:27:17 -04:00 |
|
Blake Watters
|
92b39313f0
|
Fixed bug with load happening too soon
|
2010-10-19 14:21:39 -04:00 |
|
Blake Watters
|
12ef5f3827
|
moved to binary build of OCMock 1.70
|
2010-10-19 12:31:03 -04:00 |
|
Jeff Arena
|
82e2a2792d
|
fix issue with missing loader reference to objectstore; removed use of singleton to access store reference in the loader
|
2010-10-19 11:05:03 -04:00 |
|
Blake Watters
|
8c75302a9a
|
Updated UISpecRunner
|
2010-10-19 10:46:26 -04:00 |
|
Jeff Arena
|
33782fce83
|
Merge branch 'master' of git://github.com/twotoasters/RestKit
|
2010-10-19 10:29:00 -04:00 |
|
Jeff Arena
|
89f26fbe7f
|
fix use of released object in debug message by relocating the release call
|
2010-10-19 10:28:34 -04:00 |
|
Jeremy Ellison
|
b5d20c4c74
|
Merge branch 'master' of github.com:twotoasters/RestKit
|
2010-10-19 10:16:31 -04:00 |
|