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
/
chars.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add ActiveSupport::Multibyte::Chars#limit.
Manfred Stienstra
2009-11-04
1
-14
/
+15
*
Fix chars.reverse for multibyte decomposed strings
Matias Flores
2009-11-02
1
-1
/
+1
*
Add verify and clean methods to ActiveSupport::Multibyte.
Michael Koziarski
2009-09-04
1
-16
/
+7
*
Correctly handle offsets in Multibyte::Chars#index and #rindex.
Erik Ostrom
2009-08-09
1
-3
/
+5
*
Add rindex to ActiveSupport::Multibyte::Chars.
Erik Ostrom
2009-08-09
1
-0
/
+13
*
Include acts_as_string?
Jeremy Kemper
2009-05-18
1
-0
/
+1
*
Make Chars#slice! behave more like String#slice! [#1243 state:resolved]
George Ogata
2009-03-07
1
-2
/
+14
*
Ruby 1.9: force ascii encoding for comparison with utf8 regexp
Jeremy Kemper
2009-02-03
1
-0
/
+2
*
Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Uni...
Jason Cheow
2008-12-08
1
-0
/
+8
*
Merge with docrails. Also add a rake task to generate guides in your rails ap...
Pratik Naik
2008-10-21
1
-2
/
+2
*
Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF...
Manfred Stienstra
2008-09-21
1
-1
/
+1
*
Non-string results from forwarded methods should be returned vertabim.
Manfred Stienstra
2008-09-21
1
-2
/
+3
*
Improve documentation.
Manfred Stienstra
2008-09-21
1
-52
/
+61
*
All methods which normally return a string now return a proxy instance.
Manfred Stienstra
2008-09-21
1
-2
/
+1
*
Change all calls to String#chars to String#mb_chars.
Manfred Stienstra
2008-09-21
1
-10
/
+10
*
Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.
Manfred Stienstra
2008-09-21
1
-127
/
+655
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
1
-0
/
+5
*
Ruby 1.8.7 compat: TimeWithZone# and Chars#respond_to? pass along the include...
Jeremy Kemper
2008-05-31
1
-5
/
+7
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
Multibyte: String#chars returns self for Ruby 1.9
Jeremy Kemper
2007-12-21
1
-8
/
+2
*
Multibyte: String#chars uses passthrough handler for Ruby 1.9
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Ruby 1.9 compat: shadowed vars, kcode
Jeremy Kemper
2007-12-15
1
-2
/
+8
*
Multibyte strings respond_to the String methods they proxy so they can be duc...
Jeremy Kemper
2007-05-28
1
-0
/
+6
*
Improved performance by relying less on exception raising #8159 [Blaine]
David Heinemeier Hansson
2007-04-24
1
-6
/
+6
*
Nodoc the irrelevant (from 1.2)
David Heinemeier Hansson
2007-01-26
1
-1
/
+1
*
Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...
Michael Koziarski
2006-10-03
1
-0
/
+129
[prev]