Plugins - Tabular FormBuilder
Add to favoritesA formbuilder for creating forms with tables. Here’s an example:
<% tabular_form_for('photograph', @photograph, :html => {:multipart => true}) do |f| %>
<%= f.text_field 'title', :required => true %>
<%= f.file_column_field 'file', :required => true %>
<%= f.text_area 'description', :label => 'Longer description' %>
<%= f.submit "Add" %>
<% end %>
http://woss.name/2006/07/13/tabular-formbuilder-for-easily-creating-forms-in-rails/
http://svn.rubaidh.com/plugins/trunk/form_builders
View Extensions
