Globalize v3.0.1 Release Notes

Release Date: 2013-11-07 // over 10 years ago
    • Move ActiveRecord::Relation#where_values_hash patch to Globalize-specific Relation class that inherits from ActiveRecord::Relation to fix compatibility issue with Squeel (#288).
    • 👉 Use FriendlyId pattern for overriding ActiveRecord::Base#relation to avoid conflict.
    • ✂ Remove :null => false condition on reference to parent model in translation table migration, partial fix for refinery/refinerycms#2450.