Plugins - validates_email_format_of
Add to favoritesValidates 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
Credits
Written by Alex Dunae (dunae.ca), 2006.
http://code.dunae.ca/validates_email_format_of.html
http://code.dunae.ca/validates_email_format_of
Rails' (MIT)
Model

@shlick - thanks for fixing that - one should never move house and move server all at the same time.
I've removed the duplicate test case.
The correct URL for the repository is: http://code.dunae.ca/validatesemailformat_of/
Also, I noticed that one of the tests are repeated: testshouldallowcustomerror_message.
I tried to email the developer but couldn't find an email address.
It should be working
I'd like to download this plugin, but like Tom said the SVN url needs auth.
The SVN url needs authentication