aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* String#freeze optimizationsschneems2015-07-301-1/+1
* Speedup String#squishojab2015-04-121-2/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-261-1/+1
|\
| * [ci skip] Add space after erb block.yui-knk2015-03-121-1/+1
* | Doc fixes [ci skip]Islam Wazery2015-03-073-3/+3
|/
* [skip ci] Add documentation for String#is_utf8? methodAnton Davydov2015-02-281-0/+7
* Merge pull request #19121 from davydovanton/update-doc-for-removeYves Senn2015-02-281-2/+3
|\
| * Update documentation examples for String#remove [skip ci]Anton Davydov2015-02-281-6/+7
|/
* Fix a backtracking problem in String#truncate_wordsHenrik Nygren2015-02-251-1/+1
* Properly dump primitive-like AS::SafeBuffer strings as YAMLGodfrey Chan2015-02-111-1/+1
* Merge pull request #14028 from uberllama/json_escape_commentsRafael Mendonça França2015-02-061-0/+5
|\
| * Amended json_escape comment to clarify that user-generated content must still...Yuval Kordov2014-02-121-0/+5
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* | Remove deprecated `ActiveSupport::SafeBuffer#prepend`Rafael Mendonça França2015-01-041-6/+0
* | Just check if the buffer exists before changing itRafael Mendonça França2014-12-291-1/+3
* | When trying to access a character on a string buffer object via `:[]`, if the...Vipul A M2014-12-291-1/+3
* | Document `String#html_safe` [ci skip]Sean Griffin2014-11-241-0/+5
* | added example of squish!, remove, test case for multiple occurrence ofRishi Jain2014-11-061-0/+9
* | Merge pull request #17383 from rwz/string-removeRafael Mendonça França2014-11-031-6/+10
|\ \
| * | Make `String#remove` and `String#remove!` accept multiple argumentsPavel Pravosud2014-10-251-6/+10
* | | instance_eval is evilAkira Matsuda2014-10-251-1/+1
|/ /
* | [ci skip] ActiveSupport CHANGELOG fixesAkshay Vishnoi2014-09-181-0/+1
* | As of Unicode 6.3, Mongolian Vowel Separator is not whitespaceMatthew Draper2014-09-151-1/+1
* | Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-171-0/+24
|\ \
| * | Added truncate_words method to activesupport stringsroot2014-07-161-0/+21
|/ /
* | The hex escape sequence can be of any lengthGodfrey Chan2014-07-021-1/+1
* | Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-1/+1
* | drastically reduce object allocationsAaron Patterson2014-06-021-6/+13
* | reduce AS::SafeBuffer allocationsAaron Patterson2014-06-021-1/+2
* | concat is a hotspot (via AV#append=), so just directly define the methodsAaron Patterson2014-06-021-4/+6
* | Fix inconsistent behavior from String#pluralizeKuldeep Aggarwal2014-04-191-1/+1
* | Fix inconsistent behavior from String#first/#lastErnie Miller2014-04-181-4/+4
* | Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-111-0/+2
* | Move require to actual fileCarlos Antonio da Silva2014-04-021-0/+1
* | DRY AS::SafeBuffer a bit using existing helperPavel Pravosud2014-04-021-5/+1
* | Make AS::SafeBuffer#prepend act like String#prependPavel Pravosud2014-03-311-6/+13
|/
* Clarify behavior of json_escape, update examplesJon Jensen2014-01-091-12/+12
* Revert "Speedup String#to"Yves Senn2014-01-081-1/+1
* Fixes interpolation on SafeBufferJulien Letessier2013-12-141-7/+12
* Review json_escape docs [ci skip]Carlos Antonio da Silva2013-12-041-22/+22
* Also move html_esacpe regex to a constant (see 9d25af60)Godfrey Chan2013-12-041-1/+2
* Added \u2028 \u2029 to json_escapeGodfrey Chan2013-12-041-5/+7
* Use lower case letters in unicodes sequences to match the new encoder's outputGodfrey Chan2013-12-041-1/+1
* Fixed a long-standing bug in `json_escape` that strips quotation marksGodfrey Chan2013-12-041-12/+49
* Avoid generating more strings while iterating to create methodsCarlos Antonio da Silva2013-12-021-1/+1
* [ci skip] removed singulars section from classify docGreg Molnar2013-11-271-4/+0
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-113-41/+41
* Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-5/+11
* Typo Fix[ci skip]Rashmi Yadav2013-08-141-3/+3
* Add String#remove(pattern) as a short-hand for the common pattern of String#g...David Heinemeier Hansson2013-08-131-0/+10