summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http/rack.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-102/+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
* Fix for #2234: test fails with old Rack versionChristian Hofstaedtler2009-05-201-1/+1
|
* Add XMLRPC compatibility for RackChristian Hofstaedtler2009-05-021-0/+31
|
* Puppet as a Rack applicationChristian Hofstaedtler2009-05-021-0/+71
This lays the ground: a wrapper for the REST handler, and an application confirming to the Rack standard. Also includes a base class for Rack handlers, as RackREST will not stay the only one, and there needs to be a central place where client authentication data can be checked.