diff options
author | Jon Leighton <j@jonathanleighton.com> | 2011-11-06 10:36:56 +0000 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2011-11-06 10:40:00 +0000 |
commit | fc988115f75bdca6aa95454208b49125a5041117 (patch) | |
tree | 0c3af795a4459a6a80b29f419393e8d47121b417 /actionpack/lib/action_dispatch | |
parent | 7776055e2dcd29e0f8f27154663263c0bbd1c188 (diff) | |
download | rails-fc988115f75bdca6aa95454208b49125a5041117.tar.gz rails-fc988115f75bdca6aa95454208b49125a5041117.tar.bz2 rails-fc988115f75bdca6aa95454208b49125a5041117.zip |
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.
Diffstat (limited to 'actionpack/lib/action_dispatch')
0 files changed, 0 insertions, 0 deletions