aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/collection_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow collection helpers with block to access current object in the collectionCarlos Antonio da Silva2012-02-131-5/+6
* Allow collection radio_buttons/check_boxes to access current text/valueCarlos Antonio da Silva2012-02-021-0/+2
* Allow proc for value/text method in collection_selectCarlos Antonio da Silva2012-02-021-4/+0
* Move collection radio buttons / check boxes back to FormOptionsHelperCarlos Antonio da Silva2012-02-021-8/+6
* Extract common collection helpers to a module to avoid too much inheritanceCarlos Antonio da Silva2012-02-021-0/+84