Commit Graph

107 Commits

Author SHA1 Message Date
Blake Watters
85d972f23a Fix link breakage due to relative link changes in Github Markdown 2013-04-08 10:55:28 -04:00
Blake Watters
f8d65d5a6f Drop pre from README.md install instructions 2013-03-27 18:02:22 -04:00
Blake Watters
407b879a52 Fix small typo in README 2013-03-20 09:24:57 -04:00
Blake Watters
15cc733bfa Add missing operation start in README.md example. closes #1217 2013-02-21 23:05:54 -05:00
Ali Moeeny
972ea56cfb removed a stray ] in the sample source code
In the README file, at line 193, at the end there is a stray ] which I removed, nothing major :)
2013-02-18 14:01:39 -05:00
Blake Watters
68536636b5 Fix incorrect anchor on the Overview link in README.md 2013-02-07 16:33:14 -05:00
Blake Watters
4684479310 Fix typo in README.md 2013-02-06 12:38:01 -05:00
Yoji SHIDARA
cda5c5d529 Fix a typo in code example
objectRequesOperationWithRequest ->
objectRequestOperationWithRequest
2013-01-23 14:23:03 +09:00
Blake Watters
cfbd5d711e Add error handling and use of RKEnsureDirectoryExistsAtPath so that Core Data examples work well for OS X as well as iOS 2013-01-11 11:43:13 -05:00
Alexander Waldmann
6b8a390cf5 Update README.md 2013-01-10 19:55:06 -05:00
Blake Watters
d4c8db97ad Fix typo in README.md registration of response descriptor. closes #1125 2013-01-05 11:33:00 -05:00
Blake Watters
9005bd573c Add test coverage and fixes for RKMappingTest. closes #1086 2013-01-03 18:19:50 -05:00
Blake Watters
5a20e54de7 Replace [NSNull null] in examples with nil to match current API 2012-12-29 20:32:12 -05:00
Blake Watters
0a033596da Relax the use of use an the informal procotol for the errorMessage property in favor of the description method. closes #1104, closes #1087, closes #1095
* Change contract to the use the `description` method instead of `errorMessage`. This makes it work with any class out of the box
* Add import for RKErrorMessage to the Support.h header so it is immediately available
* Fix incorrect keyPath in the README.md
* Add additional notes about how the errors are constructed to the README
2012-12-22 19:03:30 -05:00
Blake Watters
0f02687224 Fixing broken links on the README and preparing pages for docs refresh 2012-12-21 15:49:25 -05:00
Blake Watters
0fc1cbe271 Add explicit configuration instructions for Core Data to the README.md. refs #1101 2012-12-21 13:29:18 -05:00
William Barksdale
e748238a5b More explicit installation directions
Made explicit some instructions that required prior understanding of cocoapods in order to understand.
2012-12-20 21:31:25 -05:00
Blake Watters
753d7961ac Set version identifier in Podspec instead of :branch 2012-12-15 17:09:21 -05:00
Blake Watters
e1adb8134c Add OS X platform install note to CocoaPod 2012-12-15 13:14:55 -05:00
Blake Watters
a69f06c278 Update references to RKConnectionMapping -> RKConnectionDescription in README 2012-11-29 07:41:44 -05:00
Blake Watters
f4b59c6fef Update docs about enqueue of multi-part operation until concurrency issue is cleaned up 2012-11-01 11:53:47 -04:00
Blake Watters
c44f4010fa Add support for specifying a configuration and customizing the options when adding a SQLite persistent store to the managed object store. closes #984 2012-10-29 00:32:56 -04:00
Blake Watters
19046ba58d Add notes about installation failures due to Git version 2012-10-24 15:30:24 -04:00
Blake Watters
ad95514d89 Fix invalid example NSLog in README.md 2012-10-23 10:01:11 -04:00
Blake Watters
ae52a10955 Change invalid addAttributeMapping: reference to correct addPropertyMapping:` in README.md 2012-10-22 16:39:10 -04:00
Blake Watters
8f086e204d Update README.md to link to new 0.20.x visual install guide 2012-10-16 17:22:45 -04:00
Blake Watters
9464be4eee Add note about installation of Testing and Search components to Cocoapods section 2012-10-10 09:49:58 -04:00
Blake Watters
b4a993b17a Switch Cocoapods install instructions to point to the development branch 2012-10-05 23:50:40 -04:00
Blake Watters
9f8c392a6c Add example for enqueue and cancel operations to README 2012-10-01 22:59:14 -04:00
Blake Watters
285e9964dd Add an example for enqueue a batch of object request operations 2012-09-30 23:05:36 -04:00
Blake Watters
48f0d8f450 Fix README.md mention of primary managed object context 2012-09-30 22:51:27 -04: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
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
0ff61e53f4 Remove duplicate CoreData.framework entry, add note about linker flags 2012-09-26 14:35:21 -04:00
Blake Watters
426ec93811 Add explicit 5.0 target platform to Cocoapods example 2012-09-24 13:51:19 -04:00
Blake Watters
d31b7a13c2 Fix backticks formatting issue in serialization section of README.md 2012-09-04 15:21:54 -04:00
Blake Watters
10377d0a70 Overhaul RKParser API's for clarity and simplicity:
* Adds support for NSJSONSerialization. closes #476
* Renames RKParser to RKSerialization
* Renames RKParserRegistry to RKMIMETypeSerialization
* Rework serialization implementations API's to use class methods
* Fold together string and regular expression matching for MIME Type registrations
* Port serialization implementations to working off of NSData instead of NSString. refs #762
* Migrate JSONKit to being an optional component. See https://github.com/RestKit/RKJSONKitSerialization
2012-09-04 13:07:31 -04:00
Blake Watters
e67848439c Migrate to NSData based parsing/serialization. Slim down RKObjectSerializer and rename to RKObjectParameters. refs #762 2012-09-03 16:23:22 -04:00
Blake Watters
2eb8422ad0 Update README to include third-party dependencies on LibComponentLogging, SOCKit, and iso8601parser 2012-09-02 11:51:50 -04:00
Blake Watters
d25a5ee308 First cut at new README.md file for 0.20.x 2012-09-02 11:42:20 -04:00
Blake Watters
0e498ad326 Added note that CFNetwork is only required on iOS. fixes #615 2012-03-30 09:05:16 -04:00
Blake Watters
1381079808 Added note about filing bug reports and feature requests on Github 2012-03-20 22:49:54 -04:00
Blake Watters
e775fcda98 Add QuartzCore to the Quick Start section. fixes #607 2012-03-20 19:31:48 -04:00
Blake Watters
c2e8932cfa Simplified to a single header search path 2012-02-13 14:32:47 -05:00
Blake Watters
b0957d5da6 Eliminated rsync of headers in favor of Three20 style header search paths.
Due to issues related to archive builds and flakiness with configurations other
than Debug and Release, it is impossible to use the automatic include/ build path
to avoid adding header search paths. Switching to requiring a fixed set is simpler
and eliminates the need for the rsync process.
2012-02-13 13:27:22 -05:00
Blake Watters
15d291bc52 Moved OS X headers to Public/ and updated README.md 2011-12-09 09:50:46 -05:00
Blake Watters
a11c999950 Added CoreData.h import to main RestKit header. Updated quick start installation language. 2011-12-02 09:26:37 -05:00
Blake Watters
563f5e909b Updated all example projects to build against the new project. Cleaned up header imports for flattened project structure 2011-12-02 09:26:36 -05:00
Blake Watters
663a7d47ca Added announcements mailing list to README 2011-11-10 08:20:36 -05:00