aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/asset_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated image_alt helperRafael Mendonça França2019-01-171-20/+0
* Add the `nonce: true` option for `javascript_include_tag` helper.Yaroslav Markin2018-04-171-0/+8
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* Add preload_link_tag helper.Guillermo Iguaran2017-11-281-0/+15
* Make sure the request exist befoe trying to send early hintsRafael Mendonça França2017-11-281-0/+30
* Implement H2 Early Hints for Railseileencodes2017-10-041-1/+4
* Add test case for `font_url`yuuji.yaginuma2017-10-031-0/+26
* Make sure image_alt is deprecatedRafael Mendonça França2017-08-231-5/+15
* Do not generate default alt text in image tagsCameron Cundiff2017-08-171-16/+16
* Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-3/+0
* 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
* | Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-291-1/+4
|/
* Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-201-0/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-3/+3
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* modernizes hash syntax in actionviewXavier Noria2016-08-061-17/+17
* applies new string literal convention in actionview/testXavier Noria2016-08-061-48/+48
* Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-281-2/+2
* Add tests to #23288Rafael Mendonça França2016-01-271-0/+1
* Add missing test cases for asset_pathAkshay Vishnoi2015-12-171-0/+2
* Example of setting data attributes for image_tagNishant Modak2015-11-201-1/+2
* Allow `host` option in javscript and css helpersGrzegorz Witek2015-11-081-0/+2
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-241-4/+6
* Merge pull request #20669 from akolomiychuk/image-pathYves Senn2015-06-291-0/+5
|\
| * Add nil check in asset_pathAnton Kolomiychuk2015-06-291-0/+5
|/
* image_tag raises an error if size is passed with height and/or widthMike Stone2015-04-241-0/+8
* Zlib isn't required for AssetTagHelperTest anymoreThiago Pradi2015-03-141-1/+0
* Allow to pass a string value to size option in `image_tag` and `video_tag`Mehdi Lahmam2015-02-161-0/+2
* remove un-needed sortschneems2014-10-071-1/+1
* Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path"Matthew Draper2014-09-141-0/+11
* Return an absolute instead of relative path from an asset url in the case of ...Jolyon Pawlyn2014-07-151-0/+8
* Allow custom asset host to be passed in asset_urlHubert Łępicki2014-05-081-0/+15
* always use File.joinphoet2014-05-011-0/+8
* Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to imag...glorieux2014-04-211-3/+3
* Unused classes in AV testsAkira Matsuda2013-12-241-8/+0
* allow video_tag to accept `size` as `Number` for square shaped videosKuldeep Aggarwal2013-12-181-1/+1
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+762