This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Daniel Haran (author)
Fri Jul 11 14:09:09 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Fri Jul 11 14:09:09 -0700 2008 | |
| |
README | Fri Jul 11 14:09:09 -0700 2008 | |
| |
Rakefile | Fri Jul 11 14:09:09 -0700 2008 | |
| |
init.rb | Fri Jul 11 14:09:09 -0700 2008 | |
| |
lib/ | Fri Jul 11 14:09:09 -0700 2008 | |
| |
tasks/ | Fri Jul 11 14:09:09 -0700 2008 | |
| |
test/ | Fri Jul 11 14:09:09 -0700 2008 |
README
Validations =========== Extraction of email validation from the restful_authentication plugin It checks for presence, length, format and uniqueness. There is no guarantee that a validated email is real and deliverable. Example ======= class User < ActiveRecord::Base validates_email :email end Copyright (c) 2008 Daniel Haran, released under the MIT license







