punching_bag 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/punching_bag/version.rb +1 -1
- data/spec/internal/log/test.log +466 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8d76a5921c3ea558d34c05b0cb5ae5dcf4c6167
|
4
|
+
data.tar.gz: d7b2265f4e1fc0f2ad34613d4acecbe9f4501182
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d675b8b2047295686b654337702b4d5bcf0e24e8ce95f447f76b7866dc96ebdd6b285d7158f751d307ddf1cc22ebbac6a43a9aa280147252b8a126c0364f2c8
|
7
|
+
data.tar.gz: 459281720edfa622de7b130515010e3594d82f2fdcc1d9a455b5bdbbc28a95bb23b66e4faf5fe96ae63a6f2a12df21d05cd386d40983666ca70a153e5448b952
|
data/lib/punching_bag/version.rb
CHANGED
data/spec/internal/log/test.log
CHANGED
@@ -12346,3 +12346,469 @@
|
|
12346
12346
|
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12347
12347
|
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" LEFT OUTER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "articles"."id" ORDER BY SUM(punches.hits) DESC[0m
|
12348
12348
|
[1m[35m (0.1ms)[0m rollback transaction
|
12349
|
+
[1m[36m (31.1ms)[0m [1mCREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) [0m
|
12350
|
+
[1m[35m (16.0ms)[0m CREATE TABLE "punches" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "punchable_id" integer NOT NULL, "punchable_type" varchar(20) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "average_time" datetime NOT NULL, "hits" integer DEFAULT 1 NOT NULL)
|
12351
|
+
[1m[36m (26.3ms)[0m [1mCREATE INDEX "index_punches_on_average_time" ON "punches" ("average_time")[0m
|
12352
|
+
[1m[35m (15.8ms)[0m CREATE INDEX "punchable_index" ON "punches" ("punchable_type", "punchable_id")
|
12353
|
+
[1m[36m (16.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
12354
|
+
[1m[35m (16.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
12355
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12356
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12357
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Hector"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12358
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12359
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12360
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12361
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "punches"[0m
|
12362
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12363
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Hector"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12364
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12365
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12366
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12367
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12368
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "punches"
|
12369
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12370
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12371
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "punches"[0m
|
12372
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12373
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Hector"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12374
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12375
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12376
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12377
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12378
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "punches"
|
12379
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12380
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12381
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12382
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12383
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12384
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12385
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12386
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12387
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12388
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12389
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12390
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12391
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12392
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12393
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12394
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12395
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12396
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12397
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12398
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12399
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12400
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12401
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12402
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12403
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12404
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12405
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12406
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
12407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12408
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12409
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12410
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12411
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12412
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12413
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12414
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12415
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12416
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12417
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12418
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12419
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12420
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12421
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12422
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12423
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12424
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12425
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12426
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12427
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12428
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12429
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12430
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12431
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12432
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12433
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12434
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12435
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12436
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
12437
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12438
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12439
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12440
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12441
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
12442
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12443
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12444
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12445
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12446
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12447
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12448
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12449
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12450
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12451
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12452
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12453
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12454
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12455
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12456
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12457
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12458
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12459
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12460
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12461
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12462
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12463
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12464
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12465
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12466
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12467
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12468
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12469
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12470
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12471
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12472
|
+
[1m[35m (0.2ms)[0m begin transaction
|
12473
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
12474
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12475
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12476
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
12477
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12478
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12479
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12480
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12481
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12482
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12484
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12486
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12487
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12488
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12489
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12490
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12491
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12492
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12493
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12494
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12495
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12496
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12497
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00]]
|
12498
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12499
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12500
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["ends_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00]]
|
12501
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12502
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12503
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00]]
|
12504
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12505
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12506
|
+
[1m[35mSQL (0.6ms)[0m UPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = 1 [["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["average_time", Mon, 07 Oct 2013 08:30:00 UTC +00:00], ["hits", 2]]
|
12507
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12508
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12509
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
12510
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12511
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12512
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12513
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12514
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12515
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12517
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00]]
|
12518
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12519
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12520
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["ends_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00]]
|
12521
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12522
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12523
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00]]
|
12524
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12525
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12526
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = 1 [["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["average_time", Mon, 07 Oct 2013 08:30:00 UTC +00:00], ["hits", 2]]
|
12527
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12528
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12529
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
12530
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12531
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12532
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12533
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12534
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12535
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12536
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12537
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00]]
|
12538
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12539
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12540
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["ends_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00]]
|
12541
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12542
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12543
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00]]
|
12544
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12545
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12546
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = 1 [["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["average_time", Mon, 07 Oct 2013 08:30:00 UTC +00:00], ["hits", 2]]
|
12547
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12548
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12549
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
12550
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12551
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12552
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12553
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12554
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12555
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12556
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12557
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00]]
|
12558
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12559
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12560
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["ends_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00]]
|
12561
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12562
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12563
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00]]
|
12564
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12565
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12566
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = 1 [["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["average_time", Mon, 07 Oct 2013 08:30:00 UTC +00:00], ["hits", 2]]
|
12567
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12568
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12569
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
12570
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12571
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12572
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12573
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12574
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12575
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12576
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12577
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00]]
|
12578
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12579
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12580
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["ends_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00]]
|
12581
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12582
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12583
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00]]
|
12584
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12585
|
+
[1m[36mPunch Load (0.4ms)[0m [1mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2013-10-07 00:00:00.000000' AND punches.ends_at <= '2013-10-07 23:59:59.999999') AND (id != 3) AND (punches.hits > 1) ORDER BY punches.average_time DESC LIMIT 1[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
12586
|
+
[1m[35mPunch Load (0.3ms)[0m SELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2013-10-07 00:00:00.000000' AND punches.ends_at <= '2013-10-07 23:59:59.999999') AND (id != 3) ORDER BY punches.average_time DESC LIMIT 1 [["punchable_id", 1], ["punchable_type", "Article"]]
|
12587
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
12588
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12589
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12590
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bluths"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12591
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12592
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12593
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 09:00:00 UTC +00:00]]
|
12594
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12595
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12596
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["ends_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 14 Oct 2013 07:00:00 UTC +00:00]]
|
12597
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12598
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12599
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 08:00:00 UTC +00:00]]
|
12600
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12601
|
+
[1m[36mPunch Load (0.1ms)[0m [1mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2013-10-07 00:00:00.000000' AND punches.ends_at <= '2013-10-07 23:59:59.999999') AND (id != 3) AND (punches.hits > 1) ORDER BY punches.average_time DESC LIMIT 1[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
12602
|
+
[1m[35mPunch Load (0.1ms)[0m SELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2013-10-07 00:00:00.000000' AND punches.ends_at <= '2013-10-07 23:59:59.999999') AND (id != 3) ORDER BY punches.average_time DESC LIMIT 1 [["punchable_id", 1], ["punchable_type", "Article"]]
|
12603
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12604
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12605
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12606
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12607
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12608
|
+
[1m[35m (0.2ms)[0m SELECT SUM("punches"."hits") AS sum_id FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? [["punchable_id", 1], ["punchable_type", "Article"]]
|
12609
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12610
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12611
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12612
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12613
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12614
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12615
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12616
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12617
|
+
[1m[36m (0.1ms)[0m [1mSELECT SUM("punches"."hits") AS sum_id FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
12618
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12619
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12620
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12621
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12622
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
12623
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("punches"."hits") AS sum_id FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
12624
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12625
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12626
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12627
|
+
[1m[36m (0.1ms)[0m [1mSELECT SUM("punches"."hits") AS sum_id FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
12628
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
12629
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12630
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12631
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12632
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12633
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12634
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12635
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12636
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12637
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12638
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12639
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12640
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12641
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12642
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12643
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12644
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
12645
|
+
[1m[36mArticle Load (0.4ms)[0m [1mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT 5[0m
|
12646
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
12647
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
12648
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12649
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12650
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12651
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12652
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12653
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12654
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12655
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12656
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12657
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12658
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12659
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12660
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12661
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12662
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12663
|
+
[1m[36mArticle Load (0.3ms)[0m [1mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT 5[0m
|
12664
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
12665
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12666
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12667
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12668
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12669
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12670
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12671
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12672
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12673
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12674
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12675
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12676
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12677
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12678
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12679
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12680
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12681
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12682
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "American Apparel aute Banksy officia ugh."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Hipsters"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12683
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12684
|
+
[1m[35mArticle Load (0.3ms)[0m SELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT 5
|
12685
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12686
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12687
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12688
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12689
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12690
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12691
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12692
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12693
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12694
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12695
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12696
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12697
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12698
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12699
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12700
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12701
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12702
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT 1
|
12703
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12704
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12705
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12706
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12707
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12709
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12710
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12711
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12712
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12713
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12714
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12715
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12716
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12717
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12718
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12719
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12720
|
+
[1m[35mArticle Load (0.3ms)[0m SELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT 5
|
12721
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
12722
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12723
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12724
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12725
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12726
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12727
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12728
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12729
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12730
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12731
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12732
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12733
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12734
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12735
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12736
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12737
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12738
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" LEFT OUTER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "articles"."id" ORDER BY SUM(punches.hits) DESC
|
12739
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12740
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12741
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12742
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12743
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12744
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12745
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12746
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12747
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12748
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12749
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12750
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12751
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12752
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12753
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12754
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12755
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12756
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12757
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "American Apparel aute Banksy officia ugh."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Hipsters"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12758
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12759
|
+
[1m[36mArticle Load (0.3ms)[0m [1mSELECT "articles".* FROM "articles" LEFT OUTER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "articles"."id" ORDER BY SUM(punches.hits) DESC[0m
|
12760
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12761
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12762
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12763
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12764
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12765
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12766
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12767
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12768
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12769
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12770
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12771
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12772
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12773
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12774
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12775
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12776
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12777
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" LEFT OUTER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "articles"."id" ORDER BY SUM(punches.hits) DESC[0m
|
12778
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12779
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12780
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12781
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12782
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12783
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12784
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12785
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12786
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12787
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12788
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12789
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
12790
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12791
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12792
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
12793
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12794
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12795
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" LEFT OUTER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT 1[0m
|
12796
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
12797
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12798
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12799
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Lebowski"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12800
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12801
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12802
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?) [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12803
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12804
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12805
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12806
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12807
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
12808
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["title", "Bacon"], ["updated_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12809
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
12810
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
12811
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "punches" ("average_time", "ends_at", "punchable_id", "punchable_type", "starts_at") VALUES (?, ?, ?, ?, ?)[0m [["average_time", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["ends_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00], ["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", Mon, 07 Oct 2013 17:21:13 UTC +00:00]]
|
12812
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
12813
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" LEFT OUTER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = 'Article' GROUP BY "articles"."id" ORDER BY SUM(punches.hits) DESC[0m
|
12814
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: punching_bag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Crownoble
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-10-
|
11
|
+
date: 2013-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -121,7 +121,8 @@ files:
|
|
121
121
|
- spec/internal/app/models/article.rb
|
122
122
|
- spec/internal/log/test.log
|
123
123
|
homepage: https://github.com/biola/punching_bag
|
124
|
-
licenses:
|
124
|
+
licenses:
|
125
|
+
- MIT
|
125
126
|
metadata: {}
|
126
127
|
post_install_message:
|
127
128
|
rdoc_options: []
|