aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_options_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Introduce grouped_collection_select helper.codeape2009-08-091-0/+34
* Allow strings to be sent as collection to select.José Valim2009-05-151-0/+22
* Enhanced form option helpers to add support for disabled option tags and use ...Tekin Suleyman2009-02-141-0/+84
* DRY up form option helper testsTekin Suleyman2009-02-141-78/+19
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-600/+598
* Added grouped_options_for_select helper method for wrapping option tags in op...Jon Crawford2009-01-291-0/+26
* Ensure selected option is not ignored for collection_select. [#1037 state:res...Daniel Rodríguez Troitiño2009-01-281-0/+16
* Fix dangling tzinfo dependencyJeremy Kemper2008-11-231-1/+2
* moving country helpers from form_options_helper to form_country_helper againSven Fuchs2008-07-161-1539/+0
* Ensure :index works with fields_for select methods. [#518 state:resolved]rsl2008-07-141-0/+885
* use mocha for TimeZone mocking in Form Options helper testsrick2008-07-021-504/+495
* Added support for regexp matching of priority zones in time_zone_select [#195...Ernie Miller2008-06-291-0/+18
* Silence TimeZone warningPratik Naik2008-06-111-2/+2
* Fix FormOptionsHelper tests.Jan De Poorter2008-06-111-5/+5
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-15/+9
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-9/+9
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-3/+2
* Docfixes (closes #11356, #11172, #10523)David Heinemeier Hansson2008-03-201-0/+13
* Ruby 1.9 compat: account for hash orderingJeremy Kemper2008-01-071-4/+3
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Add :default option to time_zone_select. Closes #10590.Jeremy Kemper2007-12-211-0/+28
* Ruby 1.9 compat: note failing form options helper test, probably in html-scannerJeremy Kemper2007-12-211-0/+1
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-051-3/+0
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-041-6/+6
* Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...Michael Koziarski2007-10-151-21/+751
* Test fix (closes #6911)David Heinemeier Hansson2007-09-221-1/+1
* Improve helper test coverage. Closes #7215, #7233, #7234, #7235, #7236, #7237...Jeremy Kemper2007-06-131-2/+26
* select :include_blank option can be set to a string instead of true, which ju...Jeremy Kemper2007-05-181-0/+56
* select :multiple => true suffixes the attribute name with [] unless already s...Jeremy Kemper2007-01-281-0/+19