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 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

So in another controller, I use a find like this: @entries = Entry.find(:all, :conditions
I have a macro that looks like this: #define coutError if (VERBOSITY_SETTING >= VERBOSITY_ERROR)
So, to start, I have seen posts like this: How to find which condition
I have this block of code: users = Array.new users << User.find(:all, :conditions =>
I have this code App.Model('users').find(function (err, users) { users.forEach(function(user) { console.log(user.username); }); }); //make
I have this line: @users = database['users'].find(:all).limit(10) it returns this object: <Mongo::Cursor:0x8759a858 namespace='app-development.users' @selector=:all
I have some code: $(xml).find(strengths).each(function() { //Code //How can i escape from this block
I have this part of the function : $jQ('.product-collateral .product-tabs li').each(function(index){ $jQ(this).attr('id', $jQ(this).find('h3').attr('class')); if(index
Ok so i have this User.find(4).friends [#<Contact id: 67, type: nil, default_contact_group: false, primary_contact_id:
i have this problem to find a particular xml node l have post this

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.