Goldiloader v0.0.5 Release Notes

    • 🛠 Fix ActiveRecord and ActiveSupport dependencies to work with versions greater than 4.1.0. Thanks for the pull requests Alexey Volodkin and Philip Claren.
    • ↪ Workaround issue 13 by not auto-eager loading associations that use unscope. This workaround will be removed when the underlying bug 11036 in the Rails eager loader is fixed.
    • ↪ Workaround issue 11 by not auto-eager loading associations that use joins. This workaround will be removed when the underlying bug 11518 in the Rails eager loader is fixed.
    • 🛠 Fix issue 15 - Don't auto eager load associations with finder_sql in Rails 4.0. Previously this was only done for Rails 3.2.