aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Add missing requireAkira Matsuda2013-07-111-0/+1
* Better not mutate the given options HashAkira Matsuda2013-07-101-3/+3
* Speed up String#truncateAkira Matsuda2013-07-101-1/+1
* Speedup String#toAkira Matsuda2013-07-101-1/+1
* Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-031-8/+0
* Revert "Merge pull request #10600 from aditya-kapoor/code_refactor"Rafael Mendonça França2013-05-151-9/+11
* Added a blank space and removed to_symaditya-kapoor2013-05-141-4/+5
* Removed Class Eval and used define_method instead for the SafeBufferaditya-kapoor2013-05-141-12/+9
* Changed spelling of Busines to Businessaditya-kapoor2013-05-081-1/+1
* document String#to_time exceptionVipul A M2013-05-021-0/+1
* Adjust for daylight savings in String#to_timeAndrew White2013-04-231-8/+6
* interpolate instead of string concatVipul A M2013-04-151-1/+1
* Corrected paramter to parameterCarson McDonald2013-04-131-1/+1
* Revert "Merge pull request #10158 from steveklabnik/issue_10125"Rafael Mendonça França2013-04-101-2/+2
* Fix inflector to respect default locale.Nick Cox2013-04-101-2/+2
* `fast_xs` support has been removed. Use 'String#encode(xml: :attr)`.Aaron Patterson2013-04-051-18/+0
* fix some typos in ASVipul A M2013-03-301-1/+1
* Call String#gsub with Hash directlyAman Gupta2013-03-041-2/+2
* no need for \Z, \z is more conciseXavier Noria2013-01-281-1/+1
* Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-2/+5
* Use `DateTime.parse` inside `String#to_datetime`Andrew White2013-01-211-8/+1
* Standardise the return value of `to_time`Andrew White2013-01-211-17/+27
* Better error message for String#to_dateKelly Stannard2013-01-041-5/+1
* Merge pull request #8560 from u16suzu/masterRafael Mendonça França2012-12-201-2/+2
|\
| * Fix: documentation for String#humanizeYuichiro Suzuki2012-12-201-2/+2
* | Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* | Add String#in_time_zone methodAndrew White2012-12-111-0/+13
* | Simplify String#mb_chars and stop proxying #classSteve Klabnik2012-11-281-5/+1