0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added note that I consider this to be deprecated by rack-test More... about 14 years ago
rack-contrib has a middleware for handling NestedParams ... check it out and see if it can replace our logic More... almost 15 years ago
rack-contrib has a cookie jar that could be better than the one we're using - check it out! More... almost 15 years ago
Regenerated gemspec for version 1.1.6 More... about 15 years ago
version bump to 1.1.6 to rebuild gem because someone really wants the HTTP BASIC AUTH support :) More... about 15 years ago
added HTTP BASIC AUTH support ... request('/', :auth => ['username','password']) ... :basic_auth and :http_basic_authentication options are also supported More... about 15 years ago
Regenerated gemspec for version 1.1.5 More... about 15 years ago
version bump => 1.1.5 to release rackbox cli bugfix and new options More... about 15 years ago
fixed bug where '$ rackbox' wasn't printing usage. also, you can pass along ruby to set the app to request against, -a/--app 'SomeRackApp' as well as -r file -r file.rb to require file(s) More... about 15 years ago
moved TODO to Lighthouse More... about 15 years ago
updated some rackbox (bin) usage doco and added doco about the script to README More... about 15 years ago
Regenerated gemspec for version 1.1.4 More... about 15 years ago
added a simple 'rackbox' script, run it for usage: $ rackbox ... let's you cd into a Rails dir and just run 'rackbox /' and it'll print out the response for hitting the / path on your Rails app More... about 15 years ago
added TODO to README More... about 15 years ago
Regenerated gemspec for version 1.1.3 More... about 15 years ago
version bump to 1.1.3 (i want to be able to require 'rackbox/spec' and get rid of the dependency on thin) More... about 15 years ago
it's FAR from perfect ... but i got this working: require 'rackbox/spec' More... about 15 years ago
added some TODOs, added some new dependencies, tweaked the Sinatra app to not use deprecated methods More... about 15 years ago
added some TODOs to README More... about 15 years ago
Regenerated gemspec for version 1.1.2 More... about 15 years ago
version bump to 1.1.2 ... i want RackBox.request('/foo') support More... about 15 years ago
added support for RackBox.request('/foo') which defaults ts to running requests against RackBox.app More... about 15 years ago
added TODO More... about 15 years ago
Regenerated gemspec for version 1.1.1 More... about 15 years ago
closed out some TODOs - bumping version number for release More... about 15 years ago
added RackBox.verbose option for displaying all calls to #request (for basic debugging / logging) More... about 15 years ago
if you use the full environment variable name for a header, passing arbitrary headers into #request should work, eg #request '/', 'HTTP_ACCEPT' => 'application/json' ... we'll give pretty aliases to the most often used request headers More... about 15 years ago
added support for passing data with request, eg. for POSTing XML ... request('/', :data => '<some xml>') More... about 15 years ago
i'd like to clean it up some more, but i extracted the logic for the #request method out of RackBox::SpecHelpers (where i don't think it belonged) to RackBox#request where it's easy to use - see spec/rackbox_spec.rb for new ways #request can be used More... about 15 years ago
killed website submodule ... going to find a different way to handle easily generating & uploading RDoc for all of my gems More... about 15 years ago