Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate Unicode#normalize and Chars#normalize (#34202) | Francesco Rodríguez | 2018-10-12 | 1 | -45/+53 |
| | |||||
* | Remove unused `require` | bogdanvlviv | 2018-06-07 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | - `activesupport/multibyte_normalization_conformance_test.rb` `fileutils`, `tmpdir`, and `open-uri` are unused since c245ca30f248367e07d5d831195b12c93a1e3137, c245ca30f248367e07d5d831195b12c93a1e3137, and 7d7c2d13ba896dd8b58fe91d2fe0c4fc588069ca in accordance. - `activesupport/test/multibyte_conformance_test.rb` `tmpdir`, and `open-uri` are unused since c245ca30f248367e07d5d831195b12c93a1e3137, and 7d7c2d13ba896dd8b58fe91d2fe0c4fc588069ca in accordance. Remove using of `fileutils` since c245ca30f248367e07d5d831195b12c93a1e3137. - `activesupport/test/multibyte_grapheme_break_conformance_test.rb` `fileutils`, `tmpdir`, and `open-uri` are unused since c245ca30f248367e07d5d831195b12c93a1e3137, c245ca30f248367e07d5d831195b12c93a1e3137, and 7d7c2d13ba896dd8b58fe91d2fe0c4fc588069ca in accordance. | ||||
* | [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 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Privatize unneededly protected methods in Active Support tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
| | | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository. | ||||
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | systematic revision of =~ usage in AS | Xavier Noria | 2016-07-22 | 1 | -1/+1 |
| | | | | | Where appropriate prefer the more concise Regexp#match?, String#include?, String#start_with?, and String#end_with? | ||||
* | Skip the test if test data download fails. | Vít Ondruch | 2016-07-04 | 1 | -2/+0 |
| | |||||
* | DRY Downloader. | Vít Ondruch | 2016-07-04 | 1 | -18/+0 |
| | |||||
* | Travis: cache unicode data downloads and beanstalkd build | Jeremy Daer | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | Put test-case dependent helper Class inside the test case | Akira Matsuda | 2016-01-24 | 1 | -13/+13 |
| | | | | This fixes :warning: previous definition of download was here | ||||
* | Remove unused code | Will Jessop | 2015-11-24 | 1 | -4/+1 |
| | | | | Looking at the history of this file it seems this code was never actually used. | ||||
* | :scissors: empty line at the top of files | Akira Matsuda | 2015-09-21 | 1 | -1/+0 |
| | |||||
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 ↵ | Vipul A M | 2015-02-03 | 1 | -1/+0 |
| | | | | onwards. | ||||
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | fix thread safety issues | Aaron Patterson | 2014-07-17 | 1 | -4/+7 |
| | | | | | this test case had a race condition where it could download data multiple times. We'll download the data once at class load. | ||||
* | Silence the output downloading a file | Robin Dupret | 2014-07-11 | 1 | -1/+0 |
| | | | | | This output isn't used anywhere for assertions so we can simply remove it. The introducing commit was f238d495. | ||||
* | Don't fail if unicode.org isn't talking to us | Matthew Draper | 2014-07-05 | 1 | -1/+3 |
| | |||||
* | Warning removed for missmatched indentation | Arun Agrawal | 2014-04-26 | 1 | -2/+2 |
| | |||||
* | multibyte_conformance.rb --> multibyte_conformance_test.rb | Akshay Vishnoi | 2014-04-19 | 1 | -0/+129 |