I want to validate urls in Rails 4 model . most of things are working, just I am stucked how to validate urls like
http://stackoverflow.com/questions/4716513http://stackoverflow.com/questions/4716513http://stackoverflow.com/questions/4716513
Its a same url duplicated again and again , currently I am using ruby URI lib to parse given string as url