Commit graph

2 commits

Author SHA1 Message Date
taca
369be73fc7 Update ruby-rack-mount pacakge to 0.6.14, latest 0.6.x series.
Changes are unknown.
2011-06-11 02:43:54 +00:00
taca
f8d97e5026 Importing www/ruby-rack-mount 0.6.13.
A stackable dynamic tree based Rack router.

Rack::Mount supports Rack's +X-Cascade+ convention to continue trying
routes if the response returns +pass+.  This allows multiple routes to
be nested or stacked on top of each other.  Since the application
endpoint can trigger the router to continue matching, middleware can
be used to add arbitrary conditions to any route.  This allows you to
route based on other request attributes, session information, or even
data dynamically pulled from a database.
2010-09-12 04:05:22 +00:00