openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
rack-stack
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Mar 18, 2025 — Mar 18, 2026
Showing page 4 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Whitespace
remi
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 ...
remi
More...
almost 14 years ago
Removed un-used test helpers. Started writing specs for #run.
remi
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).
remi
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 ...)
remi
More...
almost 14 years ago
#run accepts :if/:unless (very simple first implementation)
remi
More...
almost 14 years ago
First failing spec for conditional stack pieces (run app, :if => proc)
remi
More...
almost 14 years ago
RackStack now works OK as a Rack endoint OR middleware
remi
More...
almost 14 years ago
Fixed failing Rack::Builder compatibility spec. Also started RackStack#trace implementation (to help print/debug RackStacks)
remi
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
remi
More...
almost 14 years ago
RackStack is horribly gross, but it's compatible with Rack::Builder (per its spec)
remi
More...
almost 14 years ago
Moving all original prototype-stuff (but keeping in working directory for now as a convenient reference)
remi
More...
almost 14 years ago
Committing initial brainstorm/prototype - from Sun Apr 29 17:28:20 2012 -0700
remi
More...
almost 14 years ago
s/Rack::ConditionalBuilder/RackStack/g
remi
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.
remi
More...
almost 14 years ago
Playing around with simply building a Rack::Builder Rack application stack that's easy to inspect/debug/manipulate
remi
More...
almost 14 years ago
Can run a spec
remi
More...
almost 14 years ago
Idea formed!
remi
More...
almost 14 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree