aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix select_tag so that is doesn't change options when include_blank is setYounes SERRAJ2019-05-221-0/+7
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-0/+27
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Remove alt generation from image_submit_tagRafael Mendonça França2017-08-231-1/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-8/+8
* Make sure Action View doesn't break with Active StorageRafael Mendonça França2017-08-031-0/+37
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-2/+2
|\ \
| * | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-2/+2
| |/
* / Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-0/+6
|/
* Prevent duplicate data-disable-with attributesTyler Hunt2017-01-031-0/+7
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-5/+5
* assert_equal takes expectation firstAkira Matsuda2016-12-261-5/+5
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-15/+15
* modernizes hash syntax in actionviewXavier Noria2016-08-061-60/+60
* applies new string literal convention in actionview/testXavier Noria2016-08-061-18/+18
* Change datetime to datetime-local helper tagHerminio Torres2016-06-211-4/+2
* Confirm with the specification when generating emtpy option for select with `...Vipul A M2016-05-211-5/+5
* Deprecate `datetime_field` and `datetime_field_tag` helpers.Wojciech Wnętrzak2016-03-311-1/+3
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-12/+12
* fix TypeError when using submit_tag with Symbol valueyuuji.yaginuma2015-12-241-0/+7
* 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