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 (
commit 28504675f53fc47b7c7270b7f8c1baba812367fc
tree 273adaf0811ab958047a0c8476d45774e34e0f97
parent bb9d4ed6ebb0978bdf2a19c0935b4871abaf67bf
tree 273adaf0811ab958047a0c8476d45774e34e0f97
parent bb9d4ed6ebb0978bdf2a19c0935b4871abaf67bf
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.mdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
judge-not.tmproj | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
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)'








