public
Description: Subdomain validation for ActiveRecord. Light wrapper around the excellent Addressable library (required). Includes a Shoulda macro.
Homepage:
Clone URL: git://github.com/dancroak/validates_subdomain_format_of.git
dancroak (author)
Mon Jul 21 17:31:57 -0700 2008
commit  876862f8a02d703e317801efdaaa407c8ad010c0
tree    9886071c8ce86ae9324d51da857648c9a9e0af02
parent  2b8e9e8dd692a6fe9763d9d31e58f87af5e2c7cc
name age message
file README.markdown Loading commit data...
file init.rb
directory lib/
directory rails/ Mon Jul 21 13:47:06 -0700 2008 first stab at validate_subdomain_format_of Acti... [dancroak]
directory test/
README.markdown

Validates subdomain format

Validate various formats of subdomains against RFC standards.

Requirements

Addressable.

Authors

Written by Dan Croak, July 2008. Thanks to Ches Martin (http://is.gd/Zph).

License

MIT License, same terms as Ruby.