Currently 2 issues are related:
* https://github.com/ryanb/nested_form/issues/228 * https://github.com/ryanb/nested_form/pull/230
Using ‘decorates_association’ breaks nested form. This sample app uses Capybara Webkit.
on branch ‘decorates_association_issue’
-
commit c7b1a8d green baseline specs with Capybara webkit
-
commit 150f210 breaking spec because of use ‘decorates_association :books’
A complex setup where double nesting breaks. The javascript will incorrectly strip out the name of the second association and replace it with an integer, breaking the form
on branch ‘free_format’
-
commit f7800ed: working example with 3 levels of nesting, so issue the doesn’t always occur and is more specific
-
commit e026a5: working example in a more complex setup with 2 levels of nesting
-
commit 29f5d14: failing example in a more complex setup with 3 levels of nesting