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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:49:47+00:00 2026-05-31T04:49:47+00:00

in my app I have users from different countries and want to perform finds

  • 0

in my app I have users from different countries and want to perform finds on them

I tried to do it like this in the index action

 @fromcanada = User.find(:all, :country => 'canada')

but I got the error

 Unknown key: country

However, so that leads me to ask, what can become a key? In my database schema file, I have a “country” column on the users table.

t.string   "country"

Furthermore, when I did a find all

@users = User.all

I was able to do this

<%= user.country %></p>

Can you explain why my find all with conditions didn’t work? and show me how I should have done it?

  • 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-31T04:49:48+00:00Added an answer on May 31, 2026 at 4:49 am

    Try this.

    @fromcanada = User.find(:all, :conditions => { :country => 'canada' })
    

    edit:
    As jason328 pointed out, the above answer is deprecated in 3.2, and an updated answer would be

    @fromcanada = User.where(:country => 'canada')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am building an app in which the users can have different roles (like
We're working on app which will deliver content to users from different countries (Europe).And
I have a rails app with Devise 1.4.9. Currently, it allows only users from
I have a simple catalogue app that lets users download product data from an
I have an app, that uses backup feature. This is line from my manifest:
I have rails app which has a list of users. I have different relations
I have an app where I need to prevent users from editing data while
I have 2 models.py files in different app directories: users.models.py and friends.models.py. There is
I have an app where I retrieve a list of users from a specific
Say you have an app, that you want to provide users ability to browse

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.