aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_options_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-2/+2
* Update time_zone_options_for_select docssshaw2019-05-041-3/+4
* Fix typo in collection_radio_buttons spec [ci skip]Alberto Almagro2019-01-111-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-4/+4
* Merge pull request #33547 from Ana06/patch-1Matthew Draper2018-08-231-2/+10
|\
| * Deprecate use of private methods in view's helpersAna María Martínez Gómez2018-08-081-2/+12
| * Use public_send in extract_values_from_collectionAna María Martínez Gómez2018-08-081-1/+1
| * Use public_send in value_for_collectionAna María Martínez Gómez2018-08-071-1/+1
|/
* Fix leaking special form_with attributes into html attributesYurii Cherniavskyi2018-07-201-6/+6
* Use consistent spacing in actionview helper docs [ci skip]Olivier Lacan2018-04-011-8/+8
* Remove needless blank lines [ci skip]Ryuta Kamizono2017-12-301-2/+0
* Allow the use of callable objects as group methods for grouped selects.Jérémie Bonal2017-12-271-4/+10
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Remove extra spaces in the args in the `time_zone_select` [ci skip]Ryuta Kamizono2017-10-161-6/+6
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-8/+8
* Fix docs in collection_radio_buttonsclaudiob2016-07-181-3/+3
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-1/+1
* Merge pull request #20625 from Envek/add_country_zones_methodJeremy Daer2016-04-191-4/+5
* minor doc fix [ci skip]Mehmet Emin İNAÇ2015-09-271-3/+3
* Add a hidden field on the collection_radio_buttonsMauro George2015-09-241-0/+18
* Cut string allocations in content_tag_stringschneems2015-07-291-4/+4
* changes names in guides to better reflect diversity [ci-skip]Thomas Osborn2015-07-021-6/+6
* Add gotcha to RDoc of collection_check_boxesMauro George2015-06-131-0/+21
* Fix docs markup for option_groups_from_collection_for_select [ci skip]Carlos Antonio da Silva2015-05-191-1/+1
* Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-1/+1
* [ci skip] correct output of selectKuldeep Aggarwal2015-03-131-15/+15
* [CI SKIP] Correct output of options_for_selectAkshay Vishnoi2015-03-131-5/+5
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* 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