Hi Iain, On 02.10.2008, at 21:15, iain hecker wrote: > I seem to have missed that too! There hasn't been any announcement > here as far as I know.
I've been pretty sure I've sent a notice to the list, but looking at the archives I can not find anything either. Sorry about that :( This was the outcome of this discussion: http://groups.google.com/group/rails-i18n/browse_thread/thread/4057b418355121ad ... as well as our work on Globalize. It was necessary to "lazy-load" translations, i.e. to defer the actual loading process to the latest possible point. This way you can exchange the backend or do other interesting stuff in both plugin/init stage and config/initializer stage ... that was not possible before without blackmagic tricks. > Anyway, I did some poking around, and found that it has been replaced > with I18n.load_path, which is an array. > > http://github.com/rails/rails/commit/a3b7fa78bfdc33e45e39c095b67e02d50a2c7bea > > I also don't update rails very often (especially since I thought that > behavior was frozen, this is rather a big change to have happened so > recently). > > Have to change my advice everywhere now. > > Iain > > > On Oct 2, 8:59 pm, Geoffroy Gomet <[EMAIL PROTECTED]> wrote: >> Hey, >> >> I had a (testing) Rails application working perfectly with I18n, but >> since a day or two, I updated rails to the latest edge (rake >> rails:freeze:edge) and my app isn't working anymore. >> >> The error I get is "undefined method `load_translations' for >> I18n:Module" >> >> I searched a lot, but didn't find anything about load_translations >> beeing removed. >> >> Thanks in advance for the help >> >> Geoffroy > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rails-i18n" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rails-i18n?hl=en -~----------~----~----~----~------~----~------~--~---
