Commit graph

4 commits

Author SHA1 Message Date
Jon Rowe
c0f4f95841 add multiple orm testing for sequel and default strategy 2014-12-22 20:36:35 +11:00
Dieter Pisarewski
6288ee1b79 Neo4j support 2014-12-01 17:19:27 +01:00
James Conroy-Finn
b70f09a3ed Add Redis & Ohm support
This contains the work of @hbpoison, updated to work with the current
version of DatabaseCleaner.

https://github.com/bmabey/database_cleaner/pull/87/files
2013-05-11 14:21:43 +01:00
Prem Sichanugrist
56ca7001d4 Add support for default strategy for each ORM
DatabaseCleaner will select the best default strategy based on the ORM you're using without having you to select it by yourself.

* ActiveRecord, DataMapper => :transaction
* MongoMapper, Mongoid, CouchPotato => :truncation
2011-01-16 23:41:10 +07:00