Globalize v4.0.3 Release Notes

Release Date: 2014-11-24 // over 9 years ago
    • 🛠 Fixes a problem where after dup the dup'd model and the original model shared a translation instance, which means that if you mutate a translated field on the dup and save it, the original becomes a clone of the dup. #352.
    • Deprecated with_required_attributes, required_attributes, and required_translated_attributes. with_translations no longer invokes with_required_attributes. #355.
    • ✂ Removed all usages of Thread.local. #374. (thanks Hubert Lee).
    • Added available_locales method. This duplicates translated_locales method, but it doesn't use a separate DISTINCT query. #339. (thanks Andrew Volozhanin).