Reduce Form Boilerplate with Rails’ FormBuilder – Samuel Mullen

Ruby and Rails Blog  > how-to, Rails, Training >  Reduce Form Boilerplate with Rails’ FormBuilder – Samuel Mullen
0 Comments

Different frameworks impose different styles on forms, but they all end up requiring more boilerplate. You can either accept the pain boilerpating brings with it, or work around it. Creating your own FormBuilder is a simple way to do just that.

Source: Reduce Form Boilerplate with Rails’ FormBuilder – Samuel Mullen