clayton / desert-code-camp
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Clayton Lengel-Zigich (author)
Sat Nov 07 16:34:30 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Nov 07 02:15:25 -0800 2009 | |
| |
README | Wed Nov 04 17:23:01 -0800 2009 | |
| |
Rakefile | Wed Nov 04 16:05:06 -0800 2009 | |
| |
app/ | Sat Nov 07 16:34:30 -0800 2009 | |
| |
config/ | Sat Nov 07 01:29:05 -0800 2009 | |
| |
db/ | Sat Nov 07 01:31:34 -0800 2009 | |
| |
doc/ | Wed Nov 04 16:05:06 -0800 2009 | |
| |
features/ | Sat Nov 07 16:34:30 -0800 2009 | |
| |
lib/ | Sat Nov 07 02:15:25 -0800 2009 | |
| |
public/ | Sat Nov 07 02:15:25 -0800 2009 | |
| |
script/ | Wed Nov 04 17:23:01 -0800 2009 | |
| |
spec/ | Wed Nov 04 17:23:01 -0800 2009 |
README
Add gemcutter.org as a gem source $> gem sources -a http://gemcutter.org This should get you started 1. Create config/database.yml 2. rake db:create:all 3. RAILS_ENV=cucumber rake gems:install 4. rake gems:install Here are the scenarios we'll be working with: As a guest I should be able to e-mail the camp director As a guest I should be able to register for an account As a guest I should be able to see a list of speakers and their bios As a guest I should be able to see a list of sessions As a guest I should be able to signup for a session As a guest I should be able to see a list of sessions I'm attending As a user I should be able to suggest a track As a user I should be able to suggest a session for a track As a user I should be able to present a session for a track As a user I should be able to edit my presentation's details As an admin I should be able to approve a presentation
