This project is archived and is in readonly mode.
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
-
José Valim April 25th, 2011 @ 08:39 AM
Hey Sven, I have pushed this commit but I could not install the I18n gem. Can you push the beta version? Tks!
-
Repository April 26th, 2011 @ 02:12 PM
- State changed from new to committed
(from [a5b0f7064c0b74f4e007d8536afb8976d10fd49d]) bump the i18n gem to 0.6.0beta1 and update docs for the i18n exception handler [#6739 state:committed]
Signed-off-by: José Valim jose.valim@gmail.com
https://github.com/rails/rails/commit/a5b0f7064c0b74f4e007d8536afb8...
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>
People watching this ticket
Tags
Referenced by
- 6739 Move TranslationHelper to I18n gem and bump I18n to 0.6.0 (from [a5b0f7064c0b74f4e007d8536afb8976d10fd49d]) bump th...