Rack::Cascade tries an request on several apps, and returns the first response that is not 404 (or in a list of configurable status codes).
# File lib/rack/cascade.rb, line 30 def add app @has_app[app] = true @apps << app end
Generated with the Darkfish Rdoc Generator 2.