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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:30:36+00:00 2026-05-31T09:30:36+00:00

In Rails, how do you write the ActiveRecord, where this column’s value is not

  • 0

In Rails, how do you write the ActiveRecord, “where this column’s value is not equal to any value in this array of strings”?

I’m trying to move some ruby logic into SQL by rewriting a .reject method into a .where.

# old
SomeModel.all.reject{ |sm| some_array.include? sm.x } # works, but is inefficient

# new
SomeModel.where(__________) # what goes here?

EDIT EDIT EDIT

By the way, I was initially having problems because I didn’t understand how SQL handles NULLs in IN. This SO question explains it nicely.

  • 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-31T09:30:37+00:00Added an answer on May 31, 2026 at 9:30 am

    What about this?

    SomeModel.where('sm not in :arr', {arr: some_array})
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a SQL or ActiveRecord query to answer this question: Of
I'm trying to write an app in rails 3 and I'm having some trouble
I'm looking for any pointers on how to write a rails web app without
I'm trying to write an app using Ruby on Rails and I'm trying to
I was trying to write a validation for Rails to ensure that a price
I use the rails 3.0.0.beta Is there any new syntax to write RJS, here
I'm trying to write an import rakefile for Redmine. It uses ruby on rails.
Is there a way to do this in Rails: I have an activerecord query
I am trying to write a simple integration test on a Rails 3.1 application
I am newbie to Rails and trying to write application with TDD and BDD.

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.