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
*
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
*
Ensure selected option is not ignored for collection_select. [#1037 state:res...
Daniel Rodríguez Troitiño
2009-01-28
1
-0
/
+16
*
Fix dangling tzinfo dependency
Jeremy Kemper
2008-11-23
1
-1
/
+2
*
moving country helpers from form_options_helper to form_country_helper again
Sven Fuchs
2008-07-16
1
-1539
/
+0
*
Ensure :index works with fields_for select methods. [#518 state:resolved]
rsl
2008-07-14
1
-0
/
+885
*
use mocha for TimeZone mocking in Form Options helper tests
rick
2008-07-02
1
-504
/
+495
*
Added support for regexp matching of priority zones in time_zone_select [#195...
Ernie Miller
2008-06-29
1
-0
/
+18
*
Silence TimeZone warning
Pratik Naik
2008-06-11
1
-2
/
+2
*
Fix FormOptionsHelper tests.
Jan De Poorter
2008-06-11
1
-5
/
+5
*
Use output_buffer reader and writer methods exclusively instead of hitting th...
Jeremy Kemper
2008-06-08
1
-15
/
+9
*
Work with @output_buffer instead of _erbout
Jeremy Kemper
2008-06-02
1
-9
/
+9
*
Introduce ActionView::TestCase for testing view helpers.
Joshua Peek
2008-04-19
1
-3
/
+2
*
Docfixes (closes #11356, #11172, #10523)
David Heinemeier Hansson
2008-03-20
1
-0
/
+13
*
Ruby 1.9 compat: account for hash ordering
Jeremy Kemper
2008-01-07
1
-4
/
+3
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Add :default option to time_zone_select. Closes #10590.
Jeremy Kemper
2007-12-21
1
-0
/
+28
*
Ruby 1.9 compat: note failing form options helper test, probably in html-scanner
Jeremy Kemper
2007-12-21
1
-0
/
+1
*
Remove Great Britain from the Country select helper to ensure consistency wit...
Michael Koziarski
2007-12-05
1
-3
/
+0
[next]