aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/collection_radio_buttons.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
|
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
|
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-111-0/+1
| | | | | This makes sure that the labels are linked up with the fields. Fixes #29014
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|
* applies new string literal convention in actionview/libXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Add a hidden field on the collection_radio_buttonsMauro George2015-09-241-9/+1
| | | | | This will avoid a error be raised when the only input on the form is the `collection_radio_buttons`.
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+36