I am also experiencing point 2:
> 2. When editing a parent object, previous attributes save OK, but new
> ones get saved without being scoped to the parent (in the DB, foreign
> key is NULL)
On point 1: Though my saves do occur when the data is input correctly,
I another issue where upon invalidation, the message appears twice
(e.g. Your model is invalid, your model is invalid).
On any new/edit form with an association and add_associated_link that
an invalidation occurs, I get another copy of the child form built
without any indication as to why.
I'm running the latest git copy with edge rails 2.2.
- Tyler