database_cleaner 1.8.5 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/lib/database_cleaner.rb +1 -47
  3. metadata +11 -478
  4. data/CONTRIBUTE.markdown +0 -27
  5. data/Gemfile.lock +0 -325
  6. data/History.rdoc +0 -497
  7. data/LICENSE +0 -20
  8. data/README.markdown +0 -389
  9. data/Rakefile +0 -44
  10. data/TODO +0 -3
  11. data/adapters/database_cleaner-active_record/lib/database_cleaner-active_record.rb +0 -1
  12. data/adapters/database_cleaner-active_record/lib/database_cleaner/active_record.rb +0 -6
  13. data/adapters/database_cleaner-active_record/lib/database_cleaner/active_record/base.rb +0 -101
  14. data/adapters/database_cleaner-active_record/lib/database_cleaner/active_record/deletion.rb +0 -108
  15. data/adapters/database_cleaner-active_record/lib/database_cleaner/active_record/transaction.rb +0 -59
  16. data/adapters/database_cleaner-active_record/lib/database_cleaner/active_record/truncation.rb +0 -280
  17. data/adapters/database_cleaner-active_record/lib/database_cleaner/active_record/version.rb +0 -5
  18. data/adapters/database_cleaner-couch_potato/lib/database_cleaner-couch_potato.rb +0 -1
  19. data/adapters/database_cleaner-couch_potato/lib/database_cleaner/couch_potato.rb +0 -11
  20. data/adapters/database_cleaner-couch_potato/lib/database_cleaner/couch_potato/base.rb +0 -7
  21. data/adapters/database_cleaner-couch_potato/lib/database_cleaner/couch_potato/truncation.rb +0 -28
  22. data/adapters/database_cleaner-couch_potato/lib/database_cleaner/couch_potato/version.rb +0 -5
  23. data/adapters/database_cleaner-data_mapper/lib/database_cleaner-data_mapper.rb +0 -1
  24. data/adapters/database_cleaner-data_mapper/lib/database_cleaner/data_mapper.rb +0 -4
  25. data/adapters/database_cleaner-data_mapper/lib/database_cleaner/data_mapper/base.rb +0 -25
  26. data/adapters/database_cleaner-data_mapper/lib/database_cleaner/data_mapper/transaction.rb +0 -28
  27. data/adapters/database_cleaner-data_mapper/lib/database_cleaner/data_mapper/truncation.rb +0 -173
  28. data/adapters/database_cleaner-data_mapper/lib/database_cleaner/data_mapper/version.rb +0 -5
  29. data/adapters/database_cleaner-mongo/lib/database_cleaner-mongo.rb +0 -1
  30. data/adapters/database_cleaner-mongo/lib/database_cleaner/mongo.rb +0 -10
  31. data/adapters/database_cleaner-mongo/lib/database_cleaner/mongo/base.rb +0 -16
  32. data/adapters/database_cleaner-mongo/lib/database_cleaner/mongo/truncation.rb +0 -64
  33. data/adapters/database_cleaner-mongo/lib/database_cleaner/mongo/truncation_mixin.rb +0 -26
  34. data/adapters/database_cleaner-mongo/lib/database_cleaner/mongo/version.rb +0 -5
  35. data/adapters/database_cleaner-mongo_mapper/lib/database_cleaner-mongo_mapper.rb +0 -1
  36. data/adapters/database_cleaner-mongo_mapper/lib/database_cleaner/mongo_mapper.rb +0 -4
  37. data/adapters/database_cleaner-mongo_mapper/lib/database_cleaner/mongo_mapper/base.rb +0 -24
  38. data/adapters/database_cleaner-mongo_mapper/lib/database_cleaner/mongo_mapper/truncation.rb +0 -35
  39. data/adapters/database_cleaner-mongo_mapper/lib/database_cleaner/mongo_mapper/version.rb +0 -5
  40. data/adapters/database_cleaner-mongoid/lib/database_cleaner-mongoid.rb +0 -1
  41. data/adapters/database_cleaner-mongoid/lib/database_cleaner/mongoid.rb +0 -10
  42. data/adapters/database_cleaner-mongoid/lib/database_cleaner/mongoid/base.rb +0 -20
  43. data/adapters/database_cleaner-mongoid/lib/database_cleaner/mongoid/mongo1_truncation_mixin.rb +0 -26
  44. data/adapters/database_cleaner-mongoid/lib/database_cleaner/mongoid/mongo2_truncation_mixin.rb +0 -38
  45. data/adapters/database_cleaner-mongoid/lib/database_cleaner/mongoid/mongoid_truncation_mixin.rb +0 -65
  46. data/adapters/database_cleaner-mongoid/lib/database_cleaner/mongoid/truncation.rb +0 -49
  47. data/adapters/database_cleaner-mongoid/lib/database_cleaner/mongoid/version.rb +0 -5
  48. data/adapters/database_cleaner-moped/lib/database_cleaner-moped.rb +0 -1
  49. data/adapters/database_cleaner-moped/lib/database_cleaner/moped.rb +0 -10
  50. data/adapters/database_cleaner-moped/lib/database_cleaner/moped/base.rb +0 -39
  51. data/adapters/database_cleaner-moped/lib/database_cleaner/moped/truncation.rb +0 -9
  52. data/adapters/database_cleaner-moped/lib/database_cleaner/moped/truncation_base.rb +0 -44
  53. data/adapters/database_cleaner-moped/lib/database_cleaner/moped/version.rb +0 -5
  54. data/adapters/database_cleaner-neo4j/lib/database_cleaner-neo4j.rb +0 -1
  55. data/adapters/database_cleaner-neo4j/lib/database_cleaner/neo4j.rb +0 -6
  56. data/adapters/database_cleaner-neo4j/lib/database_cleaner/neo4j/base.rb +0 -66
  57. data/adapters/database_cleaner-neo4j/lib/database_cleaner/neo4j/deletion.rb +0 -16
  58. data/adapters/database_cleaner-neo4j/lib/database_cleaner/neo4j/transaction.rb +0 -35
  59. data/adapters/database_cleaner-neo4j/lib/database_cleaner/neo4j/truncation.rb +0 -9
  60. data/adapters/database_cleaner-neo4j/lib/database_cleaner/neo4j/version.rb +0 -5
  61. data/adapters/database_cleaner-ohm/lib/database_cleaner-ohm.rb +0 -1
  62. data/adapters/database_cleaner-ohm/lib/database_cleaner/ohm.rb +0 -12
  63. data/adapters/database_cleaner-ohm/lib/database_cleaner/ohm/truncation.rb +0 -24
  64. data/adapters/database_cleaner-ohm/lib/database_cleaner/ohm/version.rb +0 -5
  65. data/adapters/database_cleaner-redis/lib/database_cleaner-redis.rb +0 -1
  66. data/adapters/database_cleaner-redis/lib/database_cleaner/redis.rb +0 -4
  67. data/adapters/database_cleaner-redis/lib/database_cleaner/redis/base.rb +0 -41
  68. data/adapters/database_cleaner-redis/lib/database_cleaner/redis/truncation.rb +0 -26
  69. data/adapters/database_cleaner-redis/lib/database_cleaner/redis/version.rb +0 -5
  70. data/adapters/database_cleaner-sequel/lib/database_cleaner-sequel.rb +0 -1
  71. data/adapters/database_cleaner-sequel/lib/database_cleaner/sequel.rb +0 -6
  72. data/adapters/database_cleaner-sequel/lib/database_cleaner/sequel/base.rb +0 -26
  73. data/adapters/database_cleaner-sequel/lib/database_cleaner/sequel/deletion.rb +0 -47
  74. data/adapters/database_cleaner-sequel/lib/database_cleaner/sequel/transaction.rb +0 -40
  75. data/adapters/database_cleaner-sequel/lib/database_cleaner/sequel/truncation.rb +0 -79
  76. data/adapters/database_cleaner-sequel/lib/database_cleaner/sequel/version.rb +0 -5
  77. data/cucumber.yml +0 -1
  78. data/lib/database_cleaner/base.rb +0 -153
  79. data/lib/database_cleaner/configuration.rb +0 -135
  80. data/lib/database_cleaner/cucumber.rb +0 -3
  81. data/lib/database_cleaner/deprecation.rb +0 -26
  82. data/lib/database_cleaner/generic/base.rb +0 -29
  83. data/lib/database_cleaner/generic/transaction.rb +0 -11
  84. data/lib/database_cleaner/generic/truncation.rb +0 -40
  85. data/lib/database_cleaner/null_strategy.rb +0 -20
  86. data/lib/database_cleaner/orm_autodetector.rb +0 -41
  87. data/lib/database_cleaner/safeguard.rb +0 -107
  88. data/lib/database_cleaner/spec.rb +0 -2
  89. data/lib/database_cleaner/spec/database_helper.rb +0 -82
  90. data/lib/database_cleaner/spec/shared_examples.rb +0 -15
  91. data/lib/database_cleaner/version.rb +0 -3
