ActsAsList v0.5.0 Release Notes

Release Date: 2014-10-31 // over 9 years ago
  • Full Changelog

    Closed issues:

    • I want to have my existing records works like list #133
    • Add Support For Multiple Indexes #127
    • ⚡️ changing parent_id does not update item positions #126
    • How to exclude objects to be positioned? #125
    • Scope for Polymorphic association + ManyToMany #106
    • Bug when use #insert_at on an invalid ActiveRecord object #99
    • has_many :through with acts as list #95
    • Update position when scope changes #19

    🔀 Merged pull requests:

    • Cast column default value to int before comparing with position column #129 (wioux)
    • Fix travis builds for rbx #128 (meineerde)
    • Use unscoped blocks instead of chaining #121 (brendon)
    • Make acts_as_list more compatible with BINARY column #116 (sikachu)
    • Added help notes on non-association scopes #115 (VorontsovIE)
    • Let AR::Base properly lazy-loaded if Railtie is available #114 (amatsuda)