This project is archived and is in readonly mode.

#6739 ✓committed
Sven Fuchs

Move TranslationHelper to I18n gem and bump I18n to 0.6.0

Reported by Sven Fuchs | April 24th, 2011 @ 04:58 PM | in 3.1

Due to a serious performance issue in JRuby (and reportedly 1.9.2, rubinius) we needed to change the I18n to not raise/rescue throw-away exceptions on missing translations any more, but instead use throw/catch. See https://github.com/svenfuchs/i18n/issues/82 for more details.

I18n 0.6.0beta1 should fix that issue. (This version has not been released, yet, but can be built straight from the repository.)

This change should go into 3.1 so we'll need to bump the version in Rails.

https://github.com/svenfuchs/rails/commit/7c4aa059f226931a47c3cef1d...

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Tags

Referenced by

Pages