summaryrefslogtreecommitdiff
path: root/lib/rack/cascade.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated code. (#1966)Samuel Williams2022-09-101-3/+0
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+2
* Fix Cascade to use the last response if all responses should be cascadedJeremy Evans2020-02-041-7/+23
* Make Cascade use a new response object if initialized with no appsJeremy Evans2020-01-301-4/+3
* Remove `@has_app` from `Rack::Cascade`.lanzhiheng2019-11-131-3/+2
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-2/+2
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Less allocated objects on each requestschneems2014-10-021-1/+1
* add parentheses to method definitions with argumentsAlex Weiksnar2013-09-261-2/+2
* Cascade now conforms to the body.close SPECJames Tucker2012-12-281-0/+11
* tweak Cascade docsOscar Del Ben2012-12-141-2/+2
* added Rack::Response::Helpers#method_not_allowed?James Tucker2012-01-221-1/+1
* Wrap test apps in Rack::Lint (first pass)Lars Gierth2011-12-211-1/+1
* Allow empty cascades. Reduce #call object allocation overhead. Speed up #incl...Jeremy Kemper2009-05-161-12/+17
* Addition of #add, #<<, and #include? to Cascade, allowing iterative addition ...Scytrin dai Kinthra2008-03-111-0/+10
* Add RDocsChristian Neukirchen2007-03-011-0/+4
* Add Rack::Cascade, to pass on the first non 404 resultChristian Neukirchen2007-02-281-0/+22