aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_options_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Uppercase HTML in docs.Hendy Tanata2014-08-081-3/+3
* docs, cleanup mixed indents within `form_options_helper.rb` RDoc.Yves Senn2014-07-291-81/+81
* docs, `select` and friends with `multiple=true` include a blank string.Yves Senn2014-07-171-5/+3
* Do not overwrite selected and disabled attributesLaura Paredes2014-03-301-2/+2
* Typo and grammatical fixes [ci skip]Akshay Vishnoi2013-12-021-1/+1
* Revert "Merge pull request #13027 from akshay-vishnoi/f-refactor"Carlos Antonio da Silva2013-11-251-1/+1
* avoiding calling of #option_value_selected? two timesAkshay Vishnoi2013-11-251-1/+1
* Expand select documentation to tell about the blockRafael Mendonça França2013-09-231-0/+9
* Ability to pass block to AV#select helperBogdan Gusiev2013-09-231-4/+4
* RDoc tweaksXavier Noria2013-08-071-5/+10
* Leave the knowledge of boolean tag values to content tagCarlos Antonio da Silva2013-07-221-3/+3
* Use merge! to avoid a new hash and change some spots to 1.9 hash styleCarlos Antonio da Silva2013-07-221-7/+7
* syntax fix for f.select doc. [ci skip] .Karunakar (Ruby)2013-07-221-1/+1
* add support for html attributes to grouped_options_for_selectVasiliy Ermolovich2013-07-201-1/+5
* Remove passing the prompt to grouped_options_for_select as an argument, becau...kennyj2013-06-281-9/+2
* Fix documentation for grouped_collection_select [ci skip]Artyom2013-06-271-1/+1
* Fix typo in docs. HABTM associations should use a pluralized namemariozig2013-06-251-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+832