I just published a new plug-in on GitHub (http://github.com/ncancelliere/field_set_forms) which takes the boring chore out of developing web forms.
I don’t know about you but I hate how tedious forms can be. The idea of just providing a field type and linking it to your ActiveRecord attribute is nothing new. There are a dozen different form builders out there. I haven’t seen any that would do everything I wanted though, so I made my own.
Another thing that would always get me is remembering whether or not to mark a field as required. Well this plug-in takes care of that to. It uses ActiveRecord reflection to determine if the field is required, and will automatically put a star next to it if it is. There are some other label generation features as well.
I hope you enjoy it.
