| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `AS::Multibyte`'s unicode table | Fumiaki MATSUSHIMA | 2018-02-20 | 1 | -272/+15 |
* | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -1/+1 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Update Unicode Version to 9.0.0 | Fumiaki MATSUSHIMA | 2017-01-28 | 1 | -8/+18 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -14/+14 |
* | Remove dead constants | Fumiaki MATSUSHIMA | 2016-09-06 | 1 | -30/+0 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -12/+12 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -10/+9 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -17/+17 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
* | Merge pull request #12877 from aroben/extended-graphemes | Rafael França | 2015-12-31 | 1 | -13/+38 |
|\ |
|
| * | Support extended grapheme clusters and UAX 29 | Adam Roben | 2013-11-13 | 1 | -0/+15 |
| * | Refactor Unicode.unpack_graphemes slightly | Adam Roben | 2013-11-13 | 1 | -13/+23 |
* | | [ci skip] default_normalization_form accessing from Unicode | Gaurav Sharma | 2015-09-29 | 1 | -1/+1 |
* | | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -1/+0 |
* | | Update Unicode Version to 8.0.0 | Anshul Sharma | 2015-09-04 | 1 | -1/+1 |
* | | replace each with each_key when only the key is needed | Aaron Lasseigne | 2015-08-08 | 1 | -1/+1 |
* | | String#freeze optimizations | schneems | 2015-07-30 | 1 | -1/+1 |
* | | Freeze string literals when not mutated. | schneems | 2015-07-19 | 1 | -1/+1 |
* | | String already respond_to scrub at Ruby 2.2 | Rafael Mendonça França | 2015-01-04 | 1 | -2/+1 |
* | | Update to Unicode 7.0.0 | Benjamin Fleischer | 2014-11-15 | 1 | -1/+1 |
* | | As of Unicode 6.3, Mongolian Vowel Separator is not whitespace | Matthew Draper | 2014-09-15 | 1 | -1/+0 |
* | | Preload UnicodeDatabase outside the loop | Akira Matsuda | 2014-08-18 | 1 | -0/+1 |
* | | format | Akira Matsuda | 2014-08-18 | 1 | -2/+1 |
* | | Prevent using String#scrub on Rubinius | Robin Dupret | 2014-07-30 | 1 | -1/+2 |
* | | Fix tidy_bytes for JRuby | Justin Coyne | 2014-02-10 | 1 | -3/+3 |
* | | use feature detection to decide which implementation to use | Aaron Patterson | 2014-02-08 | 1 | -1/+1 |
* | | Update to Unicode 6.3.0 | Norman Clarke | 2013-12-27 | 1 | -1/+1 |
* | | Use String#scrub when available to tidy bytes | Norman Clarke | 2013-12-26 | 1 | -35/+35 |
|/ |
|
* | Initializing Codepoint object with default values | Hitendra Singh | 2013-09-20 | 1 | -0/+7 |
* | compatability => compatibility | Vipul A M | 2013-05-26 | 1 | -3/+3 |
* | Use ruby's Encoding support for tidy_bytes | Burke Libbey | 2013-05-08 | 1 | -39/+19 |
* | Update to latest Unicode data. | Norman Clarke | 2013-02-10 | 1 | -1/+1 |
* | Revert "Use flat_map { } instead of map {}.flatten" | Santiago Pastorino | 2012-10-05 | 1 | -2/+2 |
* | Use flat_map { } instead of map {}.flatten | Santiago Pastorino | 2012-10-05 | 1 | -2/+2 |
* | update AS/log_subscriber and AS/multibyte docs [ci skip] | Francesco Rodriguez | 2012-09-14 | 1 | -21/+31 |
* | Avoid unnecessary catching of Exception instead of StandardError. | Dylan Smith | 2012-06-17 | 1 | -1/+1 |
* | removing unnecessary 'examples' noise from activesupport | Francesco Rodriguez | 2012-05-13 | 1 | -3/+0 |
* | Update Unicode database to recently-released 6.1. | Norman Clarke | 2012-02-03 | 1 | -1/+1 |
* | Implement Chars#swapcase. | Norman Clarke | 2012-01-06 | 1 | -0/+8 |
* | Use friendlier method names for upcasing/downcasing | Norman Clarke | 2012-01-05 | 1 | -9/+17 |
* | Use more descriptive method names | Norman Clarke | 2012-01-05 | 1 | -6/+6 |
* | Replace Unicode.u_unpack with String#codepoints | Norman Clarke | 2012-01-05 | 1 | -16/+3 |
* | Remove "_codepoints" from compose/decompose | Norman Clarke | 2012-01-05 | 1 | -7/+7 |