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 +4 -4
- data/lib/recommendable/rater.rb +5 -0
- data/lib/recommendable/version.rb +1 -1
- data/test/dummy/db/test.sqlite3-journal +0 -0
- data/test/dummy/log/test.log +2722 -0
- data/test/recommendable/rater_test.rb +11 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e44dc53247934da06e22837f604ec9b91bcb813
|
4
|
+
data.tar.gz: f55ced78d70098fc404eb79fd67044503f6e1840
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b016dd50c5afba08c8b52825dfb04b718d8233068f3397381aa7b9e518351f667d67bbe11bbe21f54d21dbf18cd8a022e4d38a65aae2668cce8c0c1c61919f9
|
7
|
+
data.tar.gz: f12a6b4d1d448940af822410f1a4da5b9485c371e52f08439b0ed9c3d019b5538293332aa34f4e6234e9959edd5288cab1e2b0f3e420b8e4cfa1443bb253a2a4
|
data/lib/recommendable/rater.rb
CHANGED
Binary file
|
data/test/dummy/log/test.log
CHANGED
@@ -37252,3 +37252,2725 @@ Connecting to database specified by database.yml
|
|
37252
37252
|
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37253
37253
|
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
37254
37254
|
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (106, 108, 107, 105, 109)[0m
|
37255
|
+
Connecting to database specified by database.yml
|
37256
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
37257
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37258
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37259
|
+
[1m[35mSQL (2.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37261
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37262
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37264
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37265
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37266
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37268
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37269
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37271
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37272
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37273
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37275
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37276
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37278
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37279
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37280
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37282
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37283
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37285
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37286
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37287
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37289
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37290
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37291
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37293
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
|
37294
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (1)[0m
|
37295
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
|
37296
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (1)[0m
|
37297
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
|
37298
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (1)[0m
|
37299
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (3)
|
37300
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (1)[0m
|
37301
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37302
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37303
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37305
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37306
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37308
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37309
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37310
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37312
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37313
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37315
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37316
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37317
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37319
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37320
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37322
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)[0m
|
37323
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
37324
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (7)[0m
|
37325
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
37326
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37327
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37328
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37330
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37331
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37333
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37334
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37335
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37337
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37338
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37340
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37341
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37342
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37344
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)[0m
|
37345
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (4)
|
37346
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)[0m
|
37347
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (4)
|
37348
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37349
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37350
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37352
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37353
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37355
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37356
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37357
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37359
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37360
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37362
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37363
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37364
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37366
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37367
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37369
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37370
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37371
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37373
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37374
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37376
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37377
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37378
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37380
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (13)[0m
|
37381
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (5)
|
37382
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37383
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37384
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37386
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37387
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37389
|
+
[1m[35m (0.1ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
37390
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37391
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37393
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37394
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37395
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37397
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37398
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37400
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37401
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37402
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37404
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37405
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37407
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37408
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37409
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37411
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37412
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37413
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37415
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37416
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37417
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37419
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37420
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37421
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37423
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37424
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37425
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37427
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37428
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37429
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37431
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37432
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37434
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37435
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37437
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37438
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37440
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37441
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37444
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37446
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37447
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37449
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37450
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37452
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37453
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37455
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37456
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37458
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37459
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37461
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37462
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37463
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37465
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37466
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37467
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37469
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37470
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37471
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37473
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37474
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37475
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37477
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37478
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37479
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37481
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37482
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37483
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37485
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37486
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37487
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37489
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37490
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37491
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37493
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37494
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37495
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37497
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37498
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37499
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37501
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37502
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37503
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37505
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37506
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37507
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37509
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37510
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37511
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37513
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37514
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37515
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37517
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37518
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37519
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37521
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37522
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37523
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37525
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37526
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37528
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37529
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37531
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37532
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37534
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37535
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37537
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37538
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37540
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37541
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37543
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37544
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37546
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37547
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37549
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37550
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37552
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37553
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37555
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37556
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37557
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37559
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37560
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37561
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37563
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37564
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37565
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37567
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37568
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37569
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37571
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37572
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37573
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37575
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37576
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
37577
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37579
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37580
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37581
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37583
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37584
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37585
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37587
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37588
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37589
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37591
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37592
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37593
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37595
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
37596
|
+
[1m[36mMovie Load (0.2ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (27, 28, 29)[0m
|
37597
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (30, 31, 32)
|
37598
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (20, 21, 22)[0m
|
37599
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (17, 18, 19)
|
37600
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)[0m
|
37601
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
|
37602
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)[0m
|
37603
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
|
37604
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)[0m
|
37605
|
+
[1m[35mMovie Load (0.2ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (36, 35, 34, 33)
|
37606
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)[0m
|
37607
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
|
37608
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)[0m
|
37609
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
|
37610
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)[0m
|
37611
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (24, 23, 26, 25)
|
37612
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37613
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37614
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37616
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37617
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37618
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37620
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37621
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37622
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37624
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37625
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37626
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37628
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37629
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37630
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37632
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37633
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37634
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37636
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37637
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37639
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37640
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37642
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37643
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37645
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37646
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37648
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37649
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37651
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37652
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37654
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37655
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37657
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37658
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37660
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37661
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37663
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37664
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37666
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37667
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37668
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37670
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37671
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37672
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37674
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37675
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37676
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37678
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37679
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37680
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37682
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37683
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37684
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37686
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37687
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37688
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37690
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37691
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37692
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37694
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37695
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37696
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37698
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37699
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37700
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37702
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37703
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37704
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37706
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37707
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37708
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37710
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37711
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37712
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37714
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37715
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37717
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
|
37718
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (33)[0m
|
37719
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (33)
|
37720
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (33, 34)[0m
|
37721
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37722
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37723
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37725
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37726
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37727
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37729
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37730
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37732
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)[0m
|
37733
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37734
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37735
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37737
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37738
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37740
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37741
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37742
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37744
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37745
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37747
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37748
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37749
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37751
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37752
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37754
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37755
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37756
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37758
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37759
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37761
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37762
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37763
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37765
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (51)
|
37766
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (38)[0m
|
37767
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (51)
|
37768
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (38)[0m
|
37769
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37770
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37771
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37773
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37774
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37776
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37777
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37778
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37780
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37781
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37783
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37784
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37785
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37787
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37788
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37790
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
37791
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37792
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37794
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37795
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37796
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37798
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37799
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37801
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37802
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37803
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37805
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37806
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37808
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37809
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37810
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37812
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37813
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37815
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37816
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37817
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37819
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (58)
|
37820
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (40)[0m
|
37821
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37822
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37823
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37825
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37826
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37828
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37829
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37830
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37832
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37833
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37835
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37836
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37837
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37839
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37840
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37842
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37843
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37844
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37846
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
37847
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37848
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37850
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)[0m
|
37851
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
|
37852
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)[0m
|
37853
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
|
37854
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)[0m
|
37855
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
|
37856
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (60)[0m
|
37857
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (41)
|
37858
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37859
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37860
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37862
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37863
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37865
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37866
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37867
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37870
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37872
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)[0m
|
37873
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
37874
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (63)[0m
|
37875
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
37876
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37877
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37878
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37880
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37881
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37883
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37884
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37885
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37887
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37888
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37890
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37891
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37892
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37894
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37895
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37897
|
+
[1m[35m (0.0ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
37898
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37899
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37901
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37902
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37903
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37905
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37906
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37908
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37909
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37910
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37912
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37913
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37915
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37916
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37917
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37919
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37920
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37922
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37923
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37924
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37927
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37929
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37930
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37931
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37933
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (70)
|
37934
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (44)[0m
|
37935
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37936
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37937
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37939
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37940
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37942
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37943
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37944
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37946
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37947
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37949
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37950
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37951
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37953
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37954
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37956
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37957
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37958
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37960
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37961
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37963
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37964
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37965
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37967
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37968
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37969
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37971
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
|
37972
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (45)[0m
|
37973
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
|
37974
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (45)[0m
|
37975
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
|
37976
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (45)[0m
|
37977
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
|
37978
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (45)[0m
|
37979
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
37980
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37981
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37983
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37984
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37986
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
37987
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
37988
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37990
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37991
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37993
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
37994
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
37995
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
37997
|
+
[1m[35mMovie Load (0.2ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (75)
|
37998
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (47)[0m
|
37999
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (75)
|
38000
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (47)[0m
|
38001
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38002
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38003
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38005
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38006
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38008
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38009
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38010
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38012
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38013
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38015
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38016
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38017
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38019
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38020
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38022
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38023
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38024
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38026
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38027
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38029
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
|
38030
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
38031
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (80)
|
38032
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
38033
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38034
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38035
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38037
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38038
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38039
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38041
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38042
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38044
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)[0m
|
38045
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (65)
|
38046
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (65)[0m
|
38047
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (65, 66)
|
38048
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38049
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38050
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38052
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38053
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
38054
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38056
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38057
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38059
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
|
38060
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38061
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38062
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38064
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38065
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38067
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
|
38068
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
38069
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (83)
|
38070
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
38071
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38072
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
38073
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38075
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38076
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
38078
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38079
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38080
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38082
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38083
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38085
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38086
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38087
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38089
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38090
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38092
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38093
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38094
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38096
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (85)[0m
|
38097
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (49)
|
38098
|
+
[1m[36mMovie Load (0.2ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (85)[0m
|
38099
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (49)
|
38100
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38101
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38102
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38104
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38105
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38107
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38108
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38109
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38111
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38112
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38114
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38115
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38116
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38118
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38119
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38121
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38122
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38123
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38125
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38126
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38128
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
38129
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38130
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38132
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38133
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38134
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38136
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38137
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38139
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38140
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38141
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38143
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38144
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38146
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38147
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38148
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38150
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38151
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38153
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38154
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38155
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38157
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38158
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38160
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38161
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38162
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38164
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38165
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38166
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38168
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)[0m
|
38169
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
|
38170
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)[0m
|
38171
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
|
38172
|
+
[1m[36mMovie Load (0.2ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)[0m
|
38173
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
|
38174
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (93)[0m
|
38175
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (52)
|
38176
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38177
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38178
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38180
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38181
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38183
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38184
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38185
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38187
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38188
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38190
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38191
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38192
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38194
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38195
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38197
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38198
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38199
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38201
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (97)
|
38202
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (54)[0m
|
38203
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38204
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38205
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38207
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38208
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38210
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38211
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38213
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38214
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38215
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38217
|
+
[1m[35m (0.0ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
38218
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38219
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38221
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38222
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38223
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38225
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38226
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38228
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38229
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38230
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38232
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
38233
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38234
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38236
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38237
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38238
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38240
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38241
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38242
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38244
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38245
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38246
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38248
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
38249
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "movies" WHERE "movies"."id" = ? [["id", 100]]
|
38250
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38251
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38252
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "books" WHERE "books"."id" = ?[0m [["id", 56]]
|
38253
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38254
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (NULL)[0m
|
38255
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "books" WHERE "books"."id" IN (NULL)
|
38256
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38257
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38259
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38260
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38261
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38263
|
+
[1m[35m (0.0ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
38264
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38265
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38267
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38268
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38270
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38271
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38272
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38274
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
38275
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38276
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38278
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38279
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38280
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38282
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38283
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38284
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38286
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38287
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38288
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38290
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38291
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38292
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38294
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (59, 60, 58)[0m
|
38295
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38296
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38297
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38299
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38300
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38301
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38303
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38304
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38305
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38307
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38308
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38310
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38311
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38312
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38314
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38315
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38316
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38318
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38319
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38320
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38322
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38323
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38324
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38326
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38327
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38328
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38330
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38331
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38332
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38334
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38335
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38336
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38338
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38339
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38341
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38342
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38344
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38345
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38347
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38348
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38350
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38351
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38353
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38354
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38356
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38357
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38359
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38360
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38362
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38363
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38365
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38366
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38368
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38369
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38370
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
38372
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38373
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38374
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38376
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38377
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38378
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38380
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38381
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38382
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
38384
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38385
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38386
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38388
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38389
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38390
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38392
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38393
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38394
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38396
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38397
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38398
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38400
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38401
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38402
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38404
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38405
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38406
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38408
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
|
38409
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (95, 97, 96, 94, 98)
|
38410
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (111)[0m
|
38411
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "books" WHERE "books"."id" IN (68, 67)
|
38412
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (93, 97, 96, 94, 98)[0m
|
38413
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38414
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 93]]
|
38415
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38416
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (97, 96, 94, 98)[0m
|
38417
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38418
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38419
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38421
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38422
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38423
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38425
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38426
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38427
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38429
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38430
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38431
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38433
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38434
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38435
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38437
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38438
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38439
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38441
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
38442
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38444
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38445
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38447
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38448
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38450
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38451
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38453
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38454
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38456
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38457
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38459
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38460
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38462
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38463
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38465
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38466
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38468
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38469
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38471
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38472
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38473
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38475
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38476
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38477
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38479
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38480
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38481
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38483
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38484
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38485
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38487
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38488
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38489
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38491
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38492
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38493
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38495
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38496
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38497
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38499
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38500
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38501
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38503
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38504
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38505
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38507
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38508
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38509
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38511
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
38512
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (101, 103, 102, 100, 104)[0m
|
38513
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38514
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38515
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38517
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38518
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38519
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38521
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38522
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38523
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38525
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38526
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38527
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38529
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38530
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38531
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38533
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38534
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38535
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38537
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38538
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38540
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38541
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38543
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38544
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38546
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38547
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38549
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38550
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38552
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38553
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38555
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38556
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38558
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38559
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38561
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38562
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38564
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38565
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38567
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38568
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38569
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38571
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38572
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38573
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38575
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38576
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38577
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38579
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38580
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38581
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38583
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38584
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
38585
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38587
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38588
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38589
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38591
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38592
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38593
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38595
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38596
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38597
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38599
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38600
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38601
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38603
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38604
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38605
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38607
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
38608
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)[0m
|
38609
|
+
[1m[35mMovie Load (0.2ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)
|
38610
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)[0m
|
38611
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (133, 132, 131)
|
38612
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)[0m
|
38613
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)
|
38614
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)[0m
|
38615
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (88, 87, 90, 89)
|
38616
|
+
Connecting to database specified by database.yml
|
38617
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
38618
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38619
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38620
|
+
[1m[35mSQL (2.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38622
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38623
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38625
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38626
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38627
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38629
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38630
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38632
|
+
[1m[35m (0.1ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
38633
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38634
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38636
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38637
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38638
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38640
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38641
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38643
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38644
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38645
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38647
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38648
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38650
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38651
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38652
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38654
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38655
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38657
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38658
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38659
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38661
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38662
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38664
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38665
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38666
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38668
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38669
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38671
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)[0m
|
38672
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
38673
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (7)[0m
|
38674
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
38675
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38676
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38677
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38679
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38680
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38682
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38683
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38684
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38686
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38687
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38689
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38690
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38691
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38693
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)[0m
|
38694
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (2)
|
38695
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (8)[0m
|
38696
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (2)
|
38697
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38698
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38699
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38701
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38702
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38704
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38705
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38706
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38709
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38711
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38712
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38713
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38715
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38716
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38717
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38719
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)[0m
|
38720
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
|
38721
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)[0m
|
38722
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
|
38723
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)[0m
|
38724
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
|
38725
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (10)[0m
|
38726
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (3)
|
38727
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38728
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38729
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38731
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38732
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38734
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38735
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38736
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38738
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38739
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38741
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
38742
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38743
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38745
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38746
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38748
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38750
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38752
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (14)
|
38753
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (5)[0m
|
38754
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38755
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38756
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38758
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38759
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38761
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
38762
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38763
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38765
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38766
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38768
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38769
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38770
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38772
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38773
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38774
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38776
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38777
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38778
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38780
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38781
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38782
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38784
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38785
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38786
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38788
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38789
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38790
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38792
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38793
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38795
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38796
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38798
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38799
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38801
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38802
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38804
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38805
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38807
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38808
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38811
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38813
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38814
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38816
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38817
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38819
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38820
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38822
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38823
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38824
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38826
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38827
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38828
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38830
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38831
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38832
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38834
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38835
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38836
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38838
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38839
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38840
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38842
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38843
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38844
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38846
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38847
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38848
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38850
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38851
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38852
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38854
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38855
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38856
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38858
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38859
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38860
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38862
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38863
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38864
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38866
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38867
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38868
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38870
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38871
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38872
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38874
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38875
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38876
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38878
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38879
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38880
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38882
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38883
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38884
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38886
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38887
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38889
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38890
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38892
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38893
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38895
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38896
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38898
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38899
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38901
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38902
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38904
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38905
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38907
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38908
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38910
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38911
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38913
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38914
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38916
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38917
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38918
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38920
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38921
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38922
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38924
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38925
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38926
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38928
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38929
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38930
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38932
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38933
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38934
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38936
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38937
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
38938
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38940
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38942
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38944
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38945
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38946
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38948
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38949
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38950
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38952
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
38953
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38954
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38956
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38957
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38958
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38960
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38961
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38962
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38964
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38965
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38966
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38968
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38969
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38970
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38972
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38973
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38974
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38976
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
38977
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38978
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38980
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38981
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38983
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38984
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38986
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38987
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
38989
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38990
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38992
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38993
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
38995
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
38996
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
38998
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
38999
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39001
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39002
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39004
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39005
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39007
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39008
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39010
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39011
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39012
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39014
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39015
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39016
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39018
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39019
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39020
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39022
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39023
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39024
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39026
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39027
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39028
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39030
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39031
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39032
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39034
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39035
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39036
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39038
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39039
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39040
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39042
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39043
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39044
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39046
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39047
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39048
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39050
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
39051
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (37, 38, 39)[0m
|
39052
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (40, 41, 42)
|
39053
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (30, 31, 32)[0m
|
39054
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (27, 28, 29)
|
39055
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)[0m
|
39056
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
|
39057
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)[0m
|
39058
|
+
[1m[35mMovie Load (0.2ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
|
39059
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)[0m
|
39060
|
+
[1m[35mMovie Load (0.2ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (46, 45, 44, 43)
|
39061
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)[0m
|
39062
|
+
[1m[35mBook Load (0.2ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
|
39063
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)[0m
|
39064
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
|
39065
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)[0m
|
39066
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (34, 33, 36, 35)
|
39067
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39068
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39069
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39071
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39072
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39073
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39075
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39076
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39078
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
|
39079
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39080
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39081
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39083
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39084
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39085
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39087
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39088
|
+
[1m[35mSQL (0.7ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39090
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)
|
39091
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (35)[0m
|
39092
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (35)
|
39093
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (35, 36)[0m
|
39094
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39095
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39096
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39098
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39099
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39101
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39102
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39103
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39105
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39106
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39108
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39109
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39110
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39112
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39113
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
39115
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39116
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39117
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39119
|
+
[1m[36mMovie Load (0.2ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (50)[0m
|
39120
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (37)
|
39121
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (50)[0m
|
39122
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (37)
|
39123
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39124
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39125
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39127
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39128
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39130
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39131
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39132
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39134
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39135
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39137
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39138
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39139
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39141
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39142
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39144
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39145
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39146
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39148
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
39149
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39151
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39152
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39153
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39155
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39156
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39158
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39159
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39160
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39162
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39163
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39165
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
39166
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39167
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39169
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39170
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39171
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39173
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
39174
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39176
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39177
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39178
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39180
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39181
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39183
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39184
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39185
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39187
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
39188
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39190
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39191
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39192
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39194
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39195
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39196
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39198
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
|
39199
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (40)[0m
|
39200
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
|
39201
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (40)[0m
|
39202
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
|
39203
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (40)[0m
|
39204
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (59)
|
39205
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (40)[0m
|
39206
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39207
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39208
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39210
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39211
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39213
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)[0m
|
39214
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
39215
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (61)[0m
|
39216
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)
|
39217
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39218
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39219
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39221
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39222
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39224
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39225
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39226
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39228
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39229
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39231
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39232
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39233
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39235
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39236
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39238
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39239
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39240
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39242
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (64)
|
39243
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (42)[0m
|
39244
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39245
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39246
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39248
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39249
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39251
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39252
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39253
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39255
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39256
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39258
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39259
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39260
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39262
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39263
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39265
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
39266
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39267
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39269
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39270
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39271
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39273
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
39274
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39276
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39277
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39278
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39280
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
39281
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39283
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39284
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39285
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39287
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39288
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39290
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
|
39291
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
39292
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (70)
|
39293
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
39294
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39295
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
39296
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39298
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
39299
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39301
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39302
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39303
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39305
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (71)[0m
|
39306
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (43)
|
39307
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39308
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39309
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39311
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39312
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39314
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39315
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39316
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39318
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39319
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39321
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39322
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39323
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39325
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39326
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39328
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39329
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39330
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39332
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
|
39333
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (44)[0m
|
39334
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (73)
|
39335
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (44)[0m
|
39336
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39337
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39338
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39340
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39341
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39343
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39344
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39345
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39347
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39348
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39350
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39351
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39352
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39354
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
39355
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39357
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39358
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39359
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39361
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39362
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39364
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39365
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39366
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39368
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39369
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39371
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39372
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39373
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39375
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39376
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39378
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39379
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39380
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39382
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39383
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39384
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39386
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
|
39387
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (47)[0m
|
39388
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
|
39389
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (47)[0m
|
39390
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
|
39391
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (47)[0m
|
39392
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (79)
|
39393
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (47)[0m
|
39394
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39395
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39396
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39398
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39399
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39400
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39402
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39403
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
39405
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)[0m
|
39406
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39407
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39408
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39410
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39411
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39412
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39414
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39415
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
39417
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE "users"."id" IN (NULL)[0m
|
39418
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (67)
|
39419
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (67)[0m
|
39420
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (67, 68)
|
39421
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39422
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39423
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39425
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39426
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39428
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39429
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39430
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39432
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39433
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39435
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39436
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39437
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39439
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39440
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39442
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39443
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39444
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39446
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39447
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39449
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
39450
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39451
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39453
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39454
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39455
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39457
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39458
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39460
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (NULL)
|
39461
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
39462
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (87)
|
39463
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (NULL)[0m
|
39464
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39465
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39466
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39468
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39469
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39471
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39472
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39473
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39475
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39476
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39478
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39479
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39480
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39482
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (88)
|
39483
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (49)[0m
|
39484
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (88)
|
39485
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (49)[0m
|
39486
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39487
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39488
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39490
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39491
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39493
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39494
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39495
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39497
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39498
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39500
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39501
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39502
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39504
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (91)
|
39505
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (50)[0m
|
39506
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39507
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39508
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39510
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39511
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39513
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39514
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39515
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39517
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39518
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39520
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39521
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39522
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39524
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39525
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39527
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39528
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39529
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39531
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39532
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39534
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39535
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39536
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39538
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39539
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39540
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39542
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
|
39543
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (52)[0m
|
39544
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
|
39545
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (52)[0m
|
39546
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
|
39547
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (52)[0m
|
39548
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (94)
|
39549
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (52)[0m
|
39550
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39551
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39552
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39554
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39555
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39557
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39558
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39559
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39561
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39562
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39564
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39565
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39566
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39568
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39569
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39571
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39572
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39574
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39575
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39576
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39578
|
+
[1m[35m (0.0ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
39579
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39580
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39582
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39583
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39584
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39586
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39587
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39588
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39590
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39591
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39592
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39594
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39595
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39596
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39598
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (56, 57, 55)
|
39599
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39600
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39602
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39603
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39604
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39606
|
+
[1m[35m (0.0ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
39607
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39608
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39610
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39611
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39612
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39614
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39615
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39616
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39618
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39619
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39620
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39622
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39623
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "movies" WHERE "movies"."id" = ?[0m [["id", 100]]
|
39624
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39625
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39626
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "books" WHERE "books"."id" = ? [["id", 58]]
|
39627
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39628
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (NULL)
|
39629
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "books" WHERE "books"."id" IN (NULL)[0m
|
39630
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39631
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39633
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39634
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39635
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39637
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("rocks"."id") AS max_id FROM "rocks" [0m
|
39638
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39639
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "rocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39641
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39642
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39644
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39645
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39646
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39648
|
+
[1m[35m (0.1ms)[0m SELECT MAX("rocks"."id") AS max_id FROM "rocks"
|
39649
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39650
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39652
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39653
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39654
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39656
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39657
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39658
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39660
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39661
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39662
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39664
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39665
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39666
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39668
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39669
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39671
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39672
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39673
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39675
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39676
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39677
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39679
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39680
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39681
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39683
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39684
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39685
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39687
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39688
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39689
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39691
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39692
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39693
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39695
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39696
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39697
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39700
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39703
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39705
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39706
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39709
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39711
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39712
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39714
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39715
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39717
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39718
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39720
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39721
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39723
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39724
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39726
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39727
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39729
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39730
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39731
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39733
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39734
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39735
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39737
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39738
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39739
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39741
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39742
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39743
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39745
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39746
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39747
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
39749
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39750
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39751
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39753
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39754
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39755
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39757
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39758
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39759
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39761
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39762
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39763
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39765
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39766
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39767
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39769
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
|
39770
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (95, 97, 96, 94, 98)
|
39771
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39772
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39773
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39775
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39776
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39777
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39779
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39780
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39781
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39783
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39784
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39785
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39787
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39788
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39789
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39791
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("users"."id") AS max_id FROM "users" [0m
|
39792
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39793
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "email", "updated_at") VALUES (?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39795
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39796
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39798
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39799
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39801
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39802
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39804
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39805
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39807
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39808
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39811
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39813
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39814
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39816
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39817
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39819
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39820
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39822
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39823
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39825
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39826
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39827
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39829
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39830
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39831
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39833
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39834
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39835
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39837
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39838
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39839
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39841
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39842
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39843
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39845
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39846
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39847
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39849
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39850
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39851
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39853
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39854
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39855
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39857
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39858
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39859
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39861
|
+
[1m[36m (0.0ms)[0m [1mSELECT MAX("books"."id") AS max_id FROM "books" [0m
|
39862
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39863
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "books" ("author", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39865
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" [0m
|
39866
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)
|
39867
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)[0m
|
39868
|
+
[1m[35mMovie Load (0.1ms)[0m SELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)
|
39869
|
+
[1m[36mMovie Load (0.1ms)[0m [1mSELECT "movies".* FROM "movies" WHERE "movies"."id" IN (123, 122, 121)[0m
|
39870
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)
|
39871
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)[0m
|
39872
|
+
[1m[35mBook Load (0.1ms)[0m SELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)
|
39873
|
+
[1m[36mBook Load (0.1ms)[0m [1mSELECT "books".* FROM "books" WHERE "books"."id" IN (78, 77, 80, 79)[0m
|
39874
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39875
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39876
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39878
|
+
[1m[35m (0.1ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39879
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39880
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39882
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39883
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39884
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39886
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39887
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39888
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39890
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39891
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39892
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39894
|
+
[1m[35m (0.0ms)[0m SELECT MAX("users"."id") AS max_id FROM "users"
|
39895
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39896
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39898
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39899
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39901
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39902
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39904
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39905
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39907
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
39908
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39910
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39911
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39913
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39914
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39916
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39917
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39919
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39920
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39922
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39923
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "movies" ("created_at", "title", "updated_at", "year") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
39925
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39926
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39928
|
+
[1m[35m (0.1ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39929
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39930
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39932
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39933
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
39934
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39936
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39937
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39938
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39940
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39942
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39944
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39945
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39946
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39948
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39949
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39950
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39952
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39953
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39954
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39956
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39957
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39958
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39960
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39961
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39962
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39964
|
+
[1m[35m (0.0ms)[0m SELECT MAX("books"."id") AS max_id FROM "books"
|
39965
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39966
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39968
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users"
|
39969
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (107, 109, 108, 106, 110)[0m
|
39970
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "movies" WHERE "movies"."id" IN (131)
|
39971
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "books" WHERE "books"."id" IN (88, 87)[0m
|
39972
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (105, 109, 108, 106, 110)
|
39973
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
39974
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 105]]
|
39975
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
39976
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (109, 108, 106, 110)
|