DEV Community

Cocoon Gem in Ruby on Rails 7

Rutvik Patel on February 17, 2023

Cocoon Gem in Ruby on Rails 7 In this article, we are going to learn how to create a complex form or nested form, and add a dynamic fiel...
Collapse
 
superails profile image
Yaroslav Shmarov

I strongly discourage using anything jquery-based in Rails 7. For rails 7 you can use something like this github.com/arielj/vanilla-nested instead of cocoon, or something like this: github.com/nathanvda/cocoon/issues...