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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Sep 01 11:10:46 -0700 2009 | |
| |
Capfile | Tue Sep 01 11:29:24 -0700 2009 | |
| |
LICENSE | Fri Feb 13 11:13:07 -0800 2009 | |
| |
NOTICE | Fri Feb 13 11:13:40 -0800 2009 | |
| |
README | Tue Sep 01 14:13:44 -0700 2009 | |
| |
Rakefile | Mon Jan 12 23:01:44 -0800 2009 | |
| |
app/ | Tue Sep 01 14:15:40 -0700 2009 | |
| |
config/ | Tue Sep 01 14:15:40 -0700 2009 | |
| |
db/ | Tue Sep 01 01:38:32 -0700 2009 | |
| |
doc/ | Mon Jan 12 23:01:44 -0800 2009 | |
| |
log/ | Tue Jan 13 00:09:01 -0800 2009 | |
| |
public/ | Tue Sep 01 01:38:22 -0700 2009 | |
| |
script/ | Mon Jan 12 23:01:44 -0800 2009 | |
| |
test/ | Tue Sep 01 01:46:12 -0700 2009 | |
| |
vendor/ | Tue Sep 01 11:03:53 -0700 2009 |
README
== Getting Started
1. Create a config/initializers/email.rb with the following...
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:authentication => :plain,
:enable_starttls_auto => true,
:user_name => "noreply@gmail_or_your_google_domain.com",
:password => "chucknorris"
}
2. rake db:create
3. rake db:fixtures:load







