aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/collection_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-6/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-57/+57
* applies new string literal convention in actionview/libXavier Noria2016-08-061-1/+1
* Fix doc [ci skip]Daniel Gomez de Souza2016-01-271-1/+1
* Fix collection_radio_buttons' hidden_field name and make it appear before the...Santiago Pastorino2015-12-311-2/+6
* 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
* 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