Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Walpole dfaf958ea7 more code cleanup 2018-01-15 14:02:20 -08:00
Thomas Walpole 24eb7a0702 rubocop driven style cleanup 2018-01-09 16:01:47 -08:00
Thomas Walpole e68051f6ac Rubocop driven cleanup 2018-01-08 14:39:56 -08:00
Thomas Walpole d2670e3315 remove deprecated only_path option 2018-01-03 09:04:12 -08:00
Thomas Walpole aa73e3a94d Parameter cleanup 2018-01-03 09:04:12 -08:00
Thomas Walpole d9fca10413 Fix issue with current path query and regexps 2017-11-27 22:35:04 -08:00
Thomas Walpole 4f766066a3 Deprecate only_path in favor of ignore_query and auto-detection of url/path matching 2017-10-07 11:22:20 -07:00
Thomas Walpole 8f5f55af89 Fix Ruby warnings during tests 2017-05-31 17:52:11 -07:00
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