Addressable
We work with a large variety of URIs at Berkman. But I’ve been haveing difficulties using the URI library. Many times it would throw the URI::InvalidURIError when in fact I was parsing a valid web address or perhaps some text containing a valid web address. Today I came across an extension to the URI ruby library called Addressable. The heuristic_parse method is making my life a happier one.


