Changelog for
ruby2.5-rubygem-database_cleaner-2.0.2-150300.1.3.x86_64.rpm :
* Tue Nov 14 2023 dan.cermakAATTposteo.net- New upstream release 2.0.2, no changelog found
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 2.0.1 History.rdoc removed upstream
* Thu May 07 2020 cooloAATTsuse.com- updated to version 1.8.5 see installed History.rdoc == 1.8.5 2020-05-04 === Bug Fixes
* Fix :mongo strategy: https://github.com/DatabaseCleaner/database_cleaner/pull/645 == 1.8.4 2020-04-02 === Bug Fixes
* Fix false positive deprecation warnings on Windows: https://github.com/DatabaseCleaner/database_cleaner/pull/633 == 1.8.3 2020-02-18 === Bug Fixes
* Fix performance issue of DatabaseCleaner::Base#orm_module: https://github.com/DatabaseCleaner/database_cleaner/pull/625
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 1.8.2 see installed History.rdoc == 1.8.2 2020-02-01
* Fri Apr 20 2018 factory-autoAATTkulow.org- updated to version 1.7.0 see installed History.rdoc === Bug Fixes === Changes == 1.7.0 2017-04-19 === Bug Fixes
* Remove unnecessary folders from gem: https://github.com/DatabaseCleaner/database_cleaner/pull/508
* Properly quote table names: https://github.com/DatabaseCleaner/database_cleaner/pull/501
* Use more idiomatic Ruby in README: https://github.com/DatabaseCleaner/database_cleaner/pull/510
* Return ::ActiveRecord::Base from `establish_connection`: https://github.com/DatabaseCleaner/database_cleaner/pull/399 === Changes
* Safeguard against running in production or running against a remote database: https://github.com/DatabaseCleaner/database_cleaner/pull/521 == 1.6.2 2017-10-29 === Bug Fixes
* ActiveRecord::Base namespace patch: https://github.com/DatabaseCleaner/database_cleaner/pull/490
* Better exclusion condition based on Rails version: https://github.com/DatabaseCleaner/database_cleaner/pull/487 === Changes
* Better documentation. Typos were fixed. Sequel deletion is supported: https://github.com/DatabaseCleaner/database_cleaner/pull/500
* Tue Nov 28 2017 enavarroAATTsuse.com- updated to version 1.6.2 see installed History.rdoc == 1.6.2 2017-10-29 === Bug Fixes
* ActiveRecord::Base namespace patch: https://github.com/DatabaseCleaner/database_cleaner/pull/490
* Better exclusion condition based on Rails version: https://github.com/DatabaseCleaner/database_cleaner/pull/487 === Changes
* Better documentation. Typos were fixed. Sequel deletion is supported: https://github.com/DatabaseCleaner/database_cleaner/pull/500
* Tue May 23 2017 cooloAATTsuse.com- updated to version 1.6.1 see installed History.rdoc == 1.6.1 2017-05-09 === Bug Fixes
* Deletion strategy fix for ActiveRecord (AATTkawamoto) == 1.6.0 2017-05-04 === New Features/Changes
* Rails 5.1 support: Remove deprecation warning (AATTactivefx)
* MySQL 5.6+ InnoDB support (AATTahorek)
* Better documentation (fixed typo) (AATThoshinotsuyoshi) === Bug Fixes
* Fix Redis db option (AATTsoylent)
* Make NullStrategy API-complete (AATTanicholson) == 1.5.3 2016-04-22 === Bug Fixes
* AATTP9GIT fixed issue #436
* Tue May 10 2016 cooloAATTsuse.com- updated to version 1.5.3 see installed History.rdoc
* Mon Apr 18 2016 cooloAATTsuse.com- updated to version 1.5.2 see installed History.rdoc == 1.5.2 2016-04-17 === New Features/Changes
* Use default_client with mongoid 5.0 (AATTstjhimy)
* Added comparable support for strategies (AATTst0012)
* Better README instructions that suggest `append_after` (AATTjrochkind)
* Removed deprecation warnings for Rails 5.0+ (AATTpschambacher)
* Upgrade to RSpec 2.14 (AATTskalee) === Bug Fixes
* AATTdmitrypol fixed issue #409
* AATTschmierkov fixed the Travis builds with PR #416
* AATTshosti fixed issue #345
* AATTkylev fixed issue #379
* AATTskalee fixed the Travis builds for Neo4j with PR #433 == 1.5.1 2015-09-05 == Bug Fix
* Added mongo2 missing files to the gemspec. (AATTgeerzo) == 1.5.0 2015-09-02 === New Features/Changes
* Use ensure within the cleaning method. (AATTcema-sp)
* Restored mysql2 + jruby support. (AATTahorek)
* Added required ruby version to gemspec. (AATTgarethrees)
* Added support for Mongoid 5.0 and Mongo Ruby Driver 2.0. (AATTjprincipe)
* Added support for additional Neo4j::Session.open options. (AATTbrienw)
* And a bunch of code style and README improvements === Bug Fixes
* Fixed truncation for MongoDB 3. (AATTandreale)
* Fixed YAML error when building gem. (AATTjoshnesbitt)
* Fixed deletion strategy for JDBC MySQL. (AATTDanElbert)
* Fixed open transactions for multiple connections. (AATTclaptimes5)
* Sat Oct 17 2015 cooloAATTsuse.com- updated to version 1.5.1 see installed History.rdoc
* Wed Sep 02 2015 cooloAATTsuse.com- updated to version 1.5.0 see installed History.rdoc
* Tue Mar 10 2015 cooloAATTsuse.com- updated to version 1.4.1
* Fri Feb 06 2015 cooloAATTsuse.com- updated to version 1.4.0 === New Features/Changes
* Using the deletion strategy with Mysql now only deletes those tables which have had records added to them. (AATTMadRabbit)
* Add support for `pre_count` on Sequel with Mysql. (AATTvrinek)
* Add support for neo4j. (AATTdpisarewski)
* Cache collection names in mongo\'s truncation strategy. (AATTnyarly)
* Support for mongoid multiple connections. (AATTnyarly)
* Support for deletion with Sequel. (AATTcyberdelia) === Bug Fixes
* Fix `undefined method error` with DataMapper SQLite adaptor. (AATTlanej)
* Fully define Mysql2 adaptor constant. (AATTjgonera)
* Don\'t truncate schema tables in Postgres. (AATTbillywatson)
* Fix issue #284. (AATTMartinNowak)