Plugins - Checkbox Select
Add to favorites
I had the problem of there not being a simple form rendering solution for has_and_belongs_to_many ActiveRecord relations.
For example, if an advertisement has_and_belongs_to_many :categories it is possible, with this plugin to add a list of checkboxes for all the categories which an advertisement could be a member of.
The the plugin adds model, controller and view logic for manipulating these relationships.
http://scoop.cheerfactory.co.uk/2007/11/05/checkbox-select-rails-plugin/
http://vorlich.ath.cx/code/excited/plugins/checkbox_select
Rails' (MIT)
View Extensions
