Globalize v4.0.1 Release Notes

Release Date: 2014-03-29 // about 10 years ago
    • ๐Ÿ›  Fix bug where with_translations only works if called after where in relation chain, fixes #343.
    • ๐ŸŒ Use preload and joins instead of includes in with_translations, fixes #329 (thanks Andrew Volozhanin).
    • โšก๏ธ Update database_cleaner dependency to 1.2.0.
    • ๐Ÿ‘Œ Support use of first/take/last with limit on queries with translated attributes, fixes #322 (thanks prusswan).
    • Ensure that options are always extracted from attr_names in Globalize::ActiveRecord::ActMacro#translates, PR #319 (thanks Marek).