ActsAsList v0.7.5 Release Notes

Release Date: 2016-06-30 // almost 8 years ago
  • Full Changelog

    Implemented enhancements:

    Closed issues:

    • ๐Ÿ”„ Exception raised when calling destroy "NameError - instance variable @scope_changed not defined:" #206
    • ๐Ÿ”„ Undefined instance variable @scope_changed since 0.7.3 #199
    • Reordering large lists is slow #198
    • Reparenting child leaves gap in source list in rails 5 #194
    • Support rails 5 ? #186
    • I get a NoMethodError: undefined method `acts_as_list' when trying to include acts_as_list #176
    • Phenomenon of mysterious value of the position is skipped by one #166
    • Model.find being called twice with acts_as_list on destroy #161
    • ๐Ÿ”„ scope\_changed? problem with acts_as_paranoid #158
    • Inconsistent behaviour between Symbol and Array scopes #155
    • ๐Ÿ‘€ insert_at doesn't seem to be working in ActiveRecord callback (Rails 4.2) #150
    • Project Documentation link redirects to expired domain #149
    • Problem when updating an position of array of AR objects. #137
    • Unexpected behaviour when inserting consecutive items with default positions #124
    • self.reload prone to error #122
    • 0๏ธโƒฃ Rails 3.0.x in_list causes the return of default_scope #120
    • Relationships with dependency:destroy cause ActiveRecord::RecordNotFound #118
    • Using insert_at with values with type String #117
    • Batch setting of position #112
    • position: 0 now makes model pushed to top? #110
    • Create element in default position #103
    • Enhancement: Expose scope object #97
    • Shuffle list #96
    • Creating an item with a nil scope should not add it to the list #92
    • Performance Improvements #88
    • has_many :through or has_many_and_belongs_to_many support #86
    • ๐Ÿšš move_higher/move_lower vs move_to_top/move_to_bottom act differently when item is already at top or bottom #77
    • Limiting the list size #61
    • Adding multiple creates strange ordering #55
    • Feature: sort #26

    ๐Ÿ”€ Merged pull requests: