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
/
handlers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge docrails.
Pratik Naik
2008-05-25
1
-10
/
+8
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-1
/
+3
*
Standardize on using hyphens rather than colons to separate option names from...
Marcel Molina
2007-11-06
1
-2
/
+2
*
Multibyte: String#slice supports regexp argument. Closes #9646.
Jeremy Kemper
2007-10-15
1
-0
/
+2
*
Make the utf-handler return the correct value for non-matching regular expres...
Michael Koziarski
2007-08-05
1
-1
/
+1
*
Add ljust, rjust and center to utf8-handler. Closes #9165 [manfred]
Michael Koziarski
2007-08-05
1
-0
/
+66
*
Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, ...
Marcel Molina
2007-07-31
1
-0
/
+38
*
Nodoc the irrelevant (from 1.2)
David Heinemeier Hansson
2007-01-26
3
-5
/
+5
*
ActiveSupport::Multibyte::Handlers::UTF8Handler should raise when a range and...
Rick Olson
2007-01-23
1
-2
/
+6
*
Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]
Rick Olson
2006-11-09
1
-22
/
+33
*
Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...
Michael Koziarski
2006-10-17
1
-6
/
+11
*
Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...
Michael Koziarski
2006-10-12
1
-3
/
+3
*
Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]
Michael Koziarski
2006-10-04
1
-19
/
+9
*
Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...
Michael Koziarski
2006-10-03
3
-0
/
+500