aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-4/+4
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-2/+2
* 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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-12/+12
* Ensure values are strings before calling gsubMike Virata-Stone2016-08-121-0/+8
* ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-111-0/+10
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-7/+7
* modernizes hash syntax in actionviewXavier Noria2016-08-061-20/+20
* applies new string literal convention in actionview/testXavier Noria2016-08-061-45/+45
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-4/+160
* Test to check if the data-attr if nil is same or notSourav Moitra2016-02-141-0/+6
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-2/+2
* Test to ensure content_tag works when fixing #17661Jon Atack2014-12-161-0/+5
* Regression test for #18024Santiago Pastorino2014-12-151-0/+5
* Revert "Re-enable capture'ing non-String values"Santiago Pastorino2014-12-151-5/+0
* Re-enable capture'ing non-String valuesCarsten Zimmermann2014-12-141-0/+5
* Add support for ARIA attributes in tagsPaoMar2014-09-031-0/+7
* Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-0/+1
* In tag helper, honor html_safe on array parameters; also make safe_join more ...Paul Grayson2014-06-121-0/+24
* Convert CDATA input to string before gsub'ingCarsten Zimmermann2013-10-291-0/+4
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+130