aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* Cut string allocations in content_tag_stringschneems2015-07-291-1/+1
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* image_tag raises an error if size is passed with height and/or widthMike Stone2015-04-241-0/+7
* correct output of auto_discovery_link_tag [ci skip]yuuji.yaginuma2015-04-041-1/+1
* Allow to pass a string value to size option in `image_tag` and `video_tag`Mehdi Lahmam2015-02-161-0/+1
* Uppercase HTML in docs.Hendy Tanata2014-08-081-2/+2
* [ci skip] /javascript/ ~> JavaScriptAditya Kapoor2014-06-171-1/+1
* Revert "Correct Documentation for asset_tag_helpers"Rafael Mendonça França2014-06-041-17/+16
* correct doc for (audio|video)_tag [ci skip]Aditya Kapoor2014-05-271-10/+10
* Correct Documentation for asset_tag_helpersAditya Kapoor2014-05-261-15/+16
* rewrites the API docs of favicon_link_tag [ci skip]Xavier Noria2014-04-291-9/+16
* Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to imag...glorieux2014-04-211-3/+3
* Fix typo in image_tag documentationAdrien2014-01-071-1/+1
* duplication removed(DRY)abhishek2013-12-181-16/+10
* allow video_tag to accept `size` as `Number` for square shaped videosKuldeep Aggarwal2013-12-181-4/+10
* Typo and grammatical fixes [ci skip]Akshay Vishnoi2013-12-021-1/+1
* unnecessary checking of `size` with `second regex` if matched with first oneKuldeep Aggarwal2013-11-271-2/+5
* Merge pull request #12788 from kylefritz/patch-1Rafael Mendonça França2013-11-061-2/+2
* Fixed return strings in documentationJoseph Zidell2013-10-031-3/+3