Changelog for
ruby2.3-rubygem-acts_as_list-0.9.12-6.1.x86_64.rpm :
Wed May 2 14:00:00 2018 factory-autoAATTkulow.org
- updated to version 0.9.12
see installed CHANGELOG.md
[#]# [v0.9.11](https://github.com/swanandp/acts_as_list/tree/v0.9.11) (2018-03-19)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.10...v0.9.11)
*
*Closed issues:
*
*
- Setting `position: nil` on update returns `Column \'position\' cannot be null` instead of putting the item at the start or the end of the list, like it does on create. [\\#302](https://github.com/swanandp/acts_as_list/issues/302)
- Switching to Semaphore [\\#301](https://github.com/swanandp/acts_as_list/issues/301)
- Dropping jruby support [\\#300](https://github.com/swanandp/acts_as_list/issues/300)
- Rails 5.2.0 [\\#299](https://github.com/swanandp/acts_as_list/issues/299)
- Cannot update record position when scoped to enum [\\#298](https://github.com/swanandp/acts_as_list/issues/298)
- `add\\_new\\_at: :top` does not work [\\#296](https://github.com/swanandp/acts_as_list/issues/296)
- remove\\_from\\_list causing \"wrong number of arguments \\(given 2, expected 0..1\\)\" [\\#293](https://github.com/swanandp/acts_as_list/issues/293)
- Passing raw strings to reorder deprecated in Rails 5.2 [\\#290](https://github.com/swanandp/acts_as_list/issues/290)
*
*Merged pull requests:
*
*
- Fix Test Suite [\\#306](https://github.com/swanandp/acts_as_list/pull/306) ([brendon](https://github.com/brendon))
- Add frozen\\_string\\_literal pragma to ruby files [\\#305](https://github.com/swanandp/acts_as_list/pull/305) ([krzysiek1507](https://github.com/krzysiek1507))
- Use symbols instead of SQL strings for reorder \\(for Rails 5.2\\) [\\#294](https://github.com/swanandp/acts_as_list/pull/294) ([jhawthorn](https://github.com/jhawthorn))
Tue Mar 20 13:00:00 2018 factory-autoAATTkulow.org
- updated to version 0.9.11
see installed CHANGELOG.md
Mon Nov 20 13:00:00 2017 mschnitzerAATTsuse.com
- updated to version 0.9.10
[#] Closed issues:
* Make insert_at respect position when creating a new record #287
* Why does acts_as_list override rails validation on it\'s own field? #269
Wed Oct 4 14:00:00 2017 mschnitzerAATTsuse.com
- updated to version 0.9.9
[#] Merged pull requests:
* Added fixed values option for scope array #286 (hooverlunch)
Fri Sep 29 14:00:00 2017 mdenizAATTsuse.com
- updated to version 0.9.8
Closed issues:
Deadlocking in update_positions count query #285
Updating the position fails uniqueness constraint. #275
Thu Aug 3 14:00:00 2017 cooloAATTsuse.com
- updated to version 0.9.7
see installed CHANGELOG.md
[#]# [v0.9.6](https://github.com/swanandp/acts_as_list/tree/v0.9.6) (2017-07-05)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.5...v0.9.6)
*
*Closed issues:
*
*
- undefined method `+\' for nil:NilClass [\\#278](https://github.com/swanandp/acts_as_list/issues/278)
- Enum does not scope correctly [\\#277](https://github.com/swanandp/acts_as_list/issues/277)
- Can we don\'t use remove\\_from\\_list when destroy a lot objects? [\\#276](https://github.com/swanandp/acts_as_list/issues/276)
- The NoUpdate code rely\'s on AS::Concern [\\#273](https://github.com/swanandp/acts_as_list/issues/273)
- ActiveRecord associations are no longer required \\(even though belongs\\_to\\_required\\_by\\_default == true\\) [\\#268](https://github.com/swanandp/acts_as_list/issues/268)
- Unique constraint violation on move\\_higher, move\\_lower, destroy [\\#267](https://github.com/swanandp/acts_as_list/issues/267)
*
*Merged pull requests:
*
*
- Fix Fixnum deprecation warnings. [\\#282](https://github.com/swanandp/acts_as_list/pull/282) ([patrickdavey](https://github.com/patrickdavey))
- Fix update to scope that was defined with an enum [\\#281](https://github.com/swanandp/acts_as_list/pull/281) ([scottmalone](https://github.com/scottmalone))
- Refactor update\\_all\\_with\\_touch [\\#279](https://github.com/swanandp/acts_as_list/pull/279) ([ledestin](https://github.com/ledestin))
- Remove AS::Concern from NoUpdate [\\#274](https://github.com/swanandp/acts_as_list/pull/274) ([brendon](https://github.com/brendon))
- Use `ActiveSupport.on\\_load` to hook into ActiveRecord [\\#272](https://github.com/swanandp/acts_as_list/pull/272) ([brendon](https://github.com/brendon))
[#]# [v0.9.5](https://github.com/swanandp/acts_as_list/tree/v0.9.5) (2017-04-04)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.4...v0.9.5)
*
*Closed issues:
*
*
- acts\\_as\\_list\\_class.maximum\\(position\\_column\\) is causing the entire table to lock [\\#264](https://github.com/swanandp/acts_as_list/issues/264)
- Be more precise with unscope-ing [\\#263](https://github.com/swanandp/acts_as_list/issues/263)
*
*Merged pull requests:
*
*
- Use bottom\\_position\\_in\\_list instead of the highest value in the table [\\#266](https://github.com/swanandp/acts_as_list/pull/266) ([brendon](https://github.com/brendon))
- Be more surgical about unscoping [\\#265](https://github.com/swanandp/acts_as_list/pull/265) ([brendon](https://github.com/brendon))
Wed Apr 5 14:00:00 2017 cooloAATTsuse.com
- updated to version 0.9.5
see installed CHANGELOG.md
[#]# [v0.9.4](https://github.com/swanandp/acts_as_list/tree/v0.9.4) (2017-03-16)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.3...v0.9.4)
*
*Merged pull requests:
*
*
- Optimize first? and last? instance methods. [\\#262](https://github.com/swanandp/acts_as_list/pull/262) ([marshall-lee](https://github.com/marshall-lee))
Fri Mar 17 13:00:00 2017 cooloAATTsuse.com
- updated to version 0.9.4
see installed CHANGELOG.md
[#]# [v0.9.3](https://github.com/swanandp/acts_as_list/tree/v0.9.3) (2017-03-14)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.2...v0.9.3)
*
*Closed issues:
*
*
- Rails 5.1.0.beta1 deprecation [\\#257](https://github.com/swanandp/acts_as_list/issues/257)
- Move item X after item Y [\\#256](https://github.com/swanandp/acts_as_list/issues/256)
- Is there way to specify the position when creating a resource? [\\#255](https://github.com/swanandp/acts_as_list/issues/255)
*
*Merged pull requests:
*
*
- Don\'t update a child destroyed via relation [\\#261](https://github.com/swanandp/acts_as_list/pull/261) ([brendon](https://github.com/brendon))
- No update list for collection classes [\\#260](https://github.com/swanandp/acts_as_list/pull/260) ([IlkhamGaysin](https://github.com/IlkhamGaysin))
- Fix deprecation introduced in ActiveRecord 5.1.0.beta1. Closes \\#257 [\\#259](https://github.com/swanandp/acts_as_list/pull/259) ([CvX](https://github.com/CvX))
- Refactor column definer module [\\#258](https://github.com/swanandp/acts_as_list/pull/258) ([ledestin](https://github.com/ledestin))
Tue Mar 14 13:00:00 2017 cooloAATTsuse.com
- updated to version 0.9.3
see installed CHANGELOG.md
[#]# [v0.9.2](https://github.com/swanandp/acts_as_list/tree/v0.9.2) (2017-02-07)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.1...v0.9.2)
*
*Closed issues:
*
*
- Getting invalid input syntax for uuid [\\#253](https://github.com/swanandp/acts_as_list/issues/253)
Tue Feb 14 13:00:00 2017 cooloAATTsuse.com
- updated to version 0.9.2
see installed CHANGELOG.md
[#]# [v0.9.1](https://github.com/swanandp/acts_as_list/tree/v0.9.1) (2017-01-26)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.0...v0.9.1)
*
*Closed issues:
*
*
- DEPRECATION WARNING on rails 5.0 as of acts\\_as\\_list 0.9 [\\#251](https://github.com/swanandp/acts_as_list/issues/251)
- highter\\_items returns items with the same position value [\\#247](https://github.com/swanandp/acts_as_list/issues/247)
- Broken with unique constraint on position [\\#245](https://github.com/swanandp/acts_as_list/issues/245)
*
*Merged pull requests:
*
*
- fixes \\#251 table\\_exists? deprecation warning with Rails 5.0 [\\#252](https://github.com/swanandp/acts_as_list/pull/252) ([zharikovpro](https://github.com/zharikovpro))
[#]# [v0.9.0](https://github.com/swanandp/acts_as_list/tree/v0.9.0) (2017-01-23)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.8.2...v0.9.0)
*
*Closed issues:
*
*
- warning: too many arguments for format string [\\#239](https://github.com/swanandp/acts_as_list/issues/239)
- Broken tests related to time comparison [\\#238](https://github.com/swanandp/acts_as_list/issues/238)
- Shuffling positions is halting the callback chain [\\#234](https://github.com/swanandp/acts_as_list/issues/234)
- Reorder positions [\\#233](https://github.com/swanandp/acts_as_list/issues/233)
- Tests break when upgrading from 0.7.2 to 0.7.4 [\\#228](https://github.com/swanandp/acts_as_list/issues/228)
- RE \\#221 needing a test [\\#226](https://github.com/swanandp/acts_as_list/issues/226)
- Adding to existing model with data and methods don\'t work [\\#209](https://github.com/swanandp/acts_as_list/issues/209)
- Position is set incorrectly when circular dependencies exist [\\#153](https://github.com/swanandp/acts_as_list/issues/153)
*
*Merged pull requests:
*
*
- Revert \"Updates documentation with valid string interpolation syntax\" [\\#250](https://github.com/swanandp/acts_as_list/pull/250) ([brendon](https://github.com/brendon))
- Updates documentation with valid string interpolation syntax [\\#249](https://github.com/swanandp/acts_as_list/pull/249) ([naveedkakal](https://github.com/naveedkakal))
- Comply to tests warnings [\\#248](https://github.com/swanandp/acts_as_list/pull/248) ([randoum](https://github.com/randoum))
- insert\\_at respects unique not null check \\(\\>= 0\\) db constraints [\\#246](https://github.com/swanandp/acts_as_list/pull/246) ([zharikovpro](https://github.com/zharikovpro))
- acts\\_as\\_list\\_no\\_update [\\#244](https://github.com/swanandp/acts_as_list/pull/244) ([randoum](https://github.com/randoum))
- Update README.md [\\#243](https://github.com/swanandp/acts_as_list/pull/243) ([rahuldstiwari](https://github.com/rahuldstiwari))
- Fixed tests to prevent warning: too many arguments for format string [\\#242](https://github.com/swanandp/acts_as_list/pull/242) ([brendon](https://github.com/brendon))
- Be explicit about ordering when mapping :pos [\\#241](https://github.com/swanandp/acts_as_list/pull/241) ([brendon](https://github.com/brendon))
- Improve load method [\\#240](https://github.com/swanandp/acts_as_list/pull/240) ([brendon](https://github.com/brendon))
- Fix non regular sequence movement [\\#237](https://github.com/swanandp/acts_as_list/pull/237) ([tiagotex](https://github.com/tiagotex))
- Add travis config for testing against multiple databases [\\#236](https://github.com/swanandp/acts_as_list/pull/236) ([fschwahn](https://github.com/fschwahn))
- Extract modules [\\#229](https://github.com/swanandp/acts_as_list/pull/229) ([ledestin](https://github.com/ledestin))
Mon Jan 23 13:00:00 2017 cooloAATTsuse.com
- updated to version 0.9.0
see installed CHANGELOG.md
[#]# [v0.8.2](https://github.com/swanandp/acts_as_list/tree/v0.8.2) (2016-09-23)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.8.1...v0.8.2)
*
*Closed issues:
*
*
- We\'re a repo now, no longer a fork attached to rails/acts\\_as\\_list [\\#232](https://github.com/swanandp/acts_as_list/issues/232)
- Break away from rails/acts\\_as\\_list [\\#224](https://github.com/swanandp/acts_as_list/issues/224)
- Problem when inserting straight at top of list [\\#109](https://github.com/swanandp/acts_as_list/issues/109)
*
*Merged pull requests:
*
*
- Show items with same position in higher and lower items [\\#231](https://github.com/swanandp/acts_as_list/pull/231) ([jpalumickas](https://github.com/jpalumickas))
- fix setting position when previous position was nil [\\#230](https://github.com/swanandp/acts_as_list/pull/230) ([StoneFrog](https://github.com/StoneFrog))
Sat Oct 8 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.8.2
see installed CHANGELOG.md
[#]# [v0.8.1](https://github.com/swanandp/acts_as_list/tree/v0.8.1) (2016-09-06)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.8.0...v0.8.1)
*
*Closed issues:
*
*
- Rubinius Intermittent testing error [\\#218](https://github.com/swanandp/acts_as_list/issues/218)
- ActiveRecord dependency causes rake assets:compile to fail without access to a database [\\#84](https://github.com/swanandp/acts_as_list/issues/84)
*
*Merged pull requests:
*
*
- Refactor class\\_eval with string into class\\_eval with block [\\#215](https://github.com/swanandp/acts_as_list/pull/215) ([rdvdijk](https://github.com/rdvdijk))
Sat Sep 10 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.8.1
see installed CHANGELOG.md
[#]# [v0.8.0](https://github.com/swanandp/acts_as_list/tree/v0.8.0) (2016-08-23)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.7...v0.8.0)
*
*Closed issues:
*
*
- Behavior with DB default seems unclear [\\#219](https://github.com/swanandp/acts_as_list/issues/219)
*
*Merged pull requests:
*
*
- No longer a need specify additional rbx gems [\\#225](https://github.com/swanandp/acts_as_list/pull/225) ([brendon](https://github.com/brendon))
- Fix position when no serial positions [\\#223](https://github.com/swanandp/acts_as_list/pull/223) ([jpalumickas](https://github.com/jpalumickas))
- Bug: Specifying a position with add\\_new\\_at: :top fails to insert at that position [\\#220](https://github.com/swanandp/acts_as_list/pull/220) ([brendon](https://github.com/brendon))
[#]# [v0.7.7](https://github.com/swanandp/acts_as_list/tree/v0.7.7) (2016-08-18)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.6...v0.7.7)
*
*Closed issues:
*
*
- Issue after upgrading to 0.7.5: No connection pool with id primary found. [\\#214](https://github.com/swanandp/acts_as_list/issues/214)
- Changing scope is inconsistent based on add\\_new\\_at [\\#138](https://github.com/swanandp/acts_as_list/issues/138)
- Duplicate positions and lost items [\\#76](https://github.com/swanandp/acts_as_list/issues/76)
*
*Merged pull requests:
*
*
- Add quoted table names to some columns [\\#221](https://github.com/swanandp/acts_as_list/pull/221) ([jpalumickas](https://github.com/jpalumickas))
- Appraisals cleanup [\\#217](https://github.com/swanandp/acts_as_list/pull/217) ([brendon](https://github.com/brendon))
- Fix insert\\_at\\_position in race condition [\\#195](https://github.com/swanandp/acts_as_list/pull/195) ([danielross](https://github.com/danielross))
Fri Aug 19 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.7.7
see installed CHANGELOG.md
[#]# [v0.7.6](https://github.com/swanandp/acts_as_list/tree/v0.7.6) (2016-07-15)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.5...v0.7.6)
*
*Closed issues:
*
*
- add\\_new\\_at nil with scope causes NoMethodError [\\#211](https://github.com/swanandp/acts_as_list/issues/211)
*
*Merged pull requests:
*
*
- Add class method acts\\_as\\_list\\_top as reader for configured top\\_of\\_list [\\#213](https://github.com/swanandp/acts_as_list/pull/213) ([krzysiek1507](https://github.com/krzysiek1507))
- Bugfix/add new at nil on scope change [\\#212](https://github.com/swanandp/acts_as_list/pull/212) ([greatghoul](https://github.com/greatghoul))
Fri Jul 15 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.7.6
see installed CHANGELOG.md
Fri Jul 1 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.7.5
see installed CHANGELOG.md
[#]# [Unreleased](https://github.com/swanandp/acts_as_list/tree/HEAD)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.4...HEAD)
*
*Closed issues:
*
*
- Undefined instance variable AATTscope\\_changed since 0.7.3 [\\#199](https://github.com/swanandp/acts_as_list/issues/199)
[#]# [v0.7.4](https://github.com/swanandp/acts_as_list/tree/v0.7.4) (2016-04-15)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.3...v0.7.4)
*
*Closed issues:
*
*
- Releasing a new gem version [\\#196](https://github.com/swanandp/acts_as_list/issues/196)
*
*Merged pull requests:
*
*
- Fix scope changed [\\#200](https://github.com/swanandp/acts_as_list/pull/200) ([brendon](https://github.com/brendon))
Sat May 21 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.7.4
see installed CHANGELOG.md
Thu Apr 14 14:00:00 2016 cooloAATTsuse.com
- updated to version 0.7.3
no changelog found
Wed May 6 14:00:00 2015 cooloAATTsuse.com
- updated to version 0.7.2
no changelog found
Sat May 2 14:00:00 2015 cooloAATTsuse.com
- updated to version 0.7.0
no changelog found
Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.6.0
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun Feb 23 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.4.0
Mon Aug 26 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.3.0
Sat Apr 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.2.0
Wed Dec 5 13:00:00 2012 cooloAATTsuse.com
- initial package (version 0.1.9)