RubyFlow The Ruby and Rails community linklog

Build forms with Form Builder

I just wrote an article about how to subclass the default form builder to create complex and structured forms.

This technique allows you to keep your views really light on ruby code and delegate all the complex stuff to a ruby class that is a descendant of ActionView::Helpers::FormBuilder.

You can read it on my blog

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in