@@ -1,27 +0,0 @@
1
- # Guidelines for contributing
2
-
3
- ## 1. Fork & Clone
4
-
5
- Since you probably don't have rights to the main repo, you should Fork it (big
6
- button up top). After that, clone your fork locally and optionally add an
7
- upstream:
8
-
9
- git remote add upstream git@github.com:DatabaseCleaner/database_cleaner.git
10
-
11
- ## 2. Make sure the tests run fine
12
-
13
- - `bundle install`
14
- - Copy `spec/support/sample.config.yml` to `spec/support/config.yml` and edit it
15
- - Run the tests with `bundle exec rspec`
16
-
17
- Note that if you don't have all the supported databases installed and running,
18
- some tests will fail.
19
-
20
- ## 3. Prepare your contribution
21
-
22
- This is all up to you but a few points should be kept in mind:
23
-
24
- - Please write tests for your contribution
25
- - Make sure that previous tests still pass
26
- - Push it to a branch of your fork
27
- - Submit a pull request
@@ -1,325 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- database_cleaner (1.8.5)
5
-
6
- PATH
7
- remote: adapters
8
- specs:
9
- database_cleaner-active_record (1.8.0)
10
- activerecord
11
- database_cleaner (~> 1.8.0)
12
- database_cleaner-couch_potato (1.8.0)
13
- couch_potato
14
- database_cleaner (~> 1.8.0)
15
- database_cleaner-data_mapper (1.8.0)
16
- database_cleaner (~> 1.8.0)
17
- datamapper
18
- dm-transactions
19
- database_cleaner-mongo (1.8.0)
20
- database_cleaner (~> 1.8.0)
21
- mongo
22
- database_cleaner-mongo_mapper (1.8.1)
23
- database_cleaner (~> 1.8.0)
24
- mongo_mapper
25
- database_cleaner-mongoid (1.8.1)
26
- database_cleaner (~> 1.8.0)
27
- database_cleaner-mongo (~> 1.8.0)
28
- mongoid
29
- database_cleaner-moped (1.8.0)
30
- database_cleaner (~> 1.8.0)
31
- moped
32
- database_cleaner-neo4j (1.8.0)
33
- database_cleaner (~> 1.8.0)
34
- neo4j-core
35
- database_cleaner-ohm (1.8.1)
36
- database_cleaner (~> 1.8.0)
37
- database_cleaner-redis (~> 1.8.0)
38
- ohm
39
- database_cleaner-redis (1.8.0)
40
- database_cleaner (~> 1.8.0)
41
- redis
42
- database_cleaner-sequel (1.8.0)
43
- database_cleaner (~> 1.8.0)
44
- sequel
45
-
46
- GEM
47
- remote: https://rubygems.org/
48
- specs:
49
- activemodel (3.0.0)
50
- activesupport (= 3.0.0)
51
- builder (~> 2.1.2)
52
- i18n (~> 0.4.1)
53
- activerecord (3.0.0)
54
- activemodel (= 3.0.0)
55
- activesupport (= 3.0.0)
56
- arel (~> 1.0.0)
57
- tzinfo (~> 0.3.23)
58
- activerecord-mysql2-adapter (0.0.3)
59
- mysql2
60
- activesupport (3.0.0)
61
- addressable (2.3.6)
62
- arel (1.0.1)
63
- activesupport (~> 3.0.0)
64
- bcrypt (3.1.7)
65
- bcrypt (3.1.7-java)
66
- bcrypt-ruby (3.1.5)
67
- bcrypt (>= 3.1.3)
68
- bcrypt-ruby (3.1.5-java)
69
- bcrypt (>= 3.1.3)
70
- bson (1.12.5)
71
- bson (1.12.5-java)
72
- bson_ext (1.12.5)
73
- bson (~> 1.12.5)
74
- builder (2.1.2)
75
- coderay (1.1.2)
76
- couch_potato (1.3.0)
77
- activemodel
78
- couchrest (~> 1.2.0)
79
- json (~> 1.6)
80
- couchrest (1.2.1)
81
- mime-types (>= 1.15)
82
- multi_json (~> 1.7, ~> 1.0)
83
- rest-client (~> 1.8.0)
84
- cucumber (1.2.1)
85
- builder (>= 2.1.2)
86
- diff-lcs (>= 1.1.3)
87
- gherkin (~> 2.11.0)
88
- json (>= 1.4.6)
89
- data_objects (0.10.14)
90
- addressable (~> 2.1)
91
- datamapper (1.2.0)
92
- dm-aggregates (~> 1.2.0)
93
- dm-constraints (~> 1.2.0)
94
- dm-core (~> 1.2.0)
95
- dm-migrations (~> 1.2.0)
96
- dm-serializer (~> 1.2.0)
97
- dm-timestamps (~> 1.2.0)
98
- dm-transactions (~> 1.2.0)
99
- dm-types (~> 1.2.0)
100
- dm-validations (~> 1.2.0)
101
- diff-lcs (1.3)
102
- dm-aggregates (1.2.0)
103
- dm-core (~> 1.2.0)
104
- dm-constraints (1.2.0)
105
- dm-core (~> 1.2.0)
106
- dm-core (1.2.1)
107
- addressable (~> 2.3)
108
- dm-do-adapter (1.2.0)
109
- data_objects (~> 0.10.6)
110
- dm-core (~> 1.2.0)
111
- dm-migrations (1.2.0)
112
- dm-core (~> 1.2.0)
113
- dm-serializer (1.2.2)
114
- dm-core (~> 1.2.0)
115
- fastercsv (~> 1.5)
116
- json (~> 1.6)
117
- json_pure (~> 1.6)
118
- multi_json (~> 1.0)
119
- dm-sqlite-adapter (1.2.0)
120
- dm-do-adapter (~> 1.2.0)
121
- do_sqlite3 (~> 0.10.6)
122
- dm-timestamps (1.2.0)
123
- dm-core (~> 1.2.0)
124
- dm-transactions (1.2.0)
125
- dm-core (~> 1.2.0)
126
- dm-types (1.2.2)
127
- bcrypt-ruby (~> 3.0)
128
- dm-core (~> 1.2.0)
129
- fastercsv (~> 1.5)
130
- json (~> 1.6)
131
- multi_json (~> 1.0)
132
- stringex (~> 1.4)
133
- uuidtools (~> 2.1)
134
- dm-validations (1.2.0)
135
- dm-core (~> 1.2.0)
136
- do_jdbc (0.10.14-java)
137
- data_objects (= 0.10.14)
138
- do_sqlite3 (0.10.14)
139
- data_objects (= 0.10.14)
140
- do_sqlite3 (0.10.14-java)
141
- data_objects (= 0.10.14)
142
- do_jdbc (= 0.10.14)
143
- jdbc-sqlite3 (>= 3.5.8)
144
- domain_name (0.5.20180417)
145
- unf (>= 0.0.5, < 1.0.0)
146
- faraday (0.9.0)
147
- multipart-post (>= 1.2, < 3)
148
- faraday_middleware (0.9.1)
149
- faraday (>= 0.7.4, < 0.10)
150
- fastercsv (1.5.5)
151
- ffi (1.9.25)
152
- ffi (1.9.25-java)
153
- formatador (0.2.5)
154
- gherkin (2.11.6)
155
- json (>= 1.7.6)
156
- gherkin (2.11.6-java)
157
- json (>= 1.7.6)
158
- guard (2.14.2)
159
- formatador (>= 0.2.4)
160
- listen (>= 2.7, < 4.0)
161
- lumberjack (>= 1.0.12, < 2.0)
162
- nenv (~> 0.1)
163
- notiffany (~> 0.0)
164
- pry (>= 0.9.12)
165
- shellany (~> 0.0)
166
- thor (>= 0.18.1)
167
- guard-compat (1.2.1)
168
- guard-rspec (4.7.3)
169
- guard (~> 2.1)
170
- guard-compat (~> 1.1)
171
- rspec (>= 2.99.0, < 4.0)
172
- http-cookie (1.0.3)
173
- domain_name (~> 0.5)
174
- httparty (0.13.3)
175
- json (~> 1.8)
176
- multi_xml (>= 0.5.2)
177
- httpclient (2.5.3.3)
178
- i18n (0.4.2)
179
- jdbc-sqlite3 (3.8.10.1)
180
- json (1.8.6)
181
- json (1.8.6-java)
182
- json_pure (1.8.1)
183
- listen (3.0.8)
184
- rb-fsevent (~> 0.9, >= 0.9.4)
185
- rb-inotify (~> 0.9, >= 0.9.7)
186
- lumberjack (1.0.13)
187
- method_source (0.9.0)
188
- mime-types (2.99.3)
189
- mongo (1.12.5)
190
- bson (= 1.12.5)
191
- mongo_ext (0.19.3)
192
- mongo_mapper (0.12.0)
193
- activemodel (~> 3.0)
194
- activesupport (~> 3.0)
195
- plucky (~> 0.5.2)
196
- mongoid (2.2.6)
197
- activemodel (~> 3.0.0)
198
- mongo (~> 1.3)
199
- tzinfo (~> 0.3.22)
200
- mongoid-tree (0.7.0)
201
- mongoid (~> 2.0)
202
- moped (1.5.2)
203
- multi_json (1.13.1)
204
- multi_xml (0.5.5)
205
- multipart-post (2.0.0)
206
- mysql (2.9.1)
207
- mysql2 (0.3.18)
208
- nenv (0.3.0)
209
- neo4j-community (2.1.5)
210
- neo4j-core (3.0.8)
211
- activesupport
212
- faraday (~> 0.9.0)
213
- faraday_middleware (~> 0.9.1)
214
- httparty
215
- httpclient
216
- json
217
- neo4j-community (~> 2.1.1)
218
- net-http-persistent
219
- os
220
- zip
221
- nest (1.1.2)
222
- redis
223
- net-http-persistent (2.9.4)
224
- netrc (0.11.0)
225
- notiffany (0.1.1)
226
- nenv (~> 0.1)
227
- shellany (~> 0.0)
228
- ohm (0.1.5)
229
- nest (~> 1.0)
230
- os (0.9.6)
231
- pg (0.18.2)
232
- plucky (0.5.2)
233
- mongo (~> 1.5)
234
- pry (0.11.3)
235
- coderay (~> 1.1.0)
236
- method_source (~> 0.9.0)
237
- pry (0.11.3-java)
238
- coderay (~> 1.1.0)
239
- method_source (~> 0.9.0)
240
- spoon (~> 0.0)
241
- rake (11.1.2)
242
- rb-fsevent (0.10.3)
243
- rb-inotify (0.9.10)
244
- ffi (>= 0.5.0, < 2)
245
- redis (3.1.0)
246
- rest-client (1.8.0)
247
- http-cookie (>= 1.0.2, < 2.0)
248
- mime-types (>= 1.16, < 3.0)
249
- netrc (~> 0.7)
250
- rspec (3.7.0)
251
- rspec-core (~> 3.7.0)
252
- rspec-expectations (~> 3.7.0)
253
- rspec-mocks (~> 3.7.0)
254
- rspec-core (3.7.1)
255
- rspec-support (~> 3.7.0)
256
- rspec-expectations (3.7.0)
257
- diff-lcs (>= 1.2.0, < 2.0)
258
- rspec-support (~> 3.7.0)
259
- rspec-mocks (3.7.0)
260
- diff-lcs (>= 1.2.0, < 2.0)
261
- rspec-support (~> 3.7.0)
262
- rspec-support (3.7.1)
263
- sequel (3.21.0)
264
- shellany (0.0.1)
265
- spoon (0.0.6)
266
- ffi
267
- sqlite3 (1.3.10)
268
- stringex (1.5.1)
269
- thor (0.20.0)
270
- tzinfo (0.3.48)
271
- unf (0.1.4)
272
- unf_ext
273
- unf (0.1.4-java)
274
- unf_ext (0.0.7.5)
275
- uuidtools (2.1.5)
276
- zip (2.0.2)
277
-
278
- PLATFORMS
279
- java
280
- ruby
281
-
282
- DEPENDENCIES
283
- activerecord
284
- activerecord-mysql2-adapter
285
- bson_ext
286
- bundler
287
- couch_potato
288
- cucumber
289
- database_cleaner!
290
- database_cleaner-active_record!
291
- database_cleaner-couch_potato!
292
- database_cleaner-data_mapper!
293
- database_cleaner-mongo!
294
- database_cleaner-mongo_mapper!
295
- database_cleaner-mongoid!
296
- database_cleaner-moped!
297
- database_cleaner-neo4j!
298
- database_cleaner-ohm!
299
- database_cleaner-redis!
300
- database_cleaner-sequel!
301
- datamapper
302
- dm-migrations
303
- dm-sqlite-adapter
304
- guard-rspec
305
- json_pure
306
- listen (~> 3.0.0)
307
- mongo (~> 1.12.0)
308
- mongo_ext
309
- mongo_mapper
310
- mongoid
311
- mongoid-tree
312
- moped
313
- mysql (~> 2.9.1)
314
- mysql2
315
- neo4j-core
316
- ohm (~> 0.1.3)
317
- pg
318
- rake
319
- rspec
320
- sequel (~> 3.21.0)
321
- sqlite3
322
- tzinfo
323
-
324
- BUNDLED WITH
325
- 1.17.3
@@ -1,497 +0,0 @@
1
- == Development (master)
2
-
3
- == 1.8.5 2020-05-04
4
-
5
- === Bug Fixes
6
- * Fix :mongo strategy: https://github.com/DatabaseCleaner/database_cleaner/pull/645
7
-
8
- == 1.8.4 2020-04-02
9
-
10
- === Bug Fixes
11
- * Fix false positive deprecation warnings on Windows: https://github.com/DatabaseCleaner/database_cleaner/pull/633
12
-
13
- == 1.8.3 2020-02-18
14
-
15
- === Bug Fixes
16
- * Fix performance issue of DatabaseCleaner::Base#orm_module: https://github.com/DatabaseCleaner/database_cleaner/pull/625
17
-
18
- == 1.8.2 2020-02-01
19
-
20
- === Bug Fixes
21
- * Fix database_cleaner-ohm autodetected adapter loading: https://github.com/DatabaseCleaner/database_cleaner/pull/619
22
- * Fix database_cleaner-mongo_mapper autodetected adapter loading: @botandrose
23
- * Fix database_cleaner-mongoid autodetected adapter loading: https://github.com/DatabaseCleaner/database_cleaner/pull/617
24
- * Exclude ar_internal_metadata from truncation on Rails 5: https://github.com/DatabaseCleaner/database_cleaner/pull/588
25
-
26
- === Changes
27
- * Deprecate ohm adapter: https://github.com/DatabaseCleaner/database_cleaner/pull/619
28
-
29
- == 1.8.1 2020-01-30
30
-
31
- === Bug Fixes
32
- * Remove undeclared active_support dependency: https://github.com/DatabaseCleaner/database_cleaner/pull/612
33
-
34
- == 1.8.0 2020-01-29
35
-
36
- === Bug Fixes
37
- * Fix MySQL deprecation warnings with Rails 5: https://github.com/DatabaseCleaner/database_cleaner/pull/574
38
- * Fix MySQL truncation with `pre_count: true`: https://github.com/DatabaseCleaner/database_cleaner/pull/498
39
- * Fix primary key sequence resetting in Sequel with Postgres and SQLite: https://github.com/DatabaseCleaner/database_cleaner/pull/538/files
40
- * ActiveRecord truncation adapter doesn't work with Oracle: https://github.com/DatabaseCleaner/database_cleaner/pull/542
41
-
42
- === Changes
43
- * Extract ORM adapters into gems: https://github.com/DatabaseCleaner/database_cleaner/pull/560
44
- * Allow postgres:///dbname as a local url: https://github.com/DatabaseCleaner/database_cleaner/pull/569
45
- * Add an optional URL whitelist safeguard: https://github.com/DatabaseCleaner/database_cleaner/pull/526
46
- * Add `local` tld to safeguard check: https://github.com/DatabaseCleaner/database_cleaner/pull/547
47
- * Speed up ActiveRecord deletion strategy: https://github.com/DatabaseCleaner/database_cleaner/pull/534
48
- * Consider `sqlite:` database urls to be local: https://github.com/DatabaseCleaner/database_cleaner/pull/529
49
-
50
- == 1.7.0 2018-04-19
51
-
52
- === Bug Fixes
53
- * Remove unnecessary folders from gem: https://github.com/DatabaseCleaner/database_cleaner/pull/508
54
- * Properly quote table names: https://github.com/DatabaseCleaner/database_cleaner/pull/501
55
- * Use more idiomatic Ruby in README: https://github.com/DatabaseCleaner/database_cleaner/pull/510
56
- * Return ::ActiveRecord::Base from `establish_connection`: https://github.com/DatabaseCleaner/database_cleaner/pull/399
57
-
58
- === Changes
59
- * Safeguard against running in production or running against a remote database: https://github.com/DatabaseCleaner/database_cleaner/pull/521
60
-
61
- == 1.6.2 2017-10-29
62
-
63
- === Bug Fixes
64
- * ActiveRecord::Base namespace patch: https://github.com/DatabaseCleaner/database_cleaner/pull/490
65
- * Better exclusion condition based on Rails version: https://github.com/DatabaseCleaner/database_cleaner/pull/487
66
-
67
- === Changes
68
- * Better documentation. Typos were fixed. Sequel deletion is supported: https://github.com/DatabaseCleaner/database_cleaner/pull/500
69
-
70
- == 1.6.1 2017-05-09
71
-
72
- === Bug Fixes
73
- * Deletion strategy fix for ActiveRecord (@kawamoto)
74
-
75
- == 1.6.0 2017-05-04
76
-
77
- === New Features/Changes
78
- * Rails 5.1 support: Remove deprecation warning (@activefx)
79
- * MySQL 5.6+ InnoDB support (@ahorek)
80
- * Better documentation (fixed typo) (@hoshinotsuyoshi)
81
-
82
- === Bug Fixes
83
- * Fix Redis db option (@soylent)
84
- * Make NullStrategy API-complete (@anicholson)
85
-
86
- == 1.5.3 2016-04-22
87
-
88
- === Bug Fixes
89
- * @P9GIT fixed issue #436
90
-
91
- == 1.5.2 2016-04-17
92
-
93
- === New Features/Changes
94
- * Use default_client with mongoid 5.0 (@stjhimy)
95
- * Added comparable support for strategies (@st0012)
96
- * Better README instructions that suggest `append_after` (@jrochkind)
97
- * Removed deprecation warnings for Rails 5.0+ (@pschambacher)
98
- * Upgrade to RSpec 2.14 (@skalee)
99
-
100
- === Bug Fixes
101
- * @dmitrypol fixed issue #409
102
- * @schmierkov fixed the Travis builds with PR #416
103
- * @shosti fixed issue #345
104
- * @kylev fixed issue #379
105
- * @skalee fixed the Travis builds for Neo4j with PR #433
106
-
107
- == 1.5.1 2015-09-05
108
-
109
- == Bug Fix
110
- * Added mongo2 missing files to the gemspec. (@geerzo)
111
-
112
- == 1.5.0 2015-09-02
113
-
114
- === New Features/Changes
115
- * Use ensure within the cleaning method. (@cema-sp)
116
- * Restored mysql2 + jruby support. (@ahorek)
117
- * Added required ruby version to gemspec. (@garethrees)
118
- * Added support for Mongoid 5.0 and Mongo Ruby Driver 2.0. (@jprincipe)
119
- * Added support for additional Neo4j::Session.open options. (@brienw)
120
- * And a bunch of code style and README improvements
121
-
122
- === Bug Fixes
123
- * Fixed truncation for MongoDB 3. (@andreale)
124
- * Fixed YAML error when building gem. (@joshnesbitt)
125
- * Fixed deletion strategy for JDBC MySQL. (@DanElbert)
126
- * Fixed open transactions for multiple connections. (@claptimes5)
127
-
128
- == 1.4.1 2015-03-09
129
- * Support for deletion with Sequel. (@cyberdelia)
130
- * Use ActiveRecord::Base configuration when different from config file. (@wendy0402)
131
- * Removed dependency of Mongo. (@codegourmet)
132
- * Fixed issue with tables schema prefix in Postgres. (@phoenixek12)
133
- * Use ruby 1.8 syntax. (@daniel-g)
134
- * Added license to gemspec. (@chrismar035)
135
- * Improved coverage for migrations table. (@jonallured)
136
-
137
- == 1.4.0 2014-12-17
138
-
139
- === New Features/Changes
140
- * Support for Neo4j. (@dpisarewski)
141
- * Support for multiple connections on Mongoid. (@nyarly)
142
-
143
- === Better Performance
144
- * Using the deletion strategy with Mysql now only deletes those tables which have had records added to them. (@MadRabbit)
145
- * Add support for pre_count on Sequel with Mysql. (@vrinek)
146
- * Cache collection names in mongo's truncation strategy. (@nyarly)
147
-
148
- === Bug Fixes
149
- * Fix undefined method error with DataMapper SQLite adaptor. (@lanej)
150
- * Fully define Mysql2 adaptor constant. (@jgonera)
151
- * Don't truncate schema tables in Postgres. (@billywatson)
152
- * Fix issue where Moped cleaner was missing collections with 'system' in their name. (@MartinNowak)
153
-
154
- == 1.3.0 2014-05-23
155
-
156
- === New Features/Changes
157
- * Introduced `DatabaseCleaner::cleaning` method that takes a block. (@ethco)
158
- * Improved Sequel support and added more tests (@ethco, @rhunter)
159
-
160
- === Bug Fixes
161
-
162
- * Fixed an issue with the `Transaction` strategy and Active Record where application-level transactions
163
- are not rolledback correctly. (Godfrey Chan)
164
- * activerecord-oracle_enhanced-adapter now works again (#259, @sockmonk)
165
-
166
- == 1.2.0 2013-10-09
167
-
168
- A huge thanks goes to @tommeier for fixing the bug with class loading that was cuasing the wrong adapters
169
- to be used in certain cases.
170
-
171
- === New Features/Changes
172
-
173
- * Upgraded RSpec to remove deprecation warnings (John Rowe)
174
- * Caching of tables to truncate is now optional (@marcoow)
175
-
176
- === Bug Fixes
177
-
178
- * Use class_eval loading of superclasses to ensure right version of class is patched. (Tom Meier, Joel Nimety, Ernesto Tagwerker)
179
- * Add truncate_tables method to SQLiteAdapter. (Chris Mo)
180
- * Fixes missing #uses_sequence invokation in adapter classes for sqlite and sqlite3 (Lefteris Laskaridis)
181
-
182
-
183
- == 1.1.1 2013-08-01
184
-
185
- === Bug Fixes
186
-
187
- * Fixes typo in Postgres superclass (POSTGRE_ADAPTER_PARENT > POSTGRES_ADAPTER_PARENT) (Joel Nimety)
188
-
189
- == 1.1.0 2013-08-01
190
-
191
- === New Features/Changes
192
-
193
- * schema_migrations table name is now retrieved from ActiveRecord (Kyle Stevens)
194
- * Autoloading logic is now exposed, see PR #212 for details (Jeff Felchner)
195
-
196
- === Bug Fixes
197
-
198
- * Deletion strategy works again on MySQL, had to roll back multiple statements patch.
199
- * Fix MySqlAdapter superclass bug via class_eval loading of superclasses (Tom Meier)
200
- * Sequel strategy fix dealing with symbol/string mismatch on table names. (Fred Wu)
201
-
202
- == 1.0.1 2013-05-13
203
-
204
- * Patch release to fix broken gemspec file. Sorry folks!
205
-
206
- == 1.0.0 2013-05-13
207
-
208
- === New Features/Changes
209
-
210
- * Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward.
211
- * Now supporting and testing against ruby 2.0.x.
212
- * Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen)
213
- * Adds Rails 4 support for SQLite3Adapter
214
- * Suppport for Moped when used without Mongoid (Cyprian Kowalczyk)
215
- * Redis & Ohm support (Hengbin Qiu, James Conroy-Finn)
216
-
217
- * CI Improvements (Jan Vlnas, Murahashi Sanemat Kenichi, Samer Masry, Jordan Hollinger)
218
- * README/Documentation improvements (Marcelo Cajueiro, Donald Ball, TJ Chambers, Nick Huanca, Justin Edwards, Ryota Arai)
219
-
220
- === Bug Fixes
221
-
222
- * Fixes transaction errors when using `after_commit` hooks in AR.
223
- * Fixes truncation error with SQLite (Daniel White)
224
- * Fixes `pre_count` logic in AR Postgres. (Jordan Hollinger)
225
- * Sequel fix to normalize all table names to strings. (Lauri Peltola)
226
- * #clean_with now works with multiple connections. (John Ferlito)
227
- * Always start a AR transaction to prevent nil errors in AR when rolling back (John Hampton, M.Shibuya)
228
-
229
- == 0.9.1 2012-10-11
230
-
231
- (0.9.0 was released first but was yanked due to bad gemspec)
232
-
233
- === New Features
234
-
235
- * New options for AR :truncation for speed. See README for details. (Stanislaw Pankevich)
236
- * view caching works with the schema_plus gem loaded
237
- * ActiveRecord::ConnectionAdapters::AbstractAdapter#views was renamed to an internal name
238
- * ActiveRecord truncation strategy caches the list of tables #130 (Petteri Räty)
239
- * Caches AR DB connections which speeds up cleaning with multiple DBs and allows for transation strategy.
240
- * MongoDB :truncation strategy (wihtout use of additional library like Mogoid). #138 (Christopher Darrell & Richard Luther/@sidereel)
241
- * Add Sequel support for multiple migration storage names in #148 (Jack Chu)
242
- * Multiple database support for Mongoid 3 #149 (Luke Francl)
243
-
244
- === Bug Fixes
245
-
246
- * :deletion for AR Postgres in JRuby now works #140 (Heiko Seebach)
247
- * Rescue LoadError when AR adapters not available. #145 (Garrow Bedrossian)
248
- * Fixes DatabaseCleaner::[] to cache cleaners.
249
-
250
- == 0.8.0 2012-06-02
251
-
252
- * Faster truncation strategy for ActiveRecord with MySQL or PostgreSQL
253
- * Upgrade to RSpec 2
254
- * Support for Mongoid 3/Moped (Andrew Bennett)
255
- * Postgres Adapter no longer generates invalid SQL when no tables provided. (Michael-Keith Bernard)
256
-
257
- == 0.7.2 2012-03-21
258
-
259
- * Proper Mysql2Adapter superclass fix. (Jonathan Viney)
260
- * Sequel::Transaction works with latest Sequel. (David Barri)
261
- * Documenation fixes/improvements. (David Barri, Ben Mabey, Kevin Moore)
262
-
263
- == 0.7.1 2012-01-15
264
-
265
- === New Features
266
-
267
- * Support for Rails 3.2. (David Demaree)
268
-
269
- === Bugfixes
270
-
271
- * Truncation resets the id count on SQLite. (Jordan Hollinger)
272
- * AR delete strategy now disables referential integrity. (Ben Mabey)
273
- * Fixes Postgres adapter for JRuby. (Dmytrii Nagirniak, Uģis Ozols)
274
- * Documenation fixes. (Josh Rendek, Joshua Flanagan)
275
- * Fixes bad error message when no database is specified for AR. (issue #72, Ben Mabey)
276
-
277
-
278
- == 0.7.0 2011-11-12
279
-
280
- === New Features
281
-
282
- * Sequel Support (Corin Langosch)
283
- * Updates DataMapper strategies to work with DataMapper 1.1 (Xavier Shay and Anthony Williams)
284
- * for AR and PSQL, truncate all tables with one command, improving performance due to avoiding cascades (Leonid Shevtsov)
285
-
286
- === Bugfixes
287
-
288
- * Avoids trying to load the ':default' ActiveRecord config. #72 (Ben Mabey)
289
-
290
- == 0.6.7 2011-04-21
291
-
292
- === Bugfixes
293
-
294
- * Explicity require ERB. (Vít Ondruch)
295
- * Cache DB connections, fixes referential integrity bug when using multiple DBs. (John Ferlito)
296
-
297
- == 0.6.6 2011-03-16
298
-
299
- === Bugfixes
300
-
301
- * Don't modify the array passed in with the :except key. (Eric Wollesen)
302
- * Fixes version checking for postgresql. (Greg Barnett)
303
-
304
- == 0.6.5 2011-03-08
305
-
306
- === Bugfixes
307
-
308
- * When truncating in postgresql (>= 8.4) sequences are now reset. (Greg Barnett)
309
- * Fixes the MongoDB truncation so non system collections starting with 'system' are not excluded for truncation. (Dmitry Naumov)
310
-
311
- == 0.6.4 2011-02-21
312
-
313
- === Bugfixes
314
-
315
- * Avoids trying to drop views in Postgres. (Bernerd Schaefer)
316
-
317
- == 0.6.3 2011-02-09
318
-
319
- === New Features
320
-
321
- * Configurable logger to aid in debugging database cleaner. (Marty Haught)
322
-
323
- == 0.6.2 2011-02-04
324
-
325
- === New Features
326
-
327
- * Support IBM_DB Adapter for table truncation. This is for DB2 >= 9.7 (GH-39 Samer Abukhait)
328
-
329
- === Bugfixes
330
-
331
- * Reversed GH-41 after larger community discussion. Mongo indexes are no longer dropped. (Ben Mabey)
332
- * Truncation strategy works on SqlServer tables with FKs. (GH-33, Hugo Freire)
333
-
334
- == 0.6.1 2011-01-27
335
-
336
- === New Features
337
-
338
- * Default strategies for all ORM libs are defined. (GH-36, GH-38 Prem Sichanugrist)
339
- * Add a NullStrategy. (GH-6 Ben Mabey)
340
-
341
- === Bugfixes
342
-
343
- * Mongo colletion indexes are dropped for collections being removed. (GH-41 Ben Mabey)
344
- * Exclude database views from tables_to_truncate, if the connection adapter
345
- supports reading from the ANSI standard information_schema views. (GH-25 Samer Abukhait)
346
- * ORM types can be specified in string format and not mysteriously blowup. (GH-26 Ben Mabey)
347
- * Do not remove MongoDB reserved system collections. (GH-24 Ches Martin)
348
-
349
- == 0.6.0 2010-10-25 - The Multi-ORM/Connection Release
350
-
351
- This release has the often asked for functionality of being able to clean
352
- multiple databases within the same project. This involves being able to
353
- clean databases managed by the same ORM (i.e. different connections) and
354
- also being able to clean databases managed by distinct ORMs. So, for
355
- example you can now use DatabaseCleaner on a project that has ActiveRecord
356
- and Mongoid to help ensure all DBs all in a clean state. Please see the
357
- README for more information. The old API has been preserved so this release
358
- is backwards compatible.
359
-
360
- This release is a result of Jon Rowe's hard work. Many thanks to Jon for all
361
- of the hours and effort he put into making this feature request a reality.
362
-
363
- === New Features
364
-
365
- * Ability to clean multiple database connections managed by the same ORM. (Jon Rowe)
366
- * Ability to clean multiple DBs managed by different ORMs in same project. (Jon Rowe)
367
- * Allows for the ActiveRecord config file (database.yml) to contain ERB and process it. (Fletcher Nichol)
368
- * Mysql2Adapter support. (Kamal Fariz Mahyuddin and John Ferlito)
369
- * Deletion strategy for ActiveRecord (Mikl Kurkov)
370
-
371
- === Bugfixes
372
-
373
- * Updates the DataMapper truncation strategy to version 0.10.3. (Robert Rouse)
374
- * Addresses Ruby 1.9 and 1.8 differences causing a bug in the AR PostgreSQLAdapter truncation strategy. (GH-14, James B. Byrne)
375
- * Fixes syntax error that MySQL was throwing during DataMapper truncation. (Blake Gentry)
376
- * Fixes truncation for PostgreSQL (Bodaniel Jeanes and Gabriel Sobrinho)
377
- * Workaround for superclass mismatches for the ActiveRecord-jdbc-adapter (Toms Mikoss)
378
-
379
- == 0.5.2
380
-
381
- === Bugfixes
382
-
383
- * Removes extraneous puts call from configuration.rb. (Ben Mabey)
384
-
385
- == 0.5.1 - The Mongoid Release
386
-
387
- This release also attempts to fix AR for Rails 3 support. I have seen mixed reviews on this. Some people
388
- claim the fixes allow for use in Rails3 while others have not had good luck with it. I plan on reworking
389
- the way AR support is added so that it is more friendly with how Rails 3 uses autoload.
390
-
391
- === New features
392
-
393
- * Clean and clean_with methods are now aliased to clean! and clean_with!. (Ben Mabey)
394
- * Mongoid Support! (Sidney Burks)
395
-
396
- === Bugfixes
397
-
398
- * Check PostgreSQL version >= 8.2 before using TRUNCATE CASCADE (James B. Byrne)
399
- * Correct superclass is used in ActiveRecord connection adapters. (johnathan, Aslak Hellesoy, Ben Mabey)
400
-
401
- == 0.5.0 2010-02-22 - The CouchPotato Release
402
-
403
- === New features
404
-
405
- * Basic truncation support for CouchPotato / CouchDB. (Martin Rehfeld)
406
- * SQLite3 on JRuby will fall back to delete if truncate doesn't work. (Darrin Holst)
407
- * JDBC is used for ActiveRecord automaticaly when JRuby is detected. (Darrin Holst)
408
-
409
- === Bufixes
410
-
411
- * MongoMapper truncation strategy now works with :only and :except options. (Ben Mabey)
412
-
413
- == 0.4.3 2010-01-17
414
-
415
- === New features
416
-
417
- * Truncation for ActiveRecord oracle_enhanced adapter. (Edgars Beigarts)
418
-
419
- == 0.4.2 2010-01-12
420
-
421
- === Bufixes
422
-
423
- * Datamapper truncation now uses 'select' instead of deprecated the 'query' method. (Steve Tooke)
424
-
425
- == 0.4.1 2010-01-07
426
-
427
- === Bufixes
428
-
429
- * Postgres tables with FKs now truncate (added TRUNCADE CASCADE) using Datamapper. (Ben Mabey)
430
-
431
- == 0.4.0 2009-12-23 (The MongoMapper Edition)
432
-
433
- === New features
434
-
435
- * MongoMapper support for the truncation strategy. (Aubrey Holland)
436
-
437
- == 0.3.0 2009-12-20
438
-
439
- === New features
440
-
441
- * DataMapper 0.10.0 Compatible. (Martin Gamsjaeger)
442
-
443
- === Bufixes
444
-
445
- * Postgres tables with FKs now truncate (added TRUNCADE CASCADE). (Vika - yozhyk on github)
446
-
447
- == 0.2.3 2009-05-30
448
-
449
- === New features
450
-
451
- * Support for SQL Server truncation (Adam Meehan)
452
-
453
- == 0.2.2 2009-05-08
454
-
455
- === Bufixes
456
-
457
- * Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)
458
-
459
- === New features
460
-
461
- == 0.2.1 2009-05-08
462
-
463
- === Bufixes
464
-
465
- * Removed extraneous TruncationBase class definition. (Ben Mabey)
466
-
467
- == 0.2.0 2009-05-08 - The Datamapper Release
468
-
469
- === New features
470
-
471
- * DataMapper strategies (Martin Gamsjaeger)
472
- * Transaction
473
- * Truncation - working SQLite3, MySQL adapters. Experimental Postgres adapter (not tested).
474
-
475
- == 0.1.3 2009-04-30
476
-
477
- === New features
478
-
479
- * PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo)
480
-
481
- === Bufixes
482
-
483
- * Added missing quotes around table names in truncation calls. (Michael MacDonald)
484
-
485
- == 0.1.2 2009-03-05
486
-
487
- === New features
488
-
489
- * JDBC Adapter to enable AR truncation strategy to work. (Kamal Fariz Mahyuddin)
490
-
491
- == 0.1.1 2009-03-04 - Initial Release (Ben Mabey)
492
-
493
- * Basic infrastructure
494
- * Features, RSpec code examples
495
- * ActiveRecord strategies
496
- * Truncation - with MySQL, and SQLite3 adapters.
497
- * Transaction - wrap your modifications and roll them back.