ActiveDecorator v1.3.0 Release Notes

Release Date: 2019-06-28 // over 4 years ago
    • 💎 Switched from Active Support constantize to Ruby's const_get when fetching decorator modules

    • 🔧 Switched config from ActiveSupport::Configurable to a simple Struct

    • Association decoration now propagates from AssociationRelation to spawned Relations (e.g. @post.comments.order(:id).each)

    • ⬇️ Dropped support for Rails 3.2, 4.0, and 4.1