Strategies for cleaning databases. Can be used to ensure a clean state for testing.
This package was branched from home:ctso in order to ...
move it to d:l:r:e
- Sources inherited from project devel:languages:ruby:extensions
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-database_cleaner && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
database_cleaner-1.0.1.gem | 0000042496 41.5 KB | |
rubygem-database_cleaner.changes | 0000001551 1.51 KB | |
rubygem-database_cleaner.spec | 0000002631 2.57 KB |
Revision 5 (latest revision is 23)
Stephan Kulow (coolo)
committed
(revision 5)
- updated to version 1.0.1 === New Features/Changes * Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward. * Now supporting (and testing against ruby 2.0.x). * Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen) * Adds Rails 4 support for SQLite3Adapter * Suppport for Moped when used without Mongoid (Cyprian Kowalczyk) * Redis & Ohm support (Hengbin Qiu, James Conroy-Finn) * CI Improvements (Jan Vlnas, Murahashi Sanemat Kenichi, Samer Masry, Jordan Hollinger) * README/Documentation improvements (Marcelo Cajueiro, Donald Ball, TJ Chambers, Nick Huanca, Justin Edwards, Ryota Arai) === Bug Fixes * 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) * #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)
Comments 0