Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encourage combining certain fixtures into one file #13

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

kaspth
Copy link
Owner

@kaspth kaspth commented Aug 9, 2023

Part of goals is to start having people think of their models more from the object graph level. In other words, how things connect and not what models they are.

Rails' standard fixtures makes that difficult because you have to traverse several files to build up those relationships.

It would be better if we could group them in one file. So this starts that by combining our fixtures into one file.

Part of goals is to start having people think of their models more from the object graph level.
In other words, how things connect and not what models they are.

Rails' standard fixtures makes that difficult because you have to traverse several files to build up those
relationships.

It would be better if we could group them in one file. So this starts that by combining our fixtures into one file.
@kaspth kaspth merged commit 5789032 into main Aug 9, 2023
2 checks passed
@kaspth kaspth deleted the dont-encourage-1-to-1-mappings branch August 9, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant