aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add test cases for checkbox_tagPrakash Laxkar2015-10-011-0/+12
* Add test case for text_field_tagAkshay Vishnoi2015-10-011-1/+7
* Merge pull request #21661 from akshay-vishnoi/submit_tag_testsRafael Mendonça França2015-09-291-0/+8
|\
| * Fix - Prevent adding of `data-disable-with` option twice in html.Akshay Vishnoi2015-09-181-0/+8
* | Fix names of test casesAkshay Vishnoi2015-09-291-3/+3
|/
* Make disable_with default in submit_tagJustin Schiff2015-08-111-1/+39
* Add missing spec and documentation for button_tag helperAkshay Vishnoi2015-05-241-0/+7
* [Fix Select tag Tests] Test correct use of multiple option for selectAkshay Vishnoi2015-03-201-4/+4
* Fix select_tag generating tag when set to false.Guo Xiang Tan2014-11-211-0/+6
* Use new hash syntaxRafael Mendonça França2014-10-251-1/+1
* :scissors:Rafael Mendonça França2014-10-251-1/+1
* Merge pull request #17064 from frenkel/fix_select_tag_include_blankRafael Mendonça França2014-10-251-0/+6
|\
| * Use include_blank value as option labelFrank Groeneveld2014-10-171-0/+6
* | Fix how file_ and password_field_tag edit optionsclaudiob2014-10-151-0/+7
|/
* We don't need loofah for the assertionsRafael Mendonça França2014-07-151-1/+1
* Replaced html-scanner with Loofah.Timm2014-06-151-1/+1
* Remove wrapping div with inline styles for hidden form fields.Joost Baaij2014-04-141-5/+8
* fixes default attributes for button_tagSergey Prikhodko2014-03-031-0/+5
* Switched to use `display:none` in extra_tags_for_form method.Gaelian Ditchburn2014-01-051-1/+1
* Added an `enforce_utf8` hash option for `form_tag` methodTakayuki Matsubara2013-07-071-1/+16
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+614