Open scpike opened 8 years ago
Sometimes I construct URLs in my wagon results (select https://.../' || thing.id as url). Wagon should catch url-like strings and help users get to those links.
select https://.../' || thing.id as url
We use this thing in rails world: https://github.com/tenderlove/rails_autolink
Sometimes I construct URLs in my wagon results (
select https://.../' || thing.id as url
). Wagon should catch url-like strings and help users get to those links.We use this thing in rails world: https://github.com/tenderlove/rails_autolink