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
*
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
*
|
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
*
Drying up method_missing code
Hitendra Singh
2013-09-20
1
-2
/
+1
*
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
2
-45
/
+67
*
Avoid unnecessary catching of Exception instead of StandardError.
Dylan Smith
2012-06-17
1
-1
/
+1
*
fix warning in Ruby2.0.0
takkanm
2012-06-11
1
-1
/
+1
*
make AS::Multibyte::Chars work w/o multibyte core ext
Sergey Nartimov
2012-05-28
1
-1
/
+1
*
removing unnecessary 'examples' noise from activesupport
Francesco Rodriguez
2012-05-13
2
-14
/
+0
*
Use respond_to_missing? for Chars
Marc-Andre Lafortune
2012-05-05
1
-2
/
+2
*
Update Unicode database to recently-released 6.1.
Norman Clarke
2012-02-03
1
-1
/
+1
*
Build fix when running isolated test
Arun Agrawal
2012-02-01
1
-0
/
+1
*
Added as_json method for multibyte strings
Dmitriy Vorotilin
2012-02-01
1
-0
/
+4
*
Improve doc consistency
Norman Clarke
2012-01-06
1
-3
/
+3
*
Implement Chars#swapcase.
Norman Clarke
2012-01-06
2
-0
/
+16
*
Use friendlier method name
Norman Clarke
2012-01-05
1
-2
/
+2
*
Use friendlier method names for upcasing/downcasing
Norman Clarke
2012-01-05
2
-12
/
+20
*
Use more descriptive method names
Norman Clarke
2012-01-05
2
-8
/
+8
*
Move include to top of class for clarity
Norman Clarke
2012-01-05
1
-2
/
+1
*
Replace Unicode.u_unpack with String#codepoints
Norman Clarke
2012-01-05
3
-26
/
+5
*
Remove multibyte utils
Norman Clarke
2012-01-05
1
-27
/
+0
*
Remove "_codepoints" from compose/decompose
Norman Clarke
2012-01-05
2
-9
/
+9
*
Remove unused code.
Norman Clarke
2012-01-05
1
-25
/
+0
[next]