Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -15/+15 |
* | Use multibyte proxy class on 1.9, refactor Unicode. | Norman Clarke | 2010-05-21 | 1 | -1/+1 |
* | Move multibyte test helpers to a separate file and make the conformance tests... | Manfred Stienstra | 2008-09-21 | 1 | -1/+5 |
* | Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9. | Manfred Stienstra | 2008-09-21 | 1 | -61/+40 |
* | Multibyte: String#chars returns self for Ruby 1.9 | Jeremy Kemper | 2007-12-21 | 1 | -1/+5 |
* | Multibyte: String#chars uses passthrough handler for Ruby 1.9 | Jeremy Kemper | 2007-12-21 | 1 | -3/+4 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 1 | -2/+2 |
* | Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with... | Michael Koziarski | 2006-10-03 | 1 | -0/+141 |