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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T09:37:27+00:00 2026-05-21T09:37:27+00:00

New to rails….still trying to grasp all the methods Table is called Histories. @compa

  • 0

New to rails….still trying to grasp all the “methods”

Table is called Histories.

   @compa = History.scoped(:limit => 10,:conditions => {:name => "IBM"}, :order => "closedate ASC")

Now I want to find if that @compa subset of the table contains an entry where the closedate = a specific date. I’ve tried all sorts of methods, but nothing seems to work.

Example:

if (@compa.has_value?(tmp))

Doesn’t work.

Should I work in the subset, or go back to the table and do a new scope? How can I work in the subset…I’m missing something I’m sure.

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

    So you would want something like:

    if(@compa.include?(tmp))
    

    To see if @compa has the value, tmp.

    However @compa contains attributes other than closedate. So you would want:

    @compa.find{|o| o['closedate'] == tmp}
    

    This will return nil if it doesn’t contain that value, otherwise it will return the object that does have closedate equal to tmp.

    However why not use SQL to handle this:

    Since @compa is an ActiveRecord Relation(because you called scoped), you can query it more by doing something like:

    @compa.where(:closedate => tmp).exists?
    

    Links:

    Array#include

    Enumerable#find

    exists?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are trying to start a new rails project and for our testing purposes,
I run rails new search in my console, and I get all of this:
Looks like the new rails version has change versus self.up and self.down methods. So
I'm quite new to ruby and ruby on rails and I'm trying to add
Trying to start a new Rails 3 beta 4 app with mysql.... Running OS
In my new rails project,I want to limit the user's post number by something
Trying to install the new Rails 3 release on OSX 10.6. Have never touched
Starting a new rails project and we have a well-thought-out color palette, and want
Running the command generates new rails projects: $ rails generate controller home index The
I'm developing a new rails application which is supposed to be installed several times

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.