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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:21:59+00:00 2026-06-14T05:21:59+00:00

I am using devise_invitable. I am trying to find all users with invitation_token !=

  • 0

I am using devise_invitable.

I am trying to find all users with invitation_token != nil

I thought that User.where(:invitation_token != nil)
will do.. but it returns all users..

when I do

pry(main)> User.where(:invitation_token != nil)[0].invitation_token
  User Load (1.0ms)  SELECT "users".* FROM "users" WHERE ('t')
=> nil

so I don’t understand what’s going on here.. How do I find models using where when the test is false?

  • 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-14T05:22:01+00:00Added an answer on June 14, 2026 at 5:22 am

    You should do:

    User.where('invitation_token IS NOT NULL')
    

    Your solution does not work, because :invitation_token != nil will evaluate to true, so what you actually did was:

    User.where(true)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using devise & devise_invitable in a rails 3 project, and I'm trying to
I am using Devise and CanCan to manage users and user-rights. What I want
I am using devise_invitable to invite users, it is sending mails when i run
I'm using Devise with the confirmable module. When unconfirmed users are trying to login,
I am using devise for user registration but i am facing a problem where
I'm using devise for authenticating users in my app. The problem is that none
I have Teacher, Student, and Parent models that all belong to User. This is
Using devise 2.1.0 I am trying to send the new registration page a PricingPlan
I am using devise and create login with Facebook using omniauth, but having problem
So I am using Devise for user authentication in my rails app. I have

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.