Commit Graph

26 Commits

Author SHA1 Message Date
Ben Mabey f5624ca081 Version bump to 0.1.3 2009-04-30 21:30:47 -06:00
Ben Mabey f911f15d63 Merge branch 'master' of git://github.com/schlick/database_cleaner into schlick/master 2009-04-30 21:27:38 -06:00
Ben Mabey 0e64eb7925 removed extraneous world call from features 2009-04-30 21:25:58 -06:00
Michael MacDonald 509eed908f Added quoting of table names for truncation 2009-05-01 10:53:01 +10:00
bmabey 114fe2f7b2 Fixed doc typo. Thanks to Matt Morris for pointing it out. 2009-04-27 20:54:43 -07:00
Ben Mabey 410e5f07a1 credit 2009-03-11 18:16:07 -06:00
Alberto Perdomo 80408434da Added truncation support for Postgresql. 2009-03-11 18:46:00 +00:00
bmabey ee0c0c2152 :all -> :each 2009-03-10 21:53:02 -07:00
bmabey d6fb45ab70 example of how to use with rspec 2009-03-10 21:52:15 -07:00
Ben Mabey 75c0368d00 History 2009-03-05 08:13:12 -07:00
Kamal Fariz Mahyuddin 8cec3c6710 Version bump to 0.1.2 2009-03-05 18:34:20 +08:00
Kamal Fariz Mahyuddin 6a646819d7 Add JdbcAdapter#truncate_table 2009-03-05 18:05:38 +08:00
Ben Mabey ddc8bd1dc2 Version bump to 0.1.1- to see if github will build the gem. 2009-03-04 23:32:06 -07:00
Ben Mabey a17544dd7d added a readme and bumped the version 2009-03-04 23:02:08 -07:00
Ben Mabey 066ba919ad DatabaseCleaner() method was cool, but really isn't needed... 2009-03-04 22:17:32 -07:00
Ben Mabey 3fc800e17a added clean_with shortcut method 2009-03-04 22:16:04 -07:00
Ben Mabey 43ad34fc2b added DatabaseCleaner() method to return a strategy 2009-03-04 22:11:58 -07:00
Ben Mabey 0b39edc8a4 gemspec, add pending specs 2009-03-04 21:48:41 -07:00
Ben Mabey 79086c4748 Version bump to 0.0.1 2009-03-04 21:38:45 -07:00
Ben Mabey a96c0d5f93 truncation AR strategy now takes :only and :except so you can manage the tables you want to truncate 2009-03-04 21:31:12 -07:00
Ben Mabey 9fa3eb0818 allow setting of orm and skip autodetect 2009-03-04 14:00:20 -07:00
Ben Mabey 27e8b337f7 configuration change 2009-03-04 13:33:58 -07: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
Ben Mabey 00299245c8 Initial commit to database_cleaner. 2009-02-26 21:42:20 -07:00