summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix test which is conditional on mongrel installation.Rick Bradley2007-10-171-2/+4
* | More specs, fleshing out the returns from RESTRick Bradley2007-10-172-4/+29
* | 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 the actual runtime be more robust when mongrel is not installed.Rick Bradley2007-10-161-1/+6
* | 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-163-52/+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-167-26/+99
* | Minor tweaks to make the ::Server initialization a bit more robust. Fail on ...Rick Bradley2007-10-161-3/+7
* | 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-153-31/+28
* | 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-153-36/+106
* | trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby ...Rick Bradley2007-10-153-8/+8
* | 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-153-23/+106
* | Pushing functionality down to webrick/mongrel classes now; cleanup in the bas...Rick Bradley2007-10-152-39/+85
* | more stuff for the interim commitRick Bradley2007-10-122-0/+58
* | interim checkin of network stuffsRick Bradley2007-10-122-216/+190
|/
* Homing in on a clean separation of concerns for a low-coupling, high-cohesion...Rick Bradley2007-10-062-10/+64
* Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-15/+60
* Minor tweaks.Rick Bradley2007-10-041-6/+6
* Allow for multiple REST servers to be active; some terminology changes in spe...Rick Bradley2007-10-041-48/+56
* Added .listening to REST server, handle listen states and transitions.Rick Bradley2007-10-041-4/+39
* Spec'd a reset() method for clearing out known routes. Uses the unregister m...Rick Bradley2007-10-041-0/+16
* Updating first portion of the Network RESTServer spec with example code, gett...Rick Bradley2007-10-041-2/+42
* Interpreting "hidden" class from spec drafts as a REST Controller. This name...Rick Bradley2007-10-031-0/+14
* Added partial spec for the serving of REST information, as well as some clien...Rick Bradley2007-10-031-0/+37