Goldiloader v0.0.4 Release Notes

    • ๐Ÿ›  Fix issue 3 - exists? method should take an argument. Thanks for reporting Bert Goethals
    • ๐Ÿ›  Fix issue 4 - Associations couldn't be loaded in after destroy callbacks. Thanks for reporting Bert Goethals
    • ๐Ÿ›  Fix issue 6 - Models in read only associations weren't being marked as read only
    • ๐Ÿ›  Fix issue 7 - Don't attempt to eager load associations that aren't eager loadable e.g. if they have a limit
    • ๐Ÿ›  Fix issue 8 - Handle eager loading associations whose accessor methods have been overridden.