btakita / pain-point
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (9)
- Wiki (1)
- Graphs
-
Tree:
7ac7635
commit 7ac763592449ef25d8ac2e1dfe6dafa45bf8f86d
tree ad465d7e267aa2116fa26c8dbe6452797cedcf31
parent 567ed91cc04ac181da712c4d3b00c8f056d9e4e3
tree ad465d7e267aa2116fa26c8dbe6452797cedcf31
parent 567ed91cc04ac181da712c4d3b00c8f056d9e4e3
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ | ||
| |
vendor/ |
README
To get Pain Point running, run: sudo gem install geminstaller sudo geminstaller rake db:create:all rake db:migrate rake spec:db:fixtures:load script/server To run the tests: selenium script/screw_unit_server rake Some minimum features of pain-point: 1) allow users to signup 2) allow users to create pain points 3) allow users to edit paint points 4) allow users to vote on a pain point To use Selenium, you will need to have firefox-bin (firefox 2) on your path and set the environment variable MOZ_NO_REMOTE=1

