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
/
test
/
template
/
form_options_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
' dates back to SGML when ' was introduced in HTML 4.0
Kalys Osmonov
2012-09-09
1
-1
/
+1
*
Ensure option_html_attributes does not modify the given option hashes
Carlos Antonio da Silva
2012-08-11
1
-0
/
+9
*
Simplify html attributes generation for options_for_select
Carlos Antonio da Silva
2012-08-11
1
-5
/
+6
*
Don't use `html_escape` to test the escaping
Rafael Mendonça França
2012-08-05
1
-1
/
+1
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
html_escape should escape single quotes
Santiago Pastorino
2012-07-31
1
-1
/
+1
*
Add one more test case to make sure that data attributes are being
Rafael Mendonça França
2012-07-22
1
-0
/
+7
*
don't escape options in option_html_attributes method
Vasiliy Ermolovich
2012-07-22
1
-7
/
+14
*
Clarify grouped_options_for_select method API, add changelog entry
Carlos Antonio da Silva
2012-05-19
1
-2
/
+2
*
Make :prompt work as documented
Rafael Mendonça França
2012-05-16
1
-0
/
+7
*
Test deprecation and fix the documentation of grouped_options_for_select
Rafael Mendonça França
2012-05-16
1
-2
/
+2
*
Add separator argument to grouped_options_for_select
Greenie0506
2012-05-15
1
-2
/
+27
*
Do not add `:include_blank` option if prompt is present
Rafael Mendonça França
2012-05-13
1
-0
/
+7
*
Only set `:include_blank` if the value of this options is not present
Rafael Mendonça França
2012-05-13
1
-0
/
+6
*
`:include_blank` should be true if the size option is nil
Rafael Mendonça França
2012-05-13
1
-14
/
+22
*
Always include the options :include_blank if the select has a required attribute
angelo giovanni capilleri
2012-05-13
1
-0
/
+21
*
add 'include_hidden' option to select tag, closes #5402
Vasiliy Ermolovich
2012-03-13
1
-0
/
+8
*
fix output safety issue with select options
Sergey Nartimov
2012-02-20
1
-1
/
+8
*
refactor options_for_select
Vasiliy Ermolovich
2012-02-20
1
-16
/
+16
*
add selected and disabled option to grouped select
Vasiliy Ermolovich
2012-02-18
1
-0
/
+18
*
Allow proc for value/text method in collection_select
Carlos Antonio da Silva
2012-02-02
1
-10
/
+42
*
Fix inconsistent ability to use a range as choices for select_tag.
Jeremy Walker
2012-01-21
1
-0
/
+16
*
Ensure option for select helper responds to `#first` before comparison.
Brian Rose
2011-12-20
1
-0
/
+18
*
properly handle lists of lists. Thanks @adrianpike for reporting!
Aaron Patterson
2011-10-25
1
-0
/
+9
*
just check to see that the first item in the list is an array
Aaron Patterson
2011-10-07
1
-0
/
+9
*
Grouped select helper
Andrew Radev
2011-07-11
1
-0
/
+36
*
Fixed ActionView::FormOptionsHelper#select with :multiple => false
Bogdan Gusiev
2011-06-30
1
-0
/
+7
*
Fixing select[multiple] html specification problem.
Bogdan Gusiev
2011-06-08
1
-2
/
+18
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
added failing test for fields_for with a record object that inherits from Hash
Diego Carrion
2011-03-06
1
-0
/
+19
*
Improve select helpers by allowing a selected value of false. This is useful...
John Allison
2011-01-09
1
-8
/
+24
*
select tags coerce the :selected option, options to strings before comparison...
Subba Rao Pasupuleti
2010-08-15
1
-0
/
+62
*
Making time_zone_options_for_select return a html_safe string
Mikel Lindsaar
2010-08-15
1
-0
/
+4
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-6
/
+6
*
select :include_blank or :prompt should return escaped string [#5099 state:re...
Ivan Torres
2010-07-18
1
-0
/
+23
*
option_groups_from_collection_for_select should return HTML-safe string [#487...
Wincent Colaiuta
2010-06-19
1
-18
/
+12
*
added support for html attributes in options_for_select [#2165]
pleax
2010-05-16
1
-0
/
+56
*
Mark the result of grouped_options_for_select as HTML safe [#4322 state:commi...
Kieran Pilkington
2010-04-16
1
-0
/
+4
*
Make form helpers work with <%=
wycats
2010-03-09
1
-11
/
+11
*
Restore split between require-time and runtime load path mungery. Simplifies ...
Jeremy Kemper
2009-09-24
1
-1
/
+1
*
Rollback AS bundler work and improve activation of vendored dependencies
Joshua Peek
2009-09-13
1
-1
/
+1
*
Introduce grouped_collection_select helper.
codeape
2009-08-09
1
-0
/
+34
*
Allow strings to be sent as collection to select.
José Valim
2009-05-15
1
-0
/
+22
*
Enhanced form option helpers to add support for disabled option tags and use ...
Tekin Suleyman
2009-02-14
1
-0
/
+84
*
DRY up form option helper tests
Tekin Suleyman
2009-02-14
1
-78
/
+19
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-600
/
+598
*
Added grouped_options_for_select helper method for wrapping option tags in op...
Jon Crawford
2009-01-29
1
-0
/
+26
[next]