aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_chars_test.rb
Commit message (Expand)AuthorAgeFilesLines
* ensure original encoding doesnt changeFrancesco Rodriguez2012-12-011-0/+3
* Simplify String#mb_chars and stop proxying #classSteve Klabnik2012-11-281-1/+4
* Fix class_eval without __FILE__ and __LINE__.kennyj2012-07-181-1/+1
* Use respond_to_missing? for CharsMarc-Andre Lafortune2012-05-051-0/+9
* Added as_json method for multibyte stringsDmitriy Vorotilin2012-02-011-0/+3
* Implement Chars#swapcase.Norman Clarke2012-01-061-2/+13
* use AS::TestCase as the base classAaron Patterson2012-01-051-3/+3
* Use friendlier method nameNorman Clarke2012-01-051-1/+1
* Replace Unicode.u_unpack with String#codepointsNorman Clarke2012-01-051-11/+0
* Just use Ruby's String#[]=Norman Clarke2012-01-051-5/+0
* Merge branch 'refactor-multibyte-chars' of https://github.com/lest/rails into...Norman Clarke2012-01-051-1/+1
|\
| * refactor AS::Multibyte::CharsSergey Nartimov2012-01-051-1/+1
* | Make return value from bang methods match Ruby docsNorman Clarke2012-01-051-4/+10
* | Fix incorrect behavior specified in test.Norman Clarke2012-01-051-1/+1
|/
* Remove more dead code from AS.José Valim2011-12-201-4/+2
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-9/+2
* Missing dependency in MultiByte test.Rolf Timmermans2011-03-131-0/+1
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* Improve bang method defs, make slice! operate in-place. [#5028 state:resolved]Norman Clarke2010-07-081-16/+25
* Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting off...Alex Muntean2010-06-301-0/+1
* Fix AS::MB::Chars#+ to not alter self [#4646 state:resolved]James MacAulay2010-06-301-7/+9
* Adds titleize/titlecase to AS::Multibyte::CharsNorman Clarke2010-06-201-0/+14
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-48/+41
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-3/+3
* Use explicit source encoding rather than forced UTF-8 from US-ASCII.Santiago Pastorino2010-04-261-1/+1
* Make tidy_bytes work on 1.9 and improve its performance. [#4350 state:resolved]Norman Clarke2010-04-091-26/+47
* Revert "failing tests in multibyte_chars_test.rb fixed". The bug is in Ruby 1...José Valim2010-02-021-11/+11
* failing tests in multibyte_chars_test.rb fixedSantiago Pastorino2010-02-011-11/+11
* Work around assert_raise limitationJeremy Kemper2009-11-081-3/+3
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-3/+3
* Make ActiveSupport::Chars#limit run on Ruby 1.9.Manfred Stienstra2009-11-041-29/+27
* Add ActiveSupport::Multibyte::Chars#limit.Manfred Stienstra2009-11-041-0/+59
* Fix chars.reverse for multibyte decomposed stringsMatias Flores2009-11-021-0/+11
* Ruby 1.9 doesn't recognize EM SPACE as whitespace, breaking String#stripJeremy Kemper2009-11-021-1/+7
* Ruby 1.9 compat: fix regexp slice testJeremy Kemper2009-09-131-1/+1
* 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