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
/
test
/
multibyte_chars_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove more dead code from AS.
José Valim
2011-12-20
1
-4
/
+2
*
Initial pass at removing dead 1.8.x code from Active Support.
José Valim
2011-12-20
1
-9
/
+2
*
Missing dependency in MultiByte test.
Rolf Timmermans
2011-03-13
1
-0
/
+1
*
Removes unused vars
Santiago Pastorino
2010-07-24
1
-1
/
+1
*
Improve bang method defs, make slice! operate in-place. [#5028 state:resolved]
Norman Clarke
2010-07-08
1
-16
/
+25
*
Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting off...
Alex Muntean
2010-06-30
1
-0
/
+1
*
Fix AS::MB::Chars#+ to not alter self [#4646 state:resolved]
James MacAulay
2010-06-30
1
-7
/
+9
*
Adds titleize/titlecase to AS::Multibyte::Chars
Norman Clarke
2010-06-20
1
-0
/
+14
*
Use multibyte proxy class on 1.9, refactor Unicode.
Norman Clarke
2010-05-21
1
-48
/
+41
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-3
/
+3
*
Use explicit source encoding rather than forced UTF-8 from US-ASCII.
Santiago Pastorino
2010-04-26
1
-1
/
+1
*
Make tidy_bytes work on 1.9 and improve its performance. [#4350 state:resolved]
Norman Clarke
2010-04-09
1
-26
/
+47
*
Revert "failing tests in multibyte_chars_test.rb fixed". The bug is in Ruby 1...
José Valim
2010-02-02
1
-11
/
+11
*
failing tests in multibyte_chars_test.rb fixed
Santiago Pastorino
2010-02-01
1
-11
/
+11
*
Work around assert_raise limitation
Jeremy Kemper
2009-11-08
1
-3
/
+3
*
Ruby 1.9.2: work around changes to flatten and nil.to_str
Jeremy Kemper
2009-11-08
1
-3
/
+3
*
Make ActiveSupport::Chars#limit run on Ruby 1.9.
Manfred Stienstra
2009-11-04
1
-29
/
+27
*
Add ActiveSupport::Multibyte::Chars#limit.
Manfred Stienstra
2009-11-04
1
-0
/
+59
*
Fix chars.reverse for multibyte decomposed strings
Matias Flores
2009-11-02
1
-0
/
+11
*
Ruby 1.9 doesn't recognize EM SPACE as whitespace, breaking String#strip
Jeremy Kemper
2009-11-02
1
-1
/
+7
*
Ruby 1.9 compat: fix regexp slice test
Jeremy Kemper
2009-09-13
1
-1
/
+1
*
Correctly handle offsets in Multibyte::Chars#index and #rindex.
Erik Ostrom
2009-08-09
1
-1
/
+6
*
pare down core_ext dependency
Jeremy Kemper
2009-08-09
1
-2
/
+1
*
Add rindex to ActiveSupport::Multibyte::Chars.
Erik Ostrom
2009-08-09
1
-0
/
+7
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-17
/
+17
*
Make Chars#slice! behave more like String#slice! [#1243 state:resolved]
George Ogata
2009-03-07
1
-5
/
+9
*
Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Uni...
Jason Cheow
2008-12-08
1
-0
/
+4
*
Move multibyte test helpers to a separate file and make the conformance tests...
Manfred Stienstra
2008-09-21
1
-21
/
+4
*
Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF...
Manfred Stienstra
2008-09-21
1
-0
/
+11
*
Non-string results from forwarded methods should be returned vertabim.
Manfred Stienstra
2008-09-21
1
-7
/
+12
*
All methods which normally return a string now return a proxy instance.
Manfred Stienstra
2008-09-21
1
-7
/
+42
*
Add a test for ActiveSupport::Multibyte::Chars.consumes?.
Manfred Stienstra
2008-09-21
1
-1
/
+8
*
Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.
Manfred Stienstra
2008-09-21
1
-150
/
+492
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
1
-0
/
+4
*
Ruby 1.9 compat: declare utf-8 file encoding
Jeremy Kemper
2008-02-02
1
-0
/
+1
*
Fix invalid time test. Closes #10632 [Dirkjan Bussink]
Jeremy Kemper
2008-01-02
1
-8
/
+1
*
Multibyte: String#chars returns self for Ruby 1.9
Jeremy Kemper
2007-12-21
1
-1
/
+12
*
Multibyte: String#chars uses passthrough handler for Ruby 1.9
Jeremy Kemper
2007-12-21
1
-9
/
+13
*
Make the utf-handler return the correct value for non-matching regular expres...
Michael Koziarski
2007-08-05
1
-1
/
+3
*
Multibyte strings respond_to the String methods they proxy so they can be duc...
Jeremy Kemper
2007-05-28
1
-0
/
+7
*
Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]
Michael Koziarski
2006-10-04
1
-3
/
+4
*
Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...
Michael Koziarski
2006-10-03
1
-0
/
+163
[prev]