summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test i forgot to commitHEADmasterJesse Luehrs2013-02-281-0/+52
|
* cleanupsJesse Luehrs2013-02-285-56/+32
|
* filter out empty path components when matching tooJesse Luehrs2013-02-151-1/+6
|
* try out a different testing interfaceJesse Luehrs2013-02-153-45/+72
|
* enable warningsJesse Luehrs2013-02-151-0/+2
|
* another testJesse Luehrs2013-02-151-0/+84
|
* move shared test helpers to a separate fileJesse Luehrs2013-02-152-11/+16
|
* getting rid of insert means we can use ListBufferJesse Luehrs2013-02-151-9/+9
|
* insertRoute is not particularly usefulJesse Luehrs2013-02-152-26/+12
|
* avoid some unnecessary conversionsJesse Luehrs2013-02-151-8/+8
|
* no reason routes themselves should be publicJesse Luehrs2013-02-152-109/+103
|
* style cleanupsJesse Luehrs2013-02-151-33/+25
|
* cleanupJesse Luehrs2013-02-141-1/+0
|
* implement uriForJesse Luehrs2013-02-142-2/+50
|
* a couple more edge cases for filling in a path templateJesse Luehrs2013-02-141-2/+19
| | | | | | | | if a mapping value matches the default value for an optional variable component, then the optional component should just be left out if the mapping contains a value that doesn't match the corresponding value in the route's list of defaults, then it shouldn't return anything
* helper method to get a real path out of a routeJesse Luehrs2013-02-141-0/+21
|
* clean up Route a bitJesse Luehrs2013-02-141-12/+4
|
* implement optionalsJesse Luehrs2013-02-142-10/+14
|
* initial sketchJesse Luehrs2013-02-134-0/+288