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

  • Home
  • SEARCH
  • 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 7307859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T23:28:44+00:00 2026-05-28T23:28:44+00:00

I have a rails model called UserScore which has user_id and computed_date. It has

  • 0

I have a rails model called UserScore which has user_id and computed_date.

It has records like

 user_id    computed_date
  1           2012-01-11
  1           2012-01-10
  2           2012-01-04
  3           2012-01-06
  1           2012-01-13

I want just the most recent (single) score for all users in the table. The dates for scoring are not all the same, so some users may not have been scored for weeks, others were scored yesterday..

I know I could just get them all and loop through, but this table has 20m records, looking for a way to leverage sql finder to narrow it down for me.

thanks
Joel

  • 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-28T23:28:45+00:00Added an answer on May 28, 2026 at 11:28 pm

    I don’t have rails 2.3 handy to test, but the following should work.

    UserScore.find(:all, :select => "DISTINCT user_id, *", :order => "computed_date desc")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Rails Model called Events which has as field/attribute called :description. I
I have a Rails model called Person which has database table columns for first_name
I have a model Rails model called Orders that has a type_id, location, and
In my rails model, I have a decimal property called employer_wcb. I would like
I have a Model called statistics which has a value field that contains Goals
I have a rails app (running on version 2.2.2) that has a model called
I have a rails model that looks something like this: class Recipe < ActiveRecord::Base
I have a YML file containing fixtures for a Rails model (Comment) which looks
I have a rails model called 'audioclip'. I orginally created a scaffold with a
I have a model called Action. It looks like this: class Action < ActiveRecord::Base

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.