Poll is a Ruby on Rails applications for conducting Polls simply and in real-time. Poll requires no registration to create or enter polls and the results page can be loaded while results are loaded in as they occour.
Here are a few screensots from http://poll.lab.io
$ git clone [email protected]:adambutler/poll.git
$ cd poll
$ bundle install
$ rake db:create
$ rake db:migrate
$ cp .env.example .env
Contributions are welcome, please follow GitHub Flow