aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/collection_radio_buttons.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that form_with_generates_ids only affects form_withRafael Mendonça França2017-11-251-0/+1
|
* Change `form_with` to generates ids by defaultnpezza932017-11-251-1/+0
| | | | | | | | | | When `form_with` was introduced we disabled the automatic generation of ids that was enabled in `form_for`. This usually is not an good idea since labels don't work when the input doesn't have an id and it made harder to test with Capybara. You can still disable the automatic generation of ids setting `config.action_view.form_with_generates_ids` to `false.`
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
| | | | This basically reverts c4d1a4efeec6f0b5b58222993aa0bec85a19b6a8
* 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