summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http/mongrel
Commit message (Expand)AuthorAgeFilesLines
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-081-1/+1
* Merge branch '2.6.x' into nextNick Lewis2011-01-061-2/+1
|\
| * (#5771) Upgrade rspec to version 2Matt Robinson2011-01-041-2/+1
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
|/
* Code smell: Two space indentationMarkus Roberts2010-07-091-231/+231
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-282-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-282-0/+0
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-232-0/+0
* Add master side file content streamingBrice Figureau2010-02-171-0/+17
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-3/+3
* Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull2009-07-081-1/+1
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-0/+5
* Fixing #2238 - Deal with nil hash keys from mongrel paramsJordan Curzon2009-07-021-0/+5
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-051-0/+16
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-231-2/+3
* Forbidding REST clients to set the node or IPLuke Kanies2009-03-201-0/+10
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-12/+2
* Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+12
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-4/+30
* Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-261-3/+3
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-0/+5
* Fixing a test I broke while rebasingLuke Kanies2008-07-291-0/+5
* Drastically simplifying the REST implementation tests.Luke Kanies2008-07-291-337/+115
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-17/+19
* The mongrel-related tests now run without mongrel.Luke Kanies2008-07-171-2/+14
* 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-132-0/+0
* The mongrel and webrick REST handlers now extract certificate information.Luke Kanies2008-06-091-35/+129
* updating mongrel/webrick unit tests to match integration-tested version of RE...Rick Bradley2008-04-111-10/+2
* Make mongrel happy like WEBrick.Rick Bradley2008-04-111-137/+127
* Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-231-9/+53
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-231-66/+81
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-231-2/+19
* More specs, fleshing out the returns from RESTRick Bradley2007-10-171-2/+25
* getting more fine-grained with the response specs -- the target is always mov...Rick Bradley2007-10-161-3/+9
* Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-161-11/+59
* Make it possible to run all tests even if mongrel isn't installed. Shouldn't...Rick Bradley2007-10-161-0/+4
* Refactoring, argument processing for model methods.Rick Bradley2007-10-161-8/+26
* Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-161-0/+12
* Inlined the controller, eliminating a class. Mongrel+REST has the right bits...Rick Bradley2007-10-161-5/+45
* Registration now built for {webrick,mongrel} REST handlers.Rick Bradley2007-10-161-5/+19
* Going back to each server+protocol object being responsible for only one indi...Rick Bradley2007-10-161-3/+3
* First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-162-0/+46