Commit graph

14 commits

Author SHA1 Message Date
Micah Geisel
12abeae48b strip down cucumber scenarios to just use the two most popular adapter gems, and reenable to validate the end-to-end UX. 2020-04-06 16:42:11 -05:00
Micah Geisel
6a64860486 extract database_cleaner-sequel adapter. 2018-11-20 21:01:54 -08:00
Micah Geisel
9100251d67 extract database_cleaner-redis adapter. 2018-11-20 21:01:53 -08:00
Micah Geisel
c4e41967cd extract database_cleaner-ohm adapater. 2018-11-20 21:01:52 -08:00
Micah Geisel
2998bd43a1 extract database_cleaner-neo4j adapter. 2018-11-20 21:01:52 -08:00
Micah Geisel
3c9b4c1a41 extract database_cleaner-mongo_mapper adapter. 2018-11-20 21:01:50 -08:00
Micah Geisel
07f84e9b72 extract database_cleaner-mongoid adapter. 2018-11-20 21:01:50 -08:00
Micah Geisel
95619b2e74 extract database_cleaner-data_mapper adapter. 2018-11-20 21:01:48 -08:00
Micah Geisel
84d4c23bc2 extract database_cleaner-couch_potato adapter. 2018-11-20 21:01:47 -08:00
Micah Geisel
e65c63c939 initial database_cleaner-active_record gem extraction. 2018-11-20 21:01:35 -08:00
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