public
Description: Active Record extension for validating email addresses using TMail and MX records.
Homepage:
Clone URL: git://github.com/quamen/validates-as-email.git
Click here to lend your support to: validates-as-email and make a donation at www.pledgie.com !
name age message
file MIT-LICENSE Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
file README Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
file Rakefile Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
file init.rb Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
file install.rb Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
directory lib/ Tue Jul 01 16:59:32 -0700 2008 Added checking to ensure that the minimum lengt... [Gareth Townsend]
directory tasks/ Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
directory test/ Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
file uninstall.rb Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
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