Commit Graph

418 Commits

Author SHA1 Message Date
Blake Watters
e07d87939f Removed killed method 2011-03-05 16:14:02 -05:00
Blake Watters
1405c0b404 Overhauled the object seeder API. It's much cleaner. Added example code to the RKTwitterCoreDataExample 2011-03-05 16:11:00 -05:00
Blake Watters
6c351c1ef9 Merge branch 'updates' of https://github.com/ahinz/RestKit into seeding
Conflicts:
	Code/CoreData/RKManagedObjectStore.h
	Code/CoreData/RKManagedObjectStore.m
2011-03-05 13:06:21 -05:00
Blake Watters
c6546feb70 Added new initializer for starting from a seed database. Need to finish cleaning up API and add example app. 2011-03-04 07:16:52 -05:00
Blake Watters
6ad118b822 Silenced a couple of Xcode 4 warning. Don't send a serialization with a GET request by default 0.9.0 2011-03-02 17:23:16 -05:00
Blake Watters
e03c6d3d10 Fixed crash during dealloc of RKClient due to initialization of baseURL observer using a blank host. Updated the object mapper to support class/keypath when loading a single object. Some updates to the UISpec harness to get things working again. 2011-02-25 14:42:50 -05:00
Blake Watters
976942d054 Updates to quick start section 2011-02-16 11:11:20 -05:00
Blake Watters
7496355b06 Trying to get formatting right for Github flavored markdown 2011-02-16 11:06:01 -05:00
Blake Watters
fdd499eaf9 Merge branch 'master' of github.com:twotoasters/RestKit
Conflicts:
	RestKit.xcodeproj/project.pbxproj
2011-02-16 11:04:32 -05:00
Blake Watters
8bc4444400 Xcode 4 specific install instructions 2011-02-16 11:03:08 -05:00
Blake Watters
5df85d0cb7 Fix for whitespace. Really annoyed at Xcode 4 2011-02-15 22:22:59 -05:00
Blake Watters
81b4e00d3d trying to get the project to work with various Xcode output path settings 2011-02-15 21:20:29 -05:00
Blake Watters
bf48cf6559 More Xcode 4 crap 2011-02-15 20:25:22 -05:00
Blake Watters
07034e3878 Update for object initializer inside the mapper 2011-02-11 10:02:25 -05:00
Blake Watters
130ecdde37 Updated project to build properly under Xcode 4 2011-02-10 20:51:48 -05:00
Adam Hinz
166eeeb566 Provide more generic constructors for the object store and object
manager
2011-02-05 15:31:47 -05:00
Blake Watters
d77ef78eea Adding MobileTuts intro article to the docs folder 2011-02-02 11:06:38 -05:00
Blake Watters
06f2b0dd35 Updated TODO and introduced CREDITS file 2011-02-02 11:04:55 -05:00
Blake Watters
44e424850a Ooops. Use the IP from the hostname rather than the local wireless interface 2011-02-01 19:38:11 -05:00
Blake Watters
bff66e60cc Fixed bug where reachability did not work when initialized with an IP address in the base URL 2011-02-01 19:30:07 -05:00
Blake Watters
99559f73a8 project file updates 2011-01-22 00:52:41 -05:00
Blake Watters
2c3b97a054 Added README file for the Discussion Board app. Normalized target name 2011-01-21 18:58:57 -05:00
Blake Watters
f1fae7d309 Add background image to the post controller 2011-01-21 18:30:28 -05:00
Blake Watters
5e9e9e47d7 Project changes 2011-01-21 18:23:37 -05:00
daniel
7952a9b577 Removed unused resources 2011-01-21 16:03:58 -05:00
daniel
6422ac57d6 Got rid of custom cell styling 2011-01-21 15:55:45 -05:00
daniel
20747ffa27 Merge branch 'master' of github.com:twotoasters/RestKit into new-example 2011-01-21 14:54:40 -05:00
Blake Watters
52cea2386b Added document about running the UISpec 2011-01-21 11:08:33 -05:00
Blake Watters
39a77057ed Removed saveObjectStore method on RKObjectManager, step toward separating Core Data from the base object mapping. RKObjectLoader now ensures that the object store is persisted appropriately before object loaders are sent 2011-01-21 00:56:17 -05:00
Blake Watters
8cef9936b3 Project build 2011-01-21 00:27:20 -05:00
Blake Watters
07796df253 Refactored the Rails router to respect properties specified by the model objects. Introduced new support to allow models to modify RESTful object loaders just before they are sent. Sample app completely works. Really fucking happy with how this is turning out! 2011-01-21 00:15:02 -05:00
Blake Watters
3d2601f79c Imported object store header and temporarily exposed a method until I can clean up the core data dependencies. 2011-01-20 23:01:02 -05:00
Blake Watters
1049d07755 Fixing build warning 2011-01-20 21:16:58 -05:00
Blake Watters
35df41ec25 Expanded comments and cleaned up more TODO's. Just a couple of bug fixes left in RestKit and styling work on this app! 2011-01-20 21:15:40 -05:00
Blake Watters
ebd23559bb Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such 2011-01-20 20:52:33 -05:00
Jeremy Ellison
3474eb73b0 include response headers in rkcurl responses. 2011-01-20 11:55:40 -05:00
Jeremy Ellison
89b2833705 small tweak to rkcurl script to not overflow url. 2011-01-20 11:54:02 -05:00
Jeremy Ellison
0ebfaf1299 Merge branch 'new-example' of github.com:twotoasters/RestKit into new-example 2011-01-20 11:50:02 -05:00
Jeremy Ellison
b20b78e57f Use delegate pattern for canceled login.
Move isNewRecord to model level.
Create rkcurl script.
2011-01-20 11:49:02 -05:00
Blake Watters
bf1cadc72e Implemented RKMakePathWithObject. Cleaned up some TODO's 2011-01-20 11:24:47 -05:00
Blake Watters
88943469d8 Moved some items around, knocking down todo's 2011-01-20 00:40:17 -05:00
Blake Watters
0272c93663 Added placeholder text to work around TT bug 2011-01-20 00:19:11 -05:00
Blake Watters
f7553d7ac0 Found a nasty bug in object mapping with nil values vs missing key paths. Polished login and sign up patterns thoroughly. Login/Logout & sign up are functional again. Now to move through the rest of the app 2011-01-20 00:14:21 -05:00
Jeremy Ellison
723653585b remove todo for something I already fixed. 2011-01-19 14:08:01 -05:00
Jeremy Ellison
8021687bb6 constant view tags.
move header constant to environment.
move setting/clearing of user token header to user model.
2011-01-19 14:03:16 -05:00
Blake Watters
8f863b4c50 Numerous cleanups to the DiscussionBoard example. Need to finish working through cleanups to the authentication process and polish off documentation. Should be ready for merge tomorrow night. 2011-01-18 23:25:19 -05:00
Blake Watters
7e2f49e814 Cleaned up Rails app somewhat to match changes in the iPhone client 2011-01-18 23:19:15 -05:00
Blake Watters
a538bbca2f Audited all code in the app and produced extensive TODO list. Fixed build problems when on the Release profile. 2011-01-17 22:03:31 -05:00
Blake Watters
c9c0a82475 Continuing reorganization 2011-01-17 19:58:54 -05:00
Blake Watters
9af28d3070 Cleanup project structure to match typical TT projects 2011-01-17 19:21:57 -05:00