thumbs_up
thumbs_up copied to clipboard
Dead-Simple Vote and Karma Management
What would be the best way to calculate the total number of votes a user has received? (ie: tally all votes from posts a user created). Would the best approach...
Good day) Couldn't get karma for has_many association. I have an article and many authors `has_karma :articles, as: :users, weight: [ 1, 0.5 ]` pass as param :users and get:...
A recent version of Arel (I haven't isolated which one) has broken the complex `#plusminus_tally` query: ``` TestThumbsUp#test_plusminus_tally_count: ActiveRecord::StatementInvalid: PG::SyntaxError: ERROR: syntax error at or near "AS" LINE 1: ...vote...
When using `tally` or `plusminus_tally` is used in a ActiveRelation it breaks the will_paginate `page(params[:page])` or `paginate(:page => params[:page])` methods. I'm not sure who's at fault but I believe thumbs_up...
Hi, I have interest in adding something that adds more weight the newer the submission is. Otherwise only old entries will be at the top. Does anyone know how to...