quamen / validates-as-email

Active Record extension for validating email addresses using TMail and MX records.

This URL has Read+Write access

Gareth Townsend (author)
Tue Jul 01 04:23:57 -0700 2008
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
file uninstall.rb
README
ValidatesAsEmail
================

Active Record extension for validating email addresses using TMail and MX records.

Example
=======

class User < ActiveRecord::Base
  
  validates_as_email :email_address
  
end


Copyright (c) 2008 Gareth Townsend, released under the MIT license