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

Validates associated uniqueness for nested attributes #8308

Closed
wants to merge 3 commits into from
Closed

Validates associated uniqueness for nested attributes #8308

wants to merge 3 commits into from

Conversation

jeyb
Copy link
Contributor

@jeyb jeyb commented Nov 25, 2012

As pointed out in #1572 and #4568, there is no uniqueness validation for nested attributes. It does check against the db for duplicate records but doesn't check the collection being passed in. This checks for that only when there is a uniqueness validation defined in the associated model.

It is a basic uniqueness validation by combining the attributes defined in the uniqueness validator. I've chosen to only pull the necessary attributes to generate the "key" instead of all attributes https://github.com/jeyb/rails/commit/1f618ff24e284e6aad15da43952ed3d45cc1d621 in case there are timestamps that or other user generated content that throws off the uniqueness check.

Let me know what you guys think.

@steveklabnik
Copy link
Member

/cc @jonleighton @tenderlove

@acapilleri
Copy link
Contributor

@jeyb can you squash the commits, please?

@jeyb
Copy link
Contributor Author

jeyb commented Dec 29, 2012

@steveklabnik @jonleighton @tenderlove any comments on this PR?

@mtrpcic
Copy link

mtrpcic commented Feb 10, 2013

Is there any status on the acceptance of this PR? I am encountering this exact issue, and would much appreciate this getting merged.

@iurifq
Copy link

iurifq commented Aug 7, 2013

I've experienced the very same issue just now with rails 3.2.13. Any feedback for this?

@laurocaetano
Copy link
Contributor

Closing for the same reason as #4568 and #11851

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants