aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_collections_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid css selectors in form_collections_helper_test.rb.Timm2014-06-161-11/+11
* Migrated test away from escaped quotes.Timm2014-06-161-1/+1
* Fixed deprecated selector in form_collections_helper_test.rb with from catch_...Timm2014-06-161-1/+1
* Fixed Nokogiri::CSS::SyntaxErrors.Timm2014-06-151-32/+32
* `collection_check_boxes` respects `:index` option for the hidden filed name.Vasiliy Ermolovich2014-04-141-0/+7
* CollectionHelpers now accepts a readonly optionMauro George2014-04-121-0/+44
* Merge pull request #12662 from nashby/include-hidden-collectionRafael Mendonça França2014-03-151-0/+7
|\
| * add include_hidden option to collection_check_boxes helperVasiliy Ermolovich2013-10-271-0/+7
* | "serie" => "series"Waynn Lue2014-01-131-2/+2
* | test description uses "disable" when it should be "disabled"Waynn Lue2013-12-111-1/+1
* | value is "disabled" not "disable"Waynn Lue2013-12-111-1/+1
* | Label only accepts `:index` and `:namespace` attributes from the inputAndriel Nuernberg2013-12-051-0/+36
|/
* Use the given name in html_options for the hidden field in collection_check_b...Angel N. Sciortino2013-09-241-0/+7
* "generates" applies to "collection radio" so it should be singularWaynn Lue2013-09-121-2/+2
* Merge pull request #12143 from rajcybage/fixing_typosCarlos Antonio da Silva2013-09-051-1/+1
|\
| * fix actionview and activemodel test cases typosRajarshi Das2013-09-051-1/+1
* | Fix method name typosVipul A M2013-09-051-1/+1
|/
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+358