ryanb / nested_form

Rails plugin to conveniently handle multiple models in a single form.
MIT License
1.79k stars 505 forks source link

Any plans for supporting Rails 4? #311

Closed arndeash closed 10 years ago

blakeley commented 10 years ago

I'm running a Rails 4 app and it works. Did you make sure to include the javascript file in your asset pipeline?

barnett commented 10 years ago

I am having problems as well with the link to add/remove not functioning. Unsure if its tubrolinks causing the problem?

faragorn commented 10 years ago

Did you //= require jquery_nested_form in your application.js ?

barnett commented 10 years ago

@faragorn of course. I have zurb to so unsure if that makes a difference (it shouldn't).

sunny commented 10 years ago

Running well here under 4.1.0.rc1.

jankeesvw commented 10 years ago

@ahennie you explain the problem some more? I'm running nested_form with Rails 4.0.3 without any issues.

arndeash commented 10 years ago

Really sorry I didn't provide more info about the issue. I've postponed this feature for some time, so I don't remember what the issue was. Will report back when/if I get back to this feature. But looks like other have got it working. Thanks for following up.