summary refs log tree commit
path: root/lib/rack/cascade.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2013-09-26add parentheses to method definitions with arguments
2012-12-28Cascade now conforms to the body.close SPEC
2012-12-14tweak Cascade docs
2012-01-22added Rack::Response::Helpers#method_not_allowed?
2011-12-21Wrap test apps in Rack::Lint (first pass)
2009-05-16Allow empty cascades. Reduce #call object allocation overhead. Speed up #incl...
2008-03-11Addition of #add, #<<, and #include? to Cascade, allowing iterative addition ...
2007-03-01Add RDocs
2007-02-28Add Rack::Cascade, to pass on the first non 404 result