aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix documentation for String#mb_chars.Steve Klabnik2012-11-281-4/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-2/+2
|\ \
| * | Adding a missing parenthesis in the doc of String#parameterize.Geoffrey Roguelon2012-10-241-2/+2
* | | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
|/ /
* | String.to_time documentation along examples.Adam Stankiewicz2012-09-241-1/+11
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-212-4/+3
|\ \
| * | update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-122-4/+3
* | | &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
|/ /
* | Merge pull request #3578 from amatsuda/remove_j_alias_for_json_escapeRafael Mendonça França2012-08-211-7/+0
|\ \
| * | Remove j alias for ERB::Util.json_escapeAkira Matsuda2011-11-091-7/+0
* | | defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+43
* | | html_escape should escape single quotesSantiago Pastorino2012-07-311-3/+3
* | | Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-4/+18
* | | Fix doc example for dasherizeMarc-Andre Lafortune2012-06-151-1/+1
* | | remove unnecessary requireSergey Nartimov2012-05-282-4/+0
* | | Update the documentation and add CHANGELOG entryRafael Mendonça França2012-05-261-1/+1
* | | doesn't modify params in SafeBuffer#%Vasiliy Ermolovich2012-05-181-3/+1
* | | Revert "Merge pull request #6354 from lest/patch-1"Carlos Galdino + Rafael Mendonça França2012-05-162-0/+4