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
*
Move some methods into 1.8.x-only proxy. [#4978 state:resolved]
Norman Clarke
2010-06-26
1
-40
/
+39
*
Adds titleize/titlecase to AS::Multibyte::Chars
Norman Clarke
2010-06-20
1
-0
/
+10
*
<=> is defined twice on multibyte/chars.rb for Ruby < 1.9
Sam Elliott and Santiago Pastorino
2010-06-20
1
-14
/
+10
*
Explicitly delegate Chars#<=> to work around Kernel#<=> possibly ignoring met...
Jeremy Kemper
2010-06-11
1
-3
/
+4
*
Move the undef into the 1.9 only branch
wycats
2010-06-07
1
-2
/
+2
*
If we undef <=>, it solves a problem involving comparison. Please figure out ...
wycats
2010-06-07
1
-0
/
+2
*
Use multibyte proxy class on 1.9, refactor Unicode.
Norman Clarke
2010-05-21
3
-507
/
+534
*
Delegate Inflector.transliterate to i18n. [#4508 state:resolved]
Norman Clarke
2010-04-30
1
-18
/
+27
*
Action Pack: fix tests with -K*, work around Ruby 1.9.1 constant lookup.
Cezary Baginski
2010-04-25
1
-2
/
+2
*
Make tidy_bytes work on 1.9 and improve its performance. [#4350 state:resolved]
Norman Clarke
2010-04-09
1
-18
/
+67
*
Improve performance of multibyte utils.
James Golick
2010-03-16
1
-1
/
+1
*
Merge docrails
Pratik Naik
2010-01-17
1
-1
/
+1
*
Fix unresolved string extension dependencies
Jeremy Kemper
2009-11-08
1
-2
/
+3
*
Make ActiveSupport::Chars#limit run on Ruby 1.9.
Manfred Stienstra
2009-11-04
1
-0
/
+5
*
Improve performance of Multibyte::Utils.
Manfred Stienstra
2009-11-04
1
-7
/
+6
*
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
*
Use Encoding.default_external, not _internal
Jeremy Kemper
2009-09-13
1
-2
/
+2
*
Remove redundant checks for valid character regexp in ActiveSupport::Multibyt...
Beau Harrington
2009-09-10
1
-2
/
+2
*
Add verify and clean methods to ActiveSupport::Multibyte.
Michael Koziarski
2009-09-04
2
-16
/
+68
*
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
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-2
/
+16
|
\
|
*
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
|
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-4
/
+4
*
|
Annotated metaprogramming code across ActiveSupport
Michael S. Klishin
2008-12-28
1
-5
/
+5
|
/
*
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
2
-52
/
+62
*
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
7
-892
/
+733
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
1
-0
/
+5
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
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
2
-11
/
+9
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-1
/
+3
*
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
*
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
*
Multibyte strings respond_to the String methods they proxy so they can be duc...
Jeremy Kemper
2007-05-28
1
-0
/
+6
[next]