aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_options_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.Jeremy Kemper2006-05-091-0/+4
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-021-3/+3
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-231-0/+18
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-131-0/+60
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-101-6/+16
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-201-34/+34
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-6/+6
* Added :prompt option to FormOptions#select (and the users of it, like FormOpt...David Heinemeier Hansson2005-07-031-0/+36
* Added cuba to country list #1351 [todd]David Heinemeier Hansson2005-06-161-1/+1
* Its Iraq, not Irak #1443 [ivan]David Heinemeier Hansson2005-06-161-1/+1
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-3/+2
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-171-15/+18
* Fixed options_for_select on selected line issue #624 [Florian Weber]David Heinemeier Hansson2005-03-151-0/+11
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-10/+14
* Fixed testsDavid Heinemeier Hansson2005-02-241-64/+64
* Fixed testsDavid Heinemeier Hansson2005-02-231-1/+3
* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti...David Heinemeier Hansson2005-02-231-0/+158
* Fixed a few testsDavid Heinemeier Hansson2005-02-191-1/+1