aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-181-0/+41
* `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-171-1/+3
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-3/+4
* Mention about Ruby 2.4 Unicode case mappings in `mb_chars` example [ci skip] ...Ryuta Kamizono2017-11-291-1/+3
* [ci skip] Correct output for UpcaseDixit Patel2017-11-291-1/+1
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-222-2/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-216-10/+10
* Remove obsolete documentation [ci skip]Max Felsher2017-10-191-3/+0
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-3/+3
* Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-021-0/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1113-0/+13
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0913-0/+13
* [Active Support] require => require_relativeAkira Matsuda2017-07-016-9/+9
* Use keyword arguments instead of hashRafael Mendonça França2017-03-281-4/+4
* Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-9/+19
|\
| * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-9/+19
* | :golf: else + if = elsifAkira Matsuda2017-01-171-10/+8
* | There's no such moduleAkira Matsuda2017-01-051-4/+4
|/
* Remove deprecated separator argument from parameterizeAndrew White2016-11-141-5/+1
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-132-3/+3
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-272-3/+3
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-3/+3
|/
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-082-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-4/+4
* applies new string literal convention in activesupport/libXavier Noria2016-08-0610-23/+23
* Missing require 'active_support/multibyte/unicode'Akira Matsuda2016-07-121-0/+1
* 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
|/