All Versions
57
Latest Version
Avg Release Cycle
141 days
Latest Release
1512 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.8.0 Changes
June 02, 2012- Faster truncation strategy for ActiveRecord with MySQL or PostgreSQL
- Upgrade to RSpec 2
- Support for Mongoid 3/Moped (Andrew Bennett)
- Postgres Adapter no longer generates invalid SQL when no tables provided. (Michael-Keith Bernard)
-
v0.7.2 Changes
March 21, 2012- Proper Mysql2Adapter superclass fix. (Jonathan Viney)
- Sequel::Transaction works with latest Sequel. (David Barri)
- Documenation fixes/improvements. (David Barri, Ben Mabey, Kevin Moore)
-
v0.7.1 Changes
January 15, 2012=== π New Features
- Support for Rails 3.2. (David Demaree)
=== π 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)
-
v0.7.0 Changes
November 12, 2011=== π New Features
- 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)
=== π Bugfixes
- Avoids trying to load the ':default' ActiveRecord config. #72 (Ben Mabey)
-
v0.6.7 Changes
April 21, 2011=== π Bugfixes
- Explicity require ERB. (VΓt Ondruch)
- Cache DB connections, fixes referential integrity bug when using multiple DBs. (John Ferlito)
-
v0.6.6 Changes
March 16, 2011=== π Bugfixes
- Don't modify the array passed in with the :except key. (Eric Wollesen)
- Fixes version checking for postgresql. (Greg Barnett)
-
v0.6.5 Changes
March 08, 2011=== π Bugfixes
- 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)
-
v0.6.4 Changes
February 21, 2011=== π Bugfixes
- Avoids trying to drop views in Postgres. (Bernerd Schaefer)
-
v0.6.3 Changes
February 09, 2011=== π New Features
- Configurable logger to aid in debugging database cleaner. (Marty Haught)
-
v0.6.2 Changes
February 04, 2011=== π New Features
- Support IBM_DB Adapter for table truncation. This is for DB2 >= 9.7 (GH-39 Samer Abukhait)
=== π Bugfixes
- Reversed GH-41 after larger community discussion. Mongo indexes are no longer dropped. (Ben Mabey)
- Truncation strategy works on SqlServer tables with FKs. (GH-33, Hugo Freire)