aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_chars_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle offsets in Multibyte::Chars#index and #rindex.Erik Ostrom2009-08-091-1/+6
* pare down core_ext dependencyJeremy Kemper2009-08-091-2/+1
* Add rindex to ActiveSupport::Multibyte::Chars.Erik Ostrom2009-08-091-0/+7
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-17/+17
* Make Chars#slice! behave more like String#slice! [#1243 state:resolved]George Ogata2009-03-071-5/+9
* Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Uni...Jason Cheow2008-12-081-0/+4
* Move multibyte test helpers to a separate file and make the conformance tests...Manfred Stienstra2008-09-211-21/+4
* Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF...Manfred Stienstra2008-09-211-0/+11
* Non-string results from forwarded methods should be returned vertabim.Manfred Stienstra2008-09-211-7/+12
* All methods which normally return a string now return a proxy instance.Manfred Stienstra2008-09-211-7/+42
* Add a test for ActiveSupport::Multibyte::Chars.consumes?.Manfred Stienstra2008-09-211-1/+8
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-150/+492
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+4
* Ruby 1.9 compat: declare utf-8 file encodingJeremy Kemper2008-02-021-0/+1
* Fix invalid time test. Closes #10632 [Dirkjan Bussink]Jeremy Kemper2008-01-021-8/+1
* Multibyte: String#chars returns self for Ruby 1.9Jeremy Kemper2007-12-211-1/+12
* Multibyte: String#chars uses passthrough handler for Ruby 1.9Jeremy Kemper2007-12-211-9/+13
* Make the utf-handler return the correct value for non-matching regular expres...Michael Koziarski2007-08-051-1/+3
* Multibyte strings respond_to the String methods they proxy so they can be duc...Jeremy Kemper2007-05-281-0/+7
* Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra]Michael Koziarski2006-10-041-3/+4
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+163