0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Whitespace More... almost 14 years ago
Going to experiment with checking the state of the stack by verifying the stacktrace. First, need some rock solid StackTracer specs ... More... almost 14 years ago
Removed un-used test helpers. Started writing specs for #run. More... almost 14 years ago
Added RequestMatcher to match a Request given a variety of different matchers. Added RackComponent as baseclass for apps/maps/middleware. Moved from :if/:unless to :when (because the user can negate their own conditionals and :if/:unless don't work in the Ruby 1.9 Hash literal, whereas :when does). More... almost 14 years ago
Split up RackStack classes into new files. Working on RackComponent and RequstMatcher specs (altho they're just ideas at the moment ...) More... almost 14 years ago
#run accepts :if/:unless (very simple first implementation) More... almost 14 years ago
First failing spec for conditional stack pieces (run app, :if => proc) More... almost 14 years ago
RackStack now works OK as a Rack endoint OR middleware More... almost 14 years ago
Fixed failing Rack::Builder compatibility spec. Also started RackStack#trace implementation (to help print/debug RackStacks) More... almost 14 years ago
Starting to add some specs for basic functionality, covering basic Rack::Builder functionality as well as starting to get into conditional RackStack features More... almost 14 years ago
RackStack is horribly gross, but it's compatible with Rack::Builder (per its spec) More... almost 14 years ago
Moving all original prototype-stuff (but keeping in working directory for now as a convenient reference) More... almost 14 years ago
Committing initial brainstorm/prototype - from Sun Apr 29 17:28:20 2012 -0700 More... almost 14 years ago
s/Rack::ConditionalBuilder/RackStack/g More... almost 14 years ago
Documented how I want to layout the specs. A BDD rack-test integration spec for ConditionalBuilder. But also supporting specs: a spec to ensure that calling the #use/run/map methods results in the correct objects returns by builder#stack and another spec to ensure that our #stack_trace method (powered by StackTracer) returns the correct strings when given different stack options. More... almost 14 years ago
Playing around with simply building a Rack::Builder Rack application stack that's easy to inspect/debug/manipulate More... almost 14 years ago
Can run a spec More... almost 14 years ago
Idea formed! More... almost 14 years ago