Plugins - HTTP URL Validator
Add to favoritesAllows the model to validate if a user-entered URL can be reached by an HTTP request.
Example:
Class Article < ActiveRecord::Base
validates_http_url :url, :content_type => "text/html"
validates_http_utl :photo, :content_type => "image"
end
