index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
multibyte
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use String#truncate_bytes inside Multibyte::Chars#limit
Francesco Rodríguez
2018-10-20
1
-13
/
+1
*
Deprecate Unicode's #pack_graphemes and #unpack_graphemes methods
Francesco Rodríguez
2018-10-18
1
-0
/
+10
*
Refactor Chars#reverse and Chars#grapheme_length
Francesco Rodríguez
2018-10-16
1
-2
/
+2
*
Deprecate ActiveSupport::Multibyte::Chars.consumes?
Francesco Rodríguez
2018-10-15
1
-0
/
+5
*
Deprecate Unicode#normalize and Chars#normalize (#34202)
Francesco Rodríguez
2018-10-12
2
-13
/
+41
*
Use native String#capitalize
Francesco Rodríguez
2018-10-12
1
-8
/
+1
*
Deprecate Unicode#downcase/upcase/swapcase.
Francesco Rodríguez
2018-10-12
2
-33
/
+11
*
Remove unused `require "active_support/core_ext/regexp"`
Ryuta Kamizono
2018-07-29
1
-1
/
+0
*
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] require_relative => require
Akira Matsuda
2017-10-21
1
-5
/
+5
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
2
-0
/
+2
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
2
-0
/
+2
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-5
/
+5
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Fix doc in Multibyte::Chars [ci skip]
kenta-s
2017-02-17
1
-4
/
+5
*
Update Unicode Version to 9.0.0
Fumiaki MATSUSHIMA
2017-01-28
1
-8
/
+18
*
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
1
-3
/
+3
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
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
2
-2
/
+2
*
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
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
2
-19
/
+19
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-1
/
+2
*
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
*
|
Update #20737 to address feedback
Sean Griffin
2015-10-20
1
-2
/
+5
*
|
Fixed slice! behavior: return nil for out-of-bound parameters
Gourav Tiwari
2015-10-20
1
-1
/
+2
*
|
[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
2
-2
/
+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
*
|
Merge pull request #20297 from gouravtiwari/patch-9
Claudio B.
2015-05-26
1
-0
/
+6
|
\
\
|
*
|
Added multibyte slice! example to doc [ci skip]
Gourav Tiwari
2015-05-26
1
-0
/
+6
*
|
|
Remove redundant 'like' from doc of slice! method [ci skip]
Mehmet Emin İNAÇ
2015-05-26
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
[next]