aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_options_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Check for response to `#last` instead of `#first`.Brian Rose2011-12-201-1/+1
* Ensure option for select helper responds to `#first` before comparison.Brian Rose2011-12-201-1/+1
* scumbag 1.8: strings are enumerable :'(Aaron Patterson2011-10-261-1/+1
* properly handle lists of lists. Thanks @adrianpike for reporting!Aaron Patterson2011-10-251-1/+6
* just check to see that the first item in the list is an arrayAaron Patterson2011-10-071-1/+1
* Improve performance and memory usage for options_for_select with Ruby 1.8.7Christos Zisopoulos2011-07-271-2/+2
* Grouped select helperAndrew Radev2011-07-111-2/+12
* Select tag helpers: remove some code dupsBogdan Gusiev2011-06-171-25/+10
* Fixing select[multiple] html specification problem.Bogdan Gusiev2011-06-081-6/+37
* Added missing quote in grouped_options_for_select examplediego2011-05-261-1/+1
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-4/+4
* Follow code conventions on docsSebastian Martinez2011-05-101-2/+2
* Improve select helpers by allowing a selected value of false. This is useful...John Allison2011-01-091-1/+1
* Call html_escape in ERB::Util module and don't mix it in in the helpersSantiago Pastorino2010-10-181-6/+6
* fixing an error in the rdocAaron Patterson2010-10-151-1/+1
* removing useless codeAaron Patterson2010-09-291-1/+0
* convert inject to map + joinAaron Patterson2010-09-281-5/+5
* select tags coerce the :selected option, options to strings before comparison...Subba Rao Pasupuleti2010-08-151-9/+12
* Making time_zone_options_for_select return a html_safe stringMikel Lindsaar2010-08-151-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-8/+8
* removing a lolinjectAaron Patterson2010-08-131-2/+2
* select :include_blank or :prompt should return escaped string [#5099 state:re...Ivan Torres2010-07-181-3/+3
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-1/+1
|\
| * option_groups_from_collection_for_select should return HTML-safe string [#487...Wincent Colaiuta2010-06-191-1/+1
* | Adds title and description where needed.Rizwan Reza2010-06-161-0/+1
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
|/
* added support for html attributes in options_for_select [#2165]pleax2010-05-161-2/+25
* Mark the result of grouped_options_for_select as HTML safe [#4322 state:commi...Kieran Pilkington2010-04-161-1/+1
* Stray carrier returnsDavid Heinemeier Hansson2010-04-091-2/+0
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-3/+4
|\
| * Make form helpers work with <%= wycats2010-03-091-0/+2
| * content_tag should escape its inputBruno Michel2010-02-141-3/+2
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-011-1/+1
|\|
| * For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* | removes unnecessary curlies in collection_select rdocXavier Noria2010-01-281-1/+1
|/
* Use helpers.label instead of views.labels.José Valim2010-01-071-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-261-1/+2
* Revert "I18n: use I18n for select helpers' prompt text"Jeremy Kemper2009-08-261-2/+1
* I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-261-1/+2
* Introduce grouped_collection_select helper.codeape2009-08-091-0/+67
* Merge docrailsPratik Naik2009-07-251-21/+21
* Allow strings to be sent as collection to select.José Valim2009-05-151-0/+2
* Updated rdoc to reflect changes to form option helpersTekin Suleyman2009-02-141-11/+61
* Enhanced form option helpers to add support for disabled option tags and use ...Tekin Suleyman2009-02-141-4/+31
* Added grouped_options_for_select helper method for wrapping option tags in op...Jon Crawford2009-01-291-0/+56
* Ensure selected option is not ignored for collection_select. [#1037 state:res...Daniel Rodríguez Troitiño2009-01-281-1/+2
* Merge docrailsPratik Naik2008-12-191-5/+13
* Remove the country_select helper.Michael Koziarski2008-09-181-3/+0