GitXplorerGitXplorer
a

poll

public
169 stars
54 forks
8 issues

Commits

List of commits on branch master.
Unverified
fb08c19c19625a8ac03b407f061b6e9413247308

Merge pull request #16 from 9034725985/patch-1

aadambutler committed 8 years ago
Unverified
685970e8750faf3b74b1b3ed34694da94dc4603a

use https for demo project url

99034725985 committed 8 years ago
Unverified
1ffa35433d5ffcfa51d21548cd2c868ba87a4299

Add presenter vote link

aadambutler committed 8 years ago
Unverified
22b49f9012341792e16d156253bb72883eb3d0bd

Config DB

aadambutler committed 8 years ago
Unverified
7777b134c8652fef069a87f5177401c98fdedee8

Change fonts to use https

aadambutler committed 9 years ago
Unverified
9fee949449cd8df3fca0519d05ed29bb9684b602

Fix title

aadambutler committed 9 years ago

README

The README file for this repository.

Poll

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 https://poll.lab.io

image

image

image

Installing

$ git clone git@github.com:adambutler/poll.git
$ cd poll
$ bundle install
$ rake db:create
$ rake db:migrate
$ cp .env.example .env

Modify the .env file to match with your Pusher application credentials or setup Slanger (perhaps with docker-slanger)

Contributing

Contributions are welcome, please follow GitHub Flow