aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/multibyte.rb
Commit message (Expand)AuthorAgeFilesLines
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-63/+47
* fix nodocsVijay Dev2011-12-091-1/+1
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* Active Support typos.R.T. Lechow2011-03-051-1/+1
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-5/+5
* Improve bang method defs, make slice! operate in-place. [#5028 state:resolved]Norman Clarke2010-07-081-1/+1
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-13/+17
* removes code written for Ruby < 1.8.7Xavier Noria2010-04-171-7/+0
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Convert String conversions, filters, starts/ends_with, and multibyte extensio...Jeremy Kemper2009-03-281-74/+67
* Deprecated String#chars in favor of String#mb_chars.Manfred Stienstra2008-09-211-1/+4
* Improve documentation.Manfred Stienstra2008-09-211-13/+10
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-0/+81