recommendable 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e0246c55afcb4b224b97233f3cb00c197fd2d7f
4
- data.tar.gz: 8a53a976f75883673f184325d3d17ca629dddc9d
3
+ metadata.gz: 3e44dc53247934da06e22837f604ec9b91bcb813
4
+ data.tar.gz: f55ced78d70098fc404eb79fd67044503f6e1840
5
5
  SHA512:
6
- metadata.gz: 893a892e99fbc1adc70caa3809917242dd63552b47636d166ab764d8b29269dab67ec5d2756b3935f10f6f0d48624b263b49dc95e3775dfbb92dbb867ffb6abf
7
- data.tar.gz: 24c9dfcc6c2fce91b5edb5857b14adda44d6025ecd3e9dab00c8bea722f2c55a0aae481b3307e7a203c4f70c3cb40986a7cb256d5ff36177f8a5e09e97cdee7c
6
+ metadata.gz: 3b016dd50c5afba08c8b52825dfb04b718d8233068f3397381aa7b9e518351f667d67bbe11bbe21f54d21dbf18cd8a022e4d38a65aae2668cce8c0c1c61919f9
7
+ data.tar.gz: f12a6b4d1d448940af822410f1a4da5b9485c371e52f08439b0ed9c3d019b5538293332aa34f4e6234e9959edd5288cab1e2b0f3e420b8e4cfa1443bb253a2a4
@@ -113,6 +113,11 @@ module Recommendable
113
113
  def rated_anything?
114
114
  likes_count > 0 || dislikes_count > 0
115
115
  end
116
+
117
+ def unrate(obj)
118
+ unlike(obj) || undislike(obj) || unhide(obj)
119
+ unbookmark(obj)
120
+ end
116
121
  end
117
122
  end
118
123
  end
@@ -1,7 +1,7 @@
1
1
  module Recommendable
2
2
  MAJOR = 2
3
3
  MINOR = 1
4
- PATCH = 1
4
+ PATCH = 2
5
5
  PRE = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
@@ -37252,3 +37252,2725 @@ Connecting to database specified by database.yml
37252
37252
   (0.0ms) RELEASE SAVEPOINT active_record_1
37253
37253
   (0.1ms) SELECT COUNT(*) FROM "users"
37254
37254
  User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (106, 108, 107, 105, 109)
