public
Description: A Rails app that uses voting to identify pain points.
Homepage:
Clone URL: git://github.com/btakita/pain-point.git
commit  ca9a65e7110ccaa37175c741e1cea1aaa9776180
tree    bae7de1b619c3d0296c3953e1890da9262c1c6bd
parent  7ac763592449ef25d8ac2e1dfe6dafa45bf8f86d
name age message
file .gitignore Loading commit data...
file .gitmodules Sat Apr 05 16:45:12 -0700 2008 Using braid to manage erector [btakita]
file README Sat May 24 11:06:05 -0700 2008 Add instructions to use Selenium. [btakita]
file Rakefile Tue May 20 14:07:15 -0700 2008 Fixing rake specs. Adding documentation to run ... [Grockit]
directory app/
directory config/
directory db/ Sun Apr 20 23:54:14 -0700 2008 Vote has a state machine with up, down, and neu... [btakita]
directory doc/
directory lib/
directory log/
directory public/
directory script/
directory spec/
directory stories/
directory test/
directory 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