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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:34:26+00:00 2026-06-12T02:34:26+00:00

I have 2 models in my Rails 3 app which I use to describe

  • 0

I have 2 models in my Rails 3 app which I use to describe people and where they live
Unfortunately I set these up without using associations

The 2 tables are setup like this

People
 id
 name
 location_id

Locations
  id
  name

what I want to do is list all entries in the Peoples table ordered by Locations.name alphabetically and People.name alphabetically

I can do a simple sort using this code which groups each person by a location but I need to drill into the Locations table as well

@people = People.all(:order => '"location_id" ASC, "name" ASC')

Anyone have any idea?

Also is it a good idea to set up an association in the People class to say location_id is Locations.id

  • 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-06-12T02:34:28+00:00Added an answer on June 12, 2026 at 2:34 am

    Add

    belongs_to :location
    

    To the People class

    Then you can query the following way:

    @people = People.joins(:location).order("locations.name ASC, people.name ASC")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simple rails app: I have 2 models, user and intro [which is simply a
In my rails app I have user, school, and course models. I have set
In a Rails app, I have foreign key constraints in MySQL which I set
In my Rails app, I have a model Page which represents one HTML article
I have a couple of models in a Rails app. Let's say it's Products
I have a Rails app, with 2 models : a User model and a
In my Rails 2.3.2 app I have 2 models: class Post has_many :approved_comments, :class_name
I have a ruby (1.9.3) on rails (3.1) app where: app/models/list.rb class List <
Say I have a rails app with 3 models, Person, Place and Thing. Say
I have been pondering about developing a new application with rails (probably without models?).

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.