37255
+ Connecting to database specified by database.yml
37256
+  (0.3ms) begin transaction
37257
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37258
+  (0.0ms) SAVEPOINT active_record_1
37259
+ SQL (2.3ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user1@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37261
+  (0.0ms) SAVEPOINT active_record_1
37262
+ SQL (0.4ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37263
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37264
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37265
+  (0.0ms) SAVEPOINT active_record_1
37266
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user2@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37268
+  (0.0ms) SAVEPOINT active_record_1
37269
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37271
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37272
+  (0.0ms) SAVEPOINT active_record_1
37273
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user3@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37275
+  (0.0ms) SAVEPOINT active_record_1
37276
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37278
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37279
+  (0.0ms) SAVEPOINT active_record_1
37280
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user4@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37281
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37282
+  (0.0ms) SAVEPOINT active_record_1
37283
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37285
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
37286
+  (0.0ms) SAVEPOINT active_record_1
37287
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "Harry Potter Vol. 1"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37289
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37290
+  (0.0ms) SAVEPOINT active_record_1
37291
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "Harry Potter Vol. 2"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37293
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
37294
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (1)
37295
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
37296
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (1)
37297
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
37298
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (1)
37299
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
37300
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (1)
37301
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37302
+  (0.0ms) SAVEPOINT active_record_1
37303
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user5@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37305
+  (0.0ms) SAVEPOINT active_record_1
37306
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37307
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37308
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37309
+  (0.0ms) SAVEPOINT active_record_1
37310
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "Harry Potter Vol. 3"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37312
+  (0.0ms) SAVEPOINT active_record_1
37313
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37315
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37316
+  (0.0ms) SAVEPOINT active_record_1
37317
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user6@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37318
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37319
+  (0.0ms) SAVEPOINT active_record_1
37320
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37322
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
37323
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
37324
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (7)
37325
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
37326
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37327
+  (0.0ms) SAVEPOINT active_record_1
37328
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user7@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37330
+  (0.0ms) SAVEPOINT active_record_1
37331
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37333
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37334
+  (0.0ms) SAVEPOINT active_record_1
37335
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user8@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37337
+  (0.0ms) SAVEPOINT active_record_1
37338
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37340
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37341
+  (0.0ms) SAVEPOINT active_record_1
37342
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "Harry Potter Vol. 4"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37344
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)
37345
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (4)
37346
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)
37347
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (4)
37348
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37349
+  (0.0ms) SAVEPOINT active_record_1
37350
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user9@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37352
+  (0.0ms) SAVEPOINT active_record_1
37353
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37355
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37356
+  (0.0ms) SAVEPOINT active_record_1
37357
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user10@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37359
+  (0.0ms) SAVEPOINT active_record_1
37360
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37362
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37363
+  (0.0ms) SAVEPOINT active_record_1
37364
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user11@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37366
+  (0.0ms) SAVEPOINT active_record_1
37367
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37368
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37369
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37370
+  (0.0ms) SAVEPOINT active_record_1
37371
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user12@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37373
+  (0.0ms) SAVEPOINT active_record_1
37374
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37376
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37377
+  (0.0ms) SAVEPOINT active_record_1
37378
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "Harry Potter Vol. 5"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37380
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (13)
37381
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (5)
37382
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37383
+  (0.0ms) SAVEPOINT active_record_1
37384
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["email", "user13@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37386
+  (0.0ms) SAVEPOINT active_record_1
37387
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["year", 200]]
37388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37389
+  (0.1ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
37390
+  (0.0ms) SAVEPOINT active_record_1
37391
+ SQL (0.2ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00], ["name", "Boring Specimen No. 1"], ["updated_at", Wed, 31 Jul 2013 00:25:46 UTC +00:00]]
37392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37393
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37394
+  (0.0ms) SAVEPOINT active_record_1
37395
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user14@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37397
+  (0.0ms) SAVEPOINT active_record_1
37398
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37400
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37401
+  (0.0ms) SAVEPOINT active_record_1
37402
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 6"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37404
+  (0.0ms) SAVEPOINT active_record_1
37405
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37406
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37407
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37408
+  (0.0ms) SAVEPOINT active_record_1
37409
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user15@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37411
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37412
+  (0.0ms) SAVEPOINT active_record_1
37413
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user16@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37414
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37415
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37416
+  (0.0ms) SAVEPOINT active_record_1
37417
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user17@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37419
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37420
+  (0.0ms) SAVEPOINT active_record_1
37421
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user18@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37422
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37423
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37424
+  (0.0ms) SAVEPOINT active_record_1
37425
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user19@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37427
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37428
+  (0.0ms) SAVEPOINT active_record_1
37429
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user20@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37431
+  (0.0ms) SAVEPOINT active_record_1
37432
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37433
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37434
+  (0.0ms) SAVEPOINT active_record_1
37435
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37437
+  (0.0ms) SAVEPOINT active_record_1
37438
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37440
+  (0.0ms) SAVEPOINT active_record_1
37441
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37443
+  (0.0ms) SAVEPOINT active_record_1
37444
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37446
+  (0.0ms) SAVEPOINT active_record_1
37447
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37449
+  (0.0ms) SAVEPOINT active_record_1
37450
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37452
+  (0.0ms) SAVEPOINT active_record_1
37453
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37455
+  (0.0ms) SAVEPOINT active_record_1
37456
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37458
+  (0.0ms) SAVEPOINT active_record_1
37459
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37461
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37462
+  (0.0ms) SAVEPOINT active_record_1
37463
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 7"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37465
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37466
+  (0.0ms) SAVEPOINT active_record_1
37467
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 8"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37469
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37470
+  (0.0ms) SAVEPOINT active_record_1
37471
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 9"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37473
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37474
+  (0.0ms) SAVEPOINT active_record_1
37475
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 10"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37477
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37478
+  (0.0ms) SAVEPOINT active_record_1
37479
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 11"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37480
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37481
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37482
+  (0.0ms) SAVEPOINT active_record_1
37483
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 12"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37485
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37486
+  (0.0ms) SAVEPOINT active_record_1
37487
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 13"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37489
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37490
+  (0.0ms) SAVEPOINT active_record_1
37491
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 14"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37492
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37493
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37494
+  (0.0ms) SAVEPOINT active_record_1
37495
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 15"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37497
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37498
+  (0.0ms) SAVEPOINT active_record_1
37499
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 16"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37500
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37501
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37502
+  (0.0ms) SAVEPOINT active_record_1
37503
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user21@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37505
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37506
+  (0.0ms) SAVEPOINT active_record_1
37507
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user22@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37508
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37509
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37510
+  (0.0ms) SAVEPOINT active_record_1
37511
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user23@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37513
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37514
+  (0.0ms) SAVEPOINT active_record_1
37515
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user24@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37517
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37518
+  (0.0ms) SAVEPOINT active_record_1
37519
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user25@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37521
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37522
+  (0.0ms) SAVEPOINT active_record_1
37523
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user26@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37525
+  (0.0ms) SAVEPOINT active_record_1
37526
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37528
+  (0.0ms) SAVEPOINT active_record_1
37529
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37531
+  (0.0ms) SAVEPOINT active_record_1
37532
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37534
+  (0.0ms) SAVEPOINT active_record_1
37535
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37536
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37537
+  (0.0ms) SAVEPOINT active_record_1
37538
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37540
+  (0.0ms) SAVEPOINT active_record_1
37541
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37543
+  (0.0ms) SAVEPOINT active_record_1
37544
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37546
+  (0.0ms) SAVEPOINT active_record_1
37547
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37549
+  (0.0ms) SAVEPOINT active_record_1
37550
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37552
+  (0.0ms) SAVEPOINT active_record_1
37553
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37555
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
37556
+  (0.0ms) SAVEPOINT active_record_1
37557
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 17"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37558
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37559
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
37560
+  (0.0ms) SAVEPOINT active_record_1
37561
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 18"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37563
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37564
+  (0.0ms) SAVEPOINT active_record_1
37565
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 19"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37567
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37568
+  (0.0ms) SAVEPOINT active_record_1
37569
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 20"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37571
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37572
+  (0.0ms) SAVEPOINT active_record_1
37573
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 21"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37575
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37576
+  (0.1ms) SAVEPOINT active_record_1
37577
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 22"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37579
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37580
+  (0.0ms) SAVEPOINT active_record_1
37581
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 23"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37583
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37584
+  (0.0ms) SAVEPOINT active_record_1
37585
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 24"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37587
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37588
+  (0.0ms) SAVEPOINT active_record_1
37589
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 25"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37591
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37592
+  (0.0ms) SAVEPOINT active_record_1
37593
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 26"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37595
+  (0.1ms) SELECT COUNT(*) FROM "users"
37596
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (27, 28, 29)
37597
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (30, 31, 32)
37598
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (20, 21, 22)
37599
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (17, 18, 19)
37600
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
37601
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
37602
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
37603
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
37604
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
37605
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
37606
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
37607
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
37608
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
37609
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
37610
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
37611
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
37612
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37613
+  (0.0ms) SAVEPOINT active_record_1
37614
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user27@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37616
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37617
+  (0.0ms) SAVEPOINT active_record_1
37618
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user28@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37620
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37621
+  (0.0ms) SAVEPOINT active_record_1
37622
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user29@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37624
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37625
+  (0.0ms) SAVEPOINT active_record_1
37626
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user30@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37628
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37629
+  (0.0ms) SAVEPOINT active_record_1
37630
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user31@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37632
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37633
+  (0.0ms) SAVEPOINT active_record_1
37634
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user32@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37636
+  (0.0ms) SAVEPOINT active_record_1
37637
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37639
+  (0.0ms) SAVEPOINT active_record_1
37640
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37641
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37642
+  (0.0ms) SAVEPOINT active_record_1
37643
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37644
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37645
+  (0.0ms) SAVEPOINT active_record_1
37646
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37648
+  (0.0ms) SAVEPOINT active_record_1
37649
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37650
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37651
+  (0.0ms) SAVEPOINT active_record_1
37652
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37653
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37654
+  (0.0ms) SAVEPOINT active_record_1
37655
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37657
+  (0.0ms) SAVEPOINT active_record_1
37658
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37660
+  (0.0ms) SAVEPOINT active_record_1
37661
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37663
+  (0.0ms) SAVEPOINT active_record_1
37664
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37666
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37667
+  (0.0ms) SAVEPOINT active_record_1
37668
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 27"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37670
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37671
+  (0.0ms) SAVEPOINT active_record_1
37672
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 28"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37673
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37674
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37675
+  (0.0ms) SAVEPOINT active_record_1
37676
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 29"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37678
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37679
+  (0.0ms) SAVEPOINT active_record_1
37680
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 30"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37682
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37683
+  (0.0ms) SAVEPOINT active_record_1
37684
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 31"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37686
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37687
+  (0.0ms) SAVEPOINT active_record_1
37688
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 32"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37690
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37691
+  (0.0ms) SAVEPOINT active_record_1
37692
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 33"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37694
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37695
+  (0.0ms) SAVEPOINT active_record_1
37696
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 34"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37698
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37699
+  (0.0ms) SAVEPOINT active_record_1
37700
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 35"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37702
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37703
+  (0.0ms) SAVEPOINT active_record_1
37704
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 36"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37706
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37707
+  (0.0ms) SAVEPOINT active_record_1
37708
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user33@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37710
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37711
+  (0.0ms) SAVEPOINT active_record_1
37712
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user34@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37714
+  (0.0ms) SAVEPOINT active_record_1
37715
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37717
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
37718
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (33)
37719
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (33)
37720
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (33, 34)
37721
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37722
+  (0.0ms) SAVEPOINT active_record_1
37723
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user35@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37725
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
37726
+  (0.0ms) SAVEPOINT active_record_1
37727
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user36@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37729
+  (0.0ms) SAVEPOINT active_record_1
37730
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37732
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
37733
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37734
+  (0.0ms) SAVEPOINT active_record_1
37735
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user37@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37737
+  (0.0ms) SAVEPOINT active_record_1
37738
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37740
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37741
+  (0.0ms) SAVEPOINT active_record_1
37742
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 37"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37744
+  (0.0ms) SAVEPOINT active_record_1
37745
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37747
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37748
+  (0.0ms) SAVEPOINT active_record_1
37749
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user38@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37751
+  (0.0ms) SAVEPOINT active_record_1
37752
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37754
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37755
+  (0.0ms) SAVEPOINT active_record_1
37756
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user39@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37757
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37758
+  (0.0ms) SAVEPOINT active_record_1
37759
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37761
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37762
+  (0.0ms) SAVEPOINT active_record_1
37763
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 38"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37765
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (51)
37766
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (38)
37767
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (51)
37768
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (38)
37769
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37770
+  (0.0ms) SAVEPOINT active_record_1
37771
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user40@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37773
+  (0.0ms) SAVEPOINT active_record_1
37774
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37776
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37777
+  (0.0ms) SAVEPOINT active_record_1
37778
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user41@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37779
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37780
+  (0.0ms) SAVEPOINT active_record_1
37781
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37782
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37783
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37784
+  (0.0ms) SAVEPOINT active_record_1
37785
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user42@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37787
+  (0.0ms) SAVEPOINT active_record_1
37788
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37790
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
37791
+  (0.0ms) SAVEPOINT active_record_1
37792
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["name", "Boring Specimen No. 2"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37794
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37795
+  (0.0ms) SAVEPOINT active_record_1
37796
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user43@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37798
+  (0.0ms) SAVEPOINT active_record_1
37799
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37801
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37802
+  (0.0ms) SAVEPOINT active_record_1
37803
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 39"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37805
+  (0.0ms) SAVEPOINT active_record_1
37806
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37808
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37809
+  (0.0ms) SAVEPOINT active_record_1
37810
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user44@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37811
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37812
+  (0.0ms) SAVEPOINT active_record_1
37813
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37814
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37815
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37816
+  (0.0ms) SAVEPOINT active_record_1
37817
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 40"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37819
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (58)
37820
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (40)
37821
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37822
+  (0.0ms) SAVEPOINT active_record_1
37823
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user45@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37825
+  (0.0ms) SAVEPOINT active_record_1
37826
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37827
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37828
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37829
+  (0.0ms) SAVEPOINT active_record_1
37830
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user46@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37831
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37832
+  (0.0ms) SAVEPOINT active_record_1
37833
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37835
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37836
+  (0.0ms) SAVEPOINT active_record_1
37837
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user47@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37839
+  (0.0ms) SAVEPOINT active_record_1
37840
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37841
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37842
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37843
+  (0.0ms) SAVEPOINT active_record_1
37844
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 41"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37846
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
37847
+  (0.0ms) SAVEPOINT active_record_1
37848
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 42"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37850
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)
37851
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
37852
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)
37853
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
37854
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)
37855
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
37856
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)
37857
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
37858
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37859
+  (0.0ms) SAVEPOINT active_record_1
37860
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user48@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37862
+  (0.0ms) SAVEPOINT active_record_1
37863
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37865
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37866
+  (0.0ms) SAVEPOINT active_record_1
37867
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user49@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37869
+  (0.0ms) SAVEPOINT active_record_1
37870
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37871
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37872
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
37873
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
37874
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (63)
37875
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
37876
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37877
+  (0.0ms) SAVEPOINT active_record_1
37878
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user50@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37879
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37880
+  (0.0ms) SAVEPOINT active_record_1
37881
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37882
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37883
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37884
+  (0.0ms) SAVEPOINT active_record_1
37885
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user51@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37887
+  (0.0ms) SAVEPOINT active_record_1
37888
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37890
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37891
+  (0.0ms) SAVEPOINT active_record_1
37892
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user52@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37894
+  (0.0ms) SAVEPOINT active_record_1
37895
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37897
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
37898
+  (0.0ms) SAVEPOINT active_record_1
37899
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["name", "Boring Specimen No. 3"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37901
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37902
+  (0.0ms) SAVEPOINT active_record_1
37903
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user53@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37905
+  (0.0ms) SAVEPOINT active_record_1
37906
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37907
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37908
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37909
+  (0.0ms) SAVEPOINT active_record_1
37910
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user54@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37912
+  (0.0ms) SAVEPOINT active_record_1
37913
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37915
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
37916
+  (0.0ms) SAVEPOINT active_record_1
37917
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "Harry Potter Vol. 43"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37919
+  (0.0ms) SAVEPOINT active_record_1
37920
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37922
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37923
+  (0.0ms) SAVEPOINT active_record_1
37924
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["email", "user55@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00]]
37925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37926
+  (0.0ms) SAVEPOINT active_record_1
37927
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:47 UTC +00:00], ["year", 200]]
37928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37929
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
37930
+  (0.0ms) SAVEPOINT active_record_1
37931
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 44"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37933
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (70)
37934
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (44)
37935
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37936
+  (0.0ms) SAVEPOINT active_record_1
37937
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user56@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37938
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37939
+  (0.0ms) SAVEPOINT active_record_1
37940
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
37941
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37942
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37943
+  (0.0ms) SAVEPOINT active_record_1
37944
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user57@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37945
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37946
+  (0.0ms) SAVEPOINT active_record_1
37947
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
37948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37949
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37950
+  (0.0ms) SAVEPOINT active_record_1
37951
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user58@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37953
+  (0.0ms) SAVEPOINT active_record_1
37954
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
37955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37956
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37957
+  (0.0ms) SAVEPOINT active_record_1
37958
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user59@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37960
+  (0.0ms) SAVEPOINT active_record_1
37961
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
37962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37963
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
37964
+  (0.0ms) SAVEPOINT active_record_1
37965
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 45"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37967
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
37968
+  (0.0ms) SAVEPOINT active_record_1
37969
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 46"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37971
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
37972
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (45)
37973
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
37974
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (45)
37975
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
37976
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (45)
37977
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
37978
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (45)
37979
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
37980
+  (0.0ms) SAVEPOINT active_record_1
37981
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user60@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37982
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37983
+  (0.0ms) SAVEPOINT active_record_1
37984
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
37985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37986
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
37987
+  (0.0ms) SAVEPOINT active_record_1
37988
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user61@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37990
+  (0.0ms) SAVEPOINT active_record_1
37991
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
37992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37993
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
37994
+  (0.0ms) SAVEPOINT active_record_1
37995
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 47"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
37996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37997
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (75)
37998
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (47)
37999
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (75)
38000
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (47)
38001
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38002
+  (0.0ms) SAVEPOINT active_record_1
38003
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user62@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38005
+  (0.0ms) SAVEPOINT active_record_1
38006
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38008
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38009
+  (0.0ms) SAVEPOINT active_record_1
38010
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user63@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38012
+  (0.0ms) SAVEPOINT active_record_1
38013
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38015
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38016
+  (0.0ms) SAVEPOINT active_record_1
38017
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 48"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38018
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38019
+  (0.0ms) SAVEPOINT active_record_1
38020
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38022
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38023
+  (0.0ms) SAVEPOINT active_record_1
38024
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user64@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38026
+  (0.0ms) SAVEPOINT active_record_1
38027
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38029
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
38030
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
38031
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (80)
38032
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
38033
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38034
+  (0.0ms) SAVEPOINT active_record_1
38035
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user65@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38036
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38037
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38038
+  (0.0ms) SAVEPOINT active_record_1
38039
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user66@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38041
+  (0.0ms) SAVEPOINT active_record_1
38042
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38044
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
38045
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (65)
38046
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (65)
38047
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (65, 66)
38048
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38049
+  (0.0ms) SAVEPOINT active_record_1
38050
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user67@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38051
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38052
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38053
+  (0.1ms) SAVEPOINT active_record_1
38054
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user68@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38056
+  (0.0ms) SAVEPOINT active_record_1
38057
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38058
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38059
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
38060
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38061
+  (0.0ms) SAVEPOINT active_record_1
38062
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user69@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38063
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38064
+  (0.0ms) SAVEPOINT active_record_1
38065
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38067
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
38068
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
38069
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (83)
38070
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
38071
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38072
+  (0.1ms) SAVEPOINT active_record_1
38073
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user70@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38075
+  (0.0ms) SAVEPOINT active_record_1
38076
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38078
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38079
+  (0.0ms) SAVEPOINT active_record_1
38080
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user71@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38082
+  (0.0ms) SAVEPOINT active_record_1
38083
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38085
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38086
+  (0.0ms) SAVEPOINT active_record_1
38087
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user72@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38089
+  (0.0ms) SAVEPOINT active_record_1
38090
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38092
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38093
+  (0.0ms) SAVEPOINT active_record_1
38094
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 49"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38096
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (85)
38097
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (49)
38098
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (85)
38099
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (49)
38100
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38101
+  (0.0ms) SAVEPOINT active_record_1
38102
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user73@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38104
+  (0.0ms) SAVEPOINT active_record_1
38105
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38107
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38108
+  (0.0ms) SAVEPOINT active_record_1
38109
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 50"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38111
+  (0.0ms) SAVEPOINT active_record_1
38112
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38114
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38115
+  (0.0ms) SAVEPOINT active_record_1
38116
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user74@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38118
+  (0.0ms) SAVEPOINT active_record_1
38119
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38121
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38122
+  (0.0ms) SAVEPOINT active_record_1
38123
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user75@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38125
+  (0.0ms) SAVEPOINT active_record_1
38126
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38128
+  (0.1ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
38129
+  (0.0ms) SAVEPOINT active_record_1
38130
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["name", "Boring Specimen No. 4"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38132
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38133
+  (0.0ms) SAVEPOINT active_record_1
38134
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user76@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38136
+  (0.0ms) SAVEPOINT active_record_1
38137
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38139
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38140
+  (0.0ms) SAVEPOINT active_record_1
38141
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 51"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38143
+  (0.0ms) SAVEPOINT active_record_1
38144
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38146
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38147
+  (0.0ms) SAVEPOINT active_record_1
38148
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user77@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38150
+  (0.0ms) SAVEPOINT active_record_1
38151
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38153
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38154
+  (0.0ms) SAVEPOINT active_record_1
38155
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user78@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38157
+  (0.0ms) SAVEPOINT active_record_1
38158
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38160
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38161
+  (0.0ms) SAVEPOINT active_record_1
38162
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 52"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38164
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38165
+  (0.0ms) SAVEPOINT active_record_1
38166
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 53"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38168
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)
38169
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
38170
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)
38171
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
38172
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)
38173
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
38174
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)
38175
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
38176
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38177
+  (0.0ms) SAVEPOINT active_record_1
38178
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user79@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38180
+  (0.0ms) SAVEPOINT active_record_1
38181
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38183
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38184
+  (0.0ms) SAVEPOINT active_record_1
38185
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user80@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38187
+  (0.0ms) SAVEPOINT active_record_1
38188
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38190
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38191
+  (0.0ms) SAVEPOINT active_record_1
38192
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user81@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38194
+  (0.0ms) SAVEPOINT active_record_1
38195
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38197
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38198
+  (0.0ms) SAVEPOINT active_record_1
38199
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 54"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38201
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (97)
38202
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (54)
38203
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38204
+  (0.0ms) SAVEPOINT active_record_1
38205
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user82@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38207
+  (0.0ms) SAVEPOINT active_record_1
38208
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38210
+  (0.0ms) SAVEPOINT active_record_1
38211
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38213
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38214
+  (0.0ms) SAVEPOINT active_record_1
38215
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 55"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38217
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
38218
+  (0.0ms) SAVEPOINT active_record_1
38219
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["name", "Boring Specimen No. 5"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38221
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38222
+  (0.0ms) SAVEPOINT active_record_1
38223
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user83@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38225
+  (0.0ms) SAVEPOINT active_record_1
38226
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38228
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38229
+  (0.0ms) SAVEPOINT active_record_1
38230
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 56"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38232
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
38233
+  (0.0ms) SAVEPOINT active_record_1
38234
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["name", "Boring Specimen No. 6"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38236
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38237
+  (0.0ms) SAVEPOINT active_record_1
38238
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user84@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38240
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38241
+  (0.0ms) SAVEPOINT active_record_1
38242
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user85@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38244
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38245
+  (0.0ms) SAVEPOINT active_record_1
38246
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user86@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38248
+  (0.1ms) SAVEPOINT active_record_1
38249
+ SQL (0.1ms) DELETE FROM "movies" WHERE "movies"."id" = ? [["id", 100]]
38250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38251
+  (0.0ms) SAVEPOINT active_record_1
38252
+ SQL (0.1ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 56]]
38253
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38254
+  (0.1ms) SELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (NULL)
38255
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" IN (NULL)
38256
+  (0.0ms) SAVEPOINT active_record_1
38257
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38259
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38260
+  (0.0ms) SAVEPOINT active_record_1
38261
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 56"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38262
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38263
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
38264
+  (0.0ms) SAVEPOINT active_record_1
38265
+ SQL (0.2ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["name", "Boring Specimen No. 7"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38266
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38267
+  (0.0ms) SAVEPOINT active_record_1
38268
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38270
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38271
+  (0.0ms) SAVEPOINT active_record_1
38272
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 58"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38274
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
38275
+  (0.0ms) SAVEPOINT active_record_1
38276
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["name", "Boring Specimen No. 8"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38278
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38279
+  (0.0ms) SAVEPOINT active_record_1
38280
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 59"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38281
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38282
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38283
+  (0.0ms) SAVEPOINT active_record_1
38284
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 60"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38286
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38287
+  (0.0ms) SAVEPOINT active_record_1
38288
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user87@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38289
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38290
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38291
+  (0.0ms) SAVEPOINT active_record_1
38292
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user88@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38294
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (59, 60, 58)
38295
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38296
+  (0.0ms) SAVEPOINT active_record_1
38297
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user89@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38298
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38299
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38300
+  (0.0ms) SAVEPOINT active_record_1
38301
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user90@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38302
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38303
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38304
+  (0.0ms) SAVEPOINT active_record_1
38305
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user91@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38306
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38307
+  (0.0ms) SAVEPOINT active_record_1
38308
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38310
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38311
+  (0.0ms) SAVEPOINT active_record_1
38312
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user92@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38314
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38315
+  (0.0ms) SAVEPOINT active_record_1
38316
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user93@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38317
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38318
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38319
+  (0.0ms) SAVEPOINT active_record_1
38320
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user94@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38322
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38323
+  (0.0ms) SAVEPOINT active_record_1
38324
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user95@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38326
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38327
+  (0.0ms) SAVEPOINT active_record_1
38328
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user96@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38330
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38331
+  (0.0ms) SAVEPOINT active_record_1
38332
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user97@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38334
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38335
+  (0.0ms) SAVEPOINT active_record_1
38336
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user98@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38338
+  (0.0ms) SAVEPOINT active_record_1
38339
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38341
+  (0.0ms) SAVEPOINT active_record_1
38342
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38344
+  (0.0ms) SAVEPOINT active_record_1
38345
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38347
+  (0.0ms) SAVEPOINT active_record_1
38348
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38350
+  (0.0ms) SAVEPOINT active_record_1
38351
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38353
+  (0.0ms) SAVEPOINT active_record_1
38354
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38356
+  (0.0ms) SAVEPOINT active_record_1
38357
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38359
+  (0.0ms) SAVEPOINT active_record_1
38360
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38362
+  (0.0ms) SAVEPOINT active_record_1
38363
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38364
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38365
+  (0.0ms) SAVEPOINT active_record_1
38366
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38368
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38369
+  (0.0ms) SAVEPOINT active_record_1
38370
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 61"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38371
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38372
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38373
+  (0.0ms) SAVEPOINT active_record_1
38374
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 62"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38376
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38377
+  (0.0ms) SAVEPOINT active_record_1
38378
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 63"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38380
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38381
+  (0.0ms) SAVEPOINT active_record_1
38382
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 64"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38383
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38384
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38385
+  (0.0ms) SAVEPOINT active_record_1
38386
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 65"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38388
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38389
+  (0.0ms) SAVEPOINT active_record_1
38390
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 66"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38392
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38393
+  (0.0ms) SAVEPOINT active_record_1
38394
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 67"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38396
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38397
+  (0.0ms) SAVEPOINT active_record_1
38398
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 68"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38400
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38401
+  (0.0ms) SAVEPOINT active_record_1
38402
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 69"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38404
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38405
+  (0.0ms) SAVEPOINT active_record_1
38406
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 70"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38408
+  (0.1ms) SELECT COUNT(*) FROM "users" 
38409
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (95, 97, 96, 94, 98)
38410
+  (0.1ms) SELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (111)
38411
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" IN (68, 67)
38412
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (93, 97, 96, 94, 98)
38413
+  (0.0ms) SAVEPOINT active_record_1
38414
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 93]]
38415
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38416
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (97, 96, 94, 98)
38417
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38418
+  (0.0ms) SAVEPOINT active_record_1
38419
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user99@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38421
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38422
+  (0.0ms) SAVEPOINT active_record_1
38423
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user100@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38425
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38426
+  (0.0ms) SAVEPOINT active_record_1
38427
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user101@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38429
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38430
+  (0.0ms) SAVEPOINT active_record_1
38431
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user102@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38433
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38434
+  (0.0ms) SAVEPOINT active_record_1
38435
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user103@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38437
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38438
+  (0.0ms) SAVEPOINT active_record_1
38439
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user104@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38441
+  (0.1ms) SAVEPOINT active_record_1
38442
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38443
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38444
+  (0.0ms) SAVEPOINT active_record_1
38445
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38447
+  (0.0ms) SAVEPOINT active_record_1
38448
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38450
+  (0.0ms) SAVEPOINT active_record_1
38451
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38453
+  (0.0ms) SAVEPOINT active_record_1
38454
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38456
+  (0.0ms) SAVEPOINT active_record_1
38457
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38458
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38459
+  (0.0ms) SAVEPOINT active_record_1
38460
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38462
+  (0.0ms) SAVEPOINT active_record_1
38463
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38465
+  (0.0ms) SAVEPOINT active_record_1
38466
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38467
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38468
+  (0.0ms) SAVEPOINT active_record_1
38469
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38471
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38472
+  (0.0ms) SAVEPOINT active_record_1
38473
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 71"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38475
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38476
+  (0.0ms) SAVEPOINT active_record_1
38477
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 72"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38479
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38480
+  (0.0ms) SAVEPOINT active_record_1
38481
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 73"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38483
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38484
+  (0.0ms) SAVEPOINT active_record_1
38485
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 74"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38487
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38488
+  (0.0ms) SAVEPOINT active_record_1
38489
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 75"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38491
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38492
+  (0.0ms) SAVEPOINT active_record_1
38493
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 76"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38495
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38496
+  (0.0ms) SAVEPOINT active_record_1
38497
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 77"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38499
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38500
+  (0.0ms) SAVEPOINT active_record_1
38501
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 78"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38503
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38504
+  (0.0ms) SAVEPOINT active_record_1
38505
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 79"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38507
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38508
+  (0.0ms) SAVEPOINT active_record_1
38509
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 80"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38510
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38511
+  (0.1ms) SELECT COUNT(*) FROM "users"
38512
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (101, 103, 102, 100, 104)
38513
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38514
+  (0.0ms) SAVEPOINT active_record_1
38515
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user105@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38517
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38518
+  (0.0ms) SAVEPOINT active_record_1
38519
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user106@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38521
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38522
+  (0.0ms) SAVEPOINT active_record_1
38523
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user107@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38525
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38526
+  (0.0ms) SAVEPOINT active_record_1
38527
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user108@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38528
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38529
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38530
+  (0.0ms) SAVEPOINT active_record_1
38531
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user109@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38533
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38534
+  (0.0ms) SAVEPOINT active_record_1
38535
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["email", "user110@example.com"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38536
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38537
+  (0.0ms) SAVEPOINT active_record_1
38538
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38540
+  (0.0ms) SAVEPOINT active_record_1
38541
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38542
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38543
+  (0.0ms) SAVEPOINT active_record_1
38544
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38546
+  (0.0ms) SAVEPOINT active_record_1
38547
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38549
+  (0.0ms) SAVEPOINT active_record_1
38550
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38552
+  (0.0ms) SAVEPOINT active_record_1
38553
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38555
+  (0.0ms) SAVEPOINT active_record_1
38556
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38558
+  (0.0ms) SAVEPOINT active_record_1
38559
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38561
+  (0.0ms) SAVEPOINT active_record_1
38562
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38564
+  (0.0ms) SAVEPOINT active_record_1
38565
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "#<Proc:0x007f92e17917a8@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["year", 200]]
38566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38567
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38568
+  (0.0ms) SAVEPOINT active_record_1
38569
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 81"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38571
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38572
+  (0.0ms) SAVEPOINT active_record_1
38573
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 82"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38575
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38576
+  (0.0ms) SAVEPOINT active_record_1
38577
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 83"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38579
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38580
+  (0.0ms) SAVEPOINT active_record_1
38581
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 84"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38583
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38584
+  (0.1ms) SAVEPOINT active_record_1
38585
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 85"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38587
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38588
+  (0.0ms) SAVEPOINT active_record_1
38589
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 86"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38590
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38591
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38592
+  (0.0ms) SAVEPOINT active_record_1
38593
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 87"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38595
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38596
+  (0.0ms) SAVEPOINT active_record_1
38597
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 88"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38599
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38600
+  (0.0ms) SAVEPOINT active_record_1
38601
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 89"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38603
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38604
+  (0.0ms) SAVEPOINT active_record_1
38605
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00], ["title", "Harry Potter Vol. 90"], ["updated_at", Wed, 31 Jul 2013 00:25:48 UTC +00:00]]
38606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38607
+  (0.1ms) SELECT COUNT(*) FROM "users"
38608
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)
38609
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)
38610
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)
38611
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)
38612
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)
38613
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)
38614
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)
38615
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)
38616
+ Connecting to database specified by database.yml
38617
+  (0.3ms) begin transaction
38618
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38619
+  (0.0ms) SAVEPOINT active_record_1
38620
+ SQL (2.4ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user1@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38622
+  (0.0ms) SAVEPOINT active_record_1
38623
+ SQL (0.5ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38625
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38626
+  (0.0ms) SAVEPOINT active_record_1
38627
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user2@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38629
+  (0.0ms) SAVEPOINT active_record_1
38630
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38632
+  (0.1ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
38633
+  (0.0ms) SAVEPOINT active_record_1
38634
+ SQL (0.2ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["name", "Boring Specimen No. 1"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38636
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38637
+  (0.0ms) SAVEPOINT active_record_1
38638
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user3@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38640
+  (0.0ms) SAVEPOINT active_record_1
38641
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38643
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38644
+  (0.0ms) SAVEPOINT active_record_1
38645
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 1"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38646
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38647
+  (0.0ms) SAVEPOINT active_record_1
38648
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38650
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38651
+  (0.0ms) SAVEPOINT active_record_1
38652
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user4@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38653
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38654
+  (0.0ms) SAVEPOINT active_record_1
38655
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38657
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38658
+  (0.0ms) SAVEPOINT active_record_1
38659
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user5@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38660
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38661
+  (0.0ms) SAVEPOINT active_record_1
38662
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38664
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38665
+  (0.0ms) SAVEPOINT active_record_1
38666
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user6@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38668
+  (0.0ms) SAVEPOINT active_record_1
38669
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38670
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38671
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
38672
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
38673
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (7)
38674
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
38675
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38676
+  (0.0ms) SAVEPOINT active_record_1
38677
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user7@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38679
+  (0.0ms) SAVEPOINT active_record_1
38680
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38682
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38683
+  (0.0ms) SAVEPOINT active_record_1
38684
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user8@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38686
+  (0.0ms) SAVEPOINT active_record_1
38687
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38689
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38690
+  (0.0ms) SAVEPOINT active_record_1
38691
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 2"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38692
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38693
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)
38694
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (2)
38695
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)
38696
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (2)
38697
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38698
+  (0.0ms) SAVEPOINT active_record_1
38699
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user9@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38700
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38701
+  (0.0ms) SAVEPOINT active_record_1
38702
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38704
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38705
+  (0.0ms) SAVEPOINT active_record_1
38706
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user10@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38708
+  (0.0ms) SAVEPOINT active_record_1
38709
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38711
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38712
+  (0.0ms) SAVEPOINT active_record_1
38713
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 3"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38714
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38715
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38716
+  (0.0ms) SAVEPOINT active_record_1
38717
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 4"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38719
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)
38720
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
38721
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)
38722
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
38723
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)
38724
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
38725
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)
38726
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
38727
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38728
+  (0.0ms) SAVEPOINT active_record_1
38729
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user11@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38731
+  (0.0ms) SAVEPOINT active_record_1
38732
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38734
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38735
+  (0.0ms) SAVEPOINT active_record_1
38736
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user12@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38738
+  (0.0ms) SAVEPOINT active_record_1
38739
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38741
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
38742
+  (0.0ms) SAVEPOINT active_record_1
38743
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user13@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38745
+  (0.0ms) SAVEPOINT active_record_1
38746
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38748
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38749
+  (0.0ms) SAVEPOINT active_record_1
38750
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 5"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38752
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (14)
38753
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (5)
38754
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38755
+  (0.0ms) SAVEPOINT active_record_1
38756
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user14@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38757
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38758
+  (0.0ms) SAVEPOINT active_record_1
38759
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38761
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
38762
+  (0.0ms) SAVEPOINT active_record_1
38763
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 6"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38765
+  (0.0ms) SAVEPOINT active_record_1
38766
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38768
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38769
+  (0.0ms) SAVEPOINT active_record_1
38770
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user15@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38771
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38772
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38773
+  (0.0ms) SAVEPOINT active_record_1
38774
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user16@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38776
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38777
+  (0.0ms) SAVEPOINT active_record_1
38778
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user17@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38779
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38780
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38781
+  (0.0ms) SAVEPOINT active_record_1
38782
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user18@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38784
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38785
+  (0.0ms) SAVEPOINT active_record_1
38786
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user19@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38788
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38789
+  (0.0ms) SAVEPOINT active_record_1
38790
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user20@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38791
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38792
+  (0.0ms) SAVEPOINT active_record_1
38793
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38795
+  (0.0ms) SAVEPOINT active_record_1
38796
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38798
+  (0.0ms) SAVEPOINT active_record_1
38799
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38801
+  (0.0ms) SAVEPOINT active_record_1
38802
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38804
+  (0.0ms) SAVEPOINT active_record_1
38805
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38807
+  (0.0ms) SAVEPOINT active_record_1
38808
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38810
+  (0.0ms) SAVEPOINT active_record_1
38811
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38812
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38813
+  (0.0ms) SAVEPOINT active_record_1
38814
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38816
+  (0.0ms) SAVEPOINT active_record_1
38817
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38819
+  (0.0ms) SAVEPOINT active_record_1
38820
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38822
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38823
+  (0.0ms) SAVEPOINT active_record_1
38824
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 7"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38826
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38827
+  (0.0ms) SAVEPOINT active_record_1
38828
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 8"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38829
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38830
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38831
+  (0.0ms) SAVEPOINT active_record_1
38832
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 9"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38834
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38835
+  (0.0ms) SAVEPOINT active_record_1
38836
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 10"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38837
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38838
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38839
+  (0.0ms) SAVEPOINT active_record_1
38840
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 11"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38841
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38842
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38843
+  (0.0ms) SAVEPOINT active_record_1
38844
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 12"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38846
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38847
+  (0.0ms) SAVEPOINT active_record_1
38848
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 13"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38850
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38851
+  (0.0ms) SAVEPOINT active_record_1
38852
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 14"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38853
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38854
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38855
+  (0.0ms) SAVEPOINT active_record_1
38856
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 15"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38858
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38859
+  (0.0ms) SAVEPOINT active_record_1
38860
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 16"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38862
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38863
+  (0.0ms) SAVEPOINT active_record_1
38864
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user21@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38866
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38867
+  (0.0ms) SAVEPOINT active_record_1
38868
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user22@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38870
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38871
+  (0.0ms) SAVEPOINT active_record_1
38872
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user23@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38874
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38875
+  (0.0ms) SAVEPOINT active_record_1
38876
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user24@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38878
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38879
+  (0.0ms) SAVEPOINT active_record_1
38880
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user25@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38882
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38883
+  (0.0ms) SAVEPOINT active_record_1
38884
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user26@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38885
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38886
+  (0.0ms) SAVEPOINT active_record_1
38887
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38888
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38889
+  (0.0ms) SAVEPOINT active_record_1
38890
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38891
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38892
+  (0.0ms) SAVEPOINT active_record_1
38893
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38894
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38895
+  (0.0ms) SAVEPOINT active_record_1
38896
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38897
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38898
+  (0.0ms) SAVEPOINT active_record_1
38899
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38901
+  (0.0ms) SAVEPOINT active_record_1
38902
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38904
+  (0.0ms) SAVEPOINT active_record_1
38905
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38907
+  (0.0ms) SAVEPOINT active_record_1
38908
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38910
+  (0.0ms) SAVEPOINT active_record_1
38911
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38913
+  (0.0ms) SAVEPOINT active_record_1
38914
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38916
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38917
+  (0.0ms) SAVEPOINT active_record_1
38918
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 17"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38919
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38920
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38921
+  (0.0ms) SAVEPOINT active_record_1
38922
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 18"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38924
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38925
+  (0.0ms) SAVEPOINT active_record_1
38926
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 19"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38928
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38929
+  (0.0ms) SAVEPOINT active_record_1
38930
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 20"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38932
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38933
+  (0.0ms) SAVEPOINT active_record_1
38934
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 21"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38936
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38937
+  (0.1ms) SAVEPOINT active_record_1
38938
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 22"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38939
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38940
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38941
+  (0.0ms) SAVEPOINT active_record_1
38942
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 23"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38944
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38945
+  (0.0ms) SAVEPOINT active_record_1
38946
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 24"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38948
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
38949
+  (0.0ms) SAVEPOINT active_record_1
38950
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 25"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38951
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38952
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
38953
+  (0.0ms) SAVEPOINT active_record_1
38954
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 26"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38956
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38957
+  (0.0ms) SAVEPOINT active_record_1
38958
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user27@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38960
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38961
+  (0.0ms) SAVEPOINT active_record_1
38962
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user28@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38963
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38964
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
38965
+  (0.0ms) SAVEPOINT active_record_1
38966
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user29@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38968
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38969
+  (0.0ms) SAVEPOINT active_record_1
38970
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user30@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38972
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38973
+  (0.0ms) SAVEPOINT active_record_1
38974
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user31@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38975
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38976
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
38977
+  (0.0ms) SAVEPOINT active_record_1
38978
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user32@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
38979
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38980
+  (0.0ms) SAVEPOINT active_record_1
38981
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38982
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38983
+  (0.0ms) SAVEPOINT active_record_1
38984
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38986
+  (0.0ms) SAVEPOINT active_record_1
38987
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38988
+  (0.1ms) RELEASE SAVEPOINT active_record_1
38989
+  (0.0ms) SAVEPOINT active_record_1
38990
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38992
+  (0.0ms) SAVEPOINT active_record_1
38993
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38995
+  (0.0ms) SAVEPOINT active_record_1
38996
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
38997
+  (0.0ms) RELEASE SAVEPOINT active_record_1
38998
+  (0.0ms) SAVEPOINT active_record_1
38999
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39001
+  (0.0ms) SAVEPOINT active_record_1
39002
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39004
+  (0.0ms) SAVEPOINT active_record_1
39005
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39007
+  (0.0ms) SAVEPOINT active_record_1
39008
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39010
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39011
+  (0.0ms) SAVEPOINT active_record_1
39012
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 27"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39014
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39015
+  (0.0ms) SAVEPOINT active_record_1
39016
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 28"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39017
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39018
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39019
+  (0.0ms) SAVEPOINT active_record_1
39020
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 29"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39022
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39023
+  (0.0ms) SAVEPOINT active_record_1
39024
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 30"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39026
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39027
+  (0.0ms) SAVEPOINT active_record_1
39028
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 31"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39029
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39030
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39031
+  (0.0ms) SAVEPOINT active_record_1
39032
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 32"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39034
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39035
+  (0.0ms) SAVEPOINT active_record_1
39036
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 33"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39038
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39039
+  (0.0ms) SAVEPOINT active_record_1
39040
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 34"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39042
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39043
+  (0.0ms) SAVEPOINT active_record_1
39044
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 35"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39046
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39047
+  (0.0ms) SAVEPOINT active_record_1
39048
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 36"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39050
+  (0.1ms) SELECT COUNT(*) FROM "users"
39051
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (37, 38, 39)
39052
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (40, 41, 42)
39053
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (30, 31, 32)
39054
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (27, 28, 29)
39055
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
39056
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
39057
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
39058
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
39059
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
39060
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
39061
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
39062
+ Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
39063
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
39064
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
39065
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
39066
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
39067
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39068
+  (0.0ms) SAVEPOINT active_record_1
39069
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user33@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39071
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39072
+  (0.0ms) SAVEPOINT active_record_1
39073
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user34@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39075
+  (0.0ms) SAVEPOINT active_record_1
39076
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39077
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39078
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
39079
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39080
+  (0.0ms) SAVEPOINT active_record_1
39081
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user35@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39083
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39084
+  (0.0ms) SAVEPOINT active_record_1
39085
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user36@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39087
+  (0.0ms) SAVEPOINT active_record_1
39088
+ SQL (0.7ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39090
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
39091
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (35)
39092
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (35)
39093
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (35, 36)
39094
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39095
+  (0.0ms) SAVEPOINT active_record_1
39096
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user37@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39098
+  (0.0ms) SAVEPOINT active_record_1
39099
+ SQL (0.3ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39101
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39102
+  (0.0ms) SAVEPOINT active_record_1
39103
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user38@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39105
+  (0.0ms) SAVEPOINT active_record_1
39106
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39108
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39109
+  (0.0ms) SAVEPOINT active_record_1
39110
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user39@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39111
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39112
+  (0.0ms) SAVEPOINT active_record_1
39113
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39114
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39115
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39116
+  (0.0ms) SAVEPOINT active_record_1
39117
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 37"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39119
+ Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (50)
39120
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (37)
39121
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (50)
39122
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (37)
39123
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39124
+  (0.0ms) SAVEPOINT active_record_1
39125
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user40@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39126
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39127
+  (0.0ms) SAVEPOINT active_record_1
39128
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39130
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39131
+  (0.0ms) SAVEPOINT active_record_1
39132
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user41@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39134
+  (0.0ms) SAVEPOINT active_record_1
39135
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39137
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39138
+  (0.0ms) SAVEPOINT active_record_1
39139
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 38"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39141
+  (0.0ms) SAVEPOINT active_record_1
39142
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39143
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39144
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39145
+  (0.0ms) SAVEPOINT active_record_1
39146
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["email", "user42@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39148
+  (0.3ms) SAVEPOINT active_record_1
39149
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39150
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39151
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39152
+  (0.0ms) SAVEPOINT active_record_1
39153
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "Harry Potter Vol. 39"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00]]
39154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39155
+  (0.0ms) SAVEPOINT active_record_1
39156
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:06 UTC +00:00], ["year", 200]]
39157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39158
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39159
+  (0.0ms) SAVEPOINT active_record_1
39160
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user43@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39161
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39162
+  (0.0ms) SAVEPOINT active_record_1
39163
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39165
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
39166
+  (0.0ms) SAVEPOINT active_record_1
39167
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["name", "Boring Specimen No. 2"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39169
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39170
+  (0.0ms) SAVEPOINT active_record_1
39171
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user44@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39173
+  (0.2ms) SAVEPOINT active_record_1
39174
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39176
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39177
+  (0.0ms) SAVEPOINT active_record_1
39178
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user45@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39180
+  (0.0ms) SAVEPOINT active_record_1
39181
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39183
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39184
+  (0.0ms) SAVEPOINT active_record_1
39185
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user46@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39187
+  (0.1ms) SAVEPOINT active_record_1
39188
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39190
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
39191
+  (0.0ms) SAVEPOINT active_record_1
39192
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 40"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39194
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39195
+  (0.0ms) SAVEPOINT active_record_1
39196
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 41"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39198
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
39199
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (40)
39200
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
39201
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (40)
39202
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
39203
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (40)
39204
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
39205
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (40)
39206
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39207
+  (0.0ms) SAVEPOINT active_record_1
39208
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user47@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39210
+  (0.0ms) SAVEPOINT active_record_1
39211
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39213
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
39214
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
39215
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (61)
39216
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
39217
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39218
+  (0.0ms) SAVEPOINT active_record_1
39219
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user48@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39221
+  (0.0ms) SAVEPOINT active_record_1
39222
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39224
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39225
+  (0.0ms) SAVEPOINT active_record_1
39226
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user49@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39228
+  (0.0ms) SAVEPOINT active_record_1
39229
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39230
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39231
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39232
+  (0.0ms) SAVEPOINT active_record_1
39233
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user50@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39235
+  (0.0ms) SAVEPOINT active_record_1
39236
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39238
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39239
+  (0.0ms) SAVEPOINT active_record_1
39240
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 42"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39241
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39242
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (64)
39243
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (42)
39244
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39245
+  (0.0ms) SAVEPOINT active_record_1
39246
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user51@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39248
+  (0.0ms) SAVEPOINT active_record_1
39249
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39251
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39252
+  (0.0ms) SAVEPOINT active_record_1
39253
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user52@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39255
+  (0.0ms) SAVEPOINT active_record_1
39256
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39258
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39259
+  (0.0ms) SAVEPOINT active_record_1
39260
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user53@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39262
+  (0.0ms) SAVEPOINT active_record_1
39263
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39265
+  (0.1ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
39266
+  (0.0ms) SAVEPOINT active_record_1
39267
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["name", "Boring Specimen No. 3"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39268
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39269
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39270
+  (0.0ms) SAVEPOINT active_record_1
39271
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user54@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39273
+  (0.1ms) SAVEPOINT active_record_1
39274
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39276
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39277
+  (0.0ms) SAVEPOINT active_record_1
39278
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user55@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39280
+  (0.1ms) SAVEPOINT active_record_1
39281
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39283
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39284
+  (0.0ms) SAVEPOINT active_record_1
39285
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user56@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39287
+  (0.0ms) SAVEPOINT active_record_1
39288
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39289
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39290
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
39291
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
39292
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (70)
39293
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
39294
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39295
+  (0.1ms) SAVEPOINT active_record_1
39296
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user57@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39298
+  (0.1ms) SAVEPOINT active_record_1
39299
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39301
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39302
+  (0.0ms) SAVEPOINT active_record_1
39303
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 43"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39305
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (71)
39306
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (43)
39307
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39308
+  (0.0ms) SAVEPOINT active_record_1
39309
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user58@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39310
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39311
+  (0.0ms) SAVEPOINT active_record_1
39312
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39314
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39315
+  (0.0ms) SAVEPOINT active_record_1
39316
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user59@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39317
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39318
+  (0.0ms) SAVEPOINT active_record_1
39319
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39321
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39322
+  (0.0ms) SAVEPOINT active_record_1
39323
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user60@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39324
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39325
+  (0.0ms) SAVEPOINT active_record_1
39326
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39328
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
39329
+  (0.0ms) SAVEPOINT active_record_1
39330
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 44"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39331
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39332
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
39333
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (44)
39334
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
39335
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (44)
39336
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39337
+  (0.0ms) SAVEPOINT active_record_1
39338
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user61@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39340
+  (0.0ms) SAVEPOINT active_record_1
39341
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39343
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39344
+  (0.0ms) SAVEPOINT active_record_1
39345
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 45"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39347
+  (0.0ms) SAVEPOINT active_record_1
39348
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39350
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39351
+  (0.0ms) SAVEPOINT active_record_1
39352
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user62@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39354
+  (0.1ms) SAVEPOINT active_record_1
39355
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39357
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39358
+  (0.0ms) SAVEPOINT active_record_1
39359
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 46"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39361
+  (0.0ms) SAVEPOINT active_record_1
39362
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39364
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39365
+  (0.0ms) SAVEPOINT active_record_1
39366
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user63@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39368
+  (0.0ms) SAVEPOINT active_record_1
39369
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39371
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39372
+  (0.0ms) SAVEPOINT active_record_1
39373
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user64@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39375
+  (0.0ms) SAVEPOINT active_record_1
39376
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39377
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39378
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39379
+  (0.0ms) SAVEPOINT active_record_1
39380
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 47"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39381
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39382
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
39383
+  (0.0ms) SAVEPOINT active_record_1
39384
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 48"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39386
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
39387
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (47)
39388
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
39389
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (47)
39390
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
39391
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (47)
39392
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
39393
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (47)
39394
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39395
+  (0.0ms) SAVEPOINT active_record_1
39396
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user65@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39397
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39398
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39399
+  (0.0ms) SAVEPOINT active_record_1
39400
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user66@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39402
+  (0.0ms) SAVEPOINT active_record_1
39403
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39404
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39405
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
39406
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39407
+  (0.0ms) SAVEPOINT active_record_1
39408
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user67@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39409
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39410
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39411
+  (0.0ms) SAVEPOINT active_record_1
39412
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user68@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39413
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39414
+  (0.0ms) SAVEPOINT active_record_1
39415
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39417
+  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
39418
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (67)
39419
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (67)
39420
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (67, 68)
39421
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39422
+  (0.0ms) SAVEPOINT active_record_1
39423
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user69@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39425
+  (0.0ms) SAVEPOINT active_record_1
39426
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39428
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39429
+  (0.0ms) SAVEPOINT active_record_1
39430
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user70@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39432
+  (0.0ms) SAVEPOINT active_record_1
39433
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39435
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39436
+  (0.0ms) SAVEPOINT active_record_1
39437
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user71@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39439
+  (0.0ms) SAVEPOINT active_record_1
39440
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39441
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39442
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39443
+  (0.0ms) SAVEPOINT active_record_1
39444
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user72@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39446
+  (0.0ms) SAVEPOINT active_record_1
39447
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39449
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
39450
+  (0.0ms) SAVEPOINT active_record_1
39451
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["name", "Boring Specimen No. 4"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39453
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39454
+  (0.0ms) SAVEPOINT active_record_1
39455
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user73@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39456
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39457
+  (0.0ms) SAVEPOINT active_record_1
39458
+ SQL (0.4ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39460
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
39461
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
39462
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (87)
39463
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
39464
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39465
+  (0.0ms) SAVEPOINT active_record_1
39466
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user74@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39467
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39468
+  (0.0ms) SAVEPOINT active_record_1
39469
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39471
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39472
+  (0.0ms) SAVEPOINT active_record_1
39473
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user75@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39475
+  (0.0ms) SAVEPOINT active_record_1
39476
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39478
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39479
+  (0.0ms) SAVEPOINT active_record_1
39480
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 49"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39481
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39482
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (88)
39483
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (49)
39484
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (88)
39485
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (49)
39486
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39487
+  (0.0ms) SAVEPOINT active_record_1
39488
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user76@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39489
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39490
+  (0.0ms) SAVEPOINT active_record_1
39491
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39492
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39493
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39494
+  (0.0ms) SAVEPOINT active_record_1
39495
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user77@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39497
+  (0.0ms) SAVEPOINT active_record_1
39498
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39500
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39501
+  (0.0ms) SAVEPOINT active_record_1
39502
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 50"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39503
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39504
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (91)
39505
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (50)
39506
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39507
+  (0.0ms) SAVEPOINT active_record_1
39508
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user78@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39509
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39510
+  (0.0ms) SAVEPOINT active_record_1
39511
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39513
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39514
+  (0.0ms) SAVEPOINT active_record_1
39515
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 51"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39517
+  (0.0ms) SAVEPOINT active_record_1
39518
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39520
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39521
+  (0.0ms) SAVEPOINT active_record_1
39522
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user79@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39524
+  (0.0ms) SAVEPOINT active_record_1
39525
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39527
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39528
+  (0.0ms) SAVEPOINT active_record_1
39529
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user80@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39531
+  (0.0ms) SAVEPOINT active_record_1
39532
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39534
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39535
+  (0.0ms) SAVEPOINT active_record_1
39536
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 52"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39537
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39538
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
39539
+  (0.0ms) SAVEPOINT active_record_1
39540
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 53"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39542
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
39543
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
39544
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
39545
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
39546
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
39547
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
39548
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
39549
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
39550
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39551
+  (0.0ms) SAVEPOINT active_record_1
39552
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user81@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39554
+  (0.0ms) SAVEPOINT active_record_1
39555
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39557
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39558
+  (0.0ms) SAVEPOINT active_record_1
39559
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 54"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39561
+  (0.0ms) SAVEPOINT active_record_1
39562
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39564
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39565
+  (0.0ms) SAVEPOINT active_record_1
39566
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user82@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39568
+  (0.0ms) SAVEPOINT active_record_1
39569
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39571
+  (0.0ms) SAVEPOINT active_record_1
39572
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39574
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
39575
+  (0.0ms) SAVEPOINT active_record_1
39576
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 55"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39578
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
39579
+  (0.0ms) SAVEPOINT active_record_1
39580
+ SQL (0.2ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["name", "Boring Specimen No. 5"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39581
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39582
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39583
+  (0.0ms) SAVEPOINT active_record_1
39584
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 56"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39585
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39586
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39587
+  (0.0ms) SAVEPOINT active_record_1
39588
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 57"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39589
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39590
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39591
+  (0.0ms) SAVEPOINT active_record_1
39592
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user83@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39594
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39595
+  (0.0ms) SAVEPOINT active_record_1
39596
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user84@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39597
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39598
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (56, 57, 55)
39599
+  (0.0ms) SAVEPOINT active_record_1
39600
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39602
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
39603
+  (0.0ms) SAVEPOINT active_record_1
39604
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 58"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39606
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
39607
+  (0.0ms) SAVEPOINT active_record_1
39608
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["name", "Boring Specimen No. 6"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39610
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39611
+  (0.0ms) SAVEPOINT active_record_1
39612
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user85@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39613
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39614
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39615
+  (0.0ms) SAVEPOINT active_record_1
39616
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user86@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39618
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39619
+  (0.0ms) SAVEPOINT active_record_1
39620
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user87@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39622
+  (0.0ms) SAVEPOINT active_record_1
39623
+ SQL (0.2ms) DELETE FROM "movies" WHERE "movies"."id" = ? [["id", 100]]
39624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39625
+  (0.0ms) SAVEPOINT active_record_1
39626
+ SQL (0.1ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 58]]
39627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39628
+  (0.1ms) SELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (NULL)
39629
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" IN (NULL)
39630
+  (0.0ms) SAVEPOINT active_record_1
39631
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39632
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39633
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39634
+  (0.0ms) SAVEPOINT active_record_1
39635
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 58"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39637
+  (0.0ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks" 
39638
+  (0.0ms) SAVEPOINT active_record_1
39639
+ SQL (0.1ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["name", "Boring Specimen No. 7"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39640
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39641
+  (0.0ms) SAVEPOINT active_record_1
39642
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39644
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39645
+  (0.0ms) SAVEPOINT active_record_1
39646
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 60"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39648
+  (0.1ms) SELECT MAX("rocks"."id") AS max_id FROM "rocks"
39649
+  (0.0ms) SAVEPOINT active_record_1
39650
+ SQL (0.2ms) INSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["name", "Boring Specimen No. 8"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39652
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39653
+  (0.0ms) SAVEPOINT active_record_1
39654
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user88@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39655
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39656
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39657
+  (0.0ms) SAVEPOINT active_record_1
39658
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user89@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39660
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39661
+  (0.0ms) SAVEPOINT active_record_1
39662
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user90@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39664
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39665
+  (0.0ms) SAVEPOINT active_record_1
39666
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user91@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39668
+  (0.0ms) SAVEPOINT active_record_1
39669
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39670
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39671
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39672
+  (0.0ms) SAVEPOINT active_record_1
39673
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user92@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39675
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39676
+  (0.0ms) SAVEPOINT active_record_1
39677
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user93@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39679
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39680
+  (0.0ms) SAVEPOINT active_record_1
39681
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user94@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39682
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39683
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39684
+  (0.0ms) SAVEPOINT active_record_1
39685
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user95@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39687
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39688
+  (0.0ms) SAVEPOINT active_record_1
39689
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user96@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39691
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39692
+  (0.0ms) SAVEPOINT active_record_1
39693
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user97@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39694
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39695
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39696
+  (0.0ms) SAVEPOINT active_record_1
39697
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user98@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39699
+  (0.0ms) SAVEPOINT active_record_1
39700
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39702
+  (0.0ms) SAVEPOINT active_record_1
39703
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39705
+  (0.0ms) SAVEPOINT active_record_1
39706
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39708
+  (0.0ms) SAVEPOINT active_record_1
39709
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39711
+  (0.0ms) SAVEPOINT active_record_1
39712
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39714
+  (0.0ms) SAVEPOINT active_record_1
39715
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39717
+  (0.0ms) SAVEPOINT active_record_1
39718
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39720
+  (0.0ms) SAVEPOINT active_record_1
39721
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39723
+  (0.0ms) SAVEPOINT active_record_1
39724
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39726
+  (0.0ms) SAVEPOINT active_record_1
39727
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39729
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39730
+  (0.0ms) SAVEPOINT active_record_1
39731
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 61"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39732
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39733
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39734
+  (0.0ms) SAVEPOINT active_record_1
39735
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 62"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39737
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39738
+  (0.0ms) SAVEPOINT active_record_1
39739
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 63"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39741
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39742
+  (0.0ms) SAVEPOINT active_record_1
39743
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 64"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39745
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39746
+  (0.0ms) SAVEPOINT active_record_1
39747
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 65"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39748
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39749
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39750
+  (0.0ms) SAVEPOINT active_record_1
39751
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 66"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39752
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39753
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39754
+  (0.0ms) SAVEPOINT active_record_1
39755
+ SQL (0.3ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 67"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39757
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39758
+  (0.0ms) SAVEPOINT active_record_1
39759
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 68"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39761
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39762
+  (0.0ms) SAVEPOINT active_record_1
39763
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 69"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39765
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39766
+  (0.0ms) SAVEPOINT active_record_1
39767
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 70"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39769
+  (0.1ms) SELECT COUNT(*) FROM "users" 
39770
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (95, 97, 96, 94, 98)
39771
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39772
+  (0.0ms) SAVEPOINT active_record_1
39773
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user99@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39774
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39775
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39776
+  (0.0ms) SAVEPOINT active_record_1
39777
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user100@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39779
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39780
+  (0.0ms) SAVEPOINT active_record_1
39781
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user101@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39782
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39783
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39784
+  (0.0ms) SAVEPOINT active_record_1
39785
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user102@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39787
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39788
+  (0.0ms) SAVEPOINT active_record_1
39789
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user103@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39791
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users" 
39792
+  (0.0ms) SAVEPOINT active_record_1
39793
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["email", "user104@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39795
+  (0.0ms) SAVEPOINT active_record_1
39796
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39798
+  (0.0ms) SAVEPOINT active_record_1
39799
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39801
+  (0.0ms) SAVEPOINT active_record_1
39802
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39803
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39804
+  (0.0ms) SAVEPOINT active_record_1
39805
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39807
+  (0.0ms) SAVEPOINT active_record_1
39808
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39810
+  (0.0ms) SAVEPOINT active_record_1
39811
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39812
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39813
+  (0.0ms) SAVEPOINT active_record_1
39814
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39816
+  (0.0ms) SAVEPOINT active_record_1
39817
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39819
+  (0.0ms) SAVEPOINT active_record_1
39820
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39822
+  (0.0ms) SAVEPOINT active_record_1
39823
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["year", 200]]
39824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39825
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39826
+  (0.0ms) SAVEPOINT active_record_1
39827
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 71"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39829
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39830
+  (0.0ms) SAVEPOINT active_record_1
39831
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 72"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39833
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39834
+  (0.0ms) SAVEPOINT active_record_1
39835
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 73"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39837
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39838
+  (0.0ms) SAVEPOINT active_record_1
39839
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 74"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39840
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39841
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39842
+  (0.0ms) SAVEPOINT active_record_1
39843
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 75"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39845
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39846
+  (0.0ms) SAVEPOINT active_record_1
39847
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 76"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39848
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39849
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39850
+  (0.0ms) SAVEPOINT active_record_1
39851
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 77"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39853
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39854
+  (0.0ms) SAVEPOINT active_record_1
39855
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 78"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39856
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39857
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39858
+  (0.0ms) SAVEPOINT active_record_1
39859
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 79"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39860
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39861
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books" 
39862
+  (0.0ms) SAVEPOINT active_record_1
39863
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00], ["title", "Harry Potter Vol. 80"], ["updated_at", Wed, 31 Jul 2013 00:26:07 UTC +00:00]]
39864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39865
+  (0.1ms) SELECT COUNT(*) FROM "users" 
39866
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)
39867
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)
39868
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)
39869
+ Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)
39870
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)
39871
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)
39872
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)
39873
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)
39874
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39875
+  (0.0ms) SAVEPOINT active_record_1
39876
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["email", "user105@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39878
+  (0.1ms) SELECT MAX("users"."id") AS max_id FROM "users"
39879
+  (0.0ms) SAVEPOINT active_record_1
39880
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["email", "user106@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39882
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39883
+  (0.0ms) SAVEPOINT active_record_1
39884
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["email", "user107@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39886
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39887
+  (0.0ms) SAVEPOINT active_record_1
39888
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["email", "user108@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39890
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39891
+  (0.0ms) SAVEPOINT active_record_1
39892
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["email", "user109@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39894
+  (0.0ms) SELECT MAX("users"."id") AS max_id FROM "users"
39895
+  (0.0ms) SAVEPOINT active_record_1
39896
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["email", "user110@example.com"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39897
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39898
+  (0.0ms) SAVEPOINT active_record_1
39899
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39901
+  (0.0ms) SAVEPOINT active_record_1
39902
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39904
+  (0.0ms) SAVEPOINT active_record_1
39905
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39907
+  (0.1ms) SAVEPOINT active_record_1
39908
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39910
+  (0.0ms) SAVEPOINT active_record_1
39911
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39913
+  (0.0ms) SAVEPOINT active_record_1
39914
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39916
+  (0.0ms) SAVEPOINT active_record_1
39917
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39919
+  (0.0ms) SAVEPOINT active_record_1
39920
+ SQL (0.2ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39922
+  (0.0ms) SAVEPOINT active_record_1
39923
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39925
+  (0.0ms) SAVEPOINT active_record_1
39926
+ SQL (0.1ms) INSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?) [["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "#<Proc:0x007fc001791530@/Users/david/Documents/Code/recommendable/test/factories.rb:7>: A Space Odyssey"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["year", 200]]
39927
+  (0.1ms) RELEASE SAVEPOINT active_record_1
39928
+  (0.1ms) SELECT MAX("books"."id") AS max_id FROM "books"
39929
+  (0.0ms) SAVEPOINT active_record_1
39930
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 81"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39932
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39933
+  (0.1ms) SAVEPOINT active_record_1
39934
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 82"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39936
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39937
+  (0.0ms) SAVEPOINT active_record_1
39938
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 83"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39939
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39940
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39941
+  (0.0ms) SAVEPOINT active_record_1
39942
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 84"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39944
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39945
+  (0.0ms) SAVEPOINT active_record_1
39946
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 85"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39948
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39949
+  (0.0ms) SAVEPOINT active_record_1
39950
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 86"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39951
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39952
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39953
+  (0.0ms) SAVEPOINT active_record_1
39954
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 87"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39956
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39957
+  (0.0ms) SAVEPOINT active_record_1
39958
+ SQL (0.2ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 88"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39960
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39961
+  (0.0ms) SAVEPOINT active_record_1
39962
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 89"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39963
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39964
+  (0.0ms) SELECT MAX("books"."id") AS max_id FROM "books"
39965
+  (0.0ms) SAVEPOINT active_record_1
39966
+ SQL (0.1ms) INSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["author", "J.K. Rowling"], ["created_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00], ["title", "Harry Potter Vol. 90"], ["updated_at", Wed, 31 Jul 2013 00:26:08 UTC +00:00]]
39967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39968
+  (0.1ms) SELECT COUNT(*) FROM "users"
39969
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (107, 109, 108, 106, 110)
39970
+  (0.1ms) SELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (131)
39971
+  (0.0ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" IN (88, 87)
39972
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (105, 109, 108, 106, 110)
39973
+  (0.0ms) SAVEPOINT active_record_1
39974
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 105]]
39975
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39976
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (109, 108, 106, 110)