views:

70

answers:

1

I am trying to find a simple poll plugin/gem (the type of single question poll that's usually found in site's sidebar). All plugins that I've found are either too complex (like having their own DSL) or they are out of date (i.e. older than couple years).

Does anyone knows a Rails plugin/gem that handles simple polls?

A: 

Which complex / out-dated ones did you find ? -- Stephan

Stephan Wehner
For example: Surveyor (to complex uses DSL) and acts_as_pollable (requires user model to work).
Slobodan Kovacevic