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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:23:54+00:00 2026-05-24T16:23:54+00:00

I has one-to many relationship, one group has many servers. To test this relation,

  • 0

I has one-to many relationship, one group has many servers. To test this relation, i write this test, but it work only when I uncomented line. Why?

test 'Group can include server' do
    group = groups(:default)
    group.servers << servers(:default)
    # Test work, when I uncomment this line:
    # assert_instance_of Array, group.servers
    group.save
    assert_instance_of Server, group.servers.first
end
  • 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-24T16:23:55+00:00Added an answer on May 24, 2026 at 4:23 pm

    Because group.servers isn’t an Array. It behaves a lot like one, but it’s actually an instance of ActiveRecord::Association::HasManyAssociation. Its ancestor class (ActiveRecord::Association::AssociationProxy) actually passes even class through to an underlying object, so group.servers.class does give Array, but it isn’t really one.

    Edit: Quick note to say that, while I’m pretty sure this is the reason for your failure, it doesn’t make complete sense; in my test apps, the equivalent of group.servers.instance_of? Array is true, and the source of assert_instance_of implies that should be good enough.

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

Sidebar

Related Questions

I have a Type MenuItem that has one-to-many relationship with itself through Children property.
I have an NSManagedObject who has a one to many relationship with the parent
I have an object called Document that has a one-to-many relationship with DocumentPersonCc. I
I am having a user object which has one-to-many relation with Address object. My
Let's assume I have two models: A and B. A has one-to-many relationship with
I have an employee table and a leave_allocation table which has a one-to-many relationship,
I have two classes, the Group class has a many to many relationship with
I have a users table, which has a one-to-many relationship with a user_purchases table
I have a group with a one to many relationship with users. (A group
ReporterTbl has a one to many relationship with AttachmentTbl . In ReporterTbl , I

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.