kastner / judge-not
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
8fdfb3b
Erik Kastner (author)
Wed May 27 19:30:25 -0700 2009
| 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)'

