Displaying 2 results from an estimated 2 matches for "labeled_form_helper".
2005 Dec 27
2
Rewriting FormBuilder
Hi,
I want to extend formbuilder to make it output a lable (I know about
labeled_form_helper made by technoweenie), my own formating, and a
couple of extra tags inside the form attribute. I was easily able to
extend form_remote_to. But when I continue to adjust the way elements
are handled I don''t know how to continue. I can''t find the method
text_field thats should i...
2006 Jul 16
1
Rails Core Weekly July 2 - July 16
...methods.
end
This would make before and after filters unnecessary.
[ thread: http://www.ruby-forum.com/topic/71743#new ]
Peter Michaux would like a label helper that does :
<%= f.label :name %>
Turns out Rick Olson wrote a plugin that does:
http://svn.techno-weenie.net/projects/plugins/labeled_form_helper/
There''s a discussion about this plugin and the general question is
''why isn''t this in core ?''.
[ thread: http://www.ruby-forum.com/topic/71980#new ]
Tom Ward wants to hug SQL Server some more. He''s working on an
aggregated patch and his work is much a...