public
Description: A Rails app that uses voting to identify pain points.
Homepage:
Clone URL: git://github.com/btakita/pain-point.git
btakita (author)
Thu May 29 11:32:17 -0700 2008
commit  0b1dbcfde30e1735c4c22cc2b6454edace0addce
tree    250cf255a81c86c475cfd3d5b142ef8eb9d9aff2
parent  8939ee1b71e029ccef3b42931bffc48788d05a62
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
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory lib/
directory log/ Mon Apr 07 00:05:12 -0700 2008 Updating [btakita]
directory public/
directory script/
directory spec/
directory stories/ Tue Apr 01 00:49:41 -0700 2008 Adding rspec and rspec on rails Signed-off-by:... [btakita]
directory test/ Sun Mar 30 00:57:11 -0700 2008 Initial Rails project. [btakita]
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