This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
pollster /
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Thu Jan 08 18:01:27 -0800 2009 | |
| |
README.textile | Sun Jan 11 20:32:45 -0800 2009 | |
| |
Rakefile | Thu Jan 08 18:01:27 -0800 2009 | |
| |
generators/ | Tue Jan 13 12:50:22 -0800 2009 | |
| |
init.rb | Sun Jan 11 20:08:46 -0800 2009 | |
| |
install.rb | Thu Jan 08 18:01:27 -0800 2009 | |
| |
pollster.gemspec | Tue Jan 13 12:50:22 -0800 2009 | |
| |
uninstall.rb | Thu Jan 08 18:01:27 -0800 2009 |
README.textile
pollster
A Rails gem that generates an entire MVC stack for user polling on your app
What it does
pollster adds a generator to your Rails app that creates the MVC stack for polling of your users. It has a pretty chart.
Requirements
pollster requires the super amazing RESTful_Authentication plugin.
./script/plugin install git://github.com/technoweenie/restful-authentication.git
Make sure to follow the instructions on RESTful_Authentication, and add this line to your config/environment.rb file:
config.gem “googlecharts”, :lib => ‘gchart’, :version => “>= 1.3.6”
How to Install
sudo gem install mdarby-pollster
How to Use
./script/generate pollster WhateverYouWantToNameYourPollModel
How to Test
Complete Rspec specs are included automatically. Well, complete aside from view specs as you’ll just change the damned things anyway.
About the Author
My name is Matt Darby. I’m the Web Developer and IT Manager at Dynamix Engineering and hold a Master’s Degree in Computer Science from Franklin University in Columbus, OH.
Feel free to check out my blog or to recommend me







