I’ve just tagged Globalize2 v0.1.1 and merged the 0.2.0 to master.
Globalize2 v0.2.0 will ship no features except model translations.
The first version of Gobalize2 had to implement a few things that had
not made it into the I18n gem yet, such as locale fallbacks, extensible
pluralization etc. Now that these things are available in the I18n gem
the Static backend and related stuff could be stripped off from
Globalize2.
I use Globalize on a daily basis (http://tw.japan-guide.com/) and have
a lot to thank you for, so I am glad to see a new version!
One question:
Was eager loading stripped out or replaced somehow in this update?
Looks like the new “with_translations” named scope serves a similar
purpose but since there are practically no cases were I don’t want to
load translated data I had :include => :globalize_translations as a
default_scope and it seems this doesn’t work anymore?
I’ve just tagged Globalize2 v0.1.1 and merged the 0.2.0 to master.
Globalize2 v0.2.0 will ship no features except model translations.
The first version of Gobalize2 had to implement a few things that had not made it into the I18n gem yet, such as locale fallbacks, extensible pluralization etc. Now that these things are available in the I18n gem the Static backend and related stuff could be stripped off from Globalize2.
it works, but locale fallbacks does not
i18n integrated in rails missing the Static backend, i found only
Simple backend
Yeah, you should not need the Static backend. That’s an outdated
extension of Simple that we’ve shipped with Globalize2 v1 because I18n
missed a bunch of features we wanted for Globalize2 (such as Fallbacks).
Meanwhile these features have all been moved to I18n and the old crufty
Static backend is not up to date anymore.
i need 0.3.3 gem to get globalize 0.2.0 working?
Ah, year. That’s probably right. The Fallbacks module has been in I18n
only since (iirc) 0.3.x
Yeah, I’ve renamed the association because people complained that
:include => :globalize_translations etc seems overly verbose. I should
probably add that to the readme or something.
Globalize2 v0.2.0 will ship no features except model translations.
How about a note in the Readme? I was using Globalize2 for a while and
wondered, where all the cool features were gone after an update.
Gonna install i18n in a sec.