aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_conformance.rb
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-15/+15
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-1/+1
* Move multibyte test helpers to a separate file and make the conformance tests...Manfred Stienstra2008-09-211-1/+5
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-61/+40
* Multibyte: String#chars returns self for Ruby 1.9Jeremy Kemper2007-12-211-1/+5
* Multibyte: String#chars uses passthrough handler for Ruby 1.9Jeremy Kemper2007-12-211-3/+4
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-2/+2
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+141