This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Remove dynamic_form? #1110
Closed
Description
So, looking at our Gemfile, I noticed that we're using dynamic_form, but I can't figure out why. It doesn't do anything that simple_form can't already do (and in fact does a whole lot less), and it's unmaintained. Was this to fix some form view errors when we upgraded to Rails 4? Either way, it should be replaced completely with simple_form, which we already use.
Activity