From fc988115f75bdca6aa95454208b49125a5041117 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Sun, 6 Nov 2011 10:36:56 +0000 Subject: Implement a workaround for a bug in ruby-1.9.3p0. The bug is that an error would be raised while attempting to convert a template from one encoding to another. Please see http://redmine.ruby-lang.org/issues/5564 for more details. The workaround is to load all conversions into memory ahead of time, and will only happen if the ruby version is *exactly* 1.9.3p0. The hope is obviously that the underlying problem will be resolved in the next patchlevel release of 1.9.3. --- .../lib/action_view/data/encoding_conversions.dump | Bin 0 -> 122854 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 actionpack/lib/action_view/data/encoding_conversions.dump (limited to 'actionpack/lib/action_view/data') diff --git a/actionpack/lib/action_view/data/encoding_conversions.dump b/actionpack/lib/action_view/data/encoding_conversions.dump new file mode 100644 index 0000000000..18d7cd448b Binary files /dev/null and b/actionpack/lib/action_view/data/encoding_conversions.dump differ -- cgit v1.2.3