Commit Graph

21 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 7d4d8868f6 add cucumber scenario for sequel 2014-12-22 20:28:00 +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
Ben Mabey 037012b364 adds scenarios for new deletion strategy 2010-10-25 10:10:08 -06:00
Sidney Burks b18f9b7f57 adds mongoid support 2010-04-13 09:53:56 -06:00
Martin Rehfeld efe6bfc9a7 truncation support for CouchPotato / CouchDB 2010-02-04 02:17:37 +01:00
Aubrey Holland 857c5cf93c add mongo_mapper support 2009-12-23 13:54:17 -05:00
snusnu 63147b21ce basic support for transaction/truncation with datamapper 2009-05-05 17:06:02 +02:00
Ben Mabey 55bc444994 added truncation strategy for AR. improved error messaging 2009-03-04 13:18:13 -07:00
Ben Mabey 5e8df327d8 cucumber feature and example app done. Got the AR transaction strategy done as well. 2009-03-03 21:53:21 -07:00
Ben Mabey 13a59fc3af initial work done. Have failing example feauture and main config module done. 2009-03-01 01:45:58 -07:00