public
Description: Proactive URI validation plugin for rails
Clone URL: git://github.com/cmowforth/validates_as_uri.git
name age message
file MIT-LICENSE Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
file README Thu Jun 12 16:20:31 -0700 2008 Amended install link [Chris Mowforth]
file Rakefile Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
file init.rb Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
file install.rb Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
directory lib/ Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
directory tasks/ Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
directory test/ Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
file uninstall.rb Thu Jun 12 16:16:55 -0700 2008 Initial import [Chris Mowforth]
README
ValidatesAsUri
==============

Proactively validate user-supplied URIs, and DRY up your model code.

Installation:

script/plugin install git://github.com/cmowforth/validates_as_uri.git


Examples
=======

Assuming the database column name is 'uri':

validates_as_uri :uri


Copyright (c) 2008 [Chris Mowforth], released under the MIT license