IABSD.fr/ports/www/ruby-rack-mount

Branch :


Log

Author Commit Date CI Message
c3579f1b 2012-09-23 16:57:32 Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9 by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
a7f898d9 2011-12-13 17:59:06 Update to 0.8.3 OK claudio@
58fffade 2011-09-16 12:00:05 normalize pkgpath
4f9664ab 2011-01-06 04:24:22 REVISION bump for rbx FLAVOR PLIST change. OK landry@
8ddc1124 2010-12-08 21:27:56 Import ruby-rack-mount, one of the dependencies for Rails 3. Rack::Mount is 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. ok landry