GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ 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 14:13:24 -0700 2008
commit  ef0a1d8c463dae640808738e1acbd0a7b5616b00
tree    87faee30df1b3fc0b1dfd8a33c5c101d25679f75
parent  bae20c5d32cf103ddf37a98cc517a1b89ef2553c
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 28 14:12:38 -0700 2008 SessionsController#create responds with a 403 i... [btakita]
directory config/ Wed May 28 10:34:17 -0700 2008 UpVoteSubmissionsController and DownVoteSubmiss... [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 10:34:17 -0700 2008 UpVoteSubmissionsController and DownVoteSubmiss... [btakita]
directory lib/ Wed May 28 11:58:49 -0700 2008 Moving toward having the client side handle the... [btakita]
directory log/ Mon Apr 07 00:05:12 -0700 2008 Updating [btakita]
directory public/ Wed May 28 14:13:24 -0700 2008 LoginView show "Login failed" if ther... [btakita]
directory script/ Tue May 20 22:53:04 -0700 2008 Adding fitnesse specs. [btakita]
directory spec/ Wed May 28 14:13:24 -0700 2008 LoginView show "Login failed" if ther... [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/ Wed May 28 10:34:17 -0700 2008 UpVoteSubmissionsController and DownVoteSubmiss... [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