aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/collection_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix doc [ci skip]Daniel Gomez de Souza2016-01-271-1/+1
|
* Fix collection_radio_buttons' hidden_field name and make it appear before ↵Santiago Pastorino2015-12-311-2/+6
| | | | | | the radios Fixes #22773
* Collection check boxes propagates input's id to the label's for attribute.Vasiliy Ermolovich2015-10-201-0/+2
|
* Add a hidden field on the collection_radio_buttonsMauro George2015-09-241-0/+26
| | | | | This will avoid a error be raised when the only input on the form is the `collection_radio_buttons`.
* CollectionHelpers now accepts a readonly optionMauro George2014-04-121-1/+1
|
* Label only accepts `:index` and `:namespace` attributes from the inputAndriel Nuernberg2013-12-051-1/+1
|
* handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-221-1/+2
|
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+84