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 Loading commit data...
file README Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
file Rakefile
file init.rb
file install.rb
directory lib/ Tue Jul 01 16:59:32 -0700 2008 Added checking to ensure that the minimum lengt... [Gareth Townsend]
directory tasks/
directory test/
file uninstall.rb Tue Jul 01 04:23:57 -0700 2008 initial version of plugin [Gareth Townsend]
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