aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_options_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert grep to select since they are not the sameBrian McManus2013-03-271-3/+2
* Fix incorrectly appended square brackets to a multiple select boxOlek Janiszewski2013-03-081-0/+8
* Use #grep to filter priority zones when a regexp is givenCarlos Antonio da Silva2013-02-211-2/+4
* Fix test name and refactor fake timezones creation in form options testCarlos Antonio da Silva2013-02-211-3/+3
* remove assigned but unused variable warningNihad Abbasov2013-02-211-2/+2
* Fix time_zone_options_for_select to not mutate TimeZones arrayBrian McManus2013-02-191-0/+7
* No sort Hash options in #grouped_options_for_selectSergey Kojin2012-11-271-1/+1
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
* Ensure option_html_attributes does not modify the given option hashesCarlos Antonio da Silva2012-08-111-0/+9
* Simplify html attributes generation for options_for_selectCarlos Antonio da Silva2012-08-111-5/+6
* Don't use `html_escape` to test the escapingRafael Mendonça França2012-08-051-1/+1
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* html_escape should escape single quotesSantiago Pastorino2012-07-311-1/+1
* Add one more test case to make sure that data attributes are beingRafael Mendonça França2012-07-221-0/+7
* don't escape options in option_html_attributes methodVasiliy Ermolovich2012-07-221-7/+14
* Clarify grouped_options_for_select method API, add changelog entryCarlos Antonio da Silva2012-05-191-2/+2
* Make :prompt work as documentedRafael Mendonça França2012-05-161-0/+7
* Test deprecation and fix the documentation of grouped_options_for_selectRafael Mendonça França2012-05-161-2/+2
* Add separator argument to grouped_options_for_selectGreenie05062012-05-151-2/+27
* Do not add `:include_blank` option if prompt is presentRafael Mendonça França2012-05-131-0/+7
* Only set `:include_blank` if the value of this options is not presentRafael Mendonça França2012-05-131-0/+6
* `:include_blank` should be true if the size option is nilRafael Mendonça França2012-05-131-14/+22
* Always include the options :include_blank if the select has a required attributeangelo giovanni capilleri2012-05-131-0/+21
* add 'include_hidden' option to select tag, closes #5402Vasiliy Ermolovich2012-03-131-0/+8
* fix output safety issue with select optionsSergey Nartimov2012-02-201-1/+8
* refactor options_for_selectVasiliy Ermolovich2012-02-201-16/+16
* add selected and disabled option to grouped selectVasiliy Ermolovich2012-02-181-0/+18
* Allow proc for value/text method in collection_selectCarlos Antonio da Silva2012-02-021-10/+42
* Fix inconsistent ability to use a range as choices for select_tag.Jeremy Walker2012-01-211-0/+16
* Ensure option for select helper responds to `#first` before comparison.Brian Rose2011-12-201-0/+18
* properly handle lists of lists. Thanks @adrianpike for reporting!Aaron Patterson2011-10-251-0/+9
* just check to see that the first item in the list is an arrayAaron Patterson2011-10-071-0/+9
* Grouped select helperAndrew Radev2011-07-111-0/+36
* Fixed ActionView::FormOptionsHelper#select with :multiple => falseBogdan Gusiev2011-06-301-0/+7
* Fixing select[multiple] html specification problem.Bogdan Gusiev2011-06-081-2/+18
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* added failing test for fields_for with a record object that inherits from HashDiego Carrion2011-03-061-0/+19
* Improve select helpers by allowing a selected value of false. This is useful...John Allison2011-01-091-8/+24
* select tags coerce the :selected option, options to strings before comparison...Subba Rao Pasupuleti2010-08-151-0/+62
* Making time_zone_options_for_select return a html_safe stringMikel Lindsaar2010-08-151-0/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-6/+6
* select :include_blank or :prompt should return escaped string [#5099 state:re...Ivan Torres2010-07-181-0/+23
* option_groups_from_collection_for_select should return HTML-safe string [#487...Wincent Colaiuta2010-06-191-18/+12
* added support for html attributes in options_for_select [#2165]pleax2010-05-161-0/+56
* Mark the result of grouped_options_for_select as HTML safe [#4322 state:commi...Kieran Pilkington2010-04-161-0/+4
* Make form helpers work with <%= wycats2010-03-091-11/+11
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1