summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http
Commit message (Expand)AuthorAgeFilesLines
...
* Make mongrel happy like WEBrick.Rick Bradley2008-04-113-280/+270
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-112-30/+35
* This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-111-2/+2
* the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-112-14/+4
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-112-4/+4
* Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-232-17/+105
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-232-131/+165
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-232-12/+66
* 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-162-6/+18
* Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-162-15/+103
* Make it possible to run all tests even if mongrel isn't installed. Shouldn't...Rick Bradley2007-10-162-0/+10
* Refactoring, argument processing for model methods.Rick Bradley2007-10-162-16/+54
* Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-162-0/+27
* Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-162-19/+51
* Inlined the controller, eliminating a class. Mongrel+REST has the right bits...Rick Bradley2007-10-162-7/+54
* Registration now built for {webrick,mongrel} REST handlers.Rick Bradley2007-10-164-13/+43
* Going back to each server+protocol object being responsible for only one indi...Rick Bradley2007-10-164-12/+16
* First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-166-10/+98
* Finish front end of delegation to server+protocol helper classes ("handlers").Rick Bradley2007-10-152-0/+29
* Bringing in initial handlers for server+protocol pairs.Rick Bradley2007-10-152-31/+19
* Partial support for building Handlers for all handler-protocol pairs.Rick Bradley2007-10-152-9/+50
* Implementing address & port support for new webrick server.Rick Bradley2007-10-151-3/+14
* Hooking up address/port support for the various servers w/ specs. Still need...Rick Bradley2007-10-152-24/+48
* trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby ...Rick Bradley2007-10-152-7/+7
* Implementing listening state tracking for webrick and mongrel.Rick Bradley2007-10-152-2/+41
* More unit specs for mongrel and webrick; more code to make them work, yo.Rick Bradley2007-10-152-0/+105