Blake Watters
806283f64a
Bump dependencies
2012-08-15 20:52:32 -04:00
Blake Watters
9fd95cc380
Cleanup test breakage from method signature change
2012-08-15 20:52:12 -04:00
Blake Watters
9fa7a11fcf
Update connection mapping signatures on RKEntityMapping to be more idiomatic
2012-08-15 16:35:54 -04:00
Blake Watters
a3a2718bc9
Header docs for the managed object mapping operation data source
2012-08-15 16:31:54 -04:00
Blake Watters
086f9862ce
Fix dangling references to RKDirectory on OS X
2012-08-15 16:30:28 -04:00
Blake Watters
3b686125b8
Fix references in Examples/ to eliminated RKDirectory class
2012-08-15 08:03:07 -04:00
Blake Watters
461f7a8035
Add missing @synthesize directive for Xcode < 4.5
2012-08-14 16:36:51 -04:00
Blake Watters
7bd47a7dac
Add example application for Core Data search support
2012-08-14 09:57:28 -04:00
Blake Watters
39b0df4c39
Fix nasty bug in calculation of footer row indices when there are headers, footers, and content rows in a single section
2012-08-14 09:57:28 -04:00
Blake Watters
0e8e08e664
Update search indexing method definition for clarity. Added tests for new error cases and added support for specifying searchable attributes using NSAttributeDescription objects in addition to NSString attribute names
2012-08-14 09:57:28 -04:00
Blake Watters
0ff963161f
Add addAttributeMappingsFromDictionary:
2012-08-14 09:57:28 -04:00
Blake Watters
4d745fcddc
Remove duplicate method definitions
2012-08-14 09:57:28 -04:00
Blake Watters
23093c63fb
Work around crash due to non-nil initialization of error
2012-08-14 09:57:27 -04:00
Blake Watters
37c70e4c27
Migrate path utilities to C functions instead of encapsulating into static methods on RKDirectory to reduce API size
2012-08-14 09:57:27 -04:00
Blake Watters
975e1674a2
Improving assertion error when attempting to configure an entity mapping for an entity with a nil managed object class
2012-08-13 14:14:36 -04:00
Blake Watters
3dd0b722b3
Added INFO logging to report on status during long running managed object context indexing
2012-08-10 19:45:48 -04:00
Blake Watters
99207dd69c
Add method to description for named route
2012-08-10 14:18:42 -04:00
Blake Watters
48cb6dfa45
Rename request method <-> string functions to be more idiomatic
2012-08-10 14:04:51 -04:00
Blake Watters
22de640139
Add missing reloadRows for NSFetchedResultsChangeUpdate
2012-08-10 14:02:57 -04:00
Blake Watters
318c880170
Add basic description for inspecting mapping results
2012-08-09 17:13:38 -04:00
Blake Watters
2454d38dcc
Add PATCH method
2012-08-09 17:13:13 -04:00
Blake Watters
571909c8b4
Remove performBlockAndWait: in RKEntityByAttributeCache after encountering mysterious hangs
2012-08-09 17:12:51 -04:00
Blake Watters
2c9d3a4b23
Add casts to OCMock to suppress warnings during test build on OS X
2012-08-07 17:28:11 -04:00
Blake Watters
4cc61e9913
Flip test to using hasBeenDeleted as isDeleted does not work across managed object contexts
2012-08-07 17:19:18 -04:00
Blake Watters
9ff1152223
Comments cleanup
2012-08-07 17:13:26 -04:00
Blake Watters
632a1de039
Minor method signature change on serializer
2012-08-07 17:06:57 -04:00
Blake Watters
8d8523cd4d
Disabled run loop mode tests as they are causing the Test Suite to hang
2012-08-07 17:06:07 -04:00
Blake Watters
64c378a8bf
Fix warnings related to deprecation of managed object store save
2012-08-07 17:04:17 -04:00
Blake Watters
edd60c52e5
Add unichar casts to suppress warnings
2012-08-07 17:00:45 -04:00
Blake Watters
c5a4bb1697
Bump to Ruby 1.9.3 and Debugger Gem since they are supported by Xcode 4.3+ out of the box
2012-08-07 17:00:02 -04:00
Blake Watters
6cc54fae9f
Fix crashes during test suite execution due to delay during processing of NSManagedObjectContextDidSaveNotification
2012-08-07 16:59:19 -04:00
Blake Watters
99738db1cc
Update examples projects to reflect Core Data API changes
2012-08-07 10:01:05 -04:00
Blake Watters
c041c3dde6
Add casts to suppress warnings related to NSUInteger typedef differences to ISO8601DateFormatter
2012-08-07 10:00:16 -04:00
Blake Watters
00a5d2b198
Remove UI module headers/sources from OS X framework
2012-08-07 09:59:41 -04:00
Blake Watters
1463a7d2f8
Cleanup log warnings on OS X related to NSUInteger typedef differences (unsigned int vs unsigned long)
2012-08-07 09:58:30 -04:00
Blake Watters
b246559112
Eliminate associative reference configuration of primary key attribute.
...
Given the updates to the managed object store configuration patterns, it makes
much more sense for primary key configuration to be done against a mutable entity
rather than having the fall-back onto an associative object.
2012-08-07 09:55:56 -04:00
Blake Watters
cbed8ff466
Work around initWithBaseURL: warning by using local client variable
2012-08-06 16:44:23 -04:00
Blake Watters
7885481337
Update comments and log messages
2012-08-03 12:32:18 -04:00
Blake Watters
544be269da
Updated header documentation for RKManagedObjectStore
2012-08-02 10:32:58 -04:00
Blake Watters
232b3eb861
Implemented new search engine for managed objects.
2012-08-01 18:12:53 -04:00
Blake Watters
07aadeebdf
Reimplemented the managed object store, converted managed object seeder to importer, cleaned up test breakage.
2012-07-26 17:33:35 -04:00
Jawwad Ahmad
8183591ccd
Add DEPRECATED_ATTRIBUTE_MESSAGE for a few methods.
2012-07-26 17:04:47 -04:00
Jawwad Ahmad
6d3a9b5487
Fix "Failed to call designated initializer on NSManagedObject class" when running core data seed generation.
2012-07-25 11:45:14 -04:00
Blake Watters
66c9cd5f26
Remove object literal array access usage
2012-07-23 11:19:12 -04:00
Blake Watters
5af66a4e89
Finalized to existingObjectWithID: approach after benchmarking fetch request strategy
2012-07-20 16:09:58 -04:00
Blake Watters
093a76e7b2
Migrated to a single entity cache for the primary MOC instead of one per thread
2012-07-20 15:41:47 -04:00
Blake Watters
6b315fbd54
Updates to entity cache and other components to operate in parent/child context world.
2012-07-20 14:48:09 -04:00
Blake Watters
e952f451fb
Eliminated the use of the ActiveRecord pattern across the library.
2012-07-20 14:48:09 -04:00
Jawwad Ahmad
ae8b98ac1a
Add DEPRECATED_ATTRIBUTE_MESSAGE recommendations to RKEntityMapping.h
2012-07-18 12:27:12 -04:00
Jawwad Ahmad
b9979e337e
Add DEPRECATED_ATTRIBUTE_MESSAGE(message) macro to display a helpful recommendation message along with the default deprecation message.
2012-07-18 12:25:41 -04:00