Rafflr is a simple app that helps you run raffles during ruby meetups or other events. Just enter a list of names, select the number of winners, and then start your raffle.
Rafflr will randomly remove names, one by one, until only the winners are left. Rafflr also plays the theme from Jeopardy as it counts down to the winning names -- which makes your raffle all the more fun!
- git clone git://github.com/sdruby/rafflr.git
- bundle install
- bundle exec rake db:create db:migrate
- launch app (script/server)
Note: this app is only compatible with Ruby 1.8.7.
- Make a list of raffle names.
- Open the app.
- Enter your raffle title, list of names, and number of winners.
- Start the raffle when you are ready.
- Enjoy!