Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Validates Email Format Of

Validates Email Format Of

= Validates email format

Validate various formats of email address against RFC 2822.

Usage class Person < ActiveRecord::Base validates_email_format_of :email end Testing

To execute the unit tests run rake test.

The unit tests for this plugin use an in-memory sqlite3 database.

Resources = Subversion
  • http://code.dunae.ca/validates_email_format_of

== Credits

Written by Alex Dunae (dunae.ca), 2006.

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly