public
Description: ActiveRecord property URL validation
Homepage:
Clone URL: git://github.com/RISCfuture/validates_url.git
name age message
file README Wed Jun 10 21:47:52 -0700 2009 Email change [Tim Morgan]
file init.rb Fri Jun 27 20:01:44 -0700 2008 Rolling in fixes from GoogleCode issues [Tim Morgan]
directory lib/ Wed Sep 24 19:51:44 -0700 2008 added :request_class option so that more-effici... [sbfaulkner]
README
*Validates_URL*
version 1.0.1 (Jun 27, 2008)

Author::    Tim Morgan  (mailto:validates_url@timothymorgan.info)
Copyright:: Copyright (c)2007 Tim Morgan
License::   Distributed under the same terms as Ruby

Allows models with HTTP URL fields to validate those URL fields by attempting to
connect to the URL. Validation will fail unless a connection is successfully
made and the URL is an HTTP URL.

For more information, please see the validates_http_url method.