So I currently have these helpers in MetaSearch because I use them when I 
create search forms myself, but I extracted them the other day for a post on 
forrst.com and I started to wonder why we don't already have something like 
this in Rails. Is the general consensus that this kind of stuff should remain 
plugin-only because it doesn't directly map to a single HTML entity?

http://gist.github.com/475368

Basically, it's just a check_boxes and collection_check_boxes method for 
FormBuilder that works pretty much like select :multiple => true but without 
sucking so badly in the UX department.

-Ernie

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-c...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-core+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to