summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http/mongrel
Commit message (Expand)AuthorAgeFilesLines
* 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