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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:58:41+00:00 2026-05-26T06:58:41+00:00

I want to set up some has_many, :through objects using fixtures for testing in

  • 0

I want to set up some has_many, :through objects using fixtures for testing in rails 3.1.

If you look at the documentation on the association as an example, I want to know how to assign assemblies to parts. The only way I’ve found to do it is to explicitly create the manifest object in it’s own file, but if I’m happy with the defaults on that model and all I want to specify are the part/assembly id’s then is there a way to do it directly?

http://guides.rubyonrails.org/association_basics.html#choosing-between-has_many-through-and-has_and_belongs_to_many

I want something like:

my_assembly:
    parts: my_first_part, my_second_part

This works if you do HABTM, but not when you have the explicit join model.

  • 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-26T06:58:42+00:00Added an answer on May 26, 2026 at 6:58 am

    Never, ever, use Rails fixtures for anything.

    I’ll repeat: Never, ever, use Rails fixtures for anything.

    They are dangerous, cumbersome and make your tests leak state. They are unsuitable for writing proper tests. At best, you get tests that look as if they are properly written, but have hidden dependencies. The Rails team got this feature 100% wrong, and I wish they’d remove it from Rails so people wouldn’t be tempted to use it.

    Instead, install factory_girl_rails and use factories to create your testing records on demand:

    Factory :assembly, :parts => [Factory(:part, :name => 'first'), Factory(:part, :name => 'second')]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some PDF files in a public rails folder. I want to set
I want to set some attributes just before the object is serialized, but as
I am developing a Photoshop CS4 script and want to set some of the
I want to set color of some elements to default link color with CSS.
I want to set the text direction for some cells in a TextTable so
I want to set the MaxReceivedMessageSize property to some higher limit (Due to (400)
I want to set my GtkComboBox to have some default value/name, on it as
I'm creating some entities (class) for my project and I want to set a
I'm trying to set up AutoHotkey macros for some common tasks, and I want
I'm using ruby 1.9.2, rails 3.0.8, paperclip 2.3.11. I installed imagemagick some time ago

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.