Commit Graph

8 Commits

Author SHA1 Message Date
Thomas Walpole dbeec59726 cleanup some warnings 2017-01-26 16:10:51 -08:00
dylan ea794d1207 Prevent path exceptions on a nil current_url 2017-01-13 14:22:15 -08:00
Thomas Walpole 07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Thomas Walpole f26351c0f2 scope addressable 2016-01-27 15:01:33 -08:00
Thomas Walpole b6f4aaa32f allow for more versions of addressable 2016-01-27 14:20:47 -08:00
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