punching_bag 0.6.1 → 0.7.0
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/db/combustion_test.sqlite +0 -0
- data/spec/internal/log/test.log +563 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fd1a13341be82e0dd3b6a87bd82b76495125682863e71fb4f7a7119b61b0c4a
|
4
|
+
data.tar.gz: 9eddacf57af92c9be5fcf9255908bda19181a49e6bcf475927be032578755e14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89194f0c59c59890a797c0f4373f71e932604f81e50f3a1bb6c9f12d324fa5debbe9632be5d4da8a89d24129725590ed0611adb0424518f8360473a3128c8eea
|
7
|
+
data.tar.gz: 501ec76e44179c8886d654024358a23a749abc854cd062001192ca81c0c023d5387f7689045296b2bc52d14b8085eb0e1b24f73f7854229254108b9ef9778ad3
|
data/lib/punching_bag/version.rb
CHANGED
Binary file
|
data/spec/internal/log/test.log
CHANGED
@@ -16228,3 +16228,566 @@
|
|
16228
16228
|
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16229
16229
|
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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 ? OFFSET ?[0m [["LIMIT", 1], ["OFFSET", 1]]
|
16230
16230
|
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
16231
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "articles"[0m
|
16232
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
16233
|
+
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "articles" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
16234
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "punches"[0m
|
16235
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE 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)[0m
|
16236
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE INDEX "index_punches_on_average_time" ON "punches" ("average_time")[0m
|
16237
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE INDEX "punchable_index" ON "punches" ("punchable_type", "punchable_id")[0m
|
16238
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
16239
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
16240
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16241
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-12-18 02:17:35.958513"], ["updated_at", "2019-12-18 02:17:35.958513"]]
|
16242
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
16243
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
16244
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
16245
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16246
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
16247
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16248
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16249
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Article 1"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.221960"], ["updated_at", "2019-12-18 02:17:36.221960"]]
|
16250
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16251
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16252
|
+
[1m[36mPunch Create (0.2ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.231700"], ["ends_at", "2019-12-18 02:17:36.231700"], ["average_time", "2019-12-18 02:17:36.231700"]]
|
16253
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16254
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16255
|
+
[1m[36mArticle Create (0.1ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Article 2"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.232934"], ["updated_at", "2019-12-18 02:17:36.232934"]]
|
16256
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16257
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16258
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.233933"], ["ends_at", "2019-12-18 02:17:36.233933"], ["average_time", "2019-12-18 02:17:36.233933"]]
|
16259
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16260
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16261
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.235081"], ["ends_at", "2019-12-18 02:17:36.235081"], ["average_time", "2019-12-18 02:17:36.235081"]]
|
16262
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16263
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = ? GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT ?[0m [["punchable_type", "Article"], ["LIMIT", 5]]
|
16264
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16265
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16266
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16267
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Article 1"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.245557"], ["updated_at", "2019-12-18 02:17:36.245557"]]
|
16268
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16269
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16270
|
+
[1m[36mPunch Create (0.2ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.246700"], ["ends_at", "2019-12-18 02:17:36.246700"], ["average_time", "2019-12-18 02:17:36.246700"]]
|
16271
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16272
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16273
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Article 2"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.247580"], ["updated_at", "2019-12-18 02:17:36.247580"]]
|
16274
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16275
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16276
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.248268"], ["ends_at", "2019-12-18 02:17:36.248268"], ["average_time", "2019-12-18 02:17:36.248268"]]
|
16277
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16278
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16279
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.249028"], ["ends_at", "2019-12-18 02:17:36.249028"], ["average_time", "2019-12-18 02:17:36.249028"]]
|
16280
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16281
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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
|
16282
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16283
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16284
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16285
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Article 1"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.251662"], ["updated_at", "2019-12-18 02:17:36.251662"]]
|
16286
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16287
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16288
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.253180"], ["ends_at", "2019-12-18 02:17:36.253180"], ["average_time", "2019-12-18 02:17:36.253180"]]
|
16289
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16290
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16291
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Article 2"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.254099"], ["updated_at", "2019-12-18 02:17:36.254099"]]
|
16292
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16293
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16294
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.254792"], ["ends_at", "2019-12-18 02:17:36.254792"], ["average_time", "2019-12-18 02:17:36.254792"]]
|
16295
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16296
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16297
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.255721"], ["ends_at", "2019-12-18 02:17:36.255721"], ["average_time", "2019-12-18 02:17:36.255721"]]
|
16298
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16299
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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) ASC[0m
|
16300
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16301
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16302
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16303
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hector"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.257922"], ["updated_at", "2019-12-18 02:17:36.257922"]]
|
16304
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16305
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16306
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16307
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "punches"[0m
|
16308
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16309
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hector"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.262172"], ["updated_at", "2019-12-18 02:17:36.262172"]]
|
16310
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16311
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16312
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.263616"], ["ends_at", "2019-12-18 02:17:36.263616"], ["average_time", "2019-12-18 02:17:36.263616"]]
|
16313
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16314
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "punches"[0m
|
16315
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16316
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16317
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "punches"[0m
|
16318
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16319
|
+
[1m[36mArticle Create (0.2ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hector"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.266145"], ["updated_at", "2019-12-18 02:17:36.266145"]]
|
16320
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16321
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16322
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.267129"], ["ends_at", "2019-12-18 02:17:36.267129"], ["average_time", "2019-12-18 02:17:36.267129"]]
|
16323
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16324
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "punches"[0m
|
16325
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16326
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16327
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches"[0m
|
16328
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16329
|
+
[1m[36mArticle Create (0.2ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hector"], ["content", "Ding, ding ding... ding. Ding. DING. DING! "], ["created_at", "2019-12-18 02:17:36.270240"], ["updated_at", "2019-12-18 02:17:36.270240"]]
|
16330
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16331
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16332
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time", "hits") VALUES (?, ?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.271199"], ["ends_at", "2019-12-18 02:17:36.271199"], ["average_time", "2019-12-18 02:17:36.271199"], ["hits", 2]]
|
16333
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16334
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches"[0m
|
16335
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16336
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16337
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
16338
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16339
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16340
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.275254"], ["updated_at", "2019-12-18 02:17:36.275254"]]
|
16341
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16342
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16343
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16344
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16345
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.277782"], ["updated_at", "2019-12-18 02:17:36.277782"]]
|
16346
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16347
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
16348
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16349
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16350
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.283704"], ["updated_at", "2019-12-18 02:17:36.283704"]]
|
16351
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16352
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16353
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
16354
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16355
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.286773"], ["updated_at", "2019-12-18 02:17:36.286773"]]
|
16356
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16357
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16358
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16359
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16360
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.289191"], ["updated_at", "2019-12-18 02:17:36.289191"]]
|
16361
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16362
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16363
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16364
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16365
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.291427"], ["updated_at", "2019-12-18 02:17:36.291427"]]
|
16366
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16367
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16368
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16369
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16370
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.293783"], ["updated_at", "2019-12-18 02:17:36.293783"]]
|
16371
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16372
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16373
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
16374
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16375
|
+
[1m[36mArticle Create (0.6ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.297412"], ["updated_at", "2019-12-18 02:17:36.297412"]]
|
16376
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16377
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16378
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16379
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16380
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.300171"], ["updated_at", "2019-12-18 02:17:36.300171"]]
|
16381
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16382
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16383
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16384
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16385
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.302975"], ["updated_at", "2019-12-18 02:17:36.302975"]]
|
16386
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16387
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16388
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16389
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16390
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.305480"], ["updated_at", "2019-12-18 02:17:36.305480"]]
|
16391
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16392
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16393
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16394
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16395
|
+
[1m[36mArticle Create (0.2ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.307673"], ["updated_at", "2019-12-18 02:17:36.307673"]]
|
16396
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16397
|
+
[1m[36mPunch Load (0.1ms)[0m [1m[34mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.hits > 1) AND (punches.starts_at >= '2019-12-17 00:00:00' AND punches.ends_at <= '2019-12-17 23:59:59.999999') ORDER BY punches.average_time DESC LIMIT ?[0m [["punchable_id", 1], ["punchable_type", "Article"], ["LIMIT", 1]]
|
16398
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16399
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16400
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16401
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.318140"], ["updated_at", "2019-12-18 02:17:36.318140"]]
|
16402
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16403
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16404
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16405
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16406
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.320758"], ["updated_at", "2019-12-18 02:17:36.320758"]]
|
16407
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16408
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16409
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16410
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16411
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.323320"], ["updated_at", "2019-12-18 02:17:36.323320"]]
|
16412
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16413
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16414
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16415
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16416
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.325776"], ["updated_at", "2019-12-18 02:17:36.325776"]]
|
16417
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16418
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16419
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16420
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16421
|
+
[1m[36mArticle Create (0.7ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.328625"], ["updated_at", "2019-12-18 02:17:36.328625"]]
|
16422
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16423
|
+
[1m[36mPunch Load (0.1ms)[0m [1m[34mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.hits > 1) AND (punches.starts_at >= '2019-12-01 00:00:00' AND punches.ends_at <= '2019-12-31 23:59:59.999999') ORDER BY punches.average_time DESC LIMIT ?[0m [["punchable_id", 1], ["punchable_type", "Article"], ["LIMIT", 1]]
|
16424
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16425
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16426
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16427
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.333868"], ["updated_at", "2019-12-18 02:17:36.333868"]]
|
16428
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16429
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16430
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16431
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16432
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.337196"], ["updated_at", "2019-12-18 02:17:36.337196"]]
|
16433
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16434
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16435
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16436
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16437
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.339822"], ["updated_at", "2019-12-18 02:17:36.339822"]]
|
16438
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16439
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16440
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16441
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16442
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.342063"], ["updated_at", "2019-12-18 02:17:36.342063"]]
|
16443
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16444
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16445
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16446
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16447
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.344266"], ["updated_at", "2019-12-18 02:17:36.344266"]]
|
16448
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16449
|
+
[1m[36mPunch Load (0.2ms)[0m [1m[34mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.hits > 1) AND (punches.starts_at >= '2019-01-01 00:00:00' AND punches.ends_at <= '2019-12-31 23:59:59.999999') ORDER BY punches.average_time DESC LIMIT ?[0m [["punchable_id", 1], ["punchable_type", "Article"], ["LIMIT", 1]]
|
16450
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16451
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16452
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16453
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.348679"], ["updated_at", "2019-12-18 02:17:36.348679"]]
|
16454
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16455
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16456
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.349599"], ["ends_at", "2019-12-18 02:17:36.349599"], ["average_time", "2019-12-18 02:17:36.349599"]]
|
16457
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16458
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "punches"[0m
|
16459
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "punches"[0m
|
16460
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16461
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16462
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16463
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.387871"], ["updated_at", "2019-12-18 02:17:36.387871"]]
|
16464
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16465
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16466
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 09:00:00"], ["ends_at", "2019-12-17 09:00:00"], ["average_time", "2019-12-17 09:00:00"]]
|
16467
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16468
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16469
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-24 07:00:00"], ["ends_at", "2019-12-24 07:00:00"], ["average_time", "2019-12-24 07:00:00"]]
|
16470
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16471
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16472
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 08:00:00"], ["ends_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:00:00"]]
|
16473
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16474
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16475
|
+
[1m[36mPunch Update (0.1ms)[0m [1m[33mUPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = ?[0m [["starts_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:30:00"], ["hits", 2], ["id", 1]]
|
16476
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16477
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16478
|
+
[1m[36mPunch Destroy (0.0ms)[0m [1m[31mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
16479
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16480
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16481
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16482
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16483
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.393960"], ["updated_at", "2019-12-18 02:17:36.393960"]]
|
16484
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16485
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16486
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 09:00:00"], ["ends_at", "2019-12-17 09:00:00"], ["average_time", "2019-12-17 09:00:00"]]
|
16487
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16488
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16489
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-24 07:00:00"], ["ends_at", "2019-12-24 07:00:00"], ["average_time", "2019-12-24 07:00:00"]]
|
16490
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16491
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16492
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 08:00:00"], ["ends_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:00:00"]]
|
16493
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16494
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16495
|
+
[1m[36mPunch Update (0.1ms)[0m [1m[33mUPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = ?[0m [["starts_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:30:00"], ["hits", 2], ["id", 1]]
|
16496
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16497
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16498
|
+
[1m[36mPunch Destroy (0.0ms)[0m [1m[31mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
16499
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16500
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16501
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16502
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16503
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.399819"], ["updated_at", "2019-12-18 02:17:36.399819"]]
|
16504
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16505
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16506
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 09:00:00"], ["ends_at", "2019-12-17 09:00:00"], ["average_time", "2019-12-17 09:00:00"]]
|
16507
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16508
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16509
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-24 07:00:00"], ["ends_at", "2019-12-24 07:00:00"], ["average_time", "2019-12-24 07:00:00"]]
|
16510
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16511
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16512
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 08:00:00"], ["ends_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:00:00"]]
|
16513
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16514
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16515
|
+
[1m[36mPunch Update (0.1ms)[0m [1m[33mUPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = ?[0m [["starts_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:30:00"], ["hits", 2], ["id", 1]]
|
16516
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16517
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16518
|
+
[1m[36mPunch Destroy (0.0ms)[0m [1m[31mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
16519
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16520
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16521
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16522
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16523
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.406109"], ["updated_at", "2019-12-18 02:17:36.406109"]]
|
16524
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16525
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16526
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 09:00:00"], ["ends_at", "2019-12-17 09:00:00"], ["average_time", "2019-12-17 09:00:00"]]
|
16527
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16528
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16529
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-24 07:00:00"], ["ends_at", "2019-12-24 07:00:00"], ["average_time", "2019-12-24 07:00:00"]]
|
16530
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16531
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16532
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 08:00:00"], ["ends_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:00:00"]]
|
16533
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16534
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16535
|
+
[1m[36mPunch Update (0.1ms)[0m [1m[33mUPDATE "punches" SET "starts_at" = ?, "average_time" = ?, "hits" = ? WHERE "punches"."id" = ?[0m [["starts_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:30:00"], ["hits", 2], ["id", 1]]
|
16536
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16537
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16538
|
+
[1m[36mPunch Destroy (0.0ms)[0m [1m[31mDELETE FROM "punches" WHERE "punches"."id" = ?[0m [["id", 3]]
|
16539
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16540
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16541
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16542
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16543
|
+
[1m[36mArticle Create (0.4ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.423108"], ["updated_at", "2019-12-18 02:17:36.423108"]]
|
16544
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16545
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16546
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 09:00:00"], ["ends_at", "2019-12-17 09:00:00"], ["average_time", "2019-12-17 09:00:00"]]
|
16547
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16548
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16549
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-24 07:00:00"], ["ends_at", "2019-12-24 07:00:00"], ["average_time", "2019-12-24 07:00:00"]]
|
16550
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16551
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16552
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 08:00:00"], ["ends_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:00:00"]]
|
16553
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16554
|
+
[1m[36mPunch Load (0.1ms)[0m [1m[34mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2019-12-17 00:00:00' AND punches.ends_at <= '2019-12-17 23:59:59.999999') AND (id != 3) AND (punches.hits > 1) ORDER BY punches.average_time DESC LIMIT ?[0m [["punchable_id", 1], ["punchable_type", "Article"], ["LIMIT", 1]]
|
16555
|
+
[1m[36mPunch Load (0.2ms)[0m [1m[34mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2019-12-17 00:00:00' AND punches.ends_at <= '2019-12-17 23:59:59.999999') AND (id != 3) ORDER BY punches.average_time DESC LIMIT ?[0m [["punchable_id", 1], ["punchable_type", "Article"], ["LIMIT", 1]]
|
16556
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
16557
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
16558
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16559
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bluths"], ["content", "I know, I just call her Annabelle cause she's shaped like a... she's the belle of the ball!"], ["created_at", "2019-12-18 02:17:36.431771"], ["updated_at", "2019-12-18 02:17:36.431771"]]
|
16560
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16561
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16562
|
+
[1m[36mPunch Create (0.4ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 09:00:00"], ["ends_at", "2019-12-17 09:00:00"], ["average_time", "2019-12-17 09:00:00"]]
|
16563
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16564
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16565
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-24 07:00:00"], ["ends_at", "2019-12-24 07:00:00"], ["average_time", "2019-12-24 07:00:00"]]
|
16566
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16567
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16568
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-17 08:00:00"], ["ends_at", "2019-12-17 08:00:00"], ["average_time", "2019-12-17 08:00:00"]]
|
16569
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16570
|
+
[1m[36mPunch Load (0.1ms)[0m [1m[34mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2019-12-17 00:00:00' AND punches.ends_at <= '2019-12-17 23:59:59.999999') AND (id != 3) AND (punches.hits > 1) ORDER BY punches.average_time DESC LIMIT ?[0m [["punchable_id", 1], ["punchable_type", "Article"], ["LIMIT", 1]]
|
16571
|
+
[1m[36mPunch Load (0.1ms)[0m [1m[34mSELECT "punches".* FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ? AND (punches.starts_at >= '2019-12-17 00:00:00' AND punches.ends_at <= '2019-12-17 23:59:59.999999') AND (id != 3) ORDER BY punches.average_time DESC LIMIT ?[0m [["punchable_id", 1], ["punchable_type", "Article"], ["LIMIT", 1]]
|
16572
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16573
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16574
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16575
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.439999"], ["updated_at", "2019-12-18 02:17:36.439999"]]
|
16576
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16577
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
16578
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16579
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16580
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16581
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.442626"], ["updated_at", "2019-12-18 02:17:36.442626"]]
|
16582
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16583
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16584
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.443683"], ["ends_at", "2019-12-18 02:17:36.443683"], ["average_time", "2019-12-18 02:17:36.443683"]]
|
16585
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16586
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
16587
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16588
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
16589
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16590
|
+
[1m[36mArticle Create (0.4ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.447110"], ["updated_at", "2019-12-18 02:17:36.447110"]]
|
16591
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16592
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
16593
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16594
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.449135"], ["ends_at", "2019-12-18 02:17:36.449135"], ["average_time", "2019-12-18 02:17:36.449135"]]
|
16595
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16596
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
16597
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16598
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16599
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16600
|
+
[1m[36mArticle Create (0.5ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.451972"], ["updated_at", "2019-12-18 02:17:36.451972"]]
|
16601
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16602
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
16603
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16604
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time", "hits") VALUES (?, ?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.453974"], ["ends_at", "2019-12-18 02:17:36.453974"], ["average_time", "2019-12-18 02:17:36.453974"], ["hits", 2]]
|
16605
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16606
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT SUM("punches"."hits") FROM "punches" WHERE "punches"."punchable_id" = ? AND "punches"."punchable_type" = ?[0m [["punchable_id", 1], ["punchable_type", "Article"]]
|
16607
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16608
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16609
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16610
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.456157"], ["updated_at", "2019-12-18 02:17:36.456157"]]
|
16611
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16612
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16613
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.457152"], ["ends_at", "2019-12-18 02:17:36.457152"], ["average_time", "2019-12-18 02:17:36.457152"]]
|
16614
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16615
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16616
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.458007"], ["ends_at", "2019-12-18 02:17:36.458007"], ["average_time", "2019-12-18 02:17:36.458007"]]
|
16617
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16618
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16619
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.458699"], ["updated_at", "2019-12-18 02:17:36.458699"]]
|
16620
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16621
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16622
|
+
[1m[36mPunch Create (0.0ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.459333"], ["ends_at", "2019-12-18 02:17:36.459333"], ["average_time", "2019-12-18 02:17:36.459333"]]
|
16623
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16624
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = ? GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT ?[0m [["punchable_type", "Article"], ["LIMIT", 5]]
|
16625
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16626
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16627
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16628
|
+
[1m[36mArticle Create (0.5ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.462289"], ["updated_at", "2019-12-18 02:17:36.462289"]]
|
16629
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16630
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16631
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.464406"], ["ends_at", "2019-12-18 02:17:36.464406"], ["average_time", "2019-12-18 02:17:36.464406"]]
|
16632
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16633
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16634
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.465501"], ["ends_at", "2019-12-18 02:17:36.465501"], ["average_time", "2019-12-18 02:17:36.465501"]]
|
16635
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16636
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16637
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.466218"], ["updated_at", "2019-12-18 02:17:36.466218"]]
|
16638
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16639
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16640
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.466902"], ["ends_at", "2019-12-18 02:17:36.466902"], ["average_time", "2019-12-18 02:17:36.466902"]]
|
16641
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16642
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = ? GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT ?[0m [["punchable_type", "Article"], ["LIMIT", 5]]
|
16643
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16644
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16645
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16646
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.470069"], ["updated_at", "2019-12-18 02:17:36.470069"]]
|
16647
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16648
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16649
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.471097"], ["ends_at", "2019-12-18 02:17:36.471097"], ["average_time", "2019-12-18 02:17:36.471097"]]
|
16650
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16651
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16652
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.471940"], ["ends_at", "2019-12-18 02:17:36.471940"], ["average_time", "2019-12-18 02:17:36.471940"]]
|
16653
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16654
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16655
|
+
[1m[36mArticle Create (0.1ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.473032"], ["updated_at", "2019-12-18 02:17:36.473032"]]
|
16656
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16657
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16658
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.473906"], ["ends_at", "2019-12-18 02:17:36.473906"], ["average_time", "2019-12-18 02:17:36.473906"]]
|
16659
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16660
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16661
|
+
[1m[36mArticle Create (0.1ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hipsters"], ["content", "American Apparel aute Banksy officia ugh."], ["created_at", "2019-12-18 02:17:36.474810"], ["updated_at", "2019-12-18 02:17:36.474810"]]
|
16662
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16663
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = ? GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT ?[0m [["punchable_type", "Article"], ["LIMIT", 5]]
|
16664
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16665
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16666
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16667
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.477537"], ["updated_at", "2019-12-18 02:17:36.477537"]]
|
16668
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16669
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16670
|
+
[1m[36mPunch Create (0.2ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.479726"], ["ends_at", "2019-12-18 02:17:36.479726"], ["average_time", "2019-12-18 02:17:36.479726"]]
|
16671
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16672
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16673
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.481782"], ["ends_at", "2019-12-18 02:17:36.481782"], ["average_time", "2019-12-18 02:17:36.481782"]]
|
16674
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16675
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16676
|
+
[1m[36mArticle Create (0.1ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.482739"], ["updated_at", "2019-12-18 02:17:36.482739"]]
|
16677
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16678
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16679
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.483630"], ["ends_at", "2019-12-18 02:17:36.483630"], ["average_time", "2019-12-18 02:17:36.483630"]]
|
16680
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16681
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = ? GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT ?[0m [["punchable_type", "Article"], ["LIMIT", 1]]
|
16682
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16683
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16684
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16685
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.487538"], ["updated_at", "2019-12-18 02:17:36.487538"]]
|
16686
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16687
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16688
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.488741"], ["ends_at", "2019-12-18 02:17:36.488741"], ["average_time", "2019-12-18 02:17:36.488741"]]
|
16689
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16690
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16691
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.489645"], ["ends_at", "2019-12-18 02:17:36.489645"], ["average_time", "2019-12-18 02:17:36.489645"]]
|
16692
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16693
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16694
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.490342"], ["updated_at", "2019-12-18 02:17:36.490342"]]
|
16695
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16696
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16697
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.490973"], ["ends_at", "2019-12-18 02:17:36.490973"], ["average_time", "2019-12-18 02:17:36.490973"]]
|
16698
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16699
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" INNER JOIN "punches" ON "punches"."punchable_id" = "articles"."id" AND "punches"."punchable_type" = ? GROUP BY "punches"."punchable_type", "punches"."punchable_id", "articles"."id" ORDER BY SUM(punches.hits) DESC LIMIT ? OFFSET ?[0m [["punchable_type", "Article"], ["LIMIT", 1], ["OFFSET", 1]]
|
16700
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16701
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16702
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16703
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.493930"], ["updated_at", "2019-12-18 02:17:36.493930"]]
|
16704
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16705
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16706
|
+
[1m[36mPunch Create (0.2ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.495112"], ["ends_at", "2019-12-18 02:17:36.495112"], ["average_time", "2019-12-18 02:17:36.495112"]]
|
16707
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16708
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16709
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.496598"], ["ends_at", "2019-12-18 02:17:36.496598"], ["average_time", "2019-12-18 02:17:36.496598"]]
|
16710
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16711
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16712
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.497843"], ["updated_at", "2019-12-18 02:17:36.497843"]]
|
16713
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16714
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16715
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.498540"], ["ends_at", "2019-12-18 02:17:36.498540"], ["average_time", "2019-12-18 02:17:36.498540"]]
|
16716
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16717
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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
|
16718
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
16719
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16720
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16721
|
+
[1m[36mArticle Create (0.4ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.501471"], ["updated_at", "2019-12-18 02:17:36.501471"]]
|
16722
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16723
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16724
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.502855"], ["ends_at", "2019-12-18 02:17:36.502855"], ["average_time", "2019-12-18 02:17:36.502855"]]
|
16725
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16726
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16727
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.503956"], ["ends_at", "2019-12-18 02:17:36.503956"], ["average_time", "2019-12-18 02:17:36.503956"]]
|
16728
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16729
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16730
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.504670"], ["updated_at", "2019-12-18 02:17:36.504670"]]
|
16731
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16732
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16733
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.505313"], ["ends_at", "2019-12-18 02:17:36.505313"], ["average_time", "2019-12-18 02:17:36.505313"]]
|
16734
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16735
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16736
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hipsters"], ["content", "American Apparel aute Banksy officia ugh."], ["created_at", "2019-12-18 02:17:36.506012"], ["updated_at", "2019-12-18 02:17:36.506012"]]
|
16737
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16738
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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
|
16739
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16740
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16741
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16742
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.508057"], ["updated_at", "2019-12-18 02:17:36.508057"]]
|
16743
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16744
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16745
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.509056"], ["ends_at", "2019-12-18 02:17:36.509056"], ["average_time", "2019-12-18 02:17:36.509056"]]
|
16746
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16747
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16748
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.509989"], ["ends_at", "2019-12-18 02:17:36.509989"], ["average_time", "2019-12-18 02:17:36.509989"]]
|
16749
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16750
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16751
|
+
[1m[36mArticle Create (0.0ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.510700"], ["updated_at", "2019-12-18 02:17:36.510700"]]
|
16752
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16753
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16754
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.511568"], ["ends_at", "2019-12-18 02:17:36.511568"], ["average_time", "2019-12-18 02:17:36.511568"]]
|
16755
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16756
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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
|
16757
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
16758
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16759
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16760
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.515308"], ["updated_at", "2019-12-18 02:17:36.515308"]]
|
16761
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16762
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16763
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.516336"], ["ends_at", "2019-12-18 02:17:36.516336"], ["average_time", "2019-12-18 02:17:36.516336"]]
|
16764
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16765
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16766
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.517188"], ["ends_at", "2019-12-18 02:17:36.517188"], ["average_time", "2019-12-18 02:17:36.517188"]]
|
16767
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16768
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16769
|
+
[1m[36mArticle Create (0.1ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.518096"], ["updated_at", "2019-12-18 02:17:36.518096"]]
|
16770
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16771
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16772
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.518992"], ["ends_at", "2019-12-18 02:17:36.518992"], ["average_time", "2019-12-18 02:17:36.518992"]]
|
16773
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16774
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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 ?[0m [["LIMIT", 1]]
|
16775
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
16776
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16777
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16778
|
+
[1m[36mArticle Create (0.3ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Lebowski"], ["content", "Lebowski ipsum over the line! Dolor sit amet, consectetur adipiscing elit praesent ac."], ["created_at", "2019-12-18 02:17:36.521696"], ["updated_at", "2019-12-18 02:17:36.521696"]]
|
16779
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16780
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16781
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.522919"], ["ends_at", "2019-12-18 02:17:36.522919"], ["average_time", "2019-12-18 02:17:36.522919"]]
|
16782
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16783
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16784
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 1], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.524056"], ["ends_at", "2019-12-18 02:17:36.524056"], ["average_time", "2019-12-18 02:17:36.524056"]]
|
16785
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16786
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16787
|
+
[1m[36mArticle Create (0.1ms)[0m [1m[32mINSERT INTO "articles" ("title", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Bacon"], ["content", "Bacon ipsum dolor sit amet turkey short ribs tri-tip"], ["created_at", "2019-12-18 02:17:36.524981"], ["updated_at", "2019-12-18 02:17:36.524981"]]
|
16788
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16789
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
16790
|
+
[1m[36mPunch Create (0.1ms)[0m [1m[32mINSERT INTO "punches" ("punchable_id", "punchable_type", "starts_at", "ends_at", "average_time") VALUES (?, ?, ?, ?, ?)[0m [["punchable_id", 2], ["punchable_type", "Article"], ["starts_at", "2019-12-18 02:17:36.526056"], ["ends_at", "2019-12-18 02:17:36.526056"], ["average_time", "2019-12-18 02:17:36.526056"]]
|
16791
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
16792
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "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 ? OFFSET ?[0m [["LIMIT", 1], ["OFFSET", 1]]
|
16793
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
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.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Crownoble
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -28,16 +28,16 @@ dependencies:
|
|
28
28
|
name: voight_kampff
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0
|
33
|
+
version: '1.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0
|
40
|
+
version: '1.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: activerecord
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|