Rails Sprawdź, czy adres URL jest ważny

require 'uri'

url =~ URI::regexp
# => 0 if it match, nil if not
Lioruby