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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:29:15+00:00 2026-05-16T05:29:15+00:00

I have this find condition pulling from my model that currently looks like this.

  • 0

I have this find condition pulling from my model that currently looks like this.

 @major_set = Interest.find(:all, :conditions => {:id => 1..21})

I’d like to add some more individual ids that I’ve just added which are like 120…130. I tried to do…

 @major_set = Interest.find(:all, :conditions => {:id => 1..21, 120..130})

but got the error. ” syntax error, unexpected ‘}’, expecting tASSOC …ns => {:id => 1..21, 122..130})”

How can I select multiple sets of id’s as well as maybe some individual ids, ie ( :conditions => {:id => 1..21, 121..140, 144, 155 }??

  • 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-16T05:29:16+00:00Added an answer on May 16, 2026 at 5:29 am

    You can convert the ranges to arrays and add them together. E.g.

    @major_set = Interest.find(:all, 
        :conditions => {:id => (1..21).to_a + (120..130).to_a})
    

    If you then want to add in individual ids then you can just add them to the array. E.g.

    ids_to_find = (1..21).to_a + (120..140).to_a
    ids_to_find << 144
    ids_to_find << 145
    @major_set = Interest.find(:all, :conditions => { :id => ids_to_find })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this command that I run every 24 hours currently. find /var/www/html/audio -daystart
I have this block of code: users = Array.new users << User.find(:all, :conditions =>
So in another controller, I use a find like this: @entries = Entry.find(:all, :conditions
I have this command that I run everyday via cron: find /home/get/public_html/videos -daystart -maxdepth
I have a polynomial P and I would like to find y such that
I have a feeling this is a repost but I can't seem to find
I have had to do this several times, usually when trying to find in
This is probably a simple answer but I can't find it. I have a
I have this code in jQuery, that I want to reimplement with the prototype
Ok, I have a generic TimeSlot model that deals with a start_at and an

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.