[DRE-commits] [ruby-rack-mount] 01/01: Better description

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Tue Jul 7 16:22:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository ruby-rack-mount.

commit c784a5ea1820cf3c5dc88efdbbc410d8f8119f24
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Tue Jul 7 19:22:07 2015 +0300

    Better description
---
 debian/control | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e9a425a..a4c93e4 100644
--- a/debian/control
+++ b/debian/control
@@ -16,4 +16,10 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack, ruby-multimap
 # rack (>= 1.0.0), racc (>= 0, development), rake (>= 0, development), rexical (>= 0, development)
 Description: Stackable dynamic tree based Rack router
- 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rack-mount.git



More information about the Pkg-ruby-extras-commits mailing list