<form action=\"/votes/vote\" method=\"post\"> <% for option in @vote.options %> <%= option.name %>
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m trying to install the vote_fu_rails_3 gem for rails 3. I ran the command: $ rails plugin install git://github.com/vshvedov/vote_fu_rails_3.git
I\'m trying to incorporate the script in this tutorial appreciate badge tutorial开发者_Go百科 but I would like to be able to allow the IP to vote once per day. could anyone offer a suggestion on alte
I have my tables set and the design I wanted...the only thing in my way of creating a sexy like/dislike system for my site is the actual PHP it would take (dont worry i wrote a bunmch of the code, its
I\'ve a voting system which is actually simple. vote_id, user_id, article_id I need now to be able to fetch the best voted article per day, week, month, year, forever.
With PHP and MySQL I am trying to display items with most votes over a certain period of time (24 hour, 1 week, 1 year, etc).When someone votes on an item, a table records the user, item id, vote, and
This has me stumped I have Googled for ages now and have searched here but have had no joy on what is probably 开发者_运维问答a very simple to do ...I dont know maybe im just searching with the wrong
It is possible to do something like this working:开发者_JAVA技巧 class Book(models.Model): voters = models.ManyToManyField(User, blank=True)
Hi I\'ve got a project where I\'m using Thumbs_up, when you enter a single retailer you can either vote it up or down. It works like a charm.