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
...
*
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]