7 Commits

Author SHA1 Message Date
Blake Watters
f33a8bb405 Rework Pods to restore execution of OS X Framework tests 2013-01-15 09:07:23 -05:00
Blake Watters
d3609e3cec Fix typo in Podfile 2012-12-15 17:05:34 -05:00
Blake Watters
0e5a7b836d Fix references to private Git repos in Podfile 2012-12-12 21:49:21 -05:00
Blake Watters
8dc54a89b2 Major overhaul to the Core Data managed object identification and relationship connection support.
* Replaces primary key with `RKEntityIdentifier`
* Add support for use of compound keys for object identification
* Refactor `RKConnectionMapping` to `RKConnectionDescription` and add support for connecting with multiple attributes
* Clarify naming of representation key methods to better match naming conventions
* Add type transformation support for object identification
* Greatly expand test coverage for object identification
* Drop the `NSEntityDescription` category
* Simplify the `RKManagedObjectCaching` protocol
* Add compound key support to the Fetch Request and In Memory Cache implementations
* Replace Kiwi with Specta for tests where contexts are helpful for organization
* Rename `defaultValueForMissingAttribute` to `defaultValueForAttribute`
2012-11-27 10:29:36 -05:00
Blake Watters
e368999605 Switch from CocoaPods stock implementation to custom fork to enable stubbing of class objects 2012-11-06 12:13:56 -05:00
Blake Watters
5a1608f73f Add Expecta, which will likely replace OCHamcrest in the test suite 2012-10-04 18:30:53 -04:00
Blake Watters
73cd7a6705 Eliminated vendored copies of testing libraries in favor of Cocoapods. Add Kiwi to testing stack 2012-10-04 10:54:46 -04:00