summaryrefslogtreecommitdiff
path: root/lib/rack/urlmap.rb
Commit message (Expand)AuthorAgeFilesLines
* Follow-up for the pull request #737Alex Sulim2014-10-031-8/+8
* Less allocated objects on each requestschneems2014-10-021-2/+2
* Trivial change to use single quotes for consistencyAaron Stone2014-09-031-1/+1
* UrlMap: Enable case-insensitive domain matchingJames Tucker2014-07-181-3/+17
* Fix a bug where host matching occurs out of orderJames Tucker2013-02-061-1/+2
* Cleanup the style and minor perf of URLMapEvan Phoenix2011-12-041-13/+28
* 1.9, lambda argument count has to matchrinaldifonseca2011-03-261-1/+1
* Refactoring Rack::URLMap NEGATIVE_INFINITY constantrinaldifonseca2011-03-261-1/+1
* Adding a constant in order to avoid to calculate (1.0 / 0.0) each timerinaldifonseca2011-03-261-1/+3
* Refactoring Rack: URLMap in order to show our intention through the code rath...rinaldifonseca2011-03-261-1/+4
* fixing unused variable warnings in 1.9.3Aaron Patterson2011-01-141-1/+1
* make sure PATH_INFO and SCRIPT_NAME get resetKonstantin Haase2010-06-091-2/+4
* don't dupe env in urlmap so modifications down the chain persist back upTim Connor2010-06-091-5/+2
* Merge remote branch 'origin/nosqueeze'Joshua Peek2009-12-261-7/+8
|\
| * URLMap matches multiple /'s but does not modify PATH_INFORyan Tomayko2009-12-231-6/+7
| * Don't munge PATH_INFO in URLMapRicardo Chimal, Jr2009-12-221-1/+1
* | Tag not found responses from file servers with X-Cascade headerJoshua Peek2009-12-261-1/+1
|/
* Order URL maps by hostname first, putting "empty" firstTim Carey-Smith2009-04-251-1/+1
* Add URLMap#remap and make the initialize parameter optionalMichael Fellinger2009-03-131-1/+5
* Non-destructive URLMapMichael Fellinger2009-01-291-3/+6
* In URLMap, entries without host name should come firstChristian Neukirchen2009-01-051-1/+1
* URLMap tweaks and more testsChristian Neukirchen2008-03-171-3/+5
* urlmap.rb - alteration of path selection routines, with updated testsScytrin dai Kinthra2008-03-171-5/+4
* Changed urlmap.rb's uri check to successive conditionals rather than one big oneScytrin dai Kinthra2008-03-101-10/+9
* lib/rack/urlmap.rb - Restyle of host matching from 'and' and 'or' to && and ||Scytrin dai Kinthra2007-11-181-2/+2
* Reformat and representation of mapping selection routine.Scytrin dai Kinthra2007-08-281-7/+5
* Fix SCRIPT_NAME in nested URLMapsChristian Neukirchen2007-11-151-1/+1
* Fix trailing whitespace. Sigh.Christian Neukirchen2007-05-161-1/+1
* Add RDocsChristian Neukirchen2007-03-011-0/+12
* Really fix URLMapChristian Neukirchen2007-02-241-3/+4
* URLMap should only look at PATH_INFOChristian Neukirchen2007-02-211-1/+1
* Fix host dispatching with explicit portsChristian Neukirchen2007-02-191-1/+3
* Remove trailing whitespace *sigh*Christian Neukirchen2007-02-171-1/+1
* Add Rack::URLMap, a simple routerChristian Neukirchen2007-02-171-0/+35