aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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