Blake Watters
|
50784a4624
|
Finishing up cleanup on the RestKit side
|
2010-06-23 12:53:18 -04:00 |
|
Blake Watters
|
3333ac383f
|
Work in progress on refactor
|
2010-06-23 12:47:02 -04:00 |
|
Jeff Arena
|
142b89108c
|
fix threading related crashes on OS 3.2/4.0 by switching Core Data thread safety pattern from context locking to using multiple contexts
|
2010-06-17 16:31:30 -04:00 |
|
Blake Watters
|
f2a475374d
|
Simplified API for instance based model loading
|
2010-03-25 14:09:44 -04:00 |
|
Blake Watters
|
e970087f57
|
Standardized around a single protocol callback instead of an ad-hoc callback for model loader requests. Simplified the API greatly in RKRequest. Major streamlining
|
2010-03-25 13:44:41 -04:00 |
|
jeremy@twotoasters.com
|
a5f37852e2
|
Merge branch 'master' of github.com:twotoasters/RestKit
|
2010-03-17 10:23:27 -04:00 |
|
jeremy@twotoasters.com
|
162feea6b0
|
fix dates coming from rails. make loadModels with params use GET
|
2010-03-17 10:21:45 -04:00 |
|
Blake Watters
|
3c5fda2dee
|
Fixed a number of memory leaks. Added ability to cancel requests. Optimized the property inspector with cacheing. Much improved performance!
|
2010-03-11 12:19:18 -05:00 |
|
Blake Watters
|
9a87d05faa
|
Model loader now maps back into specific model instances when loaded using the manager. Prevents duplication of Core Data objects and lets local/remote objects be fully managed by the loader.
|
2010-03-05 11:07:54 -05:00 |
|
Blake Watters
|
21b88c3a02
|
Goodbye spaghetti code! New model mapper is ready to rock.
|
2010-03-05 10:49:33 -05:00 |
|
Blake Watters
|
fc5e3c253e
|
Support for reading error messages out of JSON payload. Expanded commenting.
|
2010-03-02 13:26:01 -05:00 |
|
Blake Watters
|
1908bfb1d6
|
Be sure to set the mapping format on the mapper when it is set on the manager. Don't create duplicate objects when mapping from JSON
|
2010-02-25 12:05:45 -05:00 |
|
Blake Watters
|
092bfe3775
|
Introduced new single global header file for pulling in the RestKit stack. Updated the notification names to be more in line with idiomatic Cocoa naming.
|
2010-02-19 11:01:12 -05:00 |
|
Blake Watters
|
97b582c091
|
Fixed delegate signatures for methods that are dispatched through the model mapper. Classes not conforming to the protocol will now generate compiler time warnings instead of encountering crashes at runtime.
|
2010-02-18 16:12:02 -05:00 |
|
Blake Watters
|
27682bdf02
|
OTRestFramework is now RestKit
|
2010-02-17 14:44:03 -05:00 |
|