Commit Graph

375 Commits

Author SHA1 Message Date
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
daniel
c2f158924d Styled navigation bar and add button 2011-01-17 17:14:18 -05:00
daniel
f55b05a845 Styled table view header/reload button view 2011-01-17 16:14:48 -05:00
daniel
4ff9d0b05d Fixed incorrect images 2011-01-17 14:46:55 -05:00
daniel
a08e1c512c Added PNG resources 2011-01-17 14:13:03 -05:00
Blake Watters
91e7f947fd Change MyCompany stuff to Two Toasters 2011-01-16 21:51:39 -05:00
Blake Watters
319f7355af Working on new example 2011-01-16 21:43:21 -05:00
Blake Watters
69248c5d09 Created a binary of Three20 to bundle with the discussion board example 2011-01-16 21:41:56 -05:00
Jeremy Ellison
ebe147fd10 Get RestKit specs running & passing. 2011-01-13 14:35:08 -05:00
Jeremy Ellison
ac53cf9f2e Always return an NSManagedObjectContext from the NSThreadDictionary. Do not bless the one on the main thread. Ensure merges happen on the main thread.
Clean up error alert because of removal of goOffline support (as it was broken).
2011-01-13 14:33:28 -05:00
Jeremy Ellison
471a4ad137 RKObjectLoader should be set up with the object managers client, not the shared one.
This fixes support for apps using multiple baseURLs via multiple clients or managers.
2011-01-13 13:41:52 -05:00
Jeremy Ellison
7177c88182 rename internal didStartLoading method name 2011-01-12 15:27:45 -05:00
Jeremy Ellison
6a5ee2af7e Revert "Remove per-file copyrights"
This reverts commit 91e7c6bb5e.
2011-01-12 15:27:19 -05:00
Jeremy Ellison
91e7c6bb5e Remove per-file copyrights 2011-01-12 15:05:22 -05:00
Jeremy Ellison
511331ac2a call super in viewDidUnload.
Only show progress bar if data is not sent all at once.
2011-01-12 14:51:44 -05:00
Jeremy Ellison
38d5b3cbd7 New Example Work 2011-01-12 14:38:00 -05:00
Jeremy Ellison
90c85e632f Default loaded time should be equal to -defaultRefreshRate ago, thus ensuring the cache is outdated on the first load 2011-01-12 14:35:50 -05:00
Jeremy Ellison
634185f48a RKResponse should start loading on didReceiveData: or didSendBodyData, whichever is called first.
This prevents didSendData RKRequestDelegate method from being called before didStartLoading.

Remove goOffline and goOnline support from RKObjectManager. This did not work in the current implementation.
2011-01-12 13:20:26 -05:00
Jeremy Ellison
a4e7e60467 Functionally complete new example. 2011-01-11 13:57:28 -05:00
Jeremy Ellison
378aaac12b Topic and post creating, editing, and deleting 2011-01-11 12:32:18 -05:00
Jeremy Ellison
b01805384d list view for posts 2011-01-07 20:09:23 -05:00
Jeremy Ellison
1a40644ad7 Get example working. requires three20 to be in projects directory (at the same level as RestKit.) 2011-01-07 19:50:25 -05:00
daniel
7231fed8d2 Merge branch 'new-example' of github.com:twotoasters/RestKit into new-example 2011-01-07 17:44:38 -05:00
daniel
dba50c4381 Removing three20 submodule 2011-01-07 13:59:46 -05:00
Jeremy Ellison
52409a9231 add user_id to payload 2011-01-07 13:29:33 -05:00
daniel
16ff63976e Switched base url to heroku 2011-01-07 13:19:06 -05:00
daniel
6e09251be4 Added DBTopic 2011-01-07 13:18:10 -05:00
daniel
f4f6b862cd Created DBTopic model and mapped attributes 2011-01-07 13:17:13 -05:00
Jeremy Ellison
693741f1d6 don't add redundant source 2011-01-07 13:13:30 -05:00
daniel
4518543858 Merge branch 'new-example' of github.com:twotoasters/RestKit into new-example 2011-01-07 13:06:35 -05:00
daniel
6b85b62702 added DBEnvironment to xcode project 2011-01-07 13:04:07 -05:00
daniel
dd62a2b94a imported environment and restkit into prefix 2011-01-07 13:03:33 -05:00
Jeremy Ellison
c613d0b653 add posts 2011-01-07 13:02:59 -05:00
daniel
3d402a2c75 Created and included constants file 2011-01-07 12:54:00 -05:00
daniel
d531efc4b3 Merge branch 'new-example' of github.com:twotoasters/RestKit into new-example 2011-01-07 12:29:43 -05:00
Jeremy Ellison
f6b7122b02 CRUD for Topics 2011-01-07 12:28:51 -05:00
daniel
6fb393a672 added RestKit 2011-01-07 12:24:48 -05:00
daniel
3219f22b74 Configured project for three20 2011-01-07 12:16:40 -05:00
daniel
e5ea08b7af Pulled in three20 2011-01-07 12:06:52 -05:00
daniel
7cb37bcced iPhone project init 2011-01-07 12:03:51 -05:00
Jeremy Ellison
142ad1b7d3 move examples around 2011-01-07 11:59:33 -05:00
Jeremy Ellison
ddd5d52c4a add rails backend scaffold to new example 2011-01-07 11:56:07 -05:00