| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [#3994-part 2] rename integration tests to *_spec.rb | Markus Roberts | 2010-06-28 | 1 | -66/+0 |
| | | | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700 | ||||
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -9/+9 |
| | | |||||
| * | Fixing #2234 - fixing all of the tests broken by my bindaddress fix | Luke Kanies | 2009-05-15 | 1 | -1/+19 |
| | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Replacing all two-space indents with four-space | Luke Kanies | 2008-06-13 | 1 | -36/+36 |
| | | |||||
| * | Adding ruby interpreter lines to the tests missing them. | Luke Kanies | 2008-06-13 | 1 | -1/+3 |
| | | |||||
| * | Adding execute bits to every test currently missing them. | Luke Kanies | 2008-06-13 | 1 | -0/+0 |
| | | |||||
| * | ensure that we only run the mongrel specs when mongrel is available as a feature | Rick Bradley | 2008-04-11 | 1 | -0/+2 |
| | | |||||
| * | Much larger commit than I would like to land at once. This is all ↵ | Rick Bradley | 2008-04-11 | 1 | -0/+44 |
| REST-related code. Two specs are failing related to how Mongrel is initialized for REST; will fix those shortly. REST indirector now supports find, with deserialization. Network code in indirector now. Will still need to un-hardwire address/port for outbound connections. Will still need to urlencode path parameters. Code for search, destroy, update is coming, should be similar to find. Reworked how the Handler module is used. Needed to be included, rather than inherited. Needed to sidestep initializers for actual web servers (webrick, mongrel), needed to be possible to have handler-including class be used as a class (aka servlet) instead of as an instance. Webrick handler registration is now abstracted to "above" the servlet. Provided a #model method to use instead of @model in handler module. This allows neutering during testing. Brought class_for_protocol up into http/webrick class as a (tested) class method. Integration tests for rest indirection. Split server integration tests into mongrel and webrick tests. Got Node/REST working properly wrt the crazy-ass autoloader thing. We're now actually passing traffic w/ webrick, fwiw. | |||||
