2014
Build forms with FormBuilder
by SponeForms are pretty much the heart of the web. Almost everything a user inputs is done through a form. So, when building forms in rails, you want to make the experience as easy for you as possible.
I know there's gems out there that tries to make your life easier to build forms (formtastic, simple_form, etc.) but did you know about ActionView::Helpers::FormBuilder?
Let me take a simple signup form and show you how form builder can be used to easily customize a form.
2007
1
(4 marks)