nested_form icon indicating copy to clipboard operation
nested_form copied to clipboard

Rails plugin to conveniently handle multiple models in a single form.

Results 84 nested_form issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to get the nested_form gem to work in rails 4.1 for adding attachments using paperclip. Everything renders as expected but when I submit the form nothing...

First, thanks a lot for this wonderful gem - made my life much easier! This is more of a solution to a problem that kept me up for a few...

I'm trying to create two nested forms for the same relation but with different forms but when I click on the 'add' button on the form A, it creates a...

I am having an issue trying to use double nested forms. Basically I'm trying to make a form that has objects nested inside other nested objects. Everything is working fine...

I am working on a [project](https://github.com/chrbradley/EVEnT) that is using a [double](https://github.com/chrbradley/EVEnT/blob/master/app/views/chains/_form.html.erb) [nested](https://github.com/chrbradley/EVEnT/blob/master/app/views/chains/_event_fields.html.erb) form. Add/remove works fine, as expected. But the remove link doesn't get the `data-association` that it should. According...

``` ruby ``` generates ``` html Delete ``` expected **form="bam"** to be included in hidden input ``` html Delete ```

Click on Add then everything work. Click on save then it show 2 duplicate fields. I already remove TurboLink & checked for duplicate javascript require under application.js. But nothing works.

Hey, thank you very much for developing this wonderful gem! It's done my life easier. I'm using it in my project for 2 of my forms and in one I'm...

We have several very (**very**) large blueprints, which when we stored in the DOM (in the `data-blueprint` attribute) caused Chrome to have hiccups, and made the Developer Tools practically useless...

Today I upgraded an application from nested_form 0.2.3 to 0.3.1 because I noticed there are some changes and new features available (such as passing an collection to `fields_for`). After a...