Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6145097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:44:50+00:00 2026-05-23T18:44:50+00:00

My data model: Users, Votes, Items Users can vote many times on an item

  • 0

My data model: Users, Votes, Items

Users can vote many times on an item

I want to return the total number of up and down votes for an item, only counting the most recent one for a given user

I was thinking something like selecting a distinct user_id and grouping by the value of the vote, but I’m not sure how I’d make the distinct pick up the most recent one..

I’d prefer to do this through the Rails 3 finder methods..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:44:50+00:00Added an answer on May 23, 2026 at 6:44 pm

    Soution 1.

    What about a mix of counter_cache and, inside your Item model

    has_many :up_votes, :class_name => "Vote", :conditions => {:condition_for_upvote => true}, :dependent => :destroy
    has_many :down_votes, :class_name => "Vote", :conditions => {:condition_for_upvote => false}, :dependent => :destroy
    

    You can order up and down votes by created_at.

    Soution 2.

    You can also use scopes crafting them to your specific ordering needs inside your Vote model and counting them after retrieving.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to send ViewData.model to Special action with the last user data entry.
The data model in my program has a number of discrete states, but I
I have a simple data model of two tables, email and recipients, email can
Using Twitter's data model as an example: User A follows N other users, each
I have a data model where users have timelogs (which have dates). I'm trying
I have the same data model on a bunch of different servers. I want
I have an Entity Data Model with two entities in it Roles and Users.
I'm trying to design a data model that denotes one user being the friend
I have a data model that includes common columns like addedBy, editedby (user), addedDate,
Is Model only Entity Data Model class of my database? Model as simple place

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.