On 7/4/06, Rick Olson <[EMAIL PROTECTED]> wrote:

I personally rarely use a plain label helper.  It's usually less to
type out than the actual label field.

But it is not as DRY to type it out directly which, I think, is the
whole point of the form builder.

<%= f.label_for :name %>

is a lot less than

<label for="big_name_object_name">name</label>.

and the potential for error wrapping is nice with a helper.

I'll check out your plugin. Thanks for the link.

Peter
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to