aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte
Commit message (Expand)AuthorAgeFilesLines
* Add AS::Multibyte::Chars#match?Akira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Use String#truncate_bytes inside Multibyte::Chars#limitFrancesco Rodríguez2018-10-201-13/+1
* Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-181-0/+10
* Refactor Chars#reverse and Chars#grapheme_lengthFrancesco Rodríguez2018-10-161-2/+2
* Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-151-0/+5
* Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-122-13/+41
* Use native String#capitalizeFrancesco Rodríguez2018-10-121-8/+1
* Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-122-33/+11
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-201-272/+15
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-5/+5
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-092-0/+2
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-5/+5
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Fix doc in Multibyte::Chars [ci skip]kenta-s2017-02-171-4/+5
* Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-281-8/+18
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-3/+3
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-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-162-2/+2
* 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