Commit Graph

1461 Commits

Author SHA1 Message Date
Blake Watters
1381079808 Added note about filing bug reports and feature requests on Github 2012-03-20 22:49:54 -04:00
Brian Morton
b4cdf80cf2 Set RKObjectPaginator's objectLoader according to if an objectStore has been configured. 2012-03-20 19:40:31 -07:00
Blake Watters
7de927f670 Add .orig files produce by p4merge to the Git ignore file 2012-03-20 22:22:58 -04:00
Blake Watters
bc82f5a1ac Integrated support and test coverage for mapping relationships onto NSOrderedSet values. closes #578 2012-03-20 22:14:31 -04:00
Blake Watters
20aa05573c Added additional tests to explore behaviors for proposed patch in pull request. refs #578 2012-03-20 21:42:51 -04:00
Brian Morton
6c76546008 Add require bundler/setup to help enforce gem versions. 2012-03-20 18:35:24 -07:00
Blake Watters
368f5bf11a Fix issue with incorrect quoting within the mapping cache causing duplicated objects. closes #598. refs #578 2012-03-20 21:11:29 -04:00
Blake Watters
175a90cabe Reorder logging statement so that logging occurs before sending of request to avoid sending message to a zombie instance. fixes #600 2012-03-20 20:43:14 -04:00
Blake Watters
0d709dbc07 Migrate dangling invocations of NSLog -> RKLog. refs #578 2012-03-20 20:43:14 -04:00
Brian Morton
145682fdbc Fixed bug raising exception during testing when using an RKObjectLoader with no resource path. 2012-03-20 17:28:22 -07:00
Blake Watters
e775fcda98 Add QuartzCore to the Quick Start section. fixes #607 2012-03-20 19:31:48 -04:00
Blake Watters
188f2ad4b4 Quote server path when executing test server. fixes #608 2012-03-20 19:30:08 -04:00
Blake Watters
b0ab880868 Fixed bug raising exception when loaderForObject: is invoked with a method of RKRequestMethodInvalid. fixes #601 2012-03-19 16:03:25 -04:00
Blake Watters
868372272f Ported RestKit tests over to using the RKTestFactory and completed documentation. fixes #318 2012-03-15 23:06:49 -04:00
Blake Watters
a84f52376a Merge pull request #595 from cfis/ObjectStoreRelease
Missing Release For Object store
2012-03-15 14:45:36 -07:00
Blake Watters
a740a9ce3b Drop RestKitCoreData.momd from the resources bundle. It is not currently viable to load the entities because you cannot reference entities in one model from another within Xcode. 2012-03-15 17:28:53 -04:00
Blake Watters
7ff874652e Fix typo 2012-03-15 17:27:55 -04:00
Blake Watters
6efa73fa25 Fixed issues with accessing RestKitResources.bundle from within unit tests 2012-03-15 16:44:01 -04:00
Blake Watters
f8df25edd8 Documentation tweaks 2012-03-15 15:46:35 -04:00
Jawwad Ahmad
3f29ccd42b Added a new cellMappingForReuseIdentifier convenience method to RKTableViewCellMapping 2012-03-15 12:38:06 -04:00
Blake Watters
9732ffa257 Appledoc update for RKParser 2012-03-15 00:21:03 -04:00
Blake Watters
450f31d3b3 Documentation for RKOrderedDictionary 2012-03-15 00:21:03 -04:00
Blake Watters
d63b3d4752 Documentation for RKSearchEngine 2012-03-15 00:21:03 -04:00
Jawwad Ahmad
0c16af2889 Added back predicateForSearchWithText:searchMode: and added documentation 2012-03-14 19:30:03 -04:00
Jawwad Ahmad
b48e69a3ba Marking NSManagedObjectContext+RKAdditions.h as public. Refs #584. 2012-03-14 18:14:15 -04:00
Blake Watters
57183b364f Fix for warning emitted due to elimination of findOrCreateInstanceOfEntity:. Search Word functionality restored. closes #584
* Updates to the Core Data layer such that NSManagedObjectContexts now have a reference to the managed object store
they belong to.
* NSManagedObject instances can now return the managed object store they belong to.
* Relaxed the coupling to the sharedManager present within the RKSearchableManagedObject class.
* Expanded documentation of RKSearchableManagedObject
2012-03-14 17:08:02 -04:00
Blake Watters
0775e1d28e Eliminate use of public in favor of public_folder to suppress Sinatra warnings. refs #293 2012-03-13 14:06:43 -04:00
Blake Watters
605f07b05b Add tmp to .gitignore and rescue LoadError when attempting to require ruby-debug. refs #293 2012-03-13 14:02:36 -04:00
Blake Watters
83ae571b0a Remove Sinatra reloader. refs #293 2012-03-13 13:51:41 -04:00
Blake Watters
8b0886bffd Removing ruby-debug from stack due to errors on CI machine pertaining to clang incompatibilities. refs #293 2012-03-13 13:48:06 -04:00
Blake Watters
8483472ffb Added rackup for executing unit test server via Thin 2012-03-13 13:18:38 -04:00
Blake Watters
3855dbe719 Revert "Bumping .rvmrc to Ruby 1.9.3"
This reverts commit 3ac15fa408.
2012-03-13 13:18:36 -04:00
Brian Morton
80103bb6b3 Change test for allowing newly added date formatters priority so that it uses the updated fixture and reversable favoriteDate. Rearrange order of defaultDateFormatters to match their order before changing defaultDateFormatters to being prepended. 2012-03-13 09:43:37 -07:00
Brian Morton
cadf5107b8 Add favoriteDate field to RKTestUser and user fixture with a reversable dd/MM and MM/dd. 2012-03-13 09:41:49 -07:00
Brian Morton
10e3c17483 Merge pull request #577 from spenrose/date-formatter
Added default date formatter to start of NSArray
2012-03-13 09:24:20 -07:00
Brian Morton
5844de061d Add test for confirming that a newly added date formatter gets priority to be attempted first during mapping. Fix 2 tests that are going to break on the incoming pull request for inserting date formatters. 2012-03-13 09:24:09 -07:00
Blake Watters
3ac15fa408 Bumping .rvmrc to Ruby 1.9.3 2012-03-13 10:33:20 -04:00
Blake Watters
c3b2ef164b Add conditional compilation for the Pull to Refresh trigger 2012-03-13 09:50:05 -04:00
Blake Watters
e560578f9e Prepare project to build under Jenkins 2012-03-13 09:49:37 -04:00
Charlie Savage
0f8424f316 Release retained objectStore property when a RKManagedObjectLoader is deallocated. 2012-03-13 00:02:33 -06:00
Blake Watters
1bd3bfd514 Fix retain cycle issue with queued relationship connection. fixes #588 2012-03-12 20:42:52 -04:00
Blake Watters
5ffeee38d4 Ensure serializationMIMEType is configured when initializing object loaders via loaderWithURL: or loaderWithResourcePath: fixes #567 2012-03-12 20:34:31 -04:00
Blake Watters
896de8f1eb Respect modified values set for properties within key-value validation callbacks. fixes #565 2012-03-12 20:22:11 -04:00
Blake Watters
f31b586dae Rework initialization of fixtureBundle 2012-03-12 19:03:44 -04:00
Blake Watters
b8d9a0a423 Add test coverage for memory leak due to background policy. refs #548 2012-03-12 19:03:42 -04:00
Blake Watters
bbc6500026 Update RKCatalog project 2012-03-12 18:52:47 -04:00
Blake Watters
749c6e389f Fix retain cycle causing leak for backgroundPolicy RKRequestBackgroundPolicyContinue. closes #548 2012-03-12 18:50:33 -04:00
Blake Watters
995c30907b Removed references to RestKit/CoreData/CoreData.h from OM docs in Docs/. closes #572 2012-03-12 18:35:02 -04:00
Blake Watters
0448090504 Disabled invalid caching behavior for PUT & POST responses. fixes #589 2012-03-12 18:33:35 -04:00
Blake Watters
f865eb9421 Merge pull request #590 from cfis/NSOrderedSet
NSOrderedSet and iOS 4.x Compatability (Again)
2012-03-12 10:26:17 -07:00