aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_options_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* moving country helpers from form_options_helper to form_country_helper againSven Fuchs2008-07-161-74/+1
* Ensure :index works with fields_for select methods. [#518 state:resolved]rsl2008-07-141-4/+4
* Remove unused local_binding option to InstanceTag's ConstructorMichael Koziarski2008-07-031-4/+4
* Fix indentation and update changelogs for previous commitgbuesing2008-06-291-2/+2
* Added support for regexp matching of priority zones in time_zone_select [#195...Ernie Miller2008-06-291-2/+9
* TimeZone -> ActiveSupport::TimeZone. [#387 state:resolved]Ruy Asan2008-06-111-2/+2
* Merge docrails.Pratik Naik2008-05-251-21/+19
* time_zone_select docs: explain priority zones option. Add example showing a c...gbuesing2008-05-181-0/+8
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* Docfixes (closes #11356, #11172, #10523)David Heinemeier Hansson2008-03-201-0/+15
* Add :default option to time_zone_select. Closes #10590.Jeremy Kemper2007-12-211-1/+12
* Remove Great Britain from the Country select helper to ensure consistency wit...Michael Koziarski2007-12-051-2/+1
* Add 'disabled' attribute to <OPTION> separators used in time zone and country...Rick Olson2007-12-041-2/+2
* Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...Michael Koziarski2007-10-151-52/+45
* Major improvement to the documentation for the options / select form helpers...Michael Koziarski2007-08-051-31/+73
* select :include_blank option can be set to a string instead of true, which ju...Jeremy Kemper2007-05-181-6/+25
* form_options_helper refactoring for clarity. Closes #7787.Jeremy Kemper2007-03-111-17/+26
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Fixed FormOptionsHelper#select to respect :selected value (closes #5813)David Heinemeier Hansson2006-09-041-1/+1
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-011-2/+2
* Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.Jeremy Kemper2006-05-091-2/+0
* Refactor various InstanceTag instance method to class methods. Closes #4800. ...Marcel Molina2006-04-251-0/+4
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-231-2/+6
* FormHelper correctly passes its object through select, collection_select, cou...Jeremy Kemper2005-11-221-4/+4
* Correct time_zone_options_for_select docs. Closes #2892.Jeremy Kemper2005-11-161-1/+1
* Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...David Heinemeier Hansson2005-11-131-0/+18
* options_for_select allows any objects which respond_to? :first and :last rath...Jeremy Kemper2005-11-101-1/+1
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-071-1/+1
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-121-3/+3
* Updated the options_for_select to deal with the fact that Strings now impleme...David Heinemeier Hansson2005-09-031-1/+1
* Added :prompt option to FormOptions#select (and the users of it, like FormOpt...David Heinemeier Hansson2005-07-031-7/+15
* 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
* Added Serbia and Montenegro to the country_select #1239 [todd@robotcoop.com]David Heinemeier Hansson2005-05-191-2/+2
* More documentation #1148 [Alisdair McDiarmid]David Heinemeier Hansson2005-04-191-2/+28
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-171-4/+4
* Fixed options_for_select on selected line issue #624 [Florian Weber]David Heinemeier Hansson2005-03-151-0/+2
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-23/+27
* Fixed TimeZone issues in action-pack and active-support #704David Heinemeier Hansson2005-02-231-6/+10
* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti...David Heinemeier Hansson2005-02-231-2/+55
* Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...David Heinemeier Hansson2005-02-191-1/+1
* One comma too muchDavid Heinemeier Hansson2005-02-191-1/+1
* Added Iran and Irak to the countries list used by FormOptions#country_select ...David Heinemeier Hansson2005-02-191-2/+10
* Documentation on :include_blank #579David Heinemeier Hansson2005-02-171-0/+13
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-6/+6
* Added the option of passing a block to ActiveRecordHelper#form in order to ad...David Heinemeier Hansson2005-01-151-2/+1
* Documented select, collection_select, and country_select #304 [Ulysses]David Heinemeier Hansson2004-12-151-3/+13
* InitialDavid Heinemeier Hansson2004-11-241-0/+212