aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/unicode.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-181-0/+10
* Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-121-11/+22
* Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-121-10/+9
* Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-201-272/+15
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* [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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-281-8/+18
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-14/+14
* Remove dead constantsFumiaki MATSUSHIMA2016-09-061-30/+0
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-12/+12
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-10/+9
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-17/+17
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-8/+8
* 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
* | [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-181-1/+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
* | 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
* 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-141-21/+31
* Avoid unnecessary catching of Exception instead of StandardError.Dylan Smith2012-06-171-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-3/+0
* Update Unicode database to recently-released 6.1.Norman Clarke2012-02-031-1/+1
* Implement Chars#swapcase.Norman Clarke2012-01-061-0/+8