aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/collection_check_boxes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix collection_radio_buttons' hidden_field name and make it appear before ↵Santiago Pastorino2015-12-311-0/+4
| | | | | | the radios Fixes #22773
* Add a hidden field on the collection_radio_buttonsMauro George2015-09-241-23/+2
| | | | | This will avoid a error be raised when the only input on the form is the `collection_radio_buttons`.
* Remove code duplication in ActionView::Helpers::Tags::BaseBogdan Gusiev2015-02-111-8/+1
|
* `collection_check_boxes` respects `:index` option for the hidden filed name.Vasiliy Ermolovich2014-04-141-4/+13
| | | | closes #14147
* add include_hidden option to collection_check_boxes helperVasiliy Ermolovich2013-10-271-3/+7
|
* Use the given name in html_options for the hidden field in ↵Angel N. Sciortino2013-09-241-1/+2
| | | | collection_check_boxes
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+43