| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: just require 'spec_helper', thanks rspec2 | Daniel Pittman | 2011-04-08 | 1 | -1/+1 |
* | Merge branch '2.6.x' into next | Nick Lewis | 2011-01-06 | 1 | -2/+1 |
|\ |
|
| * | (#5771) Upgrade rspec to version 2 | Matt Robinson | 2011-01-04 | 1 | -2/+1 |
* | | maint: Use expand_path when requiring spec_helper or puppettest | Matt Robinson | 2010-12-06 | 1 | -1/+1 |
|/ |
|
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -231/+231 |
* | [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rb | Markus Roberts | 2010-06-28 | 2 | -0/+0 |
* | [#3994-part 2] rename integration tests to *_spec.rb | Markus Roberts | 2010-06-28 | 2 | -0/+0 |
* | [#3994] rename the specs to have _spec.rb at the end | Markus Roberts | 2010-06-23 | 2 | -0/+0 |
* | Add master side file content streaming | Brice Figureau | 2010-02-17 | 1 | -0/+17 |
* | Fix #2261 - Make sure query string parameters are properly escaped | Brice Figureau | 2009-07-17 | 1 | -3/+3 |
* | Fixes #2367 - Mongrel::HTTPRequest returns a StringIO object | James Turnbull | 2009-07-08 | 1 | -1/+1 |
* | Fix #2392 - use Content-Type for REST communication | Brice Figureau | 2009-07-05 | 1 | -0/+5 |
* | Fixing #2238 - Deal with nil hash keys from mongrel params | Jordan Curzon | 2009-07-02 | 1 | -0/+5 |
* | Fix #2308 - Mongrel should use X-Forwarded-For | Brice Figureau | 2009-06-05 | 1 | -0/+16 |
* | Fill REST request node with reverse lookup of IP address | Brice Figureau | 2009-04-23 | 1 | -2/+3 |
* | Forbidding REST clients to set the node or IP | Luke Kanies | 2009-03-20 | 1 | -0/+10 |
* | Fixing #1557 - Environments are now in REST URIs | Luke Kanies | 2009-03-20 | 1 | -12/+2 |
* | Correctly handling numerical REST arguments | Luke Kanies | 2009-03-10 | 1 | -0/+12 |
* | Adding clarity to query string handling in REST calls | Luke Kanies | 2009-02-18 | 1 | -4/+30 |
* | Fixing the rest backends for webrick and mongrel so the get the whole request... | Luke Kanies | 2008-08-26 | 1 | -3/+3 |
* | Adding parameter and URL support to the REST terminus. | Luke Kanies | 2008-08-20 | 1 | -0/+5 |
* | Fixing a test I broke while rebasing | Luke Kanies | 2008-07-29 | 1 | -0/+5 |
* | Drastically simplifying the REST implementation tests. | Luke Kanies | 2008-07-29 | 1 | -337/+115 |
* | The REST terminus now uses the content-type and http result codes. | Luke Kanies | 2008-07-29 | 1 | -17/+19 |
* | The mongrel-related tests now run without mongrel. | Luke Kanies | 2008-07-17 | 1 | -2/+14 |
* | Adding ruby interpreter lines to the tests missing them. | Luke Kanies | 2008-06-13 | 1 | -0/+2 |
* | Adding execute bits to every test currently missing them. | Luke Kanies | 2008-06-13 | 2 | -0/+0 |
* | The mongrel and webrick REST handlers now extract certificate information. | Luke Kanies | 2008-06-09 | 1 | -35/+129 |
* | updating mongrel/webrick unit tests to match integration-tested version of RE... | Rick Bradley | 2008-04-11 | 1 | -10/+2 |
* | Make mongrel happy like WEBrick. | Rick Bradley | 2008-04-11 | 1 | -137/+127 |
* | Exceptions on requests are now captured, exceptions are serialized, and excep... | Rick Bradley | 2007-10-23 | 1 | -9/+53 |
* | Finish serializing successful results (via calls to to_yaml, etc.) for REST h... | Rick Bradley | 2007-10-23 | 1 | -66/+81 |
* | REST handlers now properly returning 200 status on success. | Rick Bradley | 2007-10-23 | 1 | -2/+19 |
* | More specs, fleshing out the returns from REST | Rick Bradley | 2007-10-17 | 1 | -2/+25 |
* | getting more fine-grained with the response specs -- the target is always mov... | Rick Bradley | 2007-10-16 | 1 | -3/+9 |
* | Argument passing now supported on {webrick,mongrel}+REST. | Rick Bradley | 2007-10-16 | 1 | -11/+59 |
* | Make it possible to run all tests even if mongrel isn't installed. Shouldn't... | Rick Bradley | 2007-10-16 | 1 | -0/+4 |
* | Refactoring, argument processing for model methods. | Rick Bradley | 2007-10-16 | 1 | -8/+26 |
* | Tweak to move model lookup functionality into the Handler base class where it... | Rick Bradley | 2007-10-16 | 1 | -0/+12 |
* | Inlined the controller, eliminating a class. Mongrel+REST has the right bits... | Rick Bradley | 2007-10-16 | 1 | -5/+45 |
* | Registration now built for {webrick,mongrel} REST handlers. | Rick Bradley | 2007-10-16 | 1 | -5/+19 |
* | Going back to each server+protocol object being responsible for only one indi... | Rick Bradley | 2007-10-16 | 1 | -3/+3 |
* | First pass through initializers of {mongrel, webrick} REST handlers; hooks in... | Rick Bradley | 2007-10-16 | 2 | -0/+46 |