Commit Graph

3 Commits

Author SHA1 Message Date
Jorge Bejar 2e2290a225 Require addressable gem in CurrentPathQuery
The following commit used Addressable to normalize path comparisons:

d6a824c00e

However, it's causing a NameError if the addressable gem is not loaded,
so we're requiring it in this specific location.
2016-01-27 11:38:16 -08:00
Thomas Walpole d6a824c00e Use Addressable in current path matcher to normalize comparisons - Fix #1611 2016-01-17 14:25:00 -08:00
Thomas Walpole 0be39e3719 current_path matcher 2015-08-25 10:58:17 -07:00