resource_index 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +107 -0
  3. data/Rakefile +40 -0
  4. data/lib/resource_index/engine.rb +5 -0
  5. data/lib/resource_index/search.rb +61 -0
  6. data/lib/resource_index/search_engine.rb +20 -0
  7. data/lib/resource_index/version.rb +3 -0
  8. data/lib/resource_index.rb +6 -0
  9. data/lib/tasks/resource_index_tasks.rake +13 -0
  10. data/test/dummy/README.rdoc +261 -0
  11. data/test/dummy/Rakefile +7 -0
  12. data/test/dummy/app/assets/javascripts/application.js +15 -0
  13. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  14. data/test/dummy/app/controllers/application_controller.rb +3 -0
  15. data/test/dummy/app/helpers/application_helper.rb +2 -0
  16. data/test/dummy/app/models/thing.rb +6 -0
  17. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  18. data/test/dummy/config/application.rb +59 -0
  19. data/test/dummy/config/boot.rb +10 -0
  20. data/test/dummy/config/database.yml +25 -0
  21. data/test/dummy/config/environment.rb +5 -0
  22. data/test/dummy/config/environments/development.rb +37 -0
  23. data/test/dummy/config/environments/production.rb +67 -0
  24. data/test/dummy/config/environments/test.rb +37 -0
  25. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  26. data/test/dummy/config/initializers/inflections.rb +15 -0
  27. data/test/dummy/config/initializers/mime_types.rb +5 -0
  28. data/test/dummy/config/initializers/secret_token.rb +7 -0
  29. data/test/dummy/config/initializers/session_store.rb +8 -0
  30. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  31. data/test/dummy/config/locales/en.yml +5 -0
  32. data/test/dummy/config/routes.rb +4 -0
  33. data/test/dummy/config.ru +4 -0
  34. data/test/dummy/db/development.sqlite3 +0 -0
  35. data/test/dummy/db/migrate/20130219113253_create_things.rb +9 -0
  36. data/test/dummy/db/resource_index/thing/flintlock +0 -0
  37. data/test/dummy/db/resource_index/thing/iamchert +1 -0
  38. data/test/dummy/db/resource_index/thing/position.DB +0 -0
  39. data/test/dummy/db/resource_index/thing/position.baseA +0 -0
  40. data/test/dummy/db/resource_index/thing/position.baseB +0 -0
  41. data/test/dummy/db/resource_index/thing/postlist.DB +0 -0
  42. data/test/dummy/db/resource_index/thing/postlist.baseA +0 -0
  43. data/test/dummy/db/resource_index/thing/postlist.baseB +0 -0
  44. data/test/dummy/db/resource_index/thing/record.DB +0 -0
  45. data/test/dummy/db/resource_index/thing/record.baseA +0 -0
  46. data/test/dummy/db/resource_index/thing/record.baseB +0 -0
  47. data/test/dummy/db/resource_index/thing/spelling.DB +0 -0
  48. data/test/dummy/db/resource_index/thing/spelling.baseA +0 -0
  49. data/test/dummy/db/resource_index/thing/spelling.baseB +0 -0
  50. data/test/dummy/db/resource_index/thing/termlist.DB +0 -0
  51. data/test/dummy/db/resource_index/thing/termlist.baseA +0 -0
  52. data/test/dummy/db/resource_index/thing/termlist.baseB +0 -0
  53. data/test/dummy/db/schema.rb +23 -0
  54. data/test/dummy/db/test.sqlite3 +0 -0
  55. data/test/dummy/log/development.log +36 -0
  56. data/test/dummy/log/test.log +2991 -0
  57. data/test/dummy/public/404.html +26 -0
  58. data/test/dummy/public/422.html +26 -0
  59. data/test/dummy/public/500.html +25 -0
  60. data/test/dummy/public/favicon.ico +0 -0
  61. data/test/dummy/script/rails +6 -0
  62. data/test/dummy/test/fixtures/things.yml +101 -0
  63. data/test/dummy/test/unit/resource_index/search_test.rb +48 -0
  64. data/test/dummy/test/unit/thing_test.rb +37 -0
  65. data/test/integration/navigation_test.rb +10 -0
  66. data/test/resource_index_test.rb +7 -0
  67. data/test/test_helper.rb +21 -0
  68. metadata +235 -0
