comfy / active_link_to

Rails view helper to manage "active" state of a link
MIT License
844 stars 84 forks source link

uses Addressable::URI #31

Closed cerebroso closed 7 years ago

cerebroso commented 9 years ago

I used Addressable::URI to avoid errors on uris like "tel:1234"

GBH commented 7 years ago

That addressable gem should be part of standard lib by now.