aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
...
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-1/+1
* Match `String#to_time`'s behaviour to rubySiim Liiser2016-04-041-1/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-031-1/+1
|\
| * s/responsibilty/responsibility/Vipul A M2016-03-221-1/+1
* | Fix method String#upcase_firstbogdanvlviv2016-03-311-1/+3
* | Add upcase_first methodGlauco Custódio2016-02-251-0/+7
|/
* drop array allocations on `html_safe`Aaron Patterson2016-02-081-1/+1
* Fix nodoc to internal class error document some of themVipul A M2016-01-251-0/+1
* Use CGI.escapeHTML for html escapeTakashi Kokubun2015-12-211-4/+2
* Parameterize with options to preserve case of stringSwaathi K2015-11-071-2/+20
* Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escapeSean Griffin2015-10-201-2/+2
|\
| * Handle invalid UTF-8 strings when HTML escapingGrey Baker2015-06-081-2/+2
* | Applying right result of examples in ActiveSupport Multibyte [ci skip]amitkumarsuroliya2015-09-211-6/+4
* | String#strip_heredocs doesn't need Object#tryVlado Cingel2015-09-191-2/+0
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-09-181-1/+1
|\ \
| * | s/JQuery/jQuery/Akira Matsuda2015-09-181-1/+1
* | | Improve String#strip_heredocJuanito Fatas2015-09-121-2/+1
* | | Fixed Time conversion example for UTC time zone [ci skip]Ronak Jangir2015-09-081-1/+1
|/ /
* | minor documentation improvement [ci skip]Sam Auciello2015-08-241-2/+2
* | Merge pull request #21217 from myrridin/myrridin-documentation-updatesZachary Scott2015-08-121-2/+2
|\ \
| * | [ci skip] Switch around a common idiom for readabilityThomas Hart II2015-08-051-2/+2
| |/
* / 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