aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-10/+9
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-17/+17
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-062-19/+19
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* Merge pull request #12877 from aroben/extended-graphemesRafael França2015-12-311-13/+38
|\
| * Support extended grapheme clusters and UAX 29Adam Roben2013-11-131-0/+15
| * Refactor Unicode.unpack_graphemes slightlyAdam Roben2013-11-131-13/+23
* | Update #20737 to address feedbackSean Griffin2015-10-201-2/+5
* | Fixed slice! behavior: return nil for out-of-bound parametersGourav Tiwari2015-10-201-1/+2
* | [ci skip] default_normalization_form accessing from UnicodeGaurav Sharma2015-09-291-1/+1
* | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-182-2/+0
* | Update Unicode Version to 8.0.0Anshul Sharma2015-09-041-1/+1
* | replace each with each_key when only the key is neededAaron Lasseigne2015-08-081-1/+1
* | String#freeze optimizationsschneems2015-07-301-1/+1
* | Freeze string literals when not mutated.schneems2015-07-191-1/+1
* | Merge pull request #20297 from gouravtiwari/patch-9Claudio B.2015-05-261-0/+6
|\ \
| * | Added multibyte slice! example to doc [ci skip]Gourav Tiwari2015-05-261-0/+6
* | | Remove redundant 'like' from doc of slice! method [ci skip]Mehmet Emin İNAÇ2015-05-261-1/+1
|/ /
* | String already respond_to scrub at Ruby 2.2Rafael Mendonça França2015-01-041-2/+1
* | Update to Unicode 7.0.0Benjamin Fleischer2014-11-151-1/+1
* | As of Unicode 6.3, Mongolian Vowel Separator is not whitespaceMatthew Draper2014-09-151-1/+0
* | Preload UnicodeDatabase outside the loopAkira Matsuda2014-08-181-0/+1
* | formatAkira Matsuda2014-08-181-2/+1
* | Prevent using String#scrub on RubiniusRobin Dupret2014-07-301-1/+2
* | Fix tidy_bytes for JRubyJustin Coyne2014-02-101-3/+3
* | use feature detection to decide which implementation to useAaron Patterson2014-02-081-1/+1
* | Update to Unicode 6.3.0Norman Clarke2013-12-271-1/+1
* | Use String#scrub when available to tidy bytesNorman Clarke2013-12-261-35/+35
|/
* Initializing Codepoint object with default valuesHitendra Singh2013-09-201-0/+7
* Drying up method_missing codeHitendra Singh2013-09-201-2/+1
* compatability => compatibilityVipul A M2013-05-261-3/+3
* Use ruby's Encoding support for tidy_bytesBurke Libbey2013-05-081-39/+19
* Update to latest Unicode data.Norman Clarke2013-02-101-1/+1
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-2/+2
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-2/+2
* update AS/log_subscriber and AS/multibyte docs [ci skip]Francesco Rodriguez2012-09-142-45/+67
* Avoid unnecessary catching of Exception instead of StandardError.Dylan Smith2012-06-171-1/+1
* fix warning in Ruby2.0.0takkanm2012-06-111-1/+1
* make AS::Multibyte::Chars work w/o multibyte core extSergey Nartimov2012-05-281-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-132-14/+0
* Use respond_to_missing? for CharsMarc-Andre Lafortune2012-05-051-2/+2
* Update Unicode database to recently-released 6.1.Norman Clarke2012-02-031-1/+1
* Build fix when running isolated testArun Agrawal2012-02-011-0/+1
* Added as_json method for multibyte stringsDmitriy Vorotilin2012-02-011-0/+4
* Improve doc consistencyNorman Clarke2012-01-061-3/+3
* Implement Chars#swapcase.Norman Clarke2012-01-062-0/+16
* Use friendlier method nameNorman Clarke2012-01-051-2/+2
* Use friendlier method names for upcasing/downcasingNorman Clarke2012-01-052-12/+20
* Use more descriptive method namesNorman Clarke2012-01-052-8/+8