summaryrefslogtreecommitdiffstats
path: root/spec/integration/indirector/rest.rb
Commit message (Expand)AuthorAgeFilesLines
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-281-524/+0
* Merge branch '0.25.x'Markus Roberts2010-02-091-1/+0
|\
| * Fix #1842 Net::HTTP#enable_post_connection_check doesn't work anymoreJesse Wolfe2010-01-301-1/+0
* | Fixing #2617 - using the searched-for REST nameLuke Kanies2009-11-201-0/+1
|/
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-2/+3
* Removed extra whitespace from end of linesIan Taylor2009-06-061-81/+81
* Fixing #2234 - fixing all of the tests broken by my bindaddress fixLuke Kanies2009-05-151-5/+2
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-231-2/+2
* Fix some indirector failing testsBrice Figureau2009-04-231-2/+8
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-6/+6
* Fixing fileserving to support strings or symbolsLuke Kanies2009-02-181-4/+4
* Properly cleaning up ssl ca configuration during testingLuke Kanies2008-11-111-1/+2
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-1/+1
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-1/+21
* Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-1/+8
* Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-33/+43
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-28/+31
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-2/+2
* Removing a now-obsolete pending test.Luke Kanies2008-07-291-8/+0
* Merge branch '0.24.x'Luke Kanies2008-06-141-14/+19
|\
| * Adding another note about the save_object stub.Luke Kanies2008-06-131-0/+3
| * Removing a duplicate call left over from debuggingLuke Kanies2008-06-131-1/+0
| * Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-407/+407
| * Adding ruby interpreter lines to the tests missing them.Luke Kanies2008-06-131-0/+2
| * Adding execute bits to every test currently missing them.Luke Kanies2008-06-131-0/+0
* | Fixing #1258 -- Removing a Rails idiom.Luke Kanies2008-05-251-2/+2
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-5/+3
* | The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-408/+428
* | Fixing an integration test of the rest terminus; it wasLuke Kanies2008-04-151-1/+5
|/
* Fixishing some pending tests, including filling inLuke Kanies2008-04-111-2/+8
* Making the changes necessary to get the REST supportLuke Kanies2008-04-111-11/+9
* adding REST save support, with integration tests. A handful of unit tests in...Rick Bradley2008-04-111-2/+91
* Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-111-2/+74
* updating search integration specs to include webrickRick Bradley2008-04-111-4/+59
* making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-4/+59
* placeholders for integration specs on final REST methodsRick Bradley2008-04-111-0/+24
* ensure that we only run the mongrel specs when mongrel is available as a featureRick Bradley2008-04-111-0/+2
* bringing Indirector::REST specs to mongrel-land as well.Rick Bradley2008-04-111-44/+112
* exceptions on remote end now properly passed to local end via REST and re-rai...Rick Bradley2008-04-111-3/+3
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-9/+65
* a trivial integration test to test whether the RESTful indirection terminus h...Rick Bradley2008-04-111-0/+35