Hi James,
thanks for this amazingly simple, yet so useful, plugin.
When using it with my custom form builder, I experienced one problem,
though.
Unfortunately, the add_associated_link does not have a :fields_for
attribute, so that you cannot
give it a :builder attribute. This results in all newly added fields
being rendered without your builder.
I have thus modified the method slighty:
http://pastie.org/220293
I'd like to see these changes in trunk, soon.
fyi, here is how my builder overrides the default methods so that I
don't have to pass the options every time:
http://pastie.org/220314
Cheers
Pascal