Commit Graph

12 Commits

Author SHA1 Message Date
Blake Watters
8647fa5f42 Fix issue where grouping objects by section in RKTableController and loading an empty collection would fail to refresh table view. 2012-05-25 13:46:18 -04:00
Christopher Swasey
e8825f1515 Add actual OAuth implementations to the server, along with some basic test targets and some server-side specs to make sure things are wired up properly. 2012-05-10 12:57:31 -04:00
Marcus Brito
ea100b6aac Add a RKRequest attribute to control redirect handling
The default behavior is the same as before, to follow redirects. If RKRequest.followRedirect is set to NO, then a redirect (301, 302, 307) response will not be followed, and the request processing will proceed using the current request only.
2012-04-17 21:16:32 -04:00
Blake Watters
6fd71650e5 Fix broken unit tests related to Core Data cache skipping optimization 2012-04-04 12:19:24 -04:00
Blake Watters
fa3c82c11f Updated to Sinatra 1.4.0 HEAD to pick up fixes for setting status code when
using send_file and logging output.
2012-04-03 23:39:55 -04:00
Brian Morton
6c76546008 Add require bundler/setup to help enforce gem versions. 2012-03-20 18:35:24 -07:00
Blake Watters
0775e1d28e Eliminate use of public in favor of public_folder to suppress Sinatra warnings. refs #293 2012-03-13 14:06:43 -04:00
Blake Watters
605f07b05b Add tmp to .gitignore and rescue LoadError when attempting to require ruby-debug. refs #293 2012-03-13 14:02:36 -04:00
Blake Watters
83ae571b0a Remove Sinatra reloader. refs #293 2012-03-13 13:51:41 -04:00
Blake Watters
8483472ffb Added rackup for executing unit test server via Thin 2012-03-13 13:18:38 -04:00
Blake Watters
44ff8826f7 Invalidate timeout timer when POST body data is sent. fixes #535 2012-02-16 11:07:16 -05:00
Blake Watters
4142ffdb42 Reorganization and cleanups of Unit Tests
* Reorganized tests to accommodate split into Logic & Application.
* Eliminated 'Spec' naming in favor of 'Test' as the suite is entirely based on SenTest.
* Pulled majority of testing support classes up into the library and documented them.
* Introduced RKApplicationTests app for running the RKTableController UI tests
2012-02-10 17:32:23 -05:00