
many-to-many association inserts records too soon
Reported by Lawrence Pit | October 26th, 2008 @ 06:23 PM
See the model I used in #615
p = Post.new
p.articles << Article.new
This inserts a new article in the database, and creates a record in articles_post, even though the post doesn't exist yet.
Comments and changes to this ticket
-
Dan Kubb (dkubb) December 2nd, 2008 @ 04:59 AM
- Assigned user cleared.
- State changed from new to open
-
Dan Kubb (dkubb) January 8th, 2009 @ 04:50 AM
- State changed from open to accepted
- Assigned user set to Dan Kubb (dkubb)
-
Dan Kubb (dkubb) May 28th, 2009 @ 03:36 AM
- State changed from accepted to resolved
I can confirm this is resolved in dm-core/next. Attached is a script to demonstrate the fix.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »