aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* A type class or nil has to respond_to :to_sAkira Matsuda2019-07-121-2/+1
* Prefer ImageProcessing's resize_to_limit macro over resize_to_fitGeorge Claghorn2019-01-241-5/+5
* Remove deprecated image_alt helperRafael Mendonça França2019-01-171-23/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+1
* Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-2/+2
|\
| * Recommend using :resize_to_fit after allJanko Marohnić2018-04-231-2/+2
* | Add the `nonce: true` option for `javascript_include_tag` helper.Yaroslav Markin2018-04-171-0/+8
|/
* Small doc fixesT.J. Schuck2018-04-021-1/+1
* Fix `as` attribute value for preload linkbogdanvlviv2018-01-311-1/+1
* Fix typos, update documentationJames Lovejoy2018-01-111-15/+21
* Add preload_link_tag helper.Guillermo Iguaran2017-11-281-0/+75
* Make sure the request exist befoe trying to send early hintsRafael Mendonça França2017-11-281-2/+2
* [Action View] require_relative => requireAkira Matsuda2017-10-211-2/+2
* request checkpavel2017-10-051-2/+2
* Implement H2 Early Hints for Railseileencodes2017-10-041-4/+26
* Remove `alt` text from `image_tag` example [ci skip]yuuji.yaginuma2017-08-241-3/+3
* Do not generate default alt text in image tagsCameron Cundiff2017-08-171-13/+9
* Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-2/+23
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-2/+16
|\
| * Avoid shadowed variableMatthew Draper2017-07-021-2/+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 #29349 from robertomiranda/responsive-imagesMatthew Draper2017-07-021-2/+16
| |\ \ | | |/ | |/|
| | * Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-291-1/+15
| |/
* / [Action View] require => require_relativeAkira Matsuda2017-07-011-2/+2
|/
* Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-201-5/+7
* Fix typo extention -> extension [ci skip]kenta-s2017-01-131-1/+1
* Fix grammar in asset tag documentationeileencodes2016-12-201-1/+1
* Improve `javascript_include_tag` documentation (#27403)Pablo Ifrán2016-12-201-5/+24
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* remove warning from `video_tag`yuuji.yaginuma2016-09-011-3/+3
* Better keyword argument nameschneems2016-08-301-3/+3
* Address comment via @dhh, better option namingschneems2016-08-301-8/+8
* Document public_poster_folder optionschneems2016-08-291-0/+4
* Missed 2 public_* methods in cleanupschneems2016-08-291-16/+0
* Favor `public_folder: true` over `public_*`schneems2016-08-291-32/+3
* Fix formattingschneems2016-08-291-8/+8
* Add `public_*` helpers to all the `_tag` methods.schneems2016-08-291-10/+58
* modernizes hash syntax in actionviewXavier Noria2016-08-061-5/+5
* applies new string literal convention in actionview/libXavier Noria2016-08-061-16/+16
* systematic revision of =~ usage in AVXavier Noria2016-07-251-4/+5
* Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-281-2/+2
* Fix img alt attribute generation when using Sprockets >= 3.0Bart de Water2016-01-271-1/+1
* Remove ActionView dependence on ActionPack's Mime implementationJon Moss2016-01-171-1/+1
* Example of setting data attributes for image_tagNishant Modak2015-11-201-0/+2
* Allow `host` option in javscript and css helpersGrzegorz Witek2015-11-081-2/+2