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 3345290
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:10:07+00:00 2026-05-18T01:10:07+00:00

I have multiple instances of data displayed in tables that need to be sorted

  • 0

I have multiple instances of data displayed in tables that need to be sorted – much of this data is calculated from the table and isn’t just a raw value in the table.

A simple example: Column A = User.visits / User.membership_term

I’m using sortable table columns: http://railscasts.com/episodes/228-sortable-table-columns.

I’ve tried putting the calculation in the controller and adding a class method to my model but neither seems to work. How can I sort by a calculated field?

  • 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-18T01:10:08+00:00Added an answer on May 18, 2026 at 1:10 am

    You can always use the basic sort method:

    irb(main):001:0> a = [1, 2, 3, 4, 5]
    => [1, 2, 3, 4, 5]
    
    irb(main):002:0> a.sort {|d,e| (d - 3).abs <=> (e - 3).abs}
    => [3, 2, 4, 1, 5]    # sort by closest distance away from the number 3
    

    So you can sort your array of active records using similar ways.

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

Sidebar

Related Questions

I have a C# program which will have multiple instances that need to communicate
I have some calculated values in the core data database that I need to
Objective: In support of a Windows Service that may have multiple instances on a
Basically multiple instances of our application will be launched but they need to have
I have a project in which I need to display multiple UITableView instances inside
I have a situation where I might have multiple instances of a program running
I have a project where I have multiple instances of an app running, each
I have a maven pom.xml file with multiple instances of a same goal defined
I have object A which contains multiple instances of object B, which in turn
I have a show/hide toggle working well in multiple instances (thanks to help here

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.