AutosaveAssociation - Saving nested models without validation

Hi,
I’m using Rails 2.3 RC1. I’ve noticed that calling save(false) on the
model which
accepts_nested_attributes_for :another doesn’t create the nested model
if
it’s invalid. It does save it if it’s been previously created though.
Is this known? If necessary I can prepare a minimal example.

Marko

For the record, I’ve reported a bug with a failing test case on
http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2013-autosave-associations-dont-create-nested-models-without-validation

Marko