2020-06-18 13:52:42 -04:00
== Development (unreleased)
2021-02-04 11:41:44 -05:00
== 2.0.1 2021-02-04
== Bugfixes
* Regression: allow_remote_database_url and url_allowlist not working anymore: https://github.com/DatabaseCleaner/database_cleaner/pull/671
2021-01-31 18:17:22 -05:00
== 2.0.0 2021-01-31
2020-06-18 13:52:42 -04:00
=== Changes
* Rename `url_whitelist` to `url_allowlist`
2020-07-01 13:02:52 -04:00
* Allowlist now supports regular expressions
2020-10-09 11:09:16 -04:00
* Fixed Ruby 2.7 deprecation warnings
2020-06-18 13:52:42 -04:00
=== Breaking changes
* Failed checks against the allowlist now raise `UrlNotAllowed` rather than `NotWhitelistedUrl`
2020-05-30 14:04:37 -04:00
== 2.0.0.beta2 2020-05-30
=== Features
* New API for ORM Adapter gems: https://github.com/DatabaseCleaner/database_cleaner/pull/644
2020-02-01 16:21:07 -05:00
2020-04-05 19:27:04 -04:00
=== Breaking changes
2020-05-30 14:04:37 -04:00
* Rename :connection configuration option to :db for consistency: https://github.com/DatabaseCleaner/database_cleaner/pull/650
* Remove all #orm= setter methods: https://github.com/DatabaseCleaner/database_cleaner/pull/643/files
2020-04-05 19:27:04 -04:00
* drop support for Ruby 2.4 which is EOL as of 2020-03-31: https://github.com/DatabaseCleaner/database_cleaner/pull/635
== 2.0.0.beta 2020-04-05
=== Breaking changes
* Replace old shared RSpec examples with new "database_cleaner adapter" example: https://github.com/DatabaseCleaner/database_cleaner/pull/629
* split gem into database_cleaner-core and database_cleaner metagem.
* Support Ruby versions 2.4, 2.5, 2.6, and 2.7, and drop support for older Rubies.
* remove all deprecated code and get the specs passing again.
* Split off all adapter gems into their own repos: https://github.com/DatabaseCleaner/database_cleaner/pull/620
2021-01-31 18:17:22 -05:00
== 1.99.0 2021-01-31
2020-05-30 14:04:37 -04:00
== Changes
* Remove unnecessary dependency on database_cleaner-mongo from database_cleaner-mongoid: @botandrose
* Enable the :cache_tables option for the mongo truncation strategy, and default to true: https://github.com/DatabaseCleaner/database_cleaner/pull/646"
* Introduce deletion aliases for truncation strategies for mongo, mongoid, and redis adapters. https://github.com/DatabaseCleaner/database_cleaner/pull/654
* Add new :db orm configuration key, for consistency with #db and #db=. https://github.com/DatabaseCleaner/database_cleaner/pull/649
== Deprecations
* Deprecate all #orm= setter methods: https://github.com/DatabaseCleaner/database_cleaner/pull/643
* Deprecate non-functional :reset_ids option in ActiveRecord truncation strategy: https://github.com/DatabaseCleaner/database_cleaner/issues/559
* Deprecate mongo truncation's `:cache_tables => true` option in favor of `false`, to prep for caching removal in v2.0: https://github.com/DatabaseCleaner/database_cleaner/pull/646"
* Deprecate redis truncation's #url method in favor of #db: @botandrose
* Deprecate mongo, mongoid, and redis truncation strategies in favor of deletion. https://github.com/DatabaseCleaner/database_cleaner/pull/654
* Deprecate :connection and :model configuration options in favor of :db for consistency: https://github.com/DatabaseCleaner/database_cleaner/pull/650
== Bugfixes
* Fix deprecation warning about `DatabaseCleaner.connections` to recommend a better alternative: https://github.com/DatabaseCleaner/database_cleaner/pull/656
2020-05-16 10:00:43 -04:00
== 1.8.5 2020-05-04
=== Bug Fixes
* Fix :mongo strategy: https://github.com/DatabaseCleaner/database_cleaner/pull/645
2020-04-05 19:27:04 -04:00
== 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
2020-02-01 16:21:07 -05:00
== 1.8.2 2020-02-01
2020-01-29 19:32:28 -05:00
=== Bug Fixes
2020-02-01 16:21:07 -05:00
* Fix database_cleaner-ohm autodetected adapter loading: https://github.com/DatabaseCleaner/database_cleaner/pull/619
* Fix database_cleaner-mongo_mapper autodetected adapter loading: @botandrose
* Fix database_cleaner-mongoid autodetected adapter loading: https://github.com/DatabaseCleaner/database_cleaner/pull/617
* Exclude ar_internal_metadata from truncation on Rails 5: https://github.com/DatabaseCleaner/database_cleaner/pull/588
2020-01-29 19:32:28 -05:00
=== Changes
2020-02-01 16:21:07 -05:00
* Deprecate ohm adapter: https://github.com/DatabaseCleaner/database_cleaner/pull/619
2020-01-29 19:32:28 -05:00
2020-01-30 20:57:37 -05:00
== 1.8.1 2020-01-30
=== Bug Fixes
* Remove undeclared active_support dependency: https://github.com/DatabaseCleaner/database_cleaner/pull/612
== 1.8.0 2020-01-29
2014-12-05 17:59:56 -05:00
2018-04-19 16:23:07 -04:00
=== Bug Fixes
2020-01-29 19:32:28 -05:00
* Fix MySQL deprecation warnings with Rails 5: https://github.com/DatabaseCleaner/database_cleaner/pull/574
* Fix MySQL truncation with `pre_count: true`: https://github.com/DatabaseCleaner/database_cleaner/pull/498
* Fix primary key sequence resetting in Sequel with Postgres and SQLite: https://github.com/DatabaseCleaner/database_cleaner/pull/538/files
* ActiveRecord truncation adapter doesn't work with Oracle: https://github.com/DatabaseCleaner/database_cleaner/pull/542
2018-04-19 16:23:07 -04:00
=== Changes
2020-01-29 19:32:28 -05:00
* Extract ORM adapters into gems: https://github.com/DatabaseCleaner/database_cleaner/pull/560
* Allow postgres:///dbname as a local url: https://github.com/DatabaseCleaner/database_cleaner/pull/569
* Add an optional URL whitelist safeguard: https://github.com/DatabaseCleaner/database_cleaner/pull/526
* Add `local` tld to safeguard check: https://github.com/DatabaseCleaner/database_cleaner/pull/547
* Speed up ActiveRecord deletion strategy: https://github.com/DatabaseCleaner/database_cleaner/pull/534
* Consider `sqlite:` database urls to be local: https://github.com/DatabaseCleaner/database_cleaner/pull/529
2018-04-19 16:23:07 -04:00
2019-07-19 10:49:10 -04:00
== 1.7.0 2018-04-19
2018-04-19 16:23:07 -04:00
2017-11-21 22:11:16 -05:00
=== Bug Fixes
* Remove unnecessary folders from gem: https://github.com/DatabaseCleaner/database_cleaner/pull/508
2018-04-19 16:23:07 -04:00
* 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
2017-11-21 22:11:16 -05:00
2018-03-24 12:09:42 -04:00
=== Changes
2018-04-19 16:23:07 -04:00
* Safeguard against running in production or running against a remote database: https://github.com/DatabaseCleaner/database_cleaner/pull/521
2018-03-24 12:09:42 -04:00
2017-11-21 22:11:16 -05:00
== 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
2017-05-09 10:31:23 -04:00
== 1.6.1 2017-05-09
=== Bug Fixes
* Deletion strategy fix for ActiveRecord (@kawamoto)
2017-05-08 13:01:34 -04:00
== 1.6.0 2017-05-04
=== New Features/Changes
* Rails 5.1 support: Remove deprecation warning (@activefx)
* MySQL 5.6+ InnoDB support (@ahorek)
* Better documentation (fixed typo) (@hoshinotsuyoshi)
=== Bug Fixes
* Fix Redis db option (@soylent)
* Make NullStrategy API-complete (@anicholson)
2016-04-22 10:50:19 -04:00
== 1.5.3 2016-04-22
=== Bug Fixes
* @P9GIT fixed issue #436
2016-04-17 22:31:00 -04:00
== 1.5.2 2016-04-17
=== New Features/Changes
* Use default_client with mongoid 5.0 (@stjhimy)
* Added comparable support for strategies (@st0012)
* Better README instructions that suggest `append_after` (@jrochkind)
* Removed deprecation warnings for Rails 5.0+ (@pschambacher)
* Upgrade to RSpec 2.14 (@skalee)
=== Bug Fixes
* @dmitrypol fixed issue #409
* @schmierkov fixed the Travis builds with PR #416
* @shosti fixed issue #345
* @kylev fixed issue #379
* @skalee fixed the Travis builds for Neo4j with PR #433
2015-12-08 13:17:01 -05:00
== 1.5.1 2015-09-05
== Bug Fix
* Added mongo2 missing files to the gemspec. (@geerzo)
== 1.5.0 2015-09-02
=== New Features/Changes
* Use ensure within the cleaning method. (@cema-sp)
* Restored mysql2 + jruby support. (@ahorek)
* Added required ruby version to gemspec. (@garethrees)
* Added support for Mongoid 5.0 and Mongo Ruby Driver 2.0. (@jprincipe)
* Added support for additional Neo4j::Session.open options. (@brienw)
* And a bunch of code style and README improvements
=== Bug Fixes
* Fixed truncation for MongoDB 3. (@andreale)
* Fixed YAML error when building gem. (@joshnesbitt)
* Fixed deletion strategy for JDBC MySQL. (@DanElbert)
* Fixed open transactions for multiple connections. (@claptimes5)
2015-03-09 12:18:47 -04:00
== 1.4.1 2015-03-09
2014-12-22 04:16:00 -05:00
* Support for deletion with Sequel. (@cyberdelia)
2015-03-09 12:18:47 -04:00
* Use ActiveRecord::Base configuration when different from config file. (@wendy0402)
* Removed dependency of Mongo. (@codegourmet)
* Fixed issue with tables schema prefix in Postgres. (@phoenixek12)
* Use ruby 1.8 syntax. (@daniel-g)
* Added license to gemspec. (@chrismar035)
* Improved coverage for migrations table. (@jonallured)
2014-12-05 18:12:34 -05:00
2015-01-09 21:21:07 -05:00
== 1.4.0 2014-12-17
=== New Features/Changes
* Support for Neo4j. (@dpisarewski)
* Support for multiple connections on Mongoid. (@nyarly)
=== Better Performance
* Using the deletion strategy with Mysql now only deletes those tables which have had records added to them. (@MadRabbit)
* Add support for pre_count on Sequel with Mysql. (@vrinek)
* Cache collection names in mongo's truncation strategy. (@nyarly)
2014-12-05 17:59:56 -05:00
=== Bug Fixes
2015-01-09 21:21:07 -05:00
* Fix undefined method error with DataMapper SQLite adaptor. (@lanej)
2014-12-10 17:30:25 -05:00
* Fully define Mysql2 adaptor constant. (@jgonera)
2014-12-11 19:49:12 -05:00
* Don't truncate schema tables in Postgres. (@billywatson)
2015-01-09 21:21:07 -05:00
* Fix issue where Moped cleaner was missing collections with 'system' in their name. (@MartinNowak)
2014-12-05 17:59:56 -05:00
2014-05-23 22:39:42 -04:00
== 1.3.0 2014-05-23
=== New Features/Changes
2014-07-06 01:38:38 -04:00
* Introduced `DatabaseCleaner::cleaning` method that takes a block. (@ethco)
2014-05-23 22:39:42 -04:00
* Improved Sequel support and added more tests (@ethco, @rhunter)
=== Bug Fixes
* Fixed an issue with the `Transaction` strategy and Active Record where application-level transactions
are not rolledback correctly. (Godfrey Chan)
* activerecord-oracle_enhanced-adapter now works again (#259, @sockmonk)
2013-10-09 11:30:25 -04:00
== 1.2.0 2013-10-09
A huge thanks goes to @tommeier for fixing the bug with class loading that was cuasing the wrong adapters
to be used in certain cases.
=== New Features/Changes
* Upgraded RSpec to remove deprecation warnings (John Rowe)
* Caching of tables to truncate is now optional (@marcoow)
=== Bug Fixes
* Use class_eval loading of superclasses to ensure right version of class is patched. (Tom Meier, Joel Nimety, Ernesto Tagwerker)
* Add truncate_tables method to SQLiteAdapter. (Chris Mo)
* Fixes missing #uses_sequence invokation in adapter classes for sqlite and sqlite3 (Lefteris Laskaridis)
2013-08-01 12:47:46 -04:00
== 1.1.1 2013-08-01
=== Bug Fixes
* Fixes typo in Postgres superclass (POSTGRE_ADAPTER_PARENT > POSTGRES_ADAPTER_PARENT) (Joel Nimety)
2013-08-01 12:00:36 -04:00
== 1.1.0 2013-08-01
=== New Features/Changes
* schema_migrations table name is now retrieved from ActiveRecord (Kyle Stevens)
* Autoloading logic is now exposed, see PR #212 for details (Jeff Felchner)
=== Bug Fixes
* Deletion strategy works again on MySQL, had to roll back multiple statements patch.
* Fix MySqlAdapter superclass bug via class_eval loading of superclasses (Tom Meier)
* Sequel strategy fix dealing with symbol/string mismatch on table names. (Fred Wu)
2013-05-13 23:22:49 -04:00
== 1.0.1 2013-05-13
* Patch release to fix broken gemspec file. Sorry folks!
2013-05-13 18:10:14 -04:00
== 1.0.0 2013-05-13
2013-03-04 02:15:06 -05:00
2013-05-14 11:22:36 -04:00
=== New Features/Changes
2013-03-04 02:15:06 -05:00
* Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward.
2013-05-14 11:32:51 -04:00
* Now supporting and testing against ruby 2.0.x.
2013-03-04 02:15:06 -05:00
* Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen)
* Adds Rails 4 support for SQLite3Adapter
2013-05-13 18:03:01 -04:00
* Suppport for Moped when used without Mongoid (Cyprian Kowalczyk)
* Redis & Ohm support (Hengbin Qiu, James Conroy-Finn)
2013-03-04 02:15:06 -05:00
* CI Improvements (Jan Vlnas, Murahashi Sanemat Kenichi, Samer Masry, Jordan Hollinger)
2013-05-13 18:03:01 -04:00
* README/Documentation improvements (Marcelo Cajueiro, Donald Ball, TJ Chambers, Nick Huanca, Justin Edwards, Ryota Arai)
2013-03-04 02:15:06 -05:00
2013-05-14 11:22:36 -04:00
=== Bug Fixes
2013-03-04 02:15:06 -05:00
* Fixes transaction errors when using `after_commit` hooks in AR.
* Fixes truncation error with SQLite (Daniel White)
* Fixes `pre_count` logic in AR Postgres. (Jordan Hollinger)
* Sequel fix to normalize all table names to strings. (Lauri Peltola)
2013-05-13 18:03:01 -04:00
* #clean_with now works with multiple connections. (John Ferlito)
* Always start a AR transaction to prevent nil errors in AR when rolling back (John Hampton, M.Shibuya)
2013-03-04 02:15:06 -05:00
2013-05-14 11:32:51 -04:00
== 0.9.1 2012-10-11
2013-05-14 11:22:36 -04:00
(0.9.0 was released first but was yanked due to bad gemspec)
2012-10-11 11:56:21 -04:00
2013-05-14 11:22:36 -04:00
=== New Features
2012-06-03 00:15:37 -04:00
2012-08-06 01:17:21 -04:00
* New options for AR :truncation for speed. See README for details. (Stanislaw Pankevich)
2012-08-01 08:23:08 -04:00
* view caching works with the schema_plus gem loaded
* ActiveRecord::ConnectionAdapters::AbstractAdapter#views was renamed to an internal name
2012-08-01 07:04:37 -04:00
* ActiveRecord truncation strategy caches the list of tables #130 (Petteri Räty)
2012-10-11 11:56:21 -04:00
* Caches AR DB connections which speeds up cleaning with multiple DBs and allows for transation strategy.
* MongoDB :truncation strategy (wihtout use of additional library like Mogoid). #138 (Christopher Darrell & Richard Luther/@sidereel)
* Add Sequel support for multiple migration storage names in #148 (Jack Chu)
* Multiple database support for Mongoid 3 #149 (Luke Francl)
2013-05-14 11:22:36 -04:00
=== Bug Fixes
2012-10-11 11:56:21 -04:00
* :deletion for AR Postgres in JRuby now works #140 (Heiko Seebach)
* Rescue LoadError when AR adapters not available. #145 (Garrow Bedrossian)
* Fixes DatabaseCleaner::[] to cache cleaners.
2012-08-01 07:04:37 -04:00
2012-06-03 00:47:18 -04:00
== 0.8.0 2012-06-02
2012-06-03 00:15:37 -04:00
2012-07-08 11:09:20 -04:00
* Faster truncation strategy for ActiveRecord with MySQL or PostgreSQL
* Upgrade to RSpec 2
2012-06-03 00:15:37 -04:00
* Support for Mongoid 3/Moped (Andrew Bennett)
2012-06-03 00:47:18 -04:00
* Postgres Adapter no longer generates invalid SQL when no tables provided. (Michael-Keith Bernard)
2011-11-12 20:24:13 -05:00
2012-03-21 11:29:47 -04:00
== 0.7.2 2012-03-21
* Proper Mysql2Adapter superclass fix. (Jonathan Viney)
* Sequel::Transaction works with latest Sequel. (David Barri)
* Documenation fixes/improvements. (David Barri, Ben Mabey, Kevin Moore)
2012-01-15 14:22:56 -05:00
== 0.7.1 2012-01-15
2013-05-14 11:22:36 -04:00
=== New Features
2012-01-15 14:22:56 -05:00
2013-05-14 11:22:36 -04:00
* Support for Rails 3.2. (David Demaree)
2012-01-15 14:22:56 -05:00
=== Bugfixes
* Truncation resets the id count on SQLite. (Jordan Hollinger)
* AR delete strategy now disables referential integrity. (Ben Mabey)
* Fixes Postgres adapter for JRuby. (Dmytrii Nagirniak, Uģis Ozols)
* Documenation fixes. (Josh Rendek, Joshua Flanagan)
* Fixes bad error message when no database is specified for AR. (issue #72, Ben Mabey)
2011-11-12 20:24:13 -05:00
== 0.7.0 2011-11-12
2011-02-09 11:53:38 -05:00
2013-05-14 11:22:36 -04:00
=== New Features
2011-06-16 22:11:53 -04:00
2013-05-14 11:22:36 -04:00
* Sequel Support (Corin Langosch)
* Updates DataMapper strategies to work with DataMapper 1.1 (Xavier Shay and Anthony Williams)
* for AR and PSQL, truncate all tables with one command, improving performance due to avoiding cascades (Leonid Shevtsov)
2011-06-16 22:11:53 -04:00
2011-11-12 20:23:37 -05:00
=== Bugfixes
* Avoids trying to load the ':default' ActiveRecord config. #72 (Ben Mabey)
2011-06-16 22:11:53 -04:00
== 0.6.7 2011-04-21
2011-04-21 23:38:49 -04:00
2011-03-21 18:45:07 -04:00
=== Bugfixes
2013-05-14 11:22:36 -04:00
* Explicity require ERB. (Vít Ondruch)
* Cache DB connections, fixes referential integrity bug when using multiple DBs. (John Ferlito)
2011-03-21 18:45:07 -04:00
== 0.6.6 2011-03-16
2011-03-15 17:57:19 -04:00
=== Bugfixes
2013-05-14 11:22:36 -04:00
* Don't modify the array passed in with the :except key. (Eric Wollesen)
* Fixes version checking for postgresql. (Greg Barnett)
2011-03-15 17:57:19 -04:00
2011-03-08 21:23:48 -05:00
== 0.6.5 2011-03-08
2011-03-08 21:14:27 -05:00
=== Bugfixes
2013-05-14 11:32:51 -04:00
2013-05-14 11:22:36 -04:00
* When truncating in postgresql (>= 8.4) sequences are now reset. (Greg Barnett)
* Fixes the MongoDB truncation so non system collections starting with 'system' are not excluded for truncation. (Dmitry Naumov)
2011-03-08 21:14:27 -05:00
2011-02-21 11:34:01 -05:00
== 0.6.4 2011-02-21
=== Bugfixes
2013-05-14 11:22:36 -04:00
* Avoids trying to drop views in Postgres. (Bernerd Schaefer)
2011-02-21 11:34:01 -05:00
2011-02-09 11:53:38 -05:00
== 0.6.3 2011-02-09
2013-05-14 11:22:36 -04:00
=== New Features
2013-05-14 11:32:51 -04:00
2011-02-09 11:53:38 -05:00
* Configurable logger to aid in debugging database cleaner. (Marty Haught)
== 0.6.2 2011-02-04
2011-01-27 12:42:09 -05:00
2013-05-14 11:22:36 -04:00
=== New Features
2011-01-18 14:21:40 -05:00
* Support IBM_DB Adapter for table truncation. This is for DB2 >= 9.7 (GH-39 Samer Abukhait)
2013-05-14 11:22:36 -04:00
=== Bugfixes
2011-02-04 10:51:39 -05:00
* Reversed GH-41 after larger community discussion. Mongo indexes are no longer dropped. (Ben Mabey)
2011-02-04 11:06:50 -05:00
* Truncation strategy works on SqlServer tables with FKs. (GH-33, Hugo Freire)
2011-02-04 10:51:39 -05:00
2011-01-27 12:42:09 -05:00
== 0.6.1 2011-01-27
2010-11-11 12:44:40 -05:00
2013-05-14 11:22:36 -04:00
=== New Features
2011-01-16 12:46:43 -05:00
* Default strategies for all ORM libs are defined. (GH-36, GH-38 Prem Sichanugrist)
* Add a NullStrategy. (GH-6 Ben Mabey)
2010-11-25 00:25:57 -05:00
2013-05-14 11:22:36 -04:00
=== Bugfixes
2011-01-26 11:40:49 -05:00
* Mongo colletion indexes are dropped for collections being removed. (GH-41 Ben Mabey)
2010-11-24 23:37:42 -05:00
* Exclude database views from tables_to_truncate, if the connection adapter
supports reading from the ANSI standard information_schema views. (GH-25 Samer Abukhait)
2010-11-11 12:44:40 -05:00
* ORM types can be specified in string format and not mysteriously blowup. (GH-26 Ben Mabey)
2010-11-22 20:52:13 -05:00
* Do not remove MongoDB reserved system collections. (GH-24 Ches Martin)
2010-08-22 16:29:38 -04:00
2010-10-25 13:13:31 -04:00
== 0.6.0 2010-10-25 - The Multi-ORM/Connection Release
2010-08-22 16:29:38 -04:00
This release has the often asked for functionality of being able to clean
2011-03-21 18:45:07 -04:00
multiple databases within the same project. This involves being able to
2010-08-22 16:29:38 -04:00
clean databases managed by the same ORM (i.e. different connections) and
also being able to clean databases managed by distinct ORMs. So, for
example you can now use DatabaseCleaner on a project that has ActiveRecord
and Mongoid to help ensure all DBs all in a clean state. Please see the
README for more information. The old API has been preserved so this release
is backwards compatible.
This release is a result of Jon Rowe's hard work. Many thanks to Jon for all
of the hours and effort he put into making this feature request a reality.
2013-05-14 11:22:36 -04:00
=== New Features
2010-08-22 16:29:38 -04:00
* Ability to clean multiple database connections managed by the same ORM. (Jon Rowe)
* Ability to clean multiple DBs managed by different ORMs in same project. (Jon Rowe)
* Allows for the ActiveRecord config file (database.yml) to contain ERB and process it. (Fletcher Nichol)
2010-08-22 17:01:55 -04:00
* Mysql2Adapter support. (Kamal Fariz Mahyuddin and John Ferlito)
2010-10-25 13:13:31 -04:00
* Deletion strategy for ActiveRecord (Mikl Kurkov)
2010-02-22 14:32:45 -05:00
2013-05-14 11:22:36 -04:00
=== Bugfixes
2010-05-02 14:40:30 -04:00
* Updates the DataMapper truncation strategy to version 0.10.3. (Robert Rouse)
2010-09-02 12:57:57 -04:00
* Addresses Ruby 1.9 and 1.8 differences causing a bug in the AR PostgreSQLAdapter truncation strategy. (GH-14, James B. Byrne)
2010-09-21 19:30:26 -04:00
* Fixes syntax error that MySQL was throwing during DataMapper truncation. (Blake Gentry)
2010-10-03 22:55:07 -04:00
* Fixes truncation for PostgreSQL (Bodaniel Jeanes and Gabriel Sobrinho)
2010-10-25 13:48:32 -04:00
* Workaround for superclass mismatches for the ActiveRecord-jdbc-adapter (Toms Mikoss)
2010-05-02 14:40:30 -04:00
2010-04-16 00:28:01 -04:00
== 0.5.2
2013-05-14 11:22:36 -04:00
=== Bugfixes
2010-04-16 00:28:01 -04:00
* Removes extraneous puts call from configuration.rb. (Ben Mabey)
2010-04-13 11:58:23 -04:00
== 0.5.1 - The Mongoid Release
This release also attempts to fix AR for Rails 3 support. I have seen mixed reviews on this. Some people
claim the fixes allow for use in Rails3 while others have not had good luck with it. I plan on reworking
the way AR support is added so that it is more friendly with how Rails 3 uses autoload.
2013-05-14 11:22:36 -04:00
=== New features
2010-03-21 13:30:17 -04:00
* Clean and clean_with methods are now aliased to clean! and clean_with!. (Ben Mabey)
2010-04-13 11:58:23 -04:00
* Mongoid Support! (Sidney Burks)
2010-02-26 17:21:40 -05:00
2010-03-21 13:15:46 -04:00
=== Bugfixes
2013-05-14 11:22:36 -04:00
2010-03-21 13:30:17 -04:00
* Check PostgreSQL version >= 8.2 before using TRUNCATE CASCADE (James B. Byrne)
* Correct superclass is used in ActiveRecord connection adapters. (johnathan, Aslak Hellesoy, Ben Mabey)
2010-03-21 13:15:46 -04:00
2010-02-22 14:32:45 -05:00
== 0.5.0 2010-02-22 - The CouchPotato Release
2009-12-23 20:21:15 -05:00
2013-05-14 11:22:36 -04:00
=== New features
2010-02-17 23:44:57 -05:00
* Basic truncation support for CouchPotato / CouchDB. (Martin Rehfeld)
* SQLite3 on JRuby will fall back to delete if truncate doesn't work. (Darrin Holst)
* JDBC is used for ActiveRecord automaticaly when JRuby is detected. (Darrin Holst)
2013-05-14 11:22:36 -04:00
=== Bufixes
2010-02-22 13:48:33 -05:00
* MongoMapper truncation strategy now works with :only and :except options. (Ben Mabey)
2010-01-17 14:57:15 -05:00
== 0.4.3 2010-01-17
2013-05-14 11:22:36 -04:00
=== New features
2010-02-17 23:44:57 -05:00
* Truncation for ActiveRecord oracle_enhanced adapter. (Edgars Beigarts)
2010-01-17 14:57:15 -05:00
2010-01-12 11:53:09 -05:00
== 0.4.2 2010-01-12
2013-05-14 11:22:36 -04:00
=== Bufixes
2010-01-12 11:53:09 -05:00
* Datamapper truncation now uses 'select' instead of deprecated the 'query' method. (Steve Tooke)
2010-01-07 11:48:49 -05:00
== 0.4.1 2010-01-07
2013-05-14 11:22:36 -04:00
=== Bufixes
2010-01-07 11:48:49 -05:00
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE) using Datamapper. (Ben Mabey)
2009-12-23 20:21:15 -05:00
== 0.4.0 2009-12-23 (The MongoMapper Edition)
2013-05-14 11:22:36 -04:00
=== New features
2009-12-23 20:21:15 -05:00
* MongoMapper support for the truncation strategy. (Aubrey Holland)
2009-12-21 00:19:25 -05:00
== 0.3.0 2009-12-20
2013-05-14 11:22:36 -04:00
=== New features
2009-12-21 00:19:25 -05:00
* DataMapper 0.10.0 Compatible. (Martin Gamsjaeger)
2013-05-14 11:22:36 -04:00
=== Bufixes
2009-12-21 00:19:25 -05:00
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE). (Vika - yozhyk on github)
2009-03-05 10:13:12 -05:00
2009-05-30 00:00:59 -04:00
== 0.2.3 2009-05-30
2013-05-14 11:22:36 -04:00
=== New features
2009-08-04 10:14:19 -04:00
* Support for SQL Server truncation (Adam Meehan)
2009-05-30 00:00:59 -04:00
2009-05-08 23:52:37 -04:00
== 0.2.2 2009-05-08
2013-05-14 11:22:36 -04:00
=== Bufixes
2009-05-08 23:52:37 -04:00
* Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)
2013-05-14 11:22:36 -04:00
=== New features
2009-05-08 21:58:47 -04:00
== 0.2.1 2009-05-08
2013-05-14 11:22:36 -04:00
=== Bufixes
2009-05-08 21:58:47 -04:00
* Removed extraneous TruncationBase class definition. (Ben Mabey)
2009-04-30 23:30:47 -04:00
2009-05-08 20:44:21 -04:00
== 0.2.0 2009-05-08 - The Datamapper Release
2013-05-14 11:22:36 -04:00
=== New features
2009-05-08 20:44:21 -04:00
* DataMapper strategies (Martin Gamsjaeger)
* Transaction
* Truncation - working SQLite3, MySQL adapters. Experimental Postgres adapter (not tested).
== 0.1.3 2009-04-30
2009-04-30 23:30:47 -04:00
2013-05-14 11:22:36 -04:00
=== New features
2009-03-11 20:16:07 -04:00
* PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo)
2013-05-14 11:32:51 -04:00
2013-05-14 11:22:36 -04:00
=== Bufixes
2009-04-30 23:30:47 -04:00
* Added missing quotes around table names in truncation calls. (Michael MacDonald)
2009-03-05 10:13:12 -05:00
== 0.1.2 2009-03-05
2013-05-14 11:22:36 -04:00
=== New features
2009-03-05 10:13:12 -05:00
* JDBC Adapter to enable AR truncation strategy to work. (Kamal Fariz Mahyuddin)
2009-05-08 20:44:21 -04:00
== 0.1.1 2009-03-04 - Initial Release (Ben Mabey)
2013-05-14 11:32:51 -04:00
2009-03-05 10:13:12 -05:00
* Basic infrastructure
* Features, RSpec code examples
* ActiveRecord strategies
* Truncation - with MySQL, and SQLite3 adapters.
* Transaction - wrap your modifications and roll them back.