I would like to know if this will be fixed in 2.3.11 : https://rails.lighthouseapp.com/projects/8994/tickets/2188-i18n-fails-with-multibyte-strings-in-ruby-19-similar-to-2038 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
I guess I was too lazy to try for myself... I just updated my app to 2.3.11 and I still needed to apply these 2 patches: https://rails.lighthouseapp.com/projects/8994/tickets/4808-textarea-input-silently-truncated-in-238 and this gist https://gist.github.com/838489 which addresses the original issue I was asking about: https://rails.lighthouseapp.com/projects/8994/tickets/2188-i18n-fails-with-multibyte-strings-in-ruby-19-similar-to-2038 Any plans to consider these for a 2.3.12 ? On Feb 25, 1:05 pm, Enrico <enrico.brune...@gmail.com> wrote:> I would like to know if this will be fixed in 2.3.11 : > > https://rails.lighthouseapp.com/projects/8994/tickets/2188-i18n-fails...-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Hi, The 2.3 branch has reached end of line, so new releases will only be made in that branch if the problem is "omg critical". Cheers, Jon On Fri, 2011-02-25 at 21:08 -0800, Enrico wrote:> I guess I was too lazy to try for myself... I just updated my app to > 2.3.11 and I still needed to apply these 2 patches: > > https://rails.lighthouseapp.com/projects/8994/tickets/4808-textarea-input-silently-truncated-in-238 > > and this gist https://gist.github.com/838489 which addresses the > original issue I was asking about: > > https://rails.lighthouseapp.com/projects/8994/tickets/2188-i18n-fails-with-multibyte-strings-in-ruby-19-similar-to-2038 > > Any plans to consider these for a 2.3.12 ? > > > On Feb 25, 1:05 pm, Enrico <enrico.brune...@gmail.com> wrote: > > I would like to know if this will be fixed in 2.3.11 : > > > > https://rails.lighthouseapp.com/projects/8994/tickets/2188-i18n-fails... >-- http://jonathanleighton.com/