I am attempting to implement the thumbs_up voting gem on a Rails 3 app, however the instructions are unclear on the actual implementation. After requiring the gem [gem \'thumbs_up\'] and after creatin
I want to make a generic voting controller for lots of different controllers. I\'m using the Thumbs_up gem which was formerly the vote_fu gem.
I have 2 tables: stories ID (int), CONTENT (text) votes ID (int), TYPE (int, 1 or 0), ID_STORY (int) How can I get the query to return the first top 10 stories ordered by votes (=1) desc.? I want t
How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET ? I f开发者_开发问答ound PHP codes but I want something that works in .NET environment. I don\'t care about
This is a continuation of this question: Move div based on user voting I first posted the question as an unregistered user, and then later registered, so I couldn\'t edit or add to my original q开发者