We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: A Rails app that uses voting to identify pain points.
Clone URL: git://github.com/btakita/pain-point.git
btakita (author)
Wed May 28 08:45:10 -0700 2008
commit  bc8dadbeae215df4272e04942dac90f21f92b963
tree    4bf183b9e3d3e564dfcead6d72136f866abffb8b
parent  183447b83c49aadddb2fc42392a4d648d393cfde
name age message
file .gitignore Tue May 20 22:53:04 -0700 2008 Adding fitnesse specs. [btakita]
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/ Wed May 07 00:17:34 -0700 2008 Sending the PainPoint#score from the server to ... [btakita]
directory config/ Tue May 27 23:43:49 -0700 2008 Install eventmachine 0.8.1 for windows. [btakita]
directory db/ Sun Apr 20 23:54:14 -0700 2008 Vote has a state machine with up, down, and neu... [btakita]
directory doc/ Wed May 28 02:47:25 -0700 2008 Updating instructions. [btakita]
directory lib/ Tue May 20 14:07:15 -0700 2008 Fixing rake specs. Adding documentation to run ... [Grockit]
directory log/ Mon Apr 07 00:05:12 -0700 2008 Updating [btakita]
directory public/ Wed May 07 23:06:28 -0700 2008 Rendering the updated PainPoint#score after the... [btakita]
directory script/ Tue May 20 22:53:04 -0700 2008 Adding fitnesse specs. [btakita]
directory spec/ Wed May 28 08:45:10 -0700 2008 Chaning the name of the Example. [btakita]
directory stories/ Tue Apr 01 00:49:41 -0700 2008 Adding rspec and rspec on rails [btakita]
directory test/ Sun Mar 30 00:57:11 -0700 2008 Initial Rails project. [btakita]
directory vendor/ Tue May 27 13:44:02 -0700 2008 Using rspec_hpricot_matchers plugin. Updated mi... [btakita]
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