Blake Watters
69ded29245
Improved Three20 integration by leveraging object mapping to instantiate TTTableItems
2011-06-11 19:33:42 -04:00
Blake Watters
8be34582a5
Ported DiscussionBoard to new Three20 class structure
2011-06-11 19:31:21 -04:00
Blake Watters
f3c0995d5e
Implementation of Object Mapping 2.0 design:
...
* Removed RestKit from inheritance hierarchy
* Mappings are implemented as concrete classes
* Mapper is much more flexible & powerful
* Much more robust error handling
* Serialization is reimplemented as an object mapping operation
* Added ability to serialize to JSON natively
* Reworked Core Data integration
* Simplified the codebase substantially
2011-06-11 19:26:56 -04:00
Victor Kryukov
16ee0d278c
Format lines better
2011-06-11 21:55:55 +04:00
Victor Kryukov
26e240d224
Customize view in loadView, not createModel
2011-06-11 21:55:31 +04:00
Victor Kryukov
71fb2d1a0c
Remove unused _tableTitleHeaderLabel from DBResourceListTableViewController
2011-06-11 21:55:05 +04:00
Victor Kryukov
b25be71bab
Use relative paths in #imports to prevent XCode 4.2 from complaining
2011-06-11 21:54:17 +04:00
Victor Kryukov
5db087a73a
Remove duplicate declarations for createdAt, updatedAt, userID and user from DBPost
...
DBPost inherits from DBContentObject which has these accessors already defined.
2011-06-11 21:41:20 +04:00
Blake Watters
c486a623f3
re-enable refresh rate
2011-03-21 19:56:13 -04:00
Blake Watters
102180abce
fix for breakage introduced during merge
2011-03-21 18:53:16 -04:00
Blake Watters
f1fae7d309
Add background image to the post controller
2011-01-21 18:30:28 -05:00
daniel
6422ac57d6
Got rid of custom cell styling
2011-01-21 15:55:45 -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
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
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
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
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
9af28d3070
Cleanup project structure to match typical TT projects
2011-01-17 19:21:57 -05:00