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 (
Joe Van Dyk (author)
Sun Dec 28 09:37:38 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Dec 24 11:58:06 -0800 2008 | |
| |
README | Sun Dec 28 09:37:38 -0800 2008 | |
| |
Rakefile | Wed Dec 24 11:58:06 -0800 2008 | |
| |
generators/ | Wed Dec 24 12:47:35 -0800 2008 | |
| |
init.rb | Wed Dec 24 11:58:06 -0800 2008 | |
| |
install.rb | Wed Dec 24 12:47:35 -0800 2008 | |
| |
lib/ | Wed Dec 24 13:03:16 -0800 2008 | |
| |
tasks/ | Wed Dec 24 11:58:06 -0800 2008 | |
| |
test/ | Wed Dec 24 11:58:06 -0800 2008 | |
| |
uninstall.rb | Wed Dec 24 11:58:06 -0800 2008 | |
| |
views/ | Wed Dec 24 11:58:06 -0800 2008 |
README
FixieVerifications ================== Easily add emailed verification to your application. Needs Rails 2.2 or Ruby 1.8.7 (for SecureRandom). Example ======= class User < ActiveRecord::Base has_verification_number end u = User.create # An email with a random code is sent to joe@fixieconsulting.com. # Say the code is "12345" u.needs_verification!("joe@fixieconsulting.com") # Either of these work Verification.verify! "12345" u.verify! "12345" u.verified? # returns true Copyright (c) 2008 Joe Van Dyk, Fixie, released under the MIT license







