aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Address `Style/StringLiterals` offenceRyuta Kamizono2018-04-271-1/+1
* Don't try to destoy the given string via method argumentAkira Matsuda2018-04-271-1/+1
* Reduce String allocations when building Action View tagsAkira Matsuda2018-04-271-1/+2
* Use consistent spacing in actionview helper docs [ci skip]Olivier Lacan2018-04-011-2/+2
* Fix some typos.Mike Boone2017-10-101-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-1/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+1
* Enforce frozen string in RubocopKir Shatrov2017-07-011-1/+1
* [ci skip] Revise TagHelper only permitting symbols doc.Kasper Timm Hansen2016-10-281-4/+3
* Docs: `tag` only accept attribute names as symbolsclaudiob2016-10-111-2/+3
* Improve TagHelper#tag_option performanceAmadeus Folego2016-08-221-2/+2
* Ensure values are strings before calling gsubMike Virata-Stone2016-08-121-1/+1
* ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-111-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionview/libXavier Noria2016-08-061-5/+5
* Tiny documentation fixes [ci skip]Robin Dupret2016-07-041-4/+9
* Merge pull request #25553 from vipulnsward/25543-docs-follow-upVipul A M2016-06-301-16/+7
|\
| * - Tone down documentationVipul A M2016-06-281-16/+7
* | Add dup leftover from 26710ab.Kasper Timm Hansen2016-06-281-1/+1
* | Default to frozen string literals in TagHelper.Kasper Timm Hansen2016-06-281-5/+7
* | Merge pull request #25555 from vipulnsward/boolean-attributes-updateRafael França2016-06-281-6/+9
|\ \
| * | Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-281-6/+9
| |/
* | Merge pull request #25551 from vipulnsward/25543-follow-upKasper Timm Hansen2016-06-281-1/+1
|\ \
| * | Expand list of void elements to match spec from https://html.spec.whatwg.org/...Vipul A M2016-06-281-1/+1
| |/
* / Freeze string for default content for tag_strings, which later goes on to cre...Vipul A M2016-06-281-1/+1
|/
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-56/+173
* Test to check if the data-attr if nil is same or notSourav Moitra2016-02-141-0/+1
* Save a string allocation inside loopBenjamin Quorning2015-08-021-3/+8
* Don't allocate array when not necessaryschneems2015-07-301-5/+6
* Decrease string allocation in content_tag_stringschneems2015-07-291-6/+7
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-1/+1
* remove un-needed sortschneems2014-10-071-1/+1
* Extract data/aria attribute prefixes to a constantRafael Mendonça França2014-09-031-1/+3
* Add support for ARIA attributes in tagsPaoMar2014-09-031-4/+4
* Include missing module in tag_helperCarlos Antonio da Silva2014-07-091-0/+1
* Merge pull request #15654 from pdg137/masterMatthew Draper2014-06-131-2/+5
|\
| * In tag helper, honor html_safe on array parameters; also make safe_join more ...Paul Grayson2014-06-121-3/+15
|/
* drastically reduce object allocationsAaron Patterson2014-06-021-2/+2
* Update doc for TagHelper.Hendy Tanata2014-03-051-2/+8
* Allocate one less object using html_safe during content_tag constructionJosh Jordan2013-11-141-1/+1
* Convert CDATA input to string before gsub'ingCarsten Zimmermann2013-10-291-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+176