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 | ||
| |
README.mdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
judge-not.tmproj | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
template.rb | ||
| |
test/ | ||
| |
vendor/ |
README.mdown
Judge Not
A simple demonstration app for churning through and judging applicants.
USAGE
After rake db:migrate, you can visit /signup. The first user becomes an admin Then add candidates by visiting /candidates/new
After that. Have your judges sign up by visiting /signup, and subsequently voting by visiting /vote
FOR NOW, you must create the rounds by hand: script/runner 'Round.create(:open => true)'








