public
Description: Extraction of common rails validations
Homepage:
Clone URL: git://github.com/danielharan/validations.git
Daniel Haran (author)
Fri Jul 11 14:09:09 -0700 2008
name age message
file MIT-LICENSE Fri Jul 11 14:09:09 -0700 2008 first extraction: email validation [Daniel Haran]
file README Fri Jul 11 14:09:09 -0700 2008 first extraction: email validation [Daniel Haran]
file Rakefile Loading commit data...
file init.rb
directory lib/
directory tasks/
directory test/ Fri Jul 11 14:09:09 -0700 2008 first extraction: email validation [Daniel Haran]
Validations
===========

Extraction of email validation from the restful_authentication plugin

It checks for presence, length, format and uniqueness. There is no guarantee that a validated email is real and 
deliverable.

Example
=======

class User < ActiveRecord::Base
  validates_email :email
end

Copyright (c) 2008 Daniel Haran, released under the MIT license