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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:10:26+00:00 2026-06-15T16:10:26+00:00

I have a user and a document model; a user has many documents, a

  • 0

I have a user and a document model; a user has many documents, a document belongs to a user. You can generalize this to just having a parent and a child model.

Now I am writing unit tests for the child model and I am wondering whether I have to validate the parent_id field, too (for example only_integer, greater than zero, that the id exists in the parent table, etc.) – or does Rails automatically do that for me since those are inherent foreign key attributes?

  • 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-15T16:10:27+00:00Added an answer on June 15, 2026 at 4:10 pm

    You can add foreign key constraints, even through Rails (i.e don’t have to manually connect to your DB and execute raw SQL), but you can do it on the model itself as well:

    # child.rb
    validates_presence_of :parent
    

    That will make sure that it has a parent_id and that that ID is found within the Parent table.

    Otherwise, no, Rails does not automatically check constraints for you.

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

Sidebar

Related Questions

I have a user document which has a group field. This field is an
I have a User model which has_many Documents. Each Document's title must be unique
I have a core data model defined as follows: A User has many events.
I have a relationship like this class User include Mongoid::Document include Mongoid::Timestamps embeds_one :setting
id'like to count how many documents a User edited or created. Therefore I have
I have many layers in the Documents that will be displayed on different user
I have a Document model with a string column access and a User model
I have a User model with a related EnrollmentInformation model: class User include Mongoid::Document
For example, I have window (non-document model) - it has a controller associated with
I have 2 model: class User include Mongoid::Document field :email, :type => String, :null

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.