All Versions
48
Latest Version
Avg Release Cycle
67 days
Latest Release
1101 days ago

Changelog History
Page 4

  • v0.7.5 Changes

    June 30, 2016

    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:

  • v0.7.4 Changes

    April 15, 2016

    Full Changelog

    Closed issues:

    • Releasing a new gem version #196

    ๐Ÿ”€ Merged pull requests:

  • v0.7.2 Changes

    April 01, 2016

    Full Changelog

    Closed issues:

    • DEPRECATION WARNING: Passing string to define callback on Rails 5 beta 3 #191
    • Why is add\_to\_list\_bottom private? #187
    • Ordering of children when there are two possible parent models. #172
    • Fix the jruby and rbx builds #169
    • Unable to run tests #162
    • shuffle_positions_on_intermediate_items is creating problems #134
    • introduce Changelog file to quickly track changes #68
    • Mongoid support? #52

    ๐Ÿ”€ Merged pull requests:

    • Add filename/line number to class_eval call #193 (hfwang)
    • Use a symbol as a string to define callback #192 (brendon)
    • Pin changelog generator to a working version #190 (fabn)
    • Fix bug, position is recomputed when object saved #188 (chrisortman)
    • Update bundler before running tests, fixes test run on travis #179 (fabn)
    • Changelog generator, closes #68 #177 (fabn)
    • Updating README example #175 (ryanbillings)
    • Adds description about various options available with the acts_as_list method #168 (udit7590)
    • Small changes to DRY up list.rb #163 (Albin-Willman)
    • Only swap changed attributes which are persistable, i.e. are DB columns. #152 (ludwigschubert)
  • v0.7.1 Changes

    May 06, 2015

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

  • v0.7.0 Changes

    May 01, 2015

    Full Changelog

    Closed issues:

    • Problem with reordering scoped list items #154
    • Can no longer load acts_as_list in isolation if Rails is installed #145

    ๐Ÿ”€ Merged pull requests:

  • v0.6.0 Changes

    December 24, 2014

    Full Changelog

    Closed issues:

    • Deprecation Warning: sanitize_sql_hash_for_conditions is deprecated and will be removed in Rails 5.0 #143
    • Release a new gem version #136

    ๐Ÿ”€ Merged pull requests:

    • Fix sanitize_sql_hash_for_conditions deprecation warning in Rails 4.2 #140 (eagletmt)
    • Simpler method to find the subclass name #139 (brendon)
    • Rails4 enum column support #130 (arunagw)
    • use eval for determing the self.class.name useful when this is used in an abstract class #123 (flarik)
  • v0.5.0 Changes

    October 31, 2014

    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)
  • v0.4.0 Changes

    February 22, 2014

    Full Changelog

    Closed issues:

    • insert_at creates gaps #108
    • ๐Ÿšš move_lower and move_higher not working returning nil #57
    • Mass-assignment issue with 0.1.8 #50
    • validates error #49
    • Ability to move multiple at once #40
    • Duplicates created when using accepts_nested_attributes_for #29

    ๐Ÿ”€ Merged pull requests:

  • v0.3.0 Changes

    August 02, 2013

    Full Changelog

    Closed issues:

    • act_as_list didn't install with bundle install #83
    • Cannot update to version 0.1.7 #48
    • when position is null all new items get inserted in position 1 #41

    ๐Ÿ”€ Merged pull requests: