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
*
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
*
Remove unused local_binding option to InstanceTag's Constructor
Michael Koziarski
2008-07-03
1
-4
/
+4
*
Fix indentation and update changelogs for previous commit
gbuesing
2008-06-29
1
-2
/
+2
*
Added support for regexp matching of priority zones in time_zone_select [#195...
Ernie Miller
2008-06-29
1
-2
/
+9
*
TimeZone -> ActiveSupport::TimeZone. [#387 state:resolved]
Ruy Asan
2008-06-11
1
-2
/
+2
*
Merge docrails.
Pratik Naik
2008-05-25
1
-21
/
+19
*
time_zone_select docs: explain priority zones option. Add example showing a c...
gbuesing
2008-05-18
1
-0
/
+8
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-2
/
+2
*
Docfixes (closes #11356, #11172, #10523)
David Heinemeier Hansson
2008-03-20
1
-0
/
+15
*
Add :default option to time_zone_select. Closes #10590.
Jeremy Kemper
2007-12-21
1
-1
/
+12
*
Remove Great Britain from the Country select helper to ensure consistency wit...
Michael Koziarski
2007-12-05
1
-2
/
+1
*
Add 'disabled' attribute to <OPTION> separators used in time zone and country...
Rick Olson
2007-12-04
1
-2
/
+2
*
Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...
Michael Koziarski
2007-10-15
1
-52
/
+45
*
Major improvement to the documentation for the options / select form helpers...
Michael Koziarski
2007-08-05
1
-31
/
+73
*
select :include_blank option can be set to a string instead of true, which ju...
Jeremy Kemper
2007-05-18
1
-6
/
+25
*
form_options_helper refactoring for clarity. Closes #7787.
Jeremy Kemper
2007-03-11
1
-17
/
+26
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
Fixed FormOptionsHelper#select to respect :selected value (closes #5813)
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Deprecation: update docs. Closes #5998.
Jeremy Kemper
2006-09-01
1
-2
/
+2
*
Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.
Jeremy Kemper
2006-05-09
1
-2
/
+0
*
Refactor various InstanceTag instance method to class methods. Closes #4800. ...
Marcel Molina
2006-04-25
1
-0
/
+4
*
Introduce :selected option to the select helper. Allows you to specify a sel...
Jeremy Kemper
2005-11-23
1
-2
/
+6
*
FormHelper correctly passes its object through select, collection_select, cou...
Jeremy Kemper
2005-11-22
1
-4
/
+4
*
Correct time_zone_options_for_select docs. Closes #2892.
Jeremy Kemper
2005-11-16
1
-1
/
+1
*
Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...
David Heinemeier Hansson
2005-11-13
1
-0
/
+18
[next]