aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-4/+5
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+1
* Remove unnecessary requires/encoding commentNorman Clarke2012-01-051-3/+0
* Replace Unicode.u_unpack with String#codepointsNorman Clarke2012-01-051-1/+0
* Remove multibyte utilsNorman Clarke2012-01-051-20/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-19/+1
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-2/+2
* Autoload Multibyte features.Manfred Stienstra2009-11-041-4/+7
* Fix a messed up merge commitMichael Koziarski2009-09-041-4/+0
* Add verify and clean methods to ActiveSupport::Multibyte.Michael Koziarski2009-09-041-2/+30
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 state:res...Manfred Stienstra2008-10-061-2/+2
* Improve documentation.Manfred Stienstra2008-09-211-2/+2
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-6/+30
* Don't assume ActiveSupport module is already definedJeremy Kemper2007-10-151-5/+7
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-1/+1
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+7