index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
helpers
/
form_options_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
scumbag 1.8: strings are enumerable :'(
Aaron Patterson
2011-10-26
1
-1
/
+1
*
properly handle lists of lists. Thanks @adrianpike for reporting!
Aaron Patterson
2011-10-25
1
-1
/
+6
*
just check to see that the first item in the list is an array
Aaron Patterson
2011-10-07
1
-1
/
+1
*
Improve performance and memory usage for options_for_select with Ruby 1.8.7
Christos Zisopoulos
2011-07-27
1
-2
/
+2
*
Grouped select helper
Andrew Radev
2011-07-11
1
-2
/
+12
*
Select tag helpers: remove some code dups
Bogdan Gusiev
2011-06-17
1
-25
/
+10
*
Fixing select[multiple] html specification problem.
Bogdan Gusiev
2011-06-08
1
-6
/
+37
*
Added missing quote in grouped_options_for_select example
diego
2011-05-26
1
-1
/
+1
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-4
/
+4
*
Follow code conventions on docs
Sebastian Martinez
2011-05-10
1
-2
/
+2
*
Improve select helpers by allowing a selected value of false. This is useful...
John Allison
2011-01-09
1
-1
/
+1
*
Call html_escape in ERB::Util module and don't mix it in in the helpers
Santiago Pastorino
2010-10-18
1
-6
/
+6
*
fixing an error in the rdoc
Aaron Patterson
2010-10-15
1
-1
/
+1
*
removing useless code
Aaron Patterson
2010-09-29
1
-1
/
+0
*
convert inject to map + join
Aaron Patterson
2010-09-28
1
-5
/
+5
*
select tags coerce the :selected option, options to strings before comparison...
Subba Rao Pasupuleti
2010-08-15
1
-9
/
+12
*
Making time_zone_options_for_select return a html_safe string
Mikel Lindsaar
2010-08-15
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-8
/
+8
*
removing a lolinject
Aaron Patterson
2010-08-13
1
-2
/
+2
*
select :include_blank or :prompt should return escaped string [#5099 state:re...
Ivan Torres
2010-07-18
1
-3
/
+3
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+1
|
\
|
*
option_groups_from_collection_for_select should return HTML-safe string [#487...
Wincent Colaiuta
2010-06-19
1
-1
/
+1
*
|
Adds title and description where needed.
Rizwan Reza
2010-06-16
1
-0
/
+1
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-2
/
+2
|
/
*
added support for html attributes in options_for_select [#2165]
pleax
2010-05-16
1
-2
/
+25
*
Mark the result of grouped_options_for_select as HTML safe [#4322 state:commi...
Kieran Pilkington
2010-04-16
1
-1
/
+1
*
Stray carrier returns
David Heinemeier Hansson
2010-04-09
1
-2
/
+0
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-3
/
+4
|
\
|
*
Make form helpers work with <%=
wycats
2010-03-09
1
-0
/
+2
|
*
content_tag should escape its input
Bruno Michel
2010-02-14
1
-3
/
+2
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-02-01
1
-1
/
+1
|
\
|
|
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
|
removes unnecessary curlies in collection_select rdoc
Xavier Noria
2010-01-28
1
-1
/
+1
|
/
*
Use helpers.label instead of views.labels.
José Valim
2010-01-07
1
-1
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
I18n: use I18n for select helpers' prompt text
Akira Matsuda
2009-08-26
1
-1
/
+2
*
Revert "I18n: use I18n for select helpers' prompt text"
Jeremy Kemper
2009-08-26
1
-2
/
+1
*
I18n: use I18n for select helpers' prompt text
Akira Matsuda
2009-08-26
1
-1
/
+2
*
Introduce grouped_collection_select helper.
codeape
2009-08-09
1
-0
/
+67
*
Merge docrails
Pratik Naik
2009-07-25
1
-21
/
+21
*
Allow strings to be sent as collection to select.
José Valim
2009-05-15
1
-0
/
+2
*
Updated rdoc to reflect changes to form option helpers
Tekin Suleyman
2009-02-14
1
-11
/
+61
*
Enhanced form option helpers to add support for disabled option tags and use ...
Tekin Suleyman
2009-02-14
1
-4
/
+31
*
Added grouped_options_for_select helper method for wrapping option tags in op...
Jon Crawford
2009-01-29
1
-0
/
+56
*
Ensure selected option is not ignored for collection_select. [#1037 state:res...
Daniel Rodríguez Troitiño
2009-01-28
1
-1
/
+2
*
Merge docrails
Pratik Naik
2008-12-19
1
-5
/
+13
*
Remove the country_select helper.
Michael Koziarski
2008-09-18
1
-3
/
+0
*
moving country helpers from form_options_helper to form_country_helper again
Sven Fuchs
2008-07-16
1
-74
/
+1
*
Ensure :index works with fields_for select methods. [#518 state:resolved]
rsl
2008-07-14
1
-4
/
+4
[next]