aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_test_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
|
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 ↵Vipul A M2015-02-031-1/+0
| | | | onwards.
* Avoid mutating the constants in a test caseAkira Matsuda2014-08-161-3/+3
|
* remove checks for encodings availabilitySergey Nartimov2011-12-251-4/+1
|
* fix mixed encoding logs can't be logged.Kouhei Sutou2010-07-191-1/+4
| | | | | | | [#4807 state:committed] Signed-off-by: Kouhei Sutou <kou@cozmixng.org> Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Set encoding of the multibyte test helpers file to UTF-8 so the strings can ↵Manfred Stienstra2008-09-211-0/+2
| | | | be read by Ruby 1.9.
* Move multibyte test helpers to a separate file and make the conformance ↵Manfred Stienstra2008-09-211-0/+17
tests run again.