- Fix a bug in the Net::HTTP request driver where the md5 isn't calculated
correctly when the content of the request is set with the
.body_stream
method. (#49 adamcrown)
- Update action controller request driver to fix a bug with OLD versions of Rails using CGI
- Fix Rest Client driver to account for the generated date when signing (cjeeky)
- Fix Rest Client driver to account for the generated md5 when signing (#45 cjeeky)
- Support for testing against Rails 4.1 (#42 awendt)
- Support all requests inheriting from Rack::Request (#43 mcls)
- Fix ruby 1.8.7 support
- Test / support all major versions of rails 2.3 - 4.0
- Add support for sinatra requests
- Add support for HTTPI requests