@@ -0,0 +1,2991 @@
1
+ Connecting to database specified by database.yml
2
+  (8.2ms) begin transaction
3
+  (0.1ms) rollback transaction
4
+  (0.1ms) begin transaction
5
+  (0.0ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+  (0.1ms) rollback transaction
8
+ Connecting to database specified by database.yml
9
+  (0.1ms) select sqlite_version(*)
10
+  (194.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
11
+  (99.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
13
+ Migrating to CreateThings (20130219113253)
14
+  (0.1ms) begin transaction
15
+  (4.0ms) CREATE TABLE "things" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "role" varchar(255), "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
16
+  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130219113253')
17
+  (94.5ms) commit transaction
18
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19
+ Connecting to database specified by database.yml
20
+  (1.0ms) begin transaction
21
+  (0.1ms) rollback transaction
22
+  (0.1ms) begin transaction
23
+  (0.1ms) rollback transaction
24
+  (0.0ms) begin transaction
25
+  (0.1ms) rollback transaction
26
+ Connecting to database specified by database.yml
27
+  (0.8ms) begin transaction
28
+  (0.1ms) rollback transaction
29
+  (0.1ms) begin transaction
30
+  (0.0ms) rollback transaction
31
+  (0.1ms) begin transaction
32
+  (0.1ms) rollback transaction
33
+  (0.1ms) begin transaction
34
+  (0.1ms) rollback transaction
35
+ Connecting to database specified by database.yml
36
+  (4.6ms) begin transaction
37
+  (0.1ms) rollback transaction
38
+  (0.1ms) begin transaction
39
+  (0.0ms) rollback transaction
40
+  (0.1ms) begin transaction
41
+  (0.0ms) rollback transaction
42
+  (0.0ms) begin transaction
43
+  (0.2ms) rollback transaction
44
+ Connecting to database specified by database.yml
45
+  (1.8ms) begin transaction
46
+  (0.1ms) rollback transaction
47
+  (0.1ms) begin transaction
48
+  (0.1ms) rollback transaction
49
+  (0.1ms) begin transaction
50
+  (0.1ms) rollback transaction
51
+  (0.0ms) begin transaction
52
+  (0.1ms) rollback transaction
53
+ Connecting to database specified by database.yml
54
+  (1.7ms) begin transaction
55
+  (0.1ms) rollback transaction
56
+  (0.1ms) begin transaction
57
+  (0.0ms) rollback transaction
58
+  (0.1ms) begin transaction
59
+  (0.0ms) rollback transaction
60
+  (0.0ms) begin transaction
61
+  (0.1ms) rollback transaction
62
+ Connecting to database specified by database.yml
63
+  (1.9ms) begin transaction
64
+  (0.1ms) rollback transaction
65
+  (0.1ms) begin transaction
66
+  (0.2ms) rollback transaction
67
+  (0.1ms) begin transaction
68
+  (0.1ms) rollback transaction
69
+  (0.1ms) begin transaction
70
+  (0.1ms) rollback transaction
71
+ Connecting to database specified by database.yml
72
+  (4.9ms) begin transaction
73
+  (0.1ms) rollback transaction
74
+  (0.1ms) begin transaction
75
+  (0.1ms) rollback transaction
76
+  (0.1ms) begin transaction
77
+  (0.0ms) rollback transaction
78
+  (0.0ms) begin transaction
79
+  (0.1ms) rollback transaction
80
+ Connecting to database specified by database.yml
81
+  (2.1ms) begin transaction
82
+  (0.1ms) rollback transaction
83
+  (0.1ms) begin transaction
84
+  (0.0ms) rollback transaction
85
+  (0.1ms) begin transaction
86
+  (0.1ms) rollback transaction
87
+  (0.1ms) begin transaction
88
+  (0.1ms) rollback transaction
89
+  (0.1ms) begin transaction
90
+  (0.1ms) rollback transaction
91
+ Connecting to database specified by database.yml
92
+  (1.9ms) begin transaction
93
+  (0.1ms) rollback transaction
94
+  (0.1ms) begin transaction
95
+  (0.0ms) rollback transaction
96
+  (0.1ms) begin transaction
97
+  (0.1ms) rollback transaction
98
+  (0.1ms) begin transaction
99
+  (0.1ms) rollback transaction
100
+  (0.0ms) begin transaction
101
+  (0.1ms) rollback transaction
102
+ Connecting to database specified by database.yml
103
+  (3.5ms) begin transaction
104
+  (0.1ms) rollback transaction
105
+  (0.1ms) begin transaction
106
+  (0.0ms) rollback transaction
107
+  (0.1ms) begin transaction
108
+  (0.0ms) rollback transaction
109
+  (0.1ms) begin transaction
110
+  (0.1ms) rollback transaction
111
+  (0.1ms) begin transaction
112
+  (0.1ms) rollback transaction
113
+ Connecting to database specified by database.yml
114
+  (1.9ms) begin transaction
115
+  (0.1ms) rollback transaction
116
+  (0.1ms) begin transaction
117
+  (0.1ms) rollback transaction
118
+  (0.1ms) begin transaction
119
+  (0.1ms) rollback transaction
120
+  (0.1ms) begin transaction
121
+  (0.0ms) rollback transaction
122
+  (0.0ms) begin transaction
123
+  (0.1ms) rollback transaction
124
+ Connecting to database specified by database.yml
125
+  (4.4ms) begin transaction
126
+  (0.1ms) rollback transaction
127
+  (0.1ms) begin transaction
128
+  (0.0ms) rollback transaction
129
+  (0.1ms) begin transaction
130
+  (0.1ms) rollback transaction
131
+  (0.1ms) begin transaction
132
+  (0.3ms) rollback transaction
133
+ Connecting to database specified by database.yml
134
+  (1.9ms) begin transaction
135
+  (0.1ms) rollback transaction
136
+  (0.1ms) begin transaction
137
+  (0.1ms) rollback transaction
138
+  (0.1ms) begin transaction
139
+  (0.0ms) rollback transaction
140
+  (0.1ms) begin transaction
141
+  (0.1ms) rollback transaction
142
+ Connecting to database specified by database.yml
143
+  (4.5ms) begin transaction
144
+  (0.1ms) rollback transaction
145
+  (0.1ms) begin transaction
146
+  (0.0ms) rollback transaction
147
+  (0.1ms) begin transaction
148
+  (0.0ms) rollback transaction
149
+  (1.2ms) begin transaction
150
+  (0.1ms) rollback transaction
151
+ Connecting to database specified by database.yml
152
+  (5.5ms) begin transaction
153
+  (0.1ms) rollback transaction
154
+  (0.1ms) begin transaction
155
+  (0.1ms) rollback transaction
156
+  (0.1ms) begin transaction
157
+  (0.1ms) rollback transaction
158
+  (0.1ms) begin transaction
159
+  (0.1ms) rollback transaction
160
+ Connecting to database specified by database.yml
161
+  (5.5ms) begin transaction
162
+  (0.1ms) rollback transaction
163
+  (0.8ms) begin transaction
164
+  (0.1ms) rollback transaction
165
+  (0.1ms) begin transaction
166
+  (0.0ms) rollback transaction
167
+  (0.1ms) begin transaction
168
+  (0.1ms) rollback transaction
169
+ Connecting to database specified by database.yml
170
+  (1.8ms) begin transaction
171
+  (0.1ms) rollback transaction
172
+  (0.1ms) begin transaction
173
+  (0.1ms) rollback transaction
174
+  (0.0ms) begin transaction
175
+  (0.0ms) rollback transaction
176
+  (0.0ms) begin transaction
177
+  (0.1ms) rollback transaction
178
+ Connecting to database specified by database.yml
179
+  (4.8ms) begin transaction
180
+  (0.1ms) rollback transaction
181
+  (0.1ms) begin transaction
182
+  (0.1ms) rollback transaction
183
+  (0.2ms) begin transaction
184
+  (0.1ms) rollback transaction
185
+  (0.0ms) begin transaction
186
+  (0.1ms) rollback transaction
187
+ Connecting to database specified by database.yml
188
+  (4.4ms) begin transaction
189
+  (0.1ms) rollback transaction
190
+  (0.0ms) begin transaction
191
+  (0.1ms) rollback transaction
192
+  (0.1ms) begin transaction
193
+  (0.1ms) rollback transaction
194
+  (0.1ms) begin transaction
195
+  (0.1ms) rollback transaction
196
+ Connecting to database specified by database.yml
197
+  (4.6ms) begin transaction
198
+  (0.1ms) rollback transaction
199
+  (0.0ms) begin transaction
200
+  (0.1ms) rollback transaction
201
+  (0.1ms) begin transaction
202
+  (0.0ms) rollback transaction
203
+  (0.1ms) begin transaction
204
+  (0.0ms) rollback transaction
205
+  (0.0ms) begin transaction
206
+  (0.1ms) rollback transaction
207
+ Connecting to database specified by database.yml
208
+  (4.2ms) begin transaction
209
+  (0.1ms) rollback transaction
210
+  (0.1ms) begin transaction
211
+  (0.0ms) rollback transaction
212
+  (0.0ms) begin transaction
213
+  (0.1ms) rollback transaction
214
+  (0.1ms) begin transaction
215
+  (0.0ms) rollback transaction
216
+  (0.0ms) begin transaction
217
+  (0.0ms) rollback transaction
218
+  (0.1ms) begin transaction
219
+  (0.1ms) rollback transaction
220
+ Connecting to database specified by database.yml
221
+  (4.9ms) begin transaction
222
+  (0.1ms) rollback transaction
223
+  (0.1ms) begin transaction
224
+  (0.0ms) rollback transaction
225
+  (0.1ms) begin transaction
226
+  (0.1ms) rollback transaction
227
+  (0.1ms) begin transaction
228
+  (0.0ms) rollback transaction
229
+  (0.1ms) begin transaction
230
+  (0.1ms) rollback transaction
231
+  (0.1ms) begin transaction
232
+  (0.1ms) rollback transaction
233
+ Connecting to database specified by database.yml
234
+  (5.1ms) begin transaction
235
+  (0.1ms) rollback transaction
236
+  (0.1ms) begin transaction
237
+  (0.0ms) rollback transaction
238
+  (0.1ms) begin transaction
239
+  (0.1ms) rollback transaction
240
+  (0.1ms) begin transaction
241
+  (0.0ms) rollback transaction
242
+  (0.1ms) begin transaction
243
+  (0.1ms) rollback transaction
244
+  (0.1ms) begin transaction
245
+  (0.1ms) rollback transaction
246
+ Connecting to database specified by database.yml
247
+  (3.2ms) begin transaction
248
+  (0.1ms) rollback transaction
249
+  (0.1ms) begin transaction
250
+  (0.1ms) rollback transaction
251
+  (0.0ms) begin transaction
252
+  (0.1ms) rollback transaction
253
+  (0.1ms) begin transaction
254
+  (0.1ms) rollback transaction
255
+  (7.8ms) begin transaction
256
+  (0.1ms) rollback transaction
257
+  (0.1ms) begin transaction
258
+  (0.1ms) rollback transaction
259
+ Connecting to database specified by database.yml
260
+  (2.8ms) begin transaction
261
+  (0.1ms) rollback transaction
262
+  (0.1ms) begin transaction
263
+  (0.0ms) rollback transaction
264
+  (0.0ms) begin transaction
265
+  (0.0ms) rollback transaction
266
+  (0.1ms) begin transaction
267
+  (0.1ms) rollback transaction
268
+  (6.8ms) begin transaction
269
+  (0.1ms) rollback transaction
270
+  (0.0ms) begin transaction
271
+  (0.1ms) rollback transaction
272
+ Connecting to database specified by database.yml
273
+  (1.8ms) begin transaction
274
+  (0.1ms) rollback transaction
275
+  (0.1ms) begin transaction
276
+  (0.1ms) rollback transaction
277
+  (0.3ms) begin transaction
278
+  (0.0ms) rollback transaction
279
+  (0.1ms) begin transaction
280
+  (0.1ms) rollback transaction
281
+  (4.5ms) begin transaction
282
+  (0.1ms) rollback transaction
283
+  (0.1ms) begin transaction
284
+  (0.1ms) rollback transaction
285
+ Connecting to database specified by database.yml
286
+  (4.9ms) begin transaction
287
+  (0.1ms) rollback transaction
288
+  (0.1ms) begin transaction
289
+  (0.4ms) rollback transaction
290
+  (0.1ms) begin transaction
291
+  (0.0ms) rollback transaction
292
+  (0.1ms) begin transaction
293
+  (0.0ms) rollback transaction
294
+  (0.1ms) begin transaction
295
+  (0.0ms) rollback transaction
296
+  (0.1ms) begin transaction
297
+  (0.1ms) rollback transaction
298
+ Connecting to database specified by database.yml
299
+  (5.1ms) begin transaction
300
+  (0.1ms) rollback transaction
301
+  (0.1ms) begin transaction
302
+  (0.0ms) rollback transaction
303
+  (0.0ms) begin transaction
304
+  (0.1ms) rollback transaction
305
+  (0.0ms) begin transaction
306
+  (0.0ms) rollback transaction
307
+  (0.1ms) begin transaction
308
+  (0.0ms) rollback transaction
309
+  (0.1ms) begin transaction
310
+  (0.1ms) rollback transaction
311
+  (0.1ms) begin transaction
312
+  (0.1ms) rollback transaction
313
+ Connecting to database specified by database.yml
314
+  (3.1ms) begin transaction
315
+  (0.1ms) rollback transaction
316
+  (0.1ms) begin transaction
317
+  (0.0ms) rollback transaction
318
+  (0.1ms) begin transaction
319
+  (0.1ms) rollback transaction
320
+  (0.0ms) begin transaction
321
+  (0.0ms) rollback transaction
322
+  (0.0ms) begin transaction
323
+  (0.0ms) rollback transaction
324
+  (0.1ms) begin transaction
325
+  (0.1ms) rollback transaction
326
+  (0.1ms) begin transaction
327
+  (0.1ms) rollback transaction
328
+ Connecting to database specified by database.yml
329
+  (4.7ms) begin transaction
330
+  (0.1ms) rollback transaction
331
+  (0.1ms) begin transaction
332
+  (0.1ms) rollback transaction
333
+  (0.0ms) begin transaction
334
+  (0.0ms) rollback transaction
335
+  (0.0ms) begin transaction
336
+  (0.0ms) rollback transaction
337
+  (0.1ms) begin transaction
338
+  (0.0ms) rollback transaction
339
+  (0.1ms) begin transaction
340
+  (0.1ms) rollback transaction
341
+  (0.0ms) begin transaction
342
+  (0.1ms) rollback transaction
343
+ Connecting to database specified by database.yml
344
+  (1.9ms) begin transaction
345
+  (0.5ms) rollback transaction
346
+  (0.1ms) begin transaction
347
+  (0.0ms) rollback transaction
348
+  (0.0ms) begin transaction
349
+  (0.1ms) rollback transaction
350
+  (0.1ms) begin transaction
351
+  (0.1ms) rollback transaction
352
+  (0.0ms) begin transaction
353
+  (0.0ms) rollback transaction
354
+  (0.1ms) begin transaction
355
+  (0.1ms) rollback transaction
356
+  (0.1ms) begin transaction
357
+  (0.0ms) rollback transaction
358
+  (0.1ms) begin transaction
359
+  (0.1ms) rollback transaction
360
+ Connecting to database specified by database.yml
361
+  (1.8ms) begin transaction
362
+  (0.1ms) rollback transaction
363
+  (0.4ms) begin transaction
364
+  (0.1ms) rollback transaction
365
+  (0.1ms) begin transaction
366
+  (0.0ms) rollback transaction
367
+  (0.1ms) begin transaction
368
+  (0.1ms) rollback transaction
369
+  (0.1ms) begin transaction
370
+  (0.0ms) rollback transaction
371
+  (0.1ms) begin transaction
372
+  (0.0ms) rollback transaction
373
+  (0.1ms) begin transaction
374
+  (0.0ms) rollback transaction
375
+  (0.1ms) begin transaction
376
+  (0.1ms) rollback transaction
377
+ Connecting to database specified by database.yml
378
+  (2.6ms) begin transaction
379
+  (0.1ms) rollback transaction
380
+  (0.0ms) begin transaction
381
+  (0.0ms) rollback transaction
382
+  (0.0ms) begin transaction
383
+  (0.0ms) rollback transaction
384
+  (0.1ms) begin transaction
385
+  (0.1ms) rollback transaction
386
+  (0.0ms) begin transaction
387
+  (0.9ms) rollback transaction
388
+  (0.1ms) begin transaction
389
+  (3.3ms) rollback transaction
390
+  (0.1ms) begin transaction
391
+  (0.0ms) rollback transaction
392
+  (0.1ms) begin transaction
393
+  (0.1ms) rollback transaction
394
+ Connecting to database specified by database.yml
395
+  (5.0ms) begin transaction
396
+  (0.1ms) rollback transaction
397
+  (0.1ms) begin transaction
398
+  (0.0ms) rollback transaction
399
+  (0.1ms) begin transaction
400
+  (0.1ms) rollback transaction
401
+  (0.0ms) begin transaction
402
+  (0.0ms) rollback transaction
403
+  (0.1ms) begin transaction
404
+  (0.0ms) rollback transaction
405
+  (0.0ms) begin transaction
406
+  (0.1ms) rollback transaction
407
+  (0.1ms) begin transaction
408
+  (0.0ms) rollback transaction
409
+  (0.1ms) begin transaction
410
+  (0.1ms) rollback transaction
411
+ Connecting to database specified by database.yml
412
+  (6.2ms) begin transaction
413
+  (0.1ms) rollback transaction
414
+  (0.1ms) begin transaction
415
+  (0.0ms) rollback transaction
416
+  (0.1ms) begin transaction
417
+  (0.1ms) rollback transaction
418
+  (0.0ms) begin transaction
419
+  (0.0ms) rollback transaction
420
+  (0.0ms) begin transaction
421
+  (0.1ms) rollback transaction
422
+  (0.0ms) begin transaction
423
+  (0.0ms) rollback transaction
424
+  (0.0ms) begin transaction
425
+  (0.1ms) rollback transaction
426
+  (0.1ms) begin transaction
427
+  (0.1ms) rollback transaction
428
+  (0.1ms) begin transaction
429
+  (0.1ms) rollback transaction
430
+ Connecting to database specified by database.yml
431
+  (4.7ms) begin transaction
432
+  (0.1ms) rollback transaction
433
+  (0.1ms) begin transaction
434
+  (0.0ms) rollback transaction
435
+  (0.1ms) begin transaction
436
+  (0.0ms) rollback transaction
437
+  (0.1ms) begin transaction
438
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
439
+  (0.1ms) rollback transaction
440
+  (0.0ms) begin transaction
441
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
442
+  (0.0ms) rollback transaction
443
+  (0.0ms) begin transaction
444
+  (0.0ms) rollback transaction
445
+  (0.1ms) begin transaction
446
+  (0.1ms) rollback transaction
447
+  (0.1ms) begin transaction
448
+  (0.1ms) rollback transaction
449
+  (0.0ms) begin transaction
450
+  (0.1ms) rollback transaction
451
+ Connecting to database specified by database.yml
452
+  (4.9ms) begin transaction
453
+  (0.1ms) rollback transaction
454
+  (0.0ms) begin transaction
455
+  (0.0ms) rollback transaction
456
+  (0.0ms) begin transaction
457
+  (0.0ms) rollback transaction
458
+  (0.0ms) begin transaction
459
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
460
+  (0.1ms) rollback transaction
461
+  (0.1ms) begin transaction
462
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
463
+  (0.0ms) rollback transaction
464
+  (0.0ms) begin transaction
465
+  (0.4ms) rollback transaction
466
+  (0.1ms) begin transaction
467
+  (0.0ms) rollback transaction
468
+  (0.1ms) begin transaction
469
+  (0.0ms) rollback transaction
470
+  (0.0ms) begin transaction
471
+  (0.1ms) rollback transaction
472
+ Connecting to database specified by database.yml
473
+  (4.8ms) begin transaction
474
+  (0.1ms) rollback transaction
475
+  (0.1ms) begin transaction
476
+  (0.0ms) rollback transaction
477
+  (0.0ms) begin transaction
478
+  (0.0ms) rollback transaction
479
+  (0.4ms) begin transaction
480
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
481
+  (0.1ms) rollback transaction
482
+  (0.0ms) begin transaction
483
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
484
+  (0.0ms) rollback transaction
485
+  (0.0ms) begin transaction
486
+  (0.0ms) rollback transaction
487
+  (0.1ms) begin transaction
488
+  (0.1ms) rollback transaction
489
+  (0.1ms) begin transaction
490
+  (0.0ms) rollback transaction
491
+  (0.0ms) begin transaction
492
+  (0.1ms) rollback transaction
493
+ Connecting to database specified by database.yml
494
+  (4.6ms) begin transaction
495
+  (0.1ms) rollback transaction
496
+  (0.0ms) begin transaction
497
+  (0.0ms) rollback transaction
498
+  (0.1ms) begin transaction
499
+  (0.0ms) rollback transaction
500
+  (0.1ms) begin transaction
501
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
502
+  (0.1ms) rollback transaction
503
+  (0.0ms) begin transaction
504
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
505
+  (0.0ms) rollback transaction
506
+  (0.0ms) begin transaction
507
+  (0.0ms) rollback transaction
508
+  (0.1ms) begin transaction
509
+  (0.1ms) rollback transaction
510
+  (0.1ms) begin transaction
511
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
512
+  (0.1ms) rollback transaction
513
+  (0.1ms) begin transaction
514
+  (0.0ms) rollback transaction
515
+  (0.0ms) begin transaction
516
+  (0.1ms) rollback transaction
517
+ Connecting to database specified by database.yml
518
+  (2.7ms) begin transaction
519
+  (0.1ms) rollback transaction
520
+  (0.1ms) begin transaction
521
+  (0.0ms) rollback transaction
522
+  (0.0ms) begin transaction
523
+  (0.0ms) rollback transaction
524
+  (0.1ms) begin transaction
525
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
526
+  (0.1ms) rollback transaction
527
+  (0.0ms) begin transaction
528
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
529
+  (0.1ms) rollback transaction
530
+  (0.0ms) begin transaction
531
+  (0.0ms) rollback transaction
532
+  (0.1ms) begin transaction
533
+  (0.0ms) rollback transaction
534
+  (0.1ms) begin transaction
535
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
536
+  (1.6ms) rollback transaction
537
+  (0.0ms) begin transaction
538
+  (0.0ms) rollback transaction
539
+  (0.0ms) begin transaction
540
+  (0.1ms) rollback transaction
541
+ Connecting to database specified by database.yml
542
+  (1.9ms) begin transaction
543
+  (1.2ms) rollback transaction
544
+  (0.1ms) begin transaction
545
+  (0.1ms) rollback transaction
546
+  (0.1ms) begin transaction
547
+  (0.0ms) rollback transaction
548
+  (0.1ms) begin transaction
549
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
550
+  (0.1ms) rollback transaction
551
+  (0.0ms) begin transaction
552
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
553
+  (0.0ms) rollback transaction
554
+  (0.0ms) begin transaction
555
+  (0.0ms) rollback transaction
556
+  (0.1ms) begin transaction
557
+  (0.1ms) rollback transaction
558
+  (0.1ms) begin transaction
559
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
560
+  (0.1ms) rollback transaction
561
+  (0.0ms) begin transaction
562
+  (0.0ms) rollback transaction
563
+  (0.1ms) begin transaction
564
+  (0.1ms) rollback transaction
565
+ Connecting to database specified by database.yml
566
+  (6.9ms) begin transaction
567
+ Fixture Delete (1.3ms) DELETE FROM "things"
568
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
569
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
570
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
571
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
572
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
573
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
574
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
575
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
576
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
577
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
578
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
579
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
580
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
581
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
582
+ Fixture Insert (0.6ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
583
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
584
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
585
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
586
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
587
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:31:59', '2013-02-19 14:31:59')
588
+  (153.3ms) commit transaction
589
+  (0.2ms) begin transaction
590
+  (0.2ms) rollback transaction
591
+  (0.2ms) begin transaction
592
+  (0.1ms) rollback transaction
593
+  (0.2ms) begin transaction
594
+  (0.2ms) rollback transaction
595
+  (0.2ms) begin transaction
596
+ Thing Load (0.6ms) SELECT "things".* FROM "things" LIMIT 1
597
+  (0.1ms) rollback transaction
598
+  (0.0ms) begin transaction
599
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
600
+  (0.1ms) rollback transaction
601
+  (0.0ms) begin transaction
602
+  (0.0ms) rollback transaction
603
+  (0.1ms) begin transaction
604
+  (0.1ms) rollback transaction
605
+  (0.1ms) begin transaction
606
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
607
+  (0.1ms) rollback transaction
608
+  (0.0ms) begin transaction
609
+  (0.0ms) rollback transaction
610
+  (0.0ms) begin transaction
611
+  (0.0ms) rollback transaction
612
+ Connecting to database specified by database.yml
613
+  (5.9ms) begin transaction
614
+ Fixture Delete (2.6ms) DELETE FROM "things"
615
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
616
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
617
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
618
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
619
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
620
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
621
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
622
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
623
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
624
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
625
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
626
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
627
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
628
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
629
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
630
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
631
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
632
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
633
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
634
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:32:39', '2013-02-19 14:32:39')
635
+  (223.5ms) commit transaction
636
+  (0.1ms) begin transaction
637
+  (0.1ms) rollback transaction
638
+  (0.1ms) begin transaction
639
+  (0.1ms) rollback transaction
640
+  (0.1ms) begin transaction
641
+  (0.1ms) rollback transaction
642
+  (0.1ms) begin transaction
643
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
644
+  (0.4ms) rollback transaction
645
+  (0.1ms) begin transaction
646
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
647
+  (0.1ms) rollback transaction
648
+  (0.0ms) begin transaction
649
+  (0.0ms) rollback transaction
650
+  (0.1ms) begin transaction
651
+  (0.0ms) rollback transaction
652
+  (0.1ms) begin transaction
653
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
654
+  (0.1ms) rollback transaction
655
+  (0.0ms) begin transaction
656
+  (0.0ms) rollback transaction
657
+  (0.0ms) begin transaction
658
+  (0.0ms) rollback transaction
659
+ Connecting to database specified by database.yml
660
+  (8.3ms) begin transaction
661
+ Fixture Delete (3.0ms) DELETE FROM "things"
662
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
663
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
664
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
665
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
666
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
667
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
668
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
669
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
670
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
671
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
672
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
673
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
674
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
675
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
676
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
677
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
678
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
679
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
680
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
681
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:33:09', '2013-02-19 14:33:09')
682
+  (185.3ms) commit transaction
683
+  (0.1ms) begin transaction
684
+  (0.1ms) rollback transaction
685
+  (0.3ms) begin transaction
686
+  (0.1ms) rollback transaction
687
+  (0.1ms) begin transaction
688
+  (0.1ms) rollback transaction
689
+  (0.1ms) begin transaction
690
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
691
+  (0.1ms) rollback transaction
692
+  (0.1ms) begin transaction
693
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
694
+  (0.1ms) rollback transaction
695
+  (0.0ms) begin transaction
696
+  (0.0ms) rollback transaction
697
+  (0.1ms) begin transaction
698
+  (0.1ms) rollback transaction
699
+  (0.1ms) begin transaction
700
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
701
+  (0.1ms) rollback transaction
702
+  (0.0ms) begin transaction
703
+  (0.0ms) rollback transaction
704
+  (0.0ms) begin transaction
705
+  (0.1ms) rollback transaction
706
+ Connecting to database specified by database.yml
707
+  (10.0ms) begin transaction
708
+ Fixture Delete (2.8ms) DELETE FROM "things"
709
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
710
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
711
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
712
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
713
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
714
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
715
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
716
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
717
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
718
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
719
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
720
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
721
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
722
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
723
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
724
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
725
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
726
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
727
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
728
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:35:18', '2013-02-19 14:35:18')
729
+  (199.2ms) commit transaction
730
+  (1.0ms) begin transaction
731
+  (0.1ms) rollback transaction
732
+  (0.2ms) begin transaction
733
+  (0.1ms) rollback transaction
734
+  (0.1ms) begin transaction
735
+  (0.2ms) rollback transaction
736
+  (0.2ms) begin transaction
737
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
738
+  (0.1ms) rollback transaction
739
+  (0.0ms) begin transaction
740
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
741
+  (1.8ms) rollback transaction
742
+  (0.1ms) begin transaction
743
+  (0.0ms) rollback transaction
744
+  (0.1ms) begin transaction
745
+  (0.0ms) rollback transaction
746
+  (0.0ms) begin transaction
747
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
748
+  (0.1ms) rollback transaction
749
+  (0.0ms) begin transaction
750
+  (0.0ms) rollback transaction
751
+  (0.0ms) begin transaction
752
+  (0.0ms) rollback transaction
753
+ Connecting to database specified by database.yml
754
+  (8.6ms) begin transaction
755
+ Fixture Delete (3.1ms) DELETE FROM "things"
756
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
757
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
758
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
759
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
760
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
761
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
762
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
763
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
764
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
765
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
766
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
767
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
768
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
769
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
770
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
771
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
772
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
773
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
774
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
775
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:37:54', '2013-02-19 14:37:54')
776
+  (134.3ms) commit transaction
777
+  (0.1ms) begin transaction
778
+  (0.1ms) rollback transaction
779
+  (0.1ms) begin transaction
780
+  (0.1ms) rollback transaction
781
+  (0.1ms) begin transaction
782
+  (0.1ms) rollback transaction
783
+  (0.1ms) begin transaction
784
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
785
+  (0.1ms) rollback transaction
786
+  (0.1ms) begin transaction
787
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
788
+  (0.6ms) rollback transaction
789
+  (0.1ms) begin transaction
790
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
791
+  (0.1ms) rollback transaction
792
+  (0.1ms) begin transaction
793
+  (0.1ms) rollback transaction
794
+  (0.1ms) begin transaction
795
+  (0.1ms) rollback transaction
796
+  (0.1ms) begin transaction
797
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
798
+  (0.1ms) rollback transaction
799
+  (0.1ms) begin transaction
800
+  (0.1ms) rollback transaction
801
+  (0.1ms) begin transaction
802
+  (0.1ms) rollback transaction
803
+ Connecting to database specified by database.yml
804
+  (8.5ms) begin transaction
805
+ Fixture Delete (3.4ms) DELETE FROM "things"
806
+ Fixture Insert (1.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
807
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
808
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
809
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
810
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
811
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
812
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
813
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
814
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
815
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
816
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
817
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
818
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
819
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
820
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
821
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
822
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
823
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
824
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
825
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:38:35', '2013-02-19 14:38:35')
826
+  (255.1ms) commit transaction
827
+  (0.2ms) begin transaction
828
+  (0.2ms) rollback transaction
829
+  (0.3ms) begin transaction
830
+  (0.4ms) rollback transaction
831
+  (0.1ms) begin transaction
832
+  (0.2ms) rollback transaction
833
+  (0.2ms) begin transaction
834
+ Thing Load (1.9ms) SELECT "things".* FROM "things" LIMIT 1
835
+  (0.1ms) rollback transaction
836
+  (0.1ms) begin transaction
837
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
838
+  (0.1ms) rollback transaction
839
+  (0.1ms) begin transaction
840
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
841
+  (1.1ms) rollback transaction
842
+  (0.1ms) begin transaction
843
+  (0.1ms) rollback transaction
844
+  (0.1ms) begin transaction
845
+  (0.1ms) rollback transaction
846
+  (0.1ms) begin transaction
847
+ Thing Load (0.8ms) SELECT "things".* FROM "things" LIMIT 1
848
+  (0.1ms) rollback transaction
849
+  (0.1ms) begin transaction
850
+  (0.1ms) rollback transaction
851
+  (0.1ms) begin transaction
852
+  (0.1ms) rollback transaction
853
+ Connecting to database specified by database.yml
854
+  (8.4ms) begin transaction
855
+ Fixture Delete (2.7ms) DELETE FROM "things"
856
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
857
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
858
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
859
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
860
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
861
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
862
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
863
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
864
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
865
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
866
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
867
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
868
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
869
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
870
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
871
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
872
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
873
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
874
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
875
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:50:48', '2013-02-19 14:50:48')
876
+  (176.7ms) commit transaction
877
+  (0.2ms) begin transaction
878
+  (0.2ms) rollback transaction
879
+  (0.2ms) begin transaction
880
+  (0.2ms) rollback transaction
881
+  (0.2ms) begin transaction
882
+  (0.1ms) rollback transaction
883
+  (0.1ms) begin transaction
884
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
885
+  (0.1ms) rollback transaction
886
+  (0.1ms) begin transaction
887
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
888
+  (0.1ms) rollback transaction
889
+  (0.0ms) begin transaction
890
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
891
+  (0.1ms) rollback transaction
892
+  (0.0ms) begin transaction
893
+  (0.0ms) rollback transaction
894
+  (0.0ms) begin transaction
895
+  (0.0ms) rollback transaction
896
+  (0.1ms) begin transaction
897
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
898
+  (0.1ms) rollback transaction
899
+  (0.0ms) begin transaction
900
+  (0.0ms) rollback transaction
901
+  (0.0ms) begin transaction
902
+  (0.0ms) rollback transaction
903
+ Connecting to database specified by database.yml
904
+  (2.8ms) begin transaction
905
+ Fixture Delete (2.7ms) DELETE FROM "things"
906
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
907
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
908
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
909
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
910
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
911
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
912
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
913
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
914
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
915
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
916
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
917
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
918
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
919
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
920
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
921
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
922
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
923
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
924
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
925
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:51:18', '2013-02-19 14:51:18')
926
+  (188.6ms) commit transaction
927
+  (0.1ms) begin transaction
928
+  (0.1ms) rollback transaction
929
+  (0.1ms) begin transaction
930
+  (0.1ms) rollback transaction
931
+  (0.1ms) begin transaction
932
+  (0.1ms) rollback transaction
933
+  (0.1ms) begin transaction
934
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
935
+  (0.1ms) rollback transaction
936
+  (0.1ms) begin transaction
937
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
938
+  (0.1ms) rollback transaction
939
+  (0.0ms) begin transaction
940
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
941
+  (0.1ms) rollback transaction
942
+  (0.0ms) begin transaction
943
+  (0.0ms) rollback transaction
944
+  (0.1ms) begin transaction
945
+  (0.1ms) rollback transaction
946
+  (0.1ms) begin transaction
947
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
948
+  (0.1ms) rollback transaction
949
+  (0.0ms) begin transaction
950
+  (0.0ms) rollback transaction
951
+  (0.0ms) begin transaction
952
+  (0.0ms) rollback transaction
953
+ Connecting to database specified by database.yml
954
+  (1.8ms) begin transaction
955
+ Fixture Delete (3.9ms) DELETE FROM "things"
956
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
957
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
958
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
959
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
960
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
961
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
962
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
963
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
964
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
965
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
966
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
967
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
968
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
969
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
970
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
971
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
972
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
973
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
974
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
975
+ Fixture Insert (0.4ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:51:59', '2013-02-19 14:51:59')
976
+  (183.3ms) commit transaction
977
+  (0.2ms) begin transaction
978
+  (0.1ms) rollback transaction
979
+  (0.2ms) begin transaction
980
+  (0.1ms) rollback transaction
981
+  (0.1ms) begin transaction
982
+  (0.1ms) rollback transaction
983
+  (0.1ms) begin transaction
984
+ Thing Load (1.4ms) SELECT "things".* FROM "things" LIMIT 1
985
+  (0.1ms) rollback transaction
986
+  (0.1ms) begin transaction
987
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
988
+  (0.1ms) rollback transaction
989
+  (0.1ms) begin transaction
990
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
991
+  (0.1ms) rollback transaction
992
+  (0.1ms) begin transaction
993
+  (0.1ms) rollback transaction
994
+  (0.1ms) begin transaction
995
+  (0.1ms) rollback transaction
996
+  (0.1ms) begin transaction
997
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
998
+  (0.1ms) rollback transaction
999
+  (0.1ms) begin transaction
1000
+  (0.1ms) rollback transaction
1001
+  (0.1ms) begin transaction
1002
+  (0.1ms) rollback transaction
1003
+ Connecting to database specified by database.yml
1004
+  (6.0ms) begin transaction
1005
+ Fixture Delete (2.5ms) DELETE FROM "things"
1006
+ Fixture Insert (1.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1007
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1008
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1009
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1010
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1011
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1012
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1013
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1014
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1015
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1016
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1017
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1018
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1019
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1020
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1021
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1022
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1023
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1024
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1025
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:55:38', '2013-02-19 14:55:38')
1026
+  (201.5ms) commit transaction
1027
+  (0.1ms) begin transaction
1028
+  (0.2ms) rollback transaction
1029
+  (0.1ms) begin transaction
1030
+  (0.1ms) rollback transaction
1031
+  (0.1ms) begin transaction
1032
+  (0.1ms) rollback transaction
1033
+  (0.1ms) begin transaction
1034
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
1035
+  (0.1ms) rollback transaction
1036
+  (0.0ms) begin transaction
1037
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1038
+  (0.1ms) rollback transaction
1039
+  (0.0ms) begin transaction
1040
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1041
+  (0.0ms) rollback transaction
1042
+  (0.0ms) begin transaction
1043
+  (0.0ms) rollback transaction
1044
+  (0.1ms) begin transaction
1045
+  (0.1ms) rollback transaction
1046
+  (0.1ms) begin transaction
1047
+ Thing Load (0.2ms) SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
1048
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1049
+  (0.1ms) rollback transaction
1050
+  (0.0ms) begin transaction
1051
+ Thing Load (0.1ms) SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
1052
+  (0.0ms) rollback transaction
1053
+  (0.1ms) begin transaction
1054
+ Thing Load (0.1ms) SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
1055
+  (0.0ms) rollback transaction
1056
+  (0.0ms) begin transaction
1057
+ Thing Load (0.1ms) SELECT "things".* FROM "things" WHERE "things"."id" = ? LIMIT 1 [["id", 1]]
1058
+  (0.0ms) rollback transaction
1059
+ Connecting to database specified by database.yml
1060
+  (4.5ms) begin transaction
1061
+ Fixture Delete (2.8ms) DELETE FROM "things"
1062
+ Fixture Insert (0.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1063
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1064
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1065
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1066
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1067
+ Fixture Insert (0.5ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1068
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1069
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1070
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1071
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1072
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1073
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1074
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1075
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1076
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1077
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1078
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1079
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1080
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1081
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:57:21', '2013-02-19 14:57:21')
1082
+  (193.9ms) commit transaction
1083
+  (0.1ms) begin transaction
1084
+  (0.1ms) rollback transaction
1085
+  (0.2ms) begin transaction
1086
+  (0.1ms) rollback transaction
1087
+  (0.1ms) begin transaction
1088
+  (0.2ms) rollback transaction
1089
+  (0.1ms) begin transaction
1090
+ Thing Load (0.6ms) SELECT "things".* FROM "things" LIMIT 1
1091
+  (0.4ms) rollback transaction
1092
+  (0.1ms) begin transaction
1093
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1094
+  (0.3ms) rollback transaction
1095
+  (0.1ms) begin transaction
1096
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1097
+  (0.1ms) rollback transaction
1098
+  (0.0ms) begin transaction
1099
+  (0.0ms) rollback transaction
1100
+  (0.0ms) begin transaction
1101
+  (0.0ms) rollback transaction
1102
+  (0.0ms) begin transaction
1103
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1104
+  (0.3ms) rollback transaction
1105
+  (0.0ms) begin transaction
1106
+  (0.0ms) rollback transaction
1107
+  (0.0ms) begin transaction
1108
+  (0.0ms) rollback transaction
1109
+  (0.0ms) begin transaction
1110
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1111
+  (0.0ms) rollback transaction
1112
+ Connecting to database specified by database.yml
1113
+  (5.4ms) begin transaction
1114
+ Fixture Delete (2.9ms) DELETE FROM "things"
1115
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1116
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1117
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1118
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1119
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1120
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1121
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1122
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1123
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1124
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1125
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1126
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1127
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1128
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1129
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1130
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1131
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1132
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1133
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1134
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 14:59:40', '2013-02-19 14:59:40')
1135
+  (130.8ms) commit transaction
1136
+  (0.1ms) begin transaction
1137
+  (0.1ms) rollback transaction
1138
+  (0.1ms) begin transaction
1139
+  (0.1ms) rollback transaction
1140
+  (0.1ms) begin transaction
1141
+  (0.1ms) rollback transaction
1142
+  (0.1ms) begin transaction
1143
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1144
+  (0.2ms) rollback transaction
1145
+  (0.1ms) begin transaction
1146
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1147
+  (0.1ms) rollback transaction
1148
+  (0.0ms) begin transaction
1149
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1150
+  (0.1ms) rollback transaction
1151
+  (0.0ms) begin transaction
1152
+  (0.0ms) rollback transaction
1153
+  (0.1ms) begin transaction
1154
+  (0.1ms) rollback transaction
1155
+  (0.1ms) begin transaction
1156
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1157
+  (0.1ms) rollback transaction
1158
+  (0.1ms) begin transaction
1159
+  (0.1ms) rollback transaction
1160
+  (0.0ms) begin transaction
1161
+  (0.0ms) rollback transaction
1162
+  (0.1ms) begin transaction
1163
+  (0.1ms) rollback transaction
1164
+  (0.0ms) begin transaction
1165
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1166
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1167
+  (0.1ms) rollback transaction
1168
+ Connecting to database specified by database.yml
1169
+  (1.9ms) begin transaction
1170
+ Fixture Delete (3.6ms) DELETE FROM "things"
1171
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1172
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1173
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1174
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1175
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1176
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1177
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1178
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1179
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1180
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1181
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1182
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1183
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1184
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1185
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1186
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1187
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1188
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1189
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1190
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:01:00', '2013-02-19 15:01:00')
1191
+  (135.7ms) commit transaction
1192
+  (0.2ms) begin transaction
1193
+  (0.2ms) rollback transaction
1194
+  (0.1ms) begin transaction
1195
+  (0.1ms) rollback transaction
1196
+  (0.2ms) begin transaction
1197
+  (0.1ms) rollback transaction
1198
+  (0.1ms) begin transaction
1199
+ Thing Load (1.0ms) SELECT "things".* FROM "things" LIMIT 1
1200
+  (0.1ms) rollback transaction
1201
+  (0.1ms) begin transaction
1202
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1203
+  (0.1ms) rollback transaction
1204
+  (0.1ms) begin transaction
1205
+ Thing Load (1.0ms) SELECT "things".* FROM "things" LIMIT 1
1206
+  (0.1ms) rollback transaction
1207
+  (0.1ms) begin transaction
1208
+  (0.1ms) rollback transaction
1209
+  (0.1ms) begin transaction
1210
+  (0.1ms) rollback transaction
1211
+  (0.1ms) begin transaction
1212
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1213
+  (0.3ms) rollback transaction
1214
+  (0.0ms) begin transaction
1215
+ Thing Load (0.3ms) SELECT "things".* FROM "things" 
1216
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1217
+  (0.2ms) rollback transaction
1218
+  (0.1ms) begin transaction
1219
+  (0.0ms) rollback transaction
1220
+  (0.0ms) begin transaction
1221
+  (0.0ms) rollback transaction
1222
+  (0.0ms) begin transaction
1223
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1224
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1225
+  (0.0ms) rollback transaction
1226
+ Connecting to database specified by database.yml
1227
+  (0.8ms) begin transaction
1228
+ Fixture Delete (2.5ms) DELETE FROM "things"
1229
+ Fixture Insert (0.7ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1230
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1231
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1232
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1233
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1234
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1235
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1236
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1237
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1238
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1239
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1240
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1241
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1242
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1243
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1244
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1245
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1246
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1247
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1248
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:08:39', '2013-02-19 15:08:39')
1249
+  (167.0ms) commit transaction
1250
+  (0.1ms) begin transaction
1251
+  (0.1ms) rollback transaction
1252
+  (0.1ms) begin transaction
1253
+  (0.1ms) rollback transaction
1254
+  (0.1ms) begin transaction
1255
+  (0.1ms) rollback transaction
1256
+  (0.1ms) begin transaction
1257
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
1258
+  (0.1ms) rollback transaction
1259
+  (0.1ms) begin transaction
1260
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1261
+  (0.1ms) rollback transaction
1262
+  (0.1ms) begin transaction
1263
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1264
+  (0.1ms) rollback transaction
1265
+  (0.1ms) begin transaction
1266
+  (0.0ms) rollback transaction
1267
+  (0.1ms) begin transaction
1268
+  (0.0ms) rollback transaction
1269
+  (0.1ms) begin transaction
1270
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
1271
+  (0.1ms) rollback transaction
1272
+  (0.0ms) begin transaction
1273
+ Thing Load (0.3ms) SELECT "things".* FROM "things" 
1274
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1275
+  (0.0ms) rollback transaction
1276
+  (0.0ms) begin transaction
1277
+  (0.0ms) rollback transaction
1278
+  (0.0ms) begin transaction
1279
+  (0.0ms) rollback transaction
1280
+  (0.0ms) begin transaction
1281
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1282
+  (0.0ms) rollback transaction
1283
+ Connecting to database specified by database.yml
1284
+  (8.4ms) begin transaction
1285
+ Fixture Delete (2.4ms) DELETE FROM "things"
1286
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1287
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1288
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1289
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1290
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1291
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1292
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1293
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1294
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1295
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1296
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1297
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1298
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1299
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1300
+ Fixture Insert (0.4ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1301
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1302
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1303
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1304
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1305
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:09:48', '2013-02-19 15:09:48')
1306
+  (137.4ms) commit transaction
1307
+  (0.2ms) begin transaction
1308
+  (0.2ms) rollback transaction
1309
+  (0.2ms) begin transaction
1310
+  (0.1ms) rollback transaction
1311
+  (0.2ms) begin transaction
1312
+  (0.1ms) rollback transaction
1313
+  (0.1ms) begin transaction
1314
+ Thing Load (0.7ms) SELECT "things".* FROM "things" LIMIT 1
1315
+  (0.6ms) rollback transaction
1316
+  (0.1ms) begin transaction
1317
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1318
+  (0.1ms) rollback transaction
1319
+  (0.1ms) begin transaction
1320
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1321
+  (0.1ms) rollback transaction
1322
+  (0.1ms) begin transaction
1323
+  (0.8ms) rollback transaction
1324
+  (0.1ms) begin transaction
1325
+  (0.0ms) rollback transaction
1326
+  (0.0ms) begin transaction
1327
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1328
+  (0.1ms) rollback transaction
1329
+  (0.0ms) begin transaction
1330
+ Thing Load (0.2ms) SELECT "things".* FROM "things" 
1331
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1332
+  (1.4ms) rollback transaction
1333
+  (0.1ms) begin transaction
1334
+  (0.0ms) rollback transaction
1335
+  (0.0ms) begin transaction
1336
+  (0.0ms) rollback transaction
1337
+  (0.0ms) begin transaction
1338
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1339
+  (0.1ms) rollback transaction
1340
+ Connecting to database specified by database.yml
1341
+  (9.2ms) begin transaction
1342
+ Fixture Delete (2.5ms) DELETE FROM "things"
1343
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1344
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1345
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1346
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1347
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1348
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1349
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1350
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1351
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1352
+ Fixture Insert (0.6ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1353
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1354
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1355
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1356
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1357
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1358
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1359
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1360
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1361
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1362
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:10:09', '2013-02-19 15:10:09')
1363
+  (158.2ms) commit transaction
1364
+  (0.2ms) begin transaction
1365
+  (0.1ms) rollback transaction
1366
+  (0.2ms) begin transaction
1367
+  (0.2ms) rollback transaction
1368
+  (0.2ms) begin transaction
1369
+  (0.2ms) rollback transaction
1370
+  (0.2ms) begin transaction
1371
+ Thing Load (0.8ms) SELECT "things".* FROM "things" LIMIT 1
1372
+  (0.1ms) rollback transaction
1373
+  (0.1ms) begin transaction
1374
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1375
+  (0.1ms) rollback transaction
1376
+  (0.1ms) begin transaction
1377
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1378
+  (0.1ms) rollback transaction
1379
+  (0.1ms) begin transaction
1380
+  (0.1ms) rollback transaction
1381
+  (0.1ms) begin transaction
1382
+  (0.0ms) rollback transaction
1383
+  (0.1ms) begin transaction
1384
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1385
+  (0.1ms) rollback transaction
1386
+  (0.1ms) begin transaction
1387
+ Thing Load (0.6ms) SELECT "things".* FROM "things" 
1388
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1389
+ Thing Load (1.3ms) SELECT "things".* FROM "things" LIMIT 1
1390
+  (1.0ms) rollback transaction
1391
+  (0.1ms) begin transaction
1392
+  (0.1ms) rollback transaction
1393
+  (0.1ms) begin transaction
1394
+  (0.0ms) rollback transaction
1395
+  (0.1ms) begin transaction
1396
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1397
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1398
+  (0.0ms) rollback transaction
1399
+ Connecting to database specified by database.yml
1400
+  (1.8ms) begin transaction
1401
+ Fixture Delete (2.9ms) DELETE FROM "things"
1402
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1403
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1404
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1405
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1406
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1407
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1408
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1409
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1410
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1411
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1412
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1413
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1414
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1415
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1416
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1417
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1418
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1419
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1420
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1421
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:12:46', '2013-02-19 15:12:46')
1422
+  (146.0ms) commit transaction
1423
+  (0.1ms) begin transaction
1424
+  (0.1ms) rollback transaction
1425
+  (0.1ms) begin transaction
1426
+  (0.2ms) rollback transaction
1427
+  (0.1ms) begin transaction
1428
+  (0.1ms) rollback transaction
1429
+  (0.1ms) begin transaction
1430
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1431
+  (0.1ms) rollback transaction
1432
+  (0.1ms) begin transaction
1433
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1434
+  (0.1ms) rollback transaction
1435
+  (0.1ms) begin transaction
1436
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1437
+  (0.1ms) rollback transaction
1438
+  (0.1ms) begin transaction
1439
+  (0.0ms) rollback transaction
1440
+  (0.1ms) begin transaction
1441
+  (0.1ms) rollback transaction
1442
+  (0.1ms) begin transaction
1443
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1444
+  (0.1ms) rollback transaction
1445
+  (0.0ms) begin transaction
1446
+ Thing Load (0.3ms) SELECT "things".* FROM "things" 
1447
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1448
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
1449
+  (0.4ms) rollback transaction
1450
+  (0.1ms) begin transaction
1451
+  (0.2ms) rollback transaction
1452
+  (0.1ms) begin transaction
1453
+  (0.1ms) rollback transaction
1454
+  (0.0ms) begin transaction
1455
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1456
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1457
+  (0.1ms) rollback transaction
1458
+ Connecting to database specified by database.yml
1459
+  (7.7ms) begin transaction
1460
+ Fixture Delete (2.9ms) DELETE FROM "things"
1461
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1462
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1463
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1464
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1465
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1466
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1467
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1468
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1469
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1470
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1471
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1472
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1473
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1474
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1475
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1476
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1477
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1478
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1479
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1480
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:13:29', '2013-02-19 15:13:29')
1481
+  (121.7ms) commit transaction
1482
+  (0.1ms) begin transaction
1483
+  (0.1ms) rollback transaction
1484
+  (0.1ms) begin transaction
1485
+  (0.1ms) rollback transaction
1486
+  (0.1ms) begin transaction
1487
+  (0.1ms) rollback transaction
1488
+  (0.1ms) begin transaction
1489
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1490
+  (0.1ms) rollback transaction
1491
+  (0.1ms) begin transaction
1492
+ Thing Load (1.3ms) SELECT "things".* FROM "things" LIMIT 1
1493
+  (0.1ms) rollback transaction
1494
+  (0.1ms) begin transaction
1495
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1496
+  (2.1ms) rollback transaction
1497
+  (0.0ms) begin transaction
1498
+  (0.0ms) rollback transaction
1499
+  (0.1ms) begin transaction
1500
+  (0.0ms) rollback transaction
1501
+  (0.1ms) begin transaction
1502
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1503
+  (0.1ms) rollback transaction
1504
+  (0.0ms) begin transaction
1505
+ Thing Load (0.3ms) SELECT "things".* FROM "things" 
1506
+ Thing Load (1.2ms) SELECT "things".* FROM "things" LIMIT 1
1507
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1508
+  (0.4ms) rollback transaction
1509
+  (0.1ms) begin transaction
1510
+  (0.1ms) rollback transaction
1511
+  (0.0ms) begin transaction
1512
+  (0.1ms) rollback transaction
1513
+  (0.1ms) begin transaction
1514
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1515
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1516
+  (0.1ms) rollback transaction
1517
+ Connecting to database specified by database.yml
1518
+  (6.0ms) begin transaction
1519
+ Fixture Delete (2.5ms) DELETE FROM "things"
1520
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1521
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1522
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1523
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1524
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1525
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1526
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1527
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1528
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1529
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1530
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1531
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1532
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1533
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1534
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1535
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1536
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1537
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1538
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1539
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:13:52', '2013-02-19 15:13:52')
1540
+  (173.7ms) commit transaction
1541
+  (0.2ms) begin transaction
1542
+  (0.1ms) rollback transaction
1543
+  (0.2ms) begin transaction
1544
+  (0.1ms) rollback transaction
1545
+  (0.3ms) begin transaction
1546
+  (0.0ms) rollback transaction
1547
+  (0.1ms) begin transaction
1548
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1549
+  (0.1ms) rollback transaction
1550
+  (0.1ms) begin transaction
1551
+ Thing Load (0.6ms) SELECT "things".* FROM "things" LIMIT 1
1552
+  (0.1ms) rollback transaction
1553
+  (0.1ms) begin transaction
1554
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1555
+  (0.1ms) rollback transaction
1556
+  (0.1ms) begin transaction
1557
+  (0.1ms) rollback transaction
1558
+  (0.1ms) begin transaction
1559
+  (0.1ms) rollback transaction
1560
+  (0.1ms) begin transaction
1561
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1562
+  (0.1ms) rollback transaction
1563
+  (0.1ms) begin transaction
1564
+ Thing Load (0.3ms) SELECT "things".* FROM "things" 
1565
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1566
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1567
+  (0.4ms) rollback transaction
1568
+  (0.1ms) begin transaction
1569
+  (0.1ms) rollback transaction
1570
+  (0.0ms) begin transaction
1571
+  (0.0ms) rollback transaction
1572
+  (0.1ms) begin transaction
1573
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1574
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1575
+  (0.3ms) rollback transaction
1576
+ Connecting to database specified by database.yml
1577
+  (9.3ms) begin transaction
1578
+ Fixture Delete (3.2ms) DELETE FROM "things"
1579
+ Fixture Insert (0.7ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1580
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1581
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1582
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1583
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1584
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1585
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1586
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1587
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1588
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1589
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1590
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1591
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1592
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1593
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1594
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1595
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1596
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1597
+ Fixture Insert (1.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1598
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:14:13', '2013-02-19 15:14:13')
1599
+  (205.6ms) commit transaction
1600
+  (0.1ms) begin transaction
1601
+  (0.2ms) rollback transaction
1602
+  (0.1ms) begin transaction
1603
+  (0.1ms) rollback transaction
1604
+  (0.1ms) begin transaction
1605
+  (0.1ms) rollback transaction
1606
+  (0.1ms) begin transaction
1607
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1608
+  (0.4ms) rollback transaction
1609
+  (0.1ms) begin transaction
1610
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1611
+  (0.1ms) rollback transaction
1612
+  (0.0ms) begin transaction
1613
+ Thing Load (1.8ms) SELECT "things".* FROM "things" LIMIT 1
1614
+  (0.0ms) rollback transaction
1615
+  (0.0ms) begin transaction
1616
+  (0.1ms) rollback transaction
1617
+  (0.1ms) begin transaction
1618
+  (0.0ms) rollback transaction
1619
+  (0.4ms) begin transaction
1620
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1621
+  (0.1ms) rollback transaction
1622
+  (0.0ms) begin transaction
1623
+ Thing Load (0.2ms) SELECT "things".* FROM "things" 
1624
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1625
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1626
+  (0.4ms) rollback transaction
1627
+  (0.1ms) begin transaction
1628
+  (0.0ms) rollback transaction
1629
+  (0.1ms) begin transaction
1630
+  (0.1ms) rollback transaction
1631
+  (0.1ms) begin transaction
1632
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1633
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1634
+  (0.0ms) rollback transaction
1635
+ Connecting to database specified by database.yml
1636
+  (9.8ms) begin transaction
1637
+ Fixture Delete (2.6ms) DELETE FROM "things"
1638
+ Fixture Insert (2.7ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1639
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1640
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1641
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1642
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1643
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1644
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1645
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1646
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1647
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1648
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1649
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1650
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1651
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1652
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1653
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1654
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1655
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1656
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1657
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:14:59', '2013-02-19 15:14:59')
1658
+  (160.4ms) commit transaction
1659
+  (0.1ms) begin transaction
1660
+  (0.1ms) rollback transaction
1661
+  (0.2ms) begin transaction
1662
+  (0.1ms) rollback transaction
1663
+  (0.2ms) begin transaction
1664
+  (0.2ms) rollback transaction
1665
+  (0.2ms) begin transaction
1666
+ Thing Load (0.7ms) SELECT "things".* FROM "things" LIMIT 1
1667
+  (0.1ms) rollback transaction
1668
+  (0.1ms) begin transaction
1669
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1670
+  (0.1ms) rollback transaction
1671
+  (0.1ms) begin transaction
1672
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1673
+  (0.1ms) rollback transaction
1674
+  (0.1ms) begin transaction
1675
+  (0.1ms) rollback transaction
1676
+  (0.1ms) begin transaction
1677
+  (0.1ms) rollback transaction
1678
+  (0.1ms) begin transaction
1679
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1680
+  (0.1ms) rollback transaction
1681
+  (0.0ms) begin transaction
1682
+ Thing Load (0.2ms) SELECT "things".* FROM "things" 
1683
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1684
+  (0.4ms) SELECT COUNT(*) FROM "things" 
1685
+  (0.1ms) rollback transaction
1686
+  (0.1ms) begin transaction
1687
+  (0.0ms) rollback transaction
1688
+  (0.1ms) begin transaction
1689
+  (0.0ms) rollback transaction
1690
+  (0.1ms) begin transaction
1691
+  (0.1ms) rollback transaction
1692
+ Connecting to database specified by database.yml
1693
+  (7.9ms) begin transaction
1694
+ Fixture Delete (3.9ms) DELETE FROM "things"
1695
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1696
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1697
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1698
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1699
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1700
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1701
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1702
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1703
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1704
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1705
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1706
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1707
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1708
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1709
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1710
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1711
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1712
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1713
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1714
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:15:42', '2013-02-19 15:15:42')
1715
+  (196.5ms) commit transaction
1716
+  (0.1ms) begin transaction
1717
+  (0.1ms) rollback transaction
1718
+  (0.1ms) begin transaction
1719
+  (0.1ms) rollback transaction
1720
+  (0.1ms) begin transaction
1721
+  (0.1ms) rollback transaction
1722
+  (0.1ms) begin transaction
1723
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
1724
+  (0.2ms) rollback transaction
1725
+  (0.1ms) begin transaction
1726
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1727
+  (0.1ms) rollback transaction
1728
+  (0.1ms) begin transaction
1729
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1730
+  (0.1ms) rollback transaction
1731
+  (0.1ms) begin transaction
1732
+  (0.5ms) rollback transaction
1733
+  (0.1ms) begin transaction
1734
+  (0.1ms) rollback transaction
1735
+  (0.1ms) begin transaction
1736
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1737
+  (0.1ms) rollback transaction
1738
+  (0.1ms) begin transaction
1739
+ Thing Load (0.4ms) SELECT "things".* FROM "things" 
1740
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1741
+  (0.4ms) SELECT COUNT(*) FROM "things" 
1742
+  (0.2ms) rollback transaction
1743
+  (0.1ms) begin transaction
1744
+  (0.0ms) rollback transaction
1745
+  (0.1ms) begin transaction
1746
+  (0.1ms) rollback transaction
1747
+  (0.1ms) begin transaction
1748
+  (0.1ms) rollback transaction
1749
+ Connecting to database specified by database.yml
1750
+  (6.2ms) begin transaction
1751
+ Fixture Delete (2.6ms) DELETE FROM "things"
1752
+ Fixture Insert (1.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1753
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1754
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1755
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1756
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1757
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1758
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1759
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1760
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1761
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1762
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1763
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1764
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1765
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1766
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1767
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1768
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1769
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1770
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1771
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:24:54', '2013-02-19 15:24:54')
1772
+  (190.2ms) commit transaction
1773
+  (0.1ms) begin transaction
1774
+  (0.1ms) rollback transaction
1775
+  (0.1ms) begin transaction
1776
+  (0.1ms) rollback transaction
1777
+  (0.1ms) begin transaction
1778
+  (0.1ms) rollback transaction
1779
+  (0.1ms) begin transaction
1780
+ Thing Load (1.1ms) SELECT "things".* FROM "things" LIMIT 1
1781
+  (0.1ms) rollback transaction
1782
+  (0.0ms) begin transaction
1783
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1784
+  (0.1ms) rollback transaction
1785
+  (0.0ms) begin transaction
1786
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1787
+  (0.0ms) rollback transaction
1788
+  (0.0ms) begin transaction
1789
+  (0.0ms) rollback transaction
1790
+  (0.1ms) begin transaction
1791
+  (0.0ms) rollback transaction
1792
+  (0.1ms) begin transaction
1793
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1794
+  (0.1ms) rollback transaction
1795
+  (0.0ms) begin transaction
1796
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1797
+ Thing Load (0.7ms) SELECT "things".* FROM "things"
1798
+  (0.4ms) SELECT COUNT(*) FROM "things" 
1799
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1800
+  (0.2ms) rollback transaction
1801
+  (0.1ms) begin transaction
1802
+  (0.1ms) rollback transaction
1803
+  (0.1ms) begin transaction
1804
+  (0.2ms) rollback transaction
1805
+  (0.0ms) begin transaction
1806
+  (0.1ms) rollback transaction
1807
+ Connecting to database specified by database.yml
1808
+  (8.2ms) begin transaction
1809
+ Fixture Delete (4.4ms) DELETE FROM "things"
1810
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1811
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1812
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1813
+ Fixture Insert (1.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1814
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1815
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1816
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1817
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1818
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1819
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1820
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1821
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1822
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1823
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1824
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1825
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1826
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1827
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1828
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1829
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:26:19', '2013-02-19 15:26:19')
1830
+  (167.1ms) commit transaction
1831
+  (0.1ms) begin transaction
1832
+  (0.1ms) rollback transaction
1833
+  (0.1ms) begin transaction
1834
+  (0.1ms) rollback transaction
1835
+  (0.2ms) begin transaction
1836
+  (0.1ms) rollback transaction
1837
+  (0.1ms) begin transaction
1838
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
1839
+  (0.1ms) rollback transaction
1840
+  (0.1ms) begin transaction
1841
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1842
+  (0.1ms) rollback transaction
1843
+  (0.1ms) begin transaction
1844
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1845
+  (0.0ms) rollback transaction
1846
+  (0.0ms) begin transaction
1847
+  (0.0ms) rollback transaction
1848
+  (0.1ms) begin transaction
1849
+  (0.1ms) rollback transaction
1850
+  (0.1ms) begin transaction
1851
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1852
+  (0.1ms) rollback transaction
1853
+  (0.0ms) begin transaction
1854
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1855
+ Thing Load (0.3ms) SELECT "things".* FROM "things"
1856
+  (0.5ms) SELECT COUNT(*) FROM "things" 
1857
+  (0.3ms) rollback transaction
1858
+  (0.1ms) begin transaction
1859
+  (0.5ms) rollback transaction
1860
+  (0.1ms) begin transaction
1861
+  (0.1ms) rollback transaction
1862
+  (0.1ms) begin transaction
1863
+  (0.1ms) rollback transaction
1864
+ Connecting to database specified by database.yml
1865
+  (11.0ms) begin transaction
1866
+ Fixture Delete (2.5ms) DELETE FROM "things"
1867
+ Fixture Insert (0.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1868
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1869
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1870
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1871
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1872
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1873
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1874
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1875
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1876
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1877
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1878
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1879
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1880
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1881
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1882
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1883
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1884
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1885
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1886
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:27:18', '2013-02-19 15:27:18')
1887
+  (150.3ms) commit transaction
1888
+  (0.1ms) begin transaction
1889
+  (0.1ms) rollback transaction
1890
+  (0.1ms) begin transaction
1891
+  (0.1ms) rollback transaction
1892
+  (0.1ms) begin transaction
1893
+  (0.1ms) rollback transaction
1894
+  (0.1ms) begin transaction
1895
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1896
+  (0.1ms) rollback transaction
1897
+  (0.1ms) begin transaction
1898
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
1899
+  (0.1ms) rollback transaction
1900
+  (0.1ms) begin transaction
1901
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1902
+  (0.1ms) rollback transaction
1903
+  (0.1ms) begin transaction
1904
+  (2.5ms) rollback transaction
1905
+  (0.1ms) begin transaction
1906
+  (0.1ms) rollback transaction
1907
+  (0.1ms) begin transaction
1908
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1909
+  (0.1ms) rollback transaction
1910
+  (0.1ms) begin transaction
1911
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1912
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
1913
+  (5.8ms) SELECT COUNT(*) FROM "things" 
1914
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
1915
+  (0.2ms) rollback transaction
1916
+  (0.1ms) begin transaction
1917
+  (0.1ms) rollback transaction
1918
+  (0.1ms) begin transaction
1919
+  (0.0ms) rollback transaction
1920
+  (0.1ms) begin transaction
1921
+  (0.0ms) rollback transaction
1922
+ Connecting to database specified by database.yml
1923
+  (9.7ms) begin transaction
1924
+ Fixture Delete (2.7ms) DELETE FROM "things"
1925
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1926
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1927
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1928
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1929
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1930
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1931
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1932
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1933
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1934
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1935
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1936
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1937
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1938
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1939
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1940
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1941
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1942
+ Fixture Insert (0.4ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1943
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1944
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:32:27', '2013-02-19 15:32:27')
1945
+  (150.4ms) commit transaction
1946
+  (0.2ms) begin transaction
1947
+  (0.2ms) rollback transaction
1948
+  (0.2ms) begin transaction
1949
+  (0.2ms) rollback transaction
1950
+  (0.0ms) begin transaction
1951
+  (0.1ms) rollback transaction
1952
+  (0.0ms) begin transaction
1953
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1954
+  (0.1ms) rollback transaction
1955
+  (0.1ms) begin transaction
1956
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1957
+  (0.1ms) rollback transaction
1958
+  (0.0ms) begin transaction
1959
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1960
+  (0.1ms) rollback transaction
1961
+  (0.0ms) begin transaction
1962
+  (0.0ms) rollback transaction
1963
+  (0.1ms) begin transaction
1964
+  (0.1ms) rollback transaction
1965
+  (0.1ms) begin transaction
1966
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1967
+  (0.1ms) rollback transaction
1968
+  (0.0ms) begin transaction
1969
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1970
+  (0.1ms) rollback transaction
1971
+  (0.0ms) begin transaction
1972
+  (0.0ms) rollback transaction
1973
+  (0.0ms) begin transaction
1974
+  (0.0ms) rollback transaction
1975
+  (0.0ms) begin transaction
1976
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
1977
+  (0.0ms) rollback transaction
1978
+ Connecting to database specified by database.yml
1979
+  (5.6ms) begin transaction
1980
+ Fixture Delete (3.6ms) DELETE FROM "things"
1981
+ Fixture Insert (0.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1982
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1983
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1984
+ Fixture Insert (0.4ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1985
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1986
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1987
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1988
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1989
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1990
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1991
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1992
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1993
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1994
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1995
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1996
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1997
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1998
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
1999
+ Fixture Insert (0.4ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
2000
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:34:56', '2013-02-19 15:34:56')
2001
+  (180.7ms) commit transaction
2002
+  (0.1ms) begin transaction
2003
+  (0.2ms) rollback transaction
2004
+  (0.3ms) begin transaction
2005
+  (0.1ms) rollback transaction
2006
+  (0.1ms) begin transaction
2007
+  (0.1ms) rollback transaction
2008
+  (0.1ms) begin transaction
2009
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2010
+  (0.1ms) rollback transaction
2011
+  (0.1ms) begin transaction
2012
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2013
+  (0.1ms) rollback transaction
2014
+  (0.1ms) begin transaction
2015
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2016
+  (0.0ms) rollback transaction
2017
+  (0.0ms) begin transaction
2018
+  (0.0ms) rollback transaction
2019
+  (0.1ms) begin transaction
2020
+  (0.8ms) rollback transaction
2021
+  (0.1ms) begin transaction
2022
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2023
+  (0.1ms) rollback transaction
2024
+  (0.0ms) begin transaction
2025
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2026
+  (0.0ms) rollback transaction
2027
+  (0.0ms) begin transaction
2028
+  (0.0ms) rollback transaction
2029
+  (0.0ms) begin transaction
2030
+  (0.0ms) rollback transaction
2031
+  (0.0ms) begin transaction
2032
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2033
+  (0.0ms) rollback transaction
2034
+ Connecting to database specified by database.yml
2035
+  (1.8ms) begin transaction
2036
+ Fixture Delete (3.9ms) DELETE FROM "things"
2037
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2038
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2039
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2040
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2041
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2042
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2043
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2044
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2045
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2046
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2047
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2048
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2049
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2050
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2051
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2052
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2053
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2054
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2055
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2056
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:35:40', '2013-02-19 15:35:40')
2057
+  (163.6ms) commit transaction
2058
+  (0.1ms) begin transaction
2059
+  (0.1ms) rollback transaction
2060
+  (0.1ms) begin transaction
2061
+  (0.1ms) rollback transaction
2062
+  (0.1ms) begin transaction
2063
+  (0.1ms) rollback transaction
2064
+  (0.1ms) begin transaction
2065
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2066
+  (0.1ms) rollback transaction
2067
+  (0.1ms) begin transaction
2068
+ Thing Load (1.8ms) SELECT "things".* FROM "things" LIMIT 1
2069
+  (0.1ms) rollback transaction
2070
+  (0.0ms) begin transaction
2071
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2072
+  (0.1ms) rollback transaction
2073
+  (0.0ms) begin transaction
2074
+  (0.0ms) rollback transaction
2075
+  (0.1ms) begin transaction
2076
+  (0.0ms) rollback transaction
2077
+  (0.0ms) begin transaction
2078
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2079
+  (0.1ms) rollback transaction
2080
+  (0.0ms) begin transaction
2081
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2082
+  (0.0ms) rollback transaction
2083
+  (0.0ms) begin transaction
2084
+  (0.0ms) rollback transaction
2085
+  (0.0ms) begin transaction
2086
+  (0.0ms) rollback transaction
2087
+  (0.0ms) begin transaction
2088
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2089
+  (0.0ms) rollback transaction
2090
+ Connecting to database specified by database.yml
2091
+  (1.8ms) begin transaction
2092
+ Fixture Delete (2.8ms) DELETE FROM "things"
2093
+ Fixture Insert (0.7ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2094
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2095
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2096
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2097
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2098
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2099
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2100
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2101
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2102
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2103
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2104
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2105
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2106
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2107
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2108
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2109
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2110
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2111
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2112
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:36:29', '2013-02-19 15:36:29')
2113
+  (161.7ms) commit transaction
2114
+  (0.3ms) begin transaction
2115
+  (0.3ms) rollback transaction
2116
+  (0.2ms) begin transaction
2117
+  (0.1ms) rollback transaction
2118
+  (0.2ms) begin transaction
2119
+  (0.4ms) rollback transaction
2120
+  (0.2ms) begin transaction
2121
+ Thing Load (0.6ms) SELECT "things".* FROM "things" LIMIT 1
2122
+  (0.2ms) rollback transaction
2123
+  (0.1ms) begin transaction
2124
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2125
+  (0.2ms) rollback transaction
2126
+  (0.1ms) begin transaction
2127
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
2128
+  (1.5ms) rollback transaction
2129
+  (0.0ms) begin transaction
2130
+  (0.0ms) rollback transaction
2131
+  (0.1ms) begin transaction
2132
+  (0.0ms) rollback transaction
2133
+  (0.1ms) begin transaction
2134
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2135
+  (0.1ms) rollback transaction
2136
+  (0.0ms) begin transaction
2137
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2138
+  (0.0ms) rollback transaction
2139
+  (0.0ms) begin transaction
2140
+  (0.2ms) rollback transaction
2141
+  (0.1ms) begin transaction
2142
+  (0.0ms) rollback transaction
2143
+  (0.1ms) begin transaction
2144
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2145
+  (0.0ms) rollback transaction
2146
+ Connecting to database specified by database.yml
2147
+  (7.2ms) begin transaction
2148
+ Fixture Delete (2.6ms) DELETE FROM "things"
2149
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2150
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2151
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2152
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2153
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2154
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2155
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2156
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2157
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2158
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2159
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2160
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2161
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2162
+ Fixture Insert (0.4ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2163
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2164
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2165
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2166
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2167
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2168
+ Fixture Insert (1.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:37:13', '2013-02-19 15:37:13')
2169
+  (181.8ms) commit transaction
2170
+  (0.1ms) begin transaction
2171
+  (0.2ms) rollback transaction
2172
+  (0.1ms) begin transaction
2173
+  (0.1ms) rollback transaction
2174
+  (0.1ms) begin transaction
2175
+  (0.1ms) rollback transaction
2176
+  (0.1ms) begin transaction
2177
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
2178
+  (0.2ms) rollback transaction
2179
+  (0.1ms) begin transaction
2180
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
2181
+  (0.1ms) rollback transaction
2182
+  (1.4ms) begin transaction
2183
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2184
+  (0.1ms) rollback transaction
2185
+  (0.1ms) begin transaction
2186
+  (0.1ms) rollback transaction
2187
+  (0.1ms) begin transaction
2188
+  (0.1ms) rollback transaction
2189
+  (0.0ms) begin transaction
2190
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2191
+  (0.1ms) rollback transaction
2192
+  (0.0ms) begin transaction
2193
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2194
+  (0.0ms) rollback transaction
2195
+  (0.0ms) begin transaction
2196
+  (0.0ms) rollback transaction
2197
+  (0.0ms) begin transaction
2198
+  (0.0ms) rollback transaction
2199
+  (0.0ms) begin transaction
2200
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2201
+  (0.0ms) rollback transaction
2202
+ Connecting to database specified by database.yml
2203
+  (1.9ms) begin transaction
2204
+ Fixture Delete (3.1ms) DELETE FROM "things"
2205
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2206
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2207
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2208
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2209
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2210
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2211
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2212
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2213
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2214
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2215
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2216
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2217
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2218
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2219
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2220
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2221
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2222
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2223
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2224
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:37:43', '2013-02-19 15:37:43')
2225
+  (174.1ms) commit transaction
2226
+  (0.1ms) begin transaction
2227
+  (0.2ms) rollback transaction
2228
+  (0.2ms) begin transaction
2229
+  (0.1ms) rollback transaction
2230
+  (0.1ms) begin transaction
2231
+  (0.1ms) rollback transaction
2232
+  (0.1ms) begin transaction
2233
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2234
+  (0.1ms) rollback transaction
2235
+  (0.1ms) begin transaction
2236
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2237
+  (0.1ms) rollback transaction
2238
+  (0.0ms) begin transaction
2239
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2240
+  (0.1ms) rollback transaction
2241
+  (0.1ms) begin transaction
2242
+  (0.0ms) rollback transaction
2243
+  (0.1ms) begin transaction
2244
+  (1.3ms) rollback transaction
2245
+  (0.1ms) begin transaction
2246
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2247
+  (0.1ms) rollback transaction
2248
+  (0.0ms) begin transaction
2249
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2250
+ Thing Load (2.0ms) SELECT "things".* FROM "things"
2251
+  (0.6ms) SELECT COUNT(*) FROM "things" 
2252
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2253
+  (0.2ms) rollback transaction
2254
+  (0.1ms) begin transaction
2255
+  (0.1ms) rollback transaction
2256
+  (0.1ms) begin transaction
2257
+  (0.1ms) rollback transaction
2258
+  (0.1ms) begin transaction
2259
+  (0.1ms) rollback transaction
2260
+ Connecting to database specified by database.yml
2261
+  (1.7ms) begin transaction
2262
+ Fixture Delete (2.9ms) DELETE FROM "things"
2263
+ Fixture Insert (0.7ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2264
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2265
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2266
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2267
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2268
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2269
+ Fixture Insert (0.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2270
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2271
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2272
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2273
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2274
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2275
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2276
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2277
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2278
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2279
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2280
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2281
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2282
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:39:23', '2013-02-19 15:39:23')
2283
+  (199.2ms) commit transaction
2284
+  (0.2ms) begin transaction
2285
+  (0.1ms) rollback transaction
2286
+  (0.2ms) begin transaction
2287
+  (0.1ms) rollback transaction
2288
+  (0.1ms) begin transaction
2289
+  (0.1ms) rollback transaction
2290
+  (0.1ms) begin transaction
2291
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
2292
+  (0.1ms) rollback transaction
2293
+  (0.0ms) begin transaction
2294
+ Thing Load (1.7ms) SELECT "things".* FROM "things" LIMIT 1
2295
+  (0.2ms) rollback transaction
2296
+  (0.1ms) begin transaction
2297
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2298
+  (0.1ms) rollback transaction
2299
+  (0.0ms) begin transaction
2300
+  (0.1ms) rollback transaction
2301
+  (0.1ms) begin transaction
2302
+  (0.1ms) rollback transaction
2303
+  (0.1ms) begin transaction
2304
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2305
+  (0.4ms) rollback transaction
2306
+  (0.0ms) begin transaction
2307
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2308
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2309
+  (1.0ms) SELECT COUNT(*) FROM "things" 
2310
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2311
+  (0.5ms) rollback transaction
2312
+  (0.2ms) begin transaction
2313
+  (0.1ms) rollback transaction
2314
+  (0.1ms) begin transaction
2315
+  (0.1ms) rollback transaction
2316
+  (0.1ms) begin transaction
2317
+  (0.1ms) rollback transaction
2318
+ Connecting to database specified by database.yml
2319
+  (1.7ms) begin transaction
2320
+ Fixture Delete (2.7ms) DELETE FROM "things"
2321
+ Fixture Insert (0.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2322
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2323
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2324
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2325
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2326
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2327
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2328
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2329
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2330
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2331
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2332
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2333
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2334
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2335
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2336
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2337
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2338
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2339
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2340
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:43:28', '2013-02-19 15:43:28')
2341
+  (160.9ms) commit transaction
2342
+  (0.2ms) begin transaction
2343
+  (0.2ms) rollback transaction
2344
+  (0.2ms) begin transaction
2345
+  (0.2ms) rollback transaction
2346
+  (0.2ms) begin transaction
2347
+  (0.3ms) rollback transaction
2348
+  (0.1ms) begin transaction
2349
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
2350
+  (0.1ms) rollback transaction
2351
+  (0.1ms) begin transaction
2352
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2353
+  (0.0ms) rollback transaction
2354
+  (0.0ms) begin transaction
2355
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2356
+  (0.0ms) rollback transaction
2357
+  (0.0ms) begin transaction
2358
+  (0.0ms) rollback transaction
2359
+  (0.1ms) begin transaction
2360
+  (0.0ms) rollback transaction
2361
+  (0.0ms) begin transaction
2362
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2363
+  (0.8ms) rollback transaction
2364
+  (0.1ms) begin transaction
2365
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2366
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2367
+  (0.8ms) SELECT COUNT(*) FROM "things" 
2368
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2369
+  (0.5ms) rollback transaction
2370
+  (0.1ms) begin transaction
2371
+  (0.0ms) rollback transaction
2372
+  (0.1ms) begin transaction
2373
+  (0.1ms) rollback transaction
2374
+  (0.0ms) begin transaction
2375
+  (0.1ms) rollback transaction
2376
+  (0.1ms) begin transaction
2377
+  (0.0ms) rollback transaction
2378
+ Connecting to database specified by database.yml
2379
+  (6.7ms) begin transaction
2380
+ Fixture Delete (3.2ms) DELETE FROM "things"
2381
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2382
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2383
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2384
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2385
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2386
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2387
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2388
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2389
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2390
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2391
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2392
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2393
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2394
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2395
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2396
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2397
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2398
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2399
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2400
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:44:07', '2013-02-19 15:44:07')
2401
+  (122.9ms) commit transaction
2402
+  (0.1ms) begin transaction
2403
+  (0.1ms) rollback transaction
2404
+  (0.1ms) begin transaction
2405
+  (0.1ms) rollback transaction
2406
+  (0.1ms) begin transaction
2407
+  (0.1ms) rollback transaction
2408
+  (0.1ms) begin transaction
2409
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2410
+  (0.1ms) rollback transaction
2411
+  (0.1ms) begin transaction
2412
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2413
+  (0.1ms) rollback transaction
2414
+  (0.1ms) begin transaction
2415
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2416
+  (0.1ms) rollback transaction
2417
+  (0.1ms) begin transaction
2418
+  (0.1ms) rollback transaction
2419
+  (0.1ms) begin transaction
2420
+  (0.1ms) rollback transaction
2421
+  (0.1ms) begin transaction
2422
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2423
+  (0.1ms) rollback transaction
2424
+  (0.0ms) begin transaction
2425
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2426
+ Thing Load (1.8ms) SELECT "things".* FROM "things"
2427
+  (1.1ms) SELECT COUNT(*) FROM "things" 
2428
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2429
+  (0.4ms) rollback transaction
2430
+  (0.1ms) begin transaction
2431
+  (0.1ms) rollback transaction
2432
+  (0.1ms) begin transaction
2433
+  (0.1ms) rollback transaction
2434
+  (0.1ms) begin transaction
2435
+  (0.1ms) rollback transaction
2436
+  (0.1ms) begin transaction
2437
+  (0.0ms) rollback transaction
2438
+ Connecting to database specified by database.yml
2439
+  (9.3ms) begin transaction
2440
+ Fixture Delete (2.8ms) DELETE FROM "things"
2441
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2442
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2443
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2444
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2445
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2446
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2447
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2448
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2449
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2450
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2451
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2452
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2453
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2454
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2455
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2456
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2457
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2458
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2459
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2460
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:48:02', '2013-02-19 15:48:02')
2461
+  (125.0ms) commit transaction
2462
+  (0.1ms) begin transaction
2463
+  (0.1ms) rollback transaction
2464
+  (0.1ms) begin transaction
2465
+  (0.0ms) rollback transaction
2466
+  (0.1ms) begin transaction
2467
+  (0.1ms) rollback transaction
2468
+  (0.1ms) begin transaction
2469
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2470
+  (0.9ms) rollback transaction
2471
+  (0.1ms) begin transaction
2472
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2473
+  (0.1ms) rollback transaction
2474
+  (0.1ms) begin transaction
2475
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2476
+  (0.0ms) rollback transaction
2477
+  (0.0ms) begin transaction
2478
+  (0.0ms) rollback transaction
2479
+  (0.2ms) begin transaction
2480
+  (1.0ms) rollback transaction
2481
+  (0.1ms) begin transaction
2482
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2483
+  (0.1ms) rollback transaction
2484
+  (0.0ms) begin transaction
2485
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2486
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2487
+  (0.8ms) SELECT COUNT(*) FROM "things" 
2488
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2489
+  (0.3ms) rollback transaction
2490
+  (0.1ms) begin transaction
2491
+  (0.1ms) rollback transaction
2492
+  (0.1ms) begin transaction
2493
+  (0.1ms) rollback transaction
2494
+  (0.1ms) begin transaction
2495
+ Thing Load (0.4ms) SELECT "things".* FROM "things" WHERE (role LIKE 'PRODUCER')
2496
+  (0.1ms) rollback transaction
2497
+  (0.1ms) begin transaction
2498
+  (0.3ms) rollback transaction
2499
+ Connecting to database specified by database.yml
2500
+  (2.1ms) begin transaction
2501
+ Fixture Delete (2.7ms) DELETE FROM "things"
2502
+ Fixture Insert (1.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2503
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2504
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2505
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2506
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2507
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2508
+ Fixture Insert (1.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2509
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2510
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2511
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2512
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2513
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2514
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2515
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2516
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2517
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2518
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2519
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2520
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2521
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 15:48:24', '2013-02-19 15:48:24')
2522
+  (179.6ms) commit transaction
2523
+  (0.1ms) begin transaction
2524
+  (0.1ms) rollback transaction
2525
+  (0.1ms) begin transaction
2526
+  (0.1ms) rollback transaction
2527
+  (0.1ms) begin transaction
2528
+  (0.1ms) rollback transaction
2529
+  (0.2ms) begin transaction
2530
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
2531
+  (0.1ms) rollback transaction
2532
+  (0.1ms) begin transaction
2533
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2534
+  (0.1ms) rollback transaction
2535
+  (1.3ms) begin transaction
2536
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2537
+  (0.1ms) rollback transaction
2538
+  (0.0ms) begin transaction
2539
+  (0.0ms) rollback transaction
2540
+  (0.1ms) begin transaction
2541
+  (0.1ms) rollback transaction
2542
+  (0.1ms) begin transaction
2543
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2544
+  (0.1ms) rollback transaction
2545
+  (0.0ms) begin transaction
2546
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
2547
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2548
+  (0.7ms) SELECT COUNT(*) FROM "things" 
2549
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2550
+  (0.2ms) rollback transaction
2551
+  (0.1ms) begin transaction
2552
+  (0.1ms) rollback transaction
2553
+  (0.1ms) begin transaction
2554
+  (0.1ms) rollback transaction
2555
+  (0.1ms) begin transaction
2556
+ Thing Load (0.3ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2557
+  (0.1ms) rollback transaction
2558
+  (0.1ms) begin transaction
2559
+  (0.1ms) rollback transaction
2560
+ Connecting to database specified by database.yml
2561
+ Connecting to database specified by database.yml
2562
+  (7.4ms) begin transaction
2563
+ Fixture Delete (2.6ms) DELETE FROM "things"
2564
+ Fixture Insert (0.8ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2565
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2566
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2567
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2568
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2569
+ Fixture Insert (0.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2570
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2571
+ Fixture Insert (0.4ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2572
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2573
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2574
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2575
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2576
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2577
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2578
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2579
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2580
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2581
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2582
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2583
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 16:07:50', '2013-02-19 16:07:50')
2584
+  (138.2ms) commit transaction
2585
+  (1.1ms) begin transaction
2586
+  (5.3ms) rollback transaction
2587
+  (0.1ms) begin transaction
2588
+  (0.1ms) rollback transaction
2589
+  (0.1ms) begin transaction
2590
+  (0.1ms) rollback transaction
2591
+  (0.1ms) begin transaction
2592
+ Thing Load (1.0ms) SELECT "things".* FROM "things" LIMIT 1
2593
+  (0.1ms) rollback transaction
2594
+  (0.1ms) begin transaction
2595
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2596
+  (0.1ms) rollback transaction
2597
+  (0.0ms) begin transaction
2598
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2599
+  (0.1ms) rollback transaction
2600
+  (0.0ms) begin transaction
2601
+  (0.3ms) rollback transaction
2602
+  (0.1ms) begin transaction
2603
+  (0.0ms) rollback transaction
2604
+  (0.1ms) begin transaction
2605
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2606
+  (0.1ms) rollback transaction
2607
+  (0.0ms) begin transaction
2608
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2609
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2610
+  (1.3ms) SELECT COUNT(*) FROM "things" 
2611
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2612
+  (0.3ms) rollback transaction
2613
+  (0.1ms) begin transaction
2614
+  (0.9ms) rollback transaction
2615
+  (0.1ms) begin transaction
2616
+  (0.1ms) rollback transaction
2617
+  (0.1ms) begin transaction
2618
+ Thing Load (0.1ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2619
+  (0.1ms) rollback transaction
2620
+  (0.0ms) begin transaction
2621
+  (0.0ms) rollback transaction
2622
+ Connecting to database specified by database.yml
2623
+  (14.9ms) begin transaction
2624
+ Fixture Delete (4.6ms) DELETE FROM "things"
2625
+ Fixture Insert (1.0ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2626
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2627
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2628
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2629
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2630
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2631
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2632
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2633
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2634
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2635
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2636
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2637
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2638
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2639
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2640
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2641
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2642
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2643
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2644
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 16:08:37', '2013-02-19 16:08:37')
2645
+  (164.7ms) commit transaction
2646
+  (0.1ms) begin transaction
2647
+  (0.2ms) rollback transaction
2648
+  (0.1ms) begin transaction
2649
+  (0.1ms) rollback transaction
2650
+  (0.2ms) begin transaction
2651
+  (0.1ms) rollback transaction
2652
+  (0.2ms) begin transaction
2653
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
2654
+  (0.1ms) rollback transaction
2655
+  (0.1ms) begin transaction
2656
+ Thing Load (1.6ms) SELECT "things".* FROM "things" LIMIT 1
2657
+  (0.1ms) rollback transaction
2658
+  (0.1ms) begin transaction
2659
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2660
+  (0.1ms) rollback transaction
2661
+  (0.0ms) begin transaction
2662
+  (0.0ms) rollback transaction
2663
+  (0.1ms) begin transaction
2664
+  (0.1ms) rollback transaction
2665
+  (0.1ms) begin transaction
2666
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2667
+  (0.1ms) rollback transaction
2668
+  (0.1ms) begin transaction
2669
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2670
+ Thing Load (0.6ms) SELECT "things".* FROM "things"
2671
+  (2.3ms) SELECT COUNT(*) FROM "things" 
2672
+ Thing Load (0.5ms) SELECT "things".* FROM "things" LIMIT 1
2673
+  (0.4ms) rollback transaction
2674
+  (0.2ms) begin transaction
2675
+  (0.1ms) rollback transaction
2676
+  (0.1ms) begin transaction
2677
+  (0.4ms) rollback transaction
2678
+  (0.0ms) begin transaction
2679
+ Thing Load (0.3ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2680
+  (0.1ms) rollback transaction
2681
+  (0.0ms) begin transaction
2682
+  (0.0ms) rollback transaction
2683
+ Connecting to database specified by database.yml
2684
+  (4.6ms) begin transaction
2685
+ Fixture Delete (2.5ms) DELETE FROM "things"
2686
+ Fixture Insert (1.2ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2687
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2688
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2689
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2690
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2691
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2692
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2693
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2694
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2695
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2696
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2697
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2698
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2699
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2700
+ Fixture Insert (0.5ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2701
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2702
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2703
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2704
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2705
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 16:09:11', '2013-02-19 16:09:11')
2706
+  (153.5ms) commit transaction
2707
+  (0.2ms) begin transaction
2708
+  (0.2ms) rollback transaction
2709
+  (0.2ms) begin transaction
2710
+  (0.1ms) rollback transaction
2711
+  (0.3ms) begin transaction
2712
+  (0.2ms) rollback transaction
2713
+  (0.1ms) begin transaction
2714
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2715
+  (0.6ms) rollback transaction
2716
+  (0.1ms) begin transaction
2717
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2718
+  (0.1ms) rollback transaction
2719
+  (0.0ms) begin transaction
2720
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2721
+  (0.1ms) rollback transaction
2722
+  (0.0ms) begin transaction
2723
+  (0.1ms) rollback transaction
2724
+  (0.1ms) begin transaction
2725
+  (0.1ms) rollback transaction
2726
+  (0.1ms) begin transaction
2727
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2728
+  (0.1ms) rollback transaction
2729
+  (0.1ms) begin transaction
2730
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2731
+ Thing Load (0.1ms) SELECT "things".* FROM "things"
2732
+  (2.1ms) SELECT COUNT(*) FROM "things" 
2733
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2734
+  (0.2ms) rollback transaction
2735
+  (0.2ms) begin transaction
2736
+  (0.1ms) rollback transaction
2737
+  (0.0ms) begin transaction
2738
+  (0.1ms) rollback transaction
2739
+  (0.0ms) begin transaction
2740
+ Thing Load (0.4ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2741
+  (0.1ms) rollback transaction
2742
+  (0.0ms) begin transaction
2743
+  (0.0ms) rollback transaction
2744
+ Connecting to database specified by database.yml
2745
+  (2.0ms) begin transaction
2746
+ Fixture Delete (3.1ms) DELETE FROM "things"
2747
+ Fixture Insert (1.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2748
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2749
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2750
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2751
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2752
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2753
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2754
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2755
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2756
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2757
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2758
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2759
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2760
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2761
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2762
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2763
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2764
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2765
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2766
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 16:09:46', '2013-02-19 16:09:46')
2767
+  (189.9ms) commit transaction
2768
+  (0.1ms) begin transaction
2769
+  (0.1ms) rollback transaction
2770
+  (0.1ms) begin transaction
2771
+  (0.1ms) rollback transaction
2772
+  (0.1ms) begin transaction
2773
+  (0.1ms) rollback transaction
2774
+  (0.1ms) begin transaction
2775
+ Thing Load (0.9ms) SELECT "things".* FROM "things" LIMIT 1
2776
+  (0.1ms) rollback transaction
2777
+  (0.1ms) begin transaction
2778
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2779
+  (0.1ms) rollback transaction
2780
+  (0.1ms) begin transaction
2781
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2782
+  (0.1ms) rollback transaction
2783
+  (0.1ms) begin transaction
2784
+  (0.1ms) rollback transaction
2785
+  (0.1ms) begin transaction
2786
+  (0.1ms) rollback transaction
2787
+  (0.1ms) begin transaction
2788
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2789
+  (0.1ms) rollback transaction
2790
+  (0.1ms) begin transaction
2791
+ Thing Load (0.1ms) SELECT "things".* FROM "things" LIMIT 1
2792
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2793
+  (1.5ms) SELECT COUNT(*) FROM "things" 
2794
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2795
+  (0.5ms) rollback transaction
2796
+  (0.1ms) begin transaction
2797
+  (0.1ms) rollback transaction
2798
+  (0.1ms) begin transaction
2799
+  (0.1ms) rollback transaction
2800
+  (0.9ms) begin transaction
2801
+ Thing Load (0.4ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2802
+  (0.1ms) rollback transaction
2803
+  (0.1ms) begin transaction
2804
+  (2.7ms) rollback transaction
2805
+ Connecting to database specified by database.yml
2806
+ Connecting to database specified by database.yml
2807
+  (7.4ms) begin transaction
2808
+ Fixture Delete (2.6ms) DELETE FROM "things"
2809
+ Fixture Insert (1.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2810
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2811
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2812
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2813
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2814
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2815
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2816
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2817
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2818
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2819
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2820
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2821
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2822
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2823
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2824
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2825
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2826
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2827
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2828
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-19 16:14:09', '2013-02-19 16:14:09')
2829
+  (192.1ms) commit transaction
2830
+  (0.2ms) begin transaction
2831
+  (0.1ms) rollback transaction
2832
+  (0.2ms) begin transaction
2833
+  (0.1ms) rollback transaction
2834
+  (0.1ms) begin transaction
2835
+  (0.5ms) rollback transaction
2836
+  (0.2ms) begin transaction
2837
+ Thing Load (1.1ms) SELECT "things".* FROM "things" LIMIT 1
2838
+  (0.1ms) rollback transaction
2839
+  (0.1ms) begin transaction
2840
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2841
+  (0.3ms) rollback transaction
2842
+  (0.1ms) begin transaction
2843
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2844
+  (0.1ms) rollback transaction
2845
+  (0.1ms) begin transaction
2846
+  (0.1ms) rollback transaction
2847
+  (0.1ms) begin transaction
2848
+  (0.1ms) rollback transaction
2849
+  (0.1ms) begin transaction
2850
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2851
+  (0.1ms) rollback transaction
2852
+  (0.1ms) begin transaction
2853
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2854
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2855
+  (0.8ms) SELECT COUNT(*) FROM "things" 
2856
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2857
+  (0.4ms) rollback transaction
2858
+  (0.1ms) begin transaction
2859
+  (0.1ms) rollback transaction
2860
+  (0.1ms) begin transaction
2861
+  (0.1ms) rollback transaction
2862
+  (0.1ms) begin transaction
2863
+ Thing Load (0.4ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2864
+  (0.1ms) rollback transaction
2865
+  (0.1ms) begin transaction
2866
+  (0.1ms) rollback transaction
2867
+ Connecting to database specified by database.yml
2868
+  (4.2ms) begin transaction
2869
+ Fixture Delete (2.8ms) DELETE FROM "things"
2870
+ Fixture Insert (0.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2871
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2872
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2873
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2874
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2875
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2876
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2877
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2878
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2879
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2880
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2881
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2882
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2883
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2884
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2885
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2886
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2887
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2888
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2889
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-20 08:28:38', '2013-02-20 08:28:38')
2890
+  (143.5ms) commit transaction
2891
+  (0.1ms) begin transaction
2892
+  (0.1ms) rollback transaction
2893
+  (0.1ms) begin transaction
2894
+  (0.2ms) rollback transaction
2895
+  (0.1ms) begin transaction
2896
+  (0.0ms) rollback transaction
2897
+  (0.1ms) begin transaction
2898
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2899
+  (0.1ms) rollback transaction
2900
+  (0.0ms) begin transaction
2901
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2902
+  (0.1ms) rollback transaction
2903
+  (0.0ms) begin transaction
2904
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2905
+  (0.1ms) rollback transaction
2906
+  (0.0ms) begin transaction
2907
+  (0.0ms) rollback transaction
2908
+  (0.1ms) begin transaction
2909
+  (0.0ms) rollback transaction
2910
+  (0.0ms) begin transaction
2911
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2912
+  (0.1ms) rollback transaction
2913
+  (0.1ms) begin transaction
2914
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2915
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2916
+  (0.5ms) SELECT COUNT(*) FROM "things" 
2917
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2918
+  (0.2ms) rollback transaction
2919
+  (0.1ms) begin transaction
2920
+  (0.2ms) rollback transaction
2921
+  (0.1ms) begin transaction
2922
+  (0.0ms) rollback transaction
2923
+  (0.0ms) begin transaction
2924
+ Thing Load (0.3ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2925
+  (0.1ms) rollback transaction
2926
+  (0.0ms) begin transaction
2927
+  (0.0ms) rollback transaction
2928
+ Connecting to database specified by database.yml
2929
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2930
+ Thing Load (0.3ms) SELECT "things".* FROM "things"
2931
+ Connecting to database specified by database.yml
2932
+  (8.2ms) begin transaction
2933
+ Fixture Delete (27.2ms) DELETE FROM "things"
2934
+ Fixture Insert (0.9ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (1, 'DAVIS', 'ED GAUGHAN', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2935
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (2, 'BENNETT', 'ANDREW BUCKLEY', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2936
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (3, 'THE COLONEL', 'JASON ISAACS', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2937
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (4, 'JANE', 'PAPRIKA STEEN', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2938
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (5, 'REBECCA', 'TUPPENCE MIDDLETON', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2939
+ Fixture Insert (0.3ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (6, 'JO-JO', 'JOSEF WHITFIELD', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2940
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (7, 'WRITER/DIRECTOR', 'NICK WHITFIELD', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2941
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (8, 'PRODUCER', 'TRACY BRIMM', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2942
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (9, 'PRODUCER', 'KATE MYERS', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2943
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (10, 'PRODUCER', 'PAUL WELSH', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2944
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (11, 'EXECUTIVE PRODUCER', 'SUZANNE ALIZART', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2945
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (12, 'EXECUTIVE PRODUCER', 'ROBBIE ALLEN', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2946
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (13, 'EXECUTIVE PRODUCER', 'ANNA SEIFERT-SPECK', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2947
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (14, 'DIRECTOR OF PHOTOGRAPHY', 'ZAC NICHOLSON', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2948
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (15, 'EDITOR', 'RACHEL TUNNARD', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2949
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (16, 'COMPOSER', 'SIMON WHITFIELD', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2950
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (17, 'PRODUCTION DESIGN', 'JAMES LAPSLEY', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2951
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (18, 'HAIR & MAKE UP DESIGN', 'SUSANNA PERETZ', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2952
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (19, 'COSTUME DESIGN', 'ALISON MCLAUGHLIN', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2953
+ Fixture Insert (0.1ms) INSERT INTO "things" ("id", "role", "name", "created_at", "updated_at") VALUES (20, 'SUPERVISING SOUND EDITOR', 'JOAKIM SUNDSTROM', '2013-02-20 09:24:09', '2013-02-20 09:24:09')
2954
+  (181.8ms) commit transaction
2955
+  (0.1ms) begin transaction
2956
+  (0.1ms) rollback transaction
2957
+  (0.1ms) begin transaction
2958
+  (0.1ms) rollback transaction
2959
+  (0.1ms) begin transaction
2960
+  (0.1ms) rollback transaction
2961
+  (0.1ms) begin transaction
2962
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
2963
+  (0.2ms) rollback transaction
2964
+  (0.1ms) begin transaction
2965
+ Thing Load (0.4ms) SELECT "things".* FROM "things" LIMIT 1
2966
+  (0.1ms) rollback transaction
2967
+  (0.1ms) begin transaction
2968
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2969
+  (0.1ms) rollback transaction
2970
+  (0.1ms) begin transaction
2971
+  (0.1ms) rollback transaction
2972
+  (0.1ms) begin transaction
2973
+  (0.1ms) rollback transaction
2974
+  (0.1ms) begin transaction
2975
+ Thing Load (0.6ms) SELECT "things".* FROM "things" LIMIT 1
2976
+  (0.1ms) rollback transaction
2977
+  (0.0ms) begin transaction
2978
+ Thing Load (0.2ms) SELECT "things".* FROM "things" LIMIT 1
2979
+ Thing Load (0.2ms) SELECT "things".* FROM "things"
2980
+  (1.0ms) SELECT COUNT(*) FROM "things" 
2981
+ Thing Load (0.3ms) SELECT "things".* FROM "things" LIMIT 1
2982
+  (0.5ms) rollback transaction
2983
+  (0.2ms) begin transaction
2984
+  (0.1ms) rollback transaction
2985
+  (0.1ms) begin transaction
2986
+  (0.1ms) rollback transaction
2987
+  (0.1ms) begin transaction
2988
+ Thing Load (0.4ms) SELECT "things".* FROM "things" WHERE (role LIKE '%PRODUCER%')
2989
+  (0.1ms) rollback transaction
2990
+  (0.1ms) begin transaction
2991
+  (0.1ms) rollback transaction