aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_options_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed #select form builder helper to support block with html outputBogdan Gusiev2014-08-051-0/+13
* Add test for selected and disabled custom attributes in options_for_selectLaura Paredes2014-03-311-1/+21
* Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-231-0/+16
* Ability to pass block to AV#select helperBogdan Gusiev2013-09-231-0/+15
* There's no need to do thisSantiago Pastorino2013-09-171-4/+1
* add support for html attributes to grouped_options_for_selectVasiliy Ermolovich2013-07-201-0/+10
* Remove passing the prompt to grouped_options_for_select as an argument, becau...kennyj2013-06-281-17/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+1304