aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/collection_radio_buttons.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow collection helpers with block to access current object in the collectionCarlos Antonio da Silva2012-02-131-2/+2
* Remove default class to collection_check_boxes andRafael Mendonça França2012-02-021-1/+1
* Extract common collection helpers to a module to avoid too much inheritanceCarlos Antonio da Silva2012-02-021-68/+4
* Create a Builder factory class to use with collection helpers + blockCarlos Antonio da Silva2012-02-021-8/+31
* Refactor collection helpers to extract radio/checkbox/label callsCarlos Antonio da Silva2012-02-021-4/+10
* Remove collection_wrapper* and item_wrapper* optionsCarlos Antonio da Silva2012-02-021-20/+2
* Refactor value sanitization logicCarlos Antonio da Silva2012-02-021-1/+1
* Refactor the methods to use instance variablesRafael Mendonça França2012-02-021-15/+15
* Refactor render_collection methodRafael Mendonça França2012-02-021-10/+8
* Create collection_radio_buttons helperCarlos Antonio da Silva2012-02-021-0/+85