cmor_tags 0.0.1.pre → 0.0.2.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +8 -10
- data/spec/dummy/log/development.log +0 -188
- data/spec/dummy/log/test.log +0 -282
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 540d691000ce2badf185cfe71cda130f799f378c99cf0b9aad28e6fd42947aee
|
4
|
+
data.tar.gz: 57fcb51b9de6717cf36352ea8ce5d6ab505b1775329e1796d7a11d65d1304b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3189e3416dcdf228a4bdd2f224720ac79b3864cb0f11f2a11f4c9da6f7cc8f39ce06fdf79be4067f48a35784de84460e0a13e24c9591eead1ea56bc229e8adbd
|
7
|
+
data.tar.gz: 81884ed8073063cd9cf16b2aad6b245c6fd207d7b40d974e7a5bbc3a734c489bf979c83c6b9d4024bf33cd856f60ddeacf50e839ebed5270550ea02397b59048
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cmor_tags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roberto Vasquez Angel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.0.
|
33
|
+
version: 0.0.2.pre
|
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.0.
|
40
|
+
version: 0.0.2.pre
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: sqlite3
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -296,28 +296,28 @@ dependencies:
|
|
296
296
|
requirements:
|
297
297
|
- - ">="
|
298
298
|
- !ruby/object:Gem::Version
|
299
|
-
version: 0.0.
|
299
|
+
version: 0.0.16.pre
|
300
300
|
type: :runtime
|
301
301
|
prerelease: false
|
302
302
|
version_requirements: !ruby/object:Gem::Requirement
|
303
303
|
requirements:
|
304
304
|
- - ">="
|
305
305
|
- !ruby/object:Gem::Version
|
306
|
-
version: 0.0.
|
306
|
+
version: 0.0.16.pre
|
307
307
|
- !ruby/object:Gem::Dependency
|
308
308
|
name: rao-service_controller
|
309
309
|
requirement: !ruby/object:Gem::Requirement
|
310
310
|
requirements:
|
311
311
|
- - ">="
|
312
312
|
- !ruby/object:Gem::Version
|
313
|
-
version: 0.0.
|
313
|
+
version: 0.0.16.pre
|
314
314
|
type: :runtime
|
315
315
|
prerelease: false
|
316
316
|
version_requirements: !ruby/object:Gem::Requirement
|
317
317
|
requirements:
|
318
318
|
- - ">="
|
319
319
|
- !ruby/object:Gem::Version
|
320
|
-
version: 0.0.
|
320
|
+
version: 0.0.16.pre
|
321
321
|
- !ruby/object:Gem::Dependency
|
322
322
|
name: responders
|
323
323
|
requirement: !ruby/object:Gem::Requirement
|
@@ -408,8 +408,6 @@ files:
|
|
408
408
|
- spec/dummy/db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb
|
409
409
|
- spec/dummy/db/migrate/20190325181525_create_posts.rb
|
410
410
|
- spec/dummy/db/test.sqlite3
|
411
|
-
- spec/dummy/log/development.log
|
412
|
-
- spec/dummy/log/test.log
|
413
411
|
- spec/dummy/package.json
|
414
412
|
- spec/dummy/public/apple-touch-icon-precomposed.png
|
415
413
|
- spec/dummy/public/apple-touch-icon.png
|
@@ -1,188 +0,0 @@
|
|
1
|
-
[1m[35m (0.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
|
-
↳ bin/rails:4
|
3
|
-
[1m[35m (7.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4
|
-
↳ bin/rails:4
|
5
|
-
[1m[35m (4.5ms)[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
|
6
|
-
↳ bin/rails:4
|
7
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
8
|
-
↳ bin/rails:4
|
9
|
-
Migrating to ActsAsTaggableOnMigration (20190325181515)
|
10
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11
|
-
↳ bin/rails:4
|
12
|
-
[1m[35m (0.6ms)[0m [1m[35mCREATE TABLE "tags" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime)[0m
|
13
|
-
↳ db/migrate/20190325181515_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb:9
|
14
|
-
[1m[35m (0.3ms)[0m [1m[35mCREATE TABLE "taggings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "taggable_type" varchar, "taggable_id" integer, "tagger_type" varchar, "tagger_id" integer, "context" varchar(128), "created_at" datetime, CONSTRAINT "fk_rails_9fcd2e236b"
|
15
|
-
FOREIGN KEY ("tag_id")
|
16
|
-
REFERENCES "tags" ("id")
|
17
|
-
)[0m
|
18
|
-
↳ db/migrate/20190325181515_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb:14
|
19
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")[0m
|
20
|
-
↳ db/migrate/20190325181515_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb:29
|
21
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "taggings_taggable_context_idx" ON "taggings" ("taggable_id", "taggable_type", "context")[0m
|
22
|
-
↳ db/migrate/20190325181515_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb:30
|
23
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325181515"]]
|
24
|
-
↳ bin/rails:4
|
25
|
-
[1m[35m (6.2ms)[0m [1m[36mcommit transaction[0m
|
26
|
-
↳ bin/rails:4
|
27
|
-
Migrating to AddMissingUniqueIndices (20190325181516)
|
28
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
29
|
-
↳ bin/rails:4
|
30
|
-
[1m[35m (0.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_tags_on_name" ON "tags" ("name")[0m
|
31
|
-
↳ db/migrate/20190325181516_add_missing_unique_indices.acts_as_taggable_on_engine.rb:9
|
32
|
-
[1m[35m (0.3ms)[0m [1m[35mDROP INDEX "index_taggings_on_tag_id"[0m
|
33
|
-
↳ db/migrate/20190325181516_add_missing_unique_indices.acts_as_taggable_on_engine.rb:11
|
34
|
-
[1m[35m (0.2ms)[0m [1m[35mDROP INDEX "taggings_taggable_context_idx"[0m
|
35
|
-
↳ db/migrate/20190325181516_add_missing_unique_indices.acts_as_taggable_on_engine.rb:12
|
36
|
-
[1m[35m (0.3ms)[0m [1m[35mCREATE UNIQUE INDEX "taggings_idx" ON "taggings" ("tag_id", "taggable_id", "taggable_type", "context", "tagger_id", "tagger_type")[0m
|
37
|
-
↳ db/migrate/20190325181516_add_missing_unique_indices.acts_as_taggable_on_engine.rb:13
|
38
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325181516"]]
|
39
|
-
↳ bin/rails:4
|
40
|
-
[1m[35m (22.4ms)[0m [1m[36mcommit transaction[0m
|
41
|
-
↳ bin/rails:4
|
42
|
-
Migrating to AddTaggingsCounterCacheToTags (20190325181517)
|
43
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
44
|
-
↳ bin/rails:4
|
45
|
-
[1m[35m (1.2ms)[0m [1m[35mALTER TABLE "tags" ADD "taggings_count" integer DEFAULT 0[0m
|
46
|
-
↳ db/migrate/20190325181517_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb:9
|
47
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" ORDER BY "tags"."id" ASC LIMIT ?[0m [["LIMIT", 1000]]
|
48
|
-
↳ db/migrate/20190325181517_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb:12
|
49
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325181517"]]
|
50
|
-
↳ bin/rails:4
|
51
|
-
[1m[35m (19.6ms)[0m [1m[36mcommit transaction[0m
|
52
|
-
↳ bin/rails:4
|
53
|
-
Migrating to AddMissingTaggableIndex (20190325181518)
|
54
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
55
|
-
↳ bin/rails:4
|
56
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE INDEX "taggings_taggable_context_idx" ON "taggings" ("taggable_id", "taggable_type", "context")[0m
|
57
|
-
↳ db/migrate/20190325181518_add_missing_taggable_index.acts_as_taggable_on_engine.rb:9
|
58
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325181518"]]
|
59
|
-
↳ bin/rails:4
|
60
|
-
[1m[35m (19.2ms)[0m [1m[36mcommit transaction[0m
|
61
|
-
↳ bin/rails:4
|
62
|
-
Migrating to ChangeCollationForTagNames (20190325181519)
|
63
|
-
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
64
|
-
↳ bin/rails:4
|
65
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325181519"]]
|
66
|
-
↳ bin/rails:4
|
67
|
-
[1m[35m (13.8ms)[0m [1m[36mcommit transaction[0m
|
68
|
-
↳ bin/rails:4
|
69
|
-
Migrating to AddMissingIndexesOnTaggings (20190325181520)
|
70
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
71
|
-
↳ bin/rails:4
|
72
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")[0m
|
73
|
-
↳ db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:9
|
74
|
-
[1m[35m (0.4ms)[0m [1m[35mCREATE INDEX "index_taggings_on_taggable_id" ON "taggings" ("taggable_id")[0m
|
75
|
-
↳ db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:10
|
76
|
-
[1m[35m (0.3ms)[0m [1m[35mCREATE INDEX "index_taggings_on_taggable_type" ON "taggings" ("taggable_type")[0m
|
77
|
-
↳ db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:11
|
78
|
-
[1m[35m (0.3ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tagger_id" ON "taggings" ("tagger_id")[0m
|
79
|
-
↳ db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:12
|
80
|
-
[1m[35m (0.3ms)[0m [1m[35mCREATE INDEX "index_taggings_on_context" ON "taggings" ("context")[0m
|
81
|
-
↳ db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:13
|
82
|
-
[1m[35m (0.4ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tagger_id_and_tagger_type" ON "taggings" ("tagger_id", "tagger_type")[0m
|
83
|
-
↳ db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:16
|
84
|
-
[1m[35m (0.3ms)[0m [1m[35mCREATE INDEX "taggings_idy" ON "taggings" ("taggable_id", "taggable_type", "tagger_id", "context")[0m
|
85
|
-
↳ db/migrate/20190325181520_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:20
|
86
|
-
[1m[36mActiveRecord::SchemaMigration Create (1.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325181520"]]
|
87
|
-
↳ bin/rails:4
|
88
|
-
[1m[35m (6.0ms)[0m [1m[36mcommit transaction[0m
|
89
|
-
↳ bin/rails:4
|
90
|
-
Migrating to CreatePosts (20190325181525)
|
91
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
92
|
-
↳ bin/rails:4
|
93
|
-
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
94
|
-
↳ db/migrate/20190325181525_create_posts.rb:3
|
95
|
-
[1m[36mActiveRecord::SchemaMigration Create (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190325181525"]]
|
96
|
-
↳ bin/rails:4
|
97
|
-
[1m[35m (30.4ms)[0m [1m[36mcommit transaction[0m
|
98
|
-
↳ bin/rails:4
|
99
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
100
|
-
↳ bin/rails:4
|
101
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
102
|
-
↳ bin/rails:4
|
103
|
-
[1m[36mActiveRecord::InternalMetadata Create (1.0ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 18:15:47.695858"], ["updated_at", "2019-03-25 18:15:47.695858"]]
|
104
|
-
↳ bin/rails:4
|
105
|
-
[1m[35m (16.2ms)[0m [1m[36mcommit transaction[0m
|
106
|
-
↳ bin/rails:4
|
107
|
-
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
108
|
-
↳ bin/rails:4
|
109
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
110
|
-
↳ bin/rails:4
|
111
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
112
|
-
↳ bin/rails:4
|
113
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
114
|
-
↳ bin/rails:4
|
115
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
116
|
-
↳ bin/rails:4
|
117
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
118
|
-
↳ bin/rails:4
|
119
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
120
|
-
↳ bin/rails:4
|
121
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "posts"[0m
|
122
|
-
↳ db/schema.rb:15
|
123
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
124
|
-
↳ db/schema.rb:15
|
125
|
-
[1m[35m (5.5ms)[0m [1m[35mCREATE TABLE "posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
126
|
-
↳ db/schema.rb:15
|
127
|
-
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "taggings"[0m
|
128
|
-
↳ db/schema.rb:21
|
129
|
-
[1m[35m (3.6ms)[0m [1m[35mCREATE TABLE "taggings" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "taggable_type" varchar, "taggable_id" integer, "tagger_type" varchar, "tagger_id" integer, "context" varchar(128), "created_at" datetime)[0m
|
130
|
-
↳ db/schema.rb:21
|
131
|
-
[1m[35m (4.6ms)[0m [1m[35mCREATE INDEX "index_taggings_on_context" ON "taggings" ("context")[0m
|
132
|
-
↳ db/schema.rb:21
|
133
|
-
[1m[35m (3.3ms)[0m [1m[35mCREATE UNIQUE INDEX "taggings_idx" ON "taggings" ("tag_id", "taggable_id", "taggable_type", "context", "tagger_id", "tagger_type")[0m
|
134
|
-
↳ db/schema.rb:21
|
135
|
-
[1m[35m (4.4ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")[0m
|
136
|
-
↳ db/schema.rb:21
|
137
|
-
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "taggings_taggable_context_idx" ON "taggings" ("taggable_id", "taggable_type", "context")[0m
|
138
|
-
↳ db/schema.rb:21
|
139
|
-
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "taggings_idy" ON "taggings" ("taggable_id", "taggable_type", "tagger_id", "context")[0m
|
140
|
-
↳ db/schema.rb:21
|
141
|
-
[1m[35m (4.6ms)[0m [1m[35mCREATE INDEX "index_taggings_on_taggable_id" ON "taggings" ("taggable_id")[0m
|
142
|
-
↳ db/schema.rb:21
|
143
|
-
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "index_taggings_on_taggable_type" ON "taggings" ("taggable_type")[0m
|
144
|
-
↳ db/schema.rb:21
|
145
|
-
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tagger_id_and_tagger_type" ON "taggings" ("tagger_id", "tagger_type")[0m
|
146
|
-
↳ db/schema.rb:21
|
147
|
-
[1m[35m (4.6ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tagger_id" ON "taggings" ("tagger_id")[0m
|
148
|
-
↳ db/schema.rb:21
|
149
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "tags"[0m
|
150
|
-
↳ db/schema.rb:40
|
151
|
-
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "tags" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime, "taggings_count" integer DEFAULT 0)[0m
|
152
|
-
↳ db/schema.rb:40
|
153
|
-
[1m[35m (4.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_tags_on_name" ON "tags" ("name")[0m
|
154
|
-
↳ db/schema.rb:40
|
155
|
-
[1m[35m (3.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
156
|
-
↳ db/schema.rb:13
|
157
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
158
|
-
↳ db/schema.rb:13
|
159
|
-
[1m[35m (3.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190325181525)[0m
|
160
|
-
↳ db/schema.rb:13
|
161
|
-
[1m[35m (2.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
162
|
-
(20190325181519),
|
163
|
-
(20190325181516),
|
164
|
-
(20190325181517),
|
165
|
-
(20190325181515),
|
166
|
-
(20190325181520),
|
167
|
-
(20190325181518);
|
168
|
-
|
169
|
-
[0m
|
170
|
-
↳ db/schema.rb:13
|
171
|
-
[1m[35m (3.9ms)[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
|
172
|
-
↳ db/schema.rb:13
|
173
|
-
[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]]
|
174
|
-
↳ db/schema.rb:13
|
175
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
176
|
-
↳ db/schema.rb:13
|
177
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-03-25 18:15:47.886747"], ["updated_at", "2019-03-25 18:15:47.886747"]]
|
178
|
-
↳ db/schema.rb:13
|
179
|
-
[1m[35m (4.3ms)[0m [1m[36mcommit transaction[0m
|
180
|
-
↳ db/schema.rb:13
|
181
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
182
|
-
↳ bin/rails:4
|
183
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
184
|
-
↳ bin/rails:4
|
185
|
-
[1m[36mActiveRecord::InternalMetadata Update (0.1ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2019-03-25 18:15:47.897921"], ["key", "environment"]]
|
186
|
-
↳ bin/rails:4
|
187
|
-
[1m[35m (5.2ms)[0m [1m[36mcommit transaction[0m
|
188
|
-
↳ bin/rails:4
|
data/spec/dummy/log/test.log
DELETED
@@ -1,282 +0,0 @@
|
|
1
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3
|
-
[1m[36mPost Create (2.0ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:55.990388"], ["updated_at", "2019-03-25 18:15:55.990388"]]
|
4
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.6ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
5
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
6
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.6ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
7
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
8
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo, bar, baz'))[0m
|
9
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.8ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo, bar, baz"], ["LIMIT", 1]]
|
10
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.3ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo, bar, baz"], ["created_at", "2019-03-25 18:15:56.431406"], ["updated_at", "2019-03-25 18:15:56.431406"]]
|
11
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
12
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
13
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
14
|
-
[1m[36mActsAsTaggableOn::Tagging Create (0.5ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:56.465583"]]
|
15
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.2ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
16
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
17
|
-
Started GET "/de/tags" for 127.0.0.1 at 2019-03-25 19:15:56 +0100
|
18
|
-
Processing by Cmor::Tags::SearchsController#new as HTML
|
19
|
-
Parameters: {"locale"=>"de"}
|
20
|
-
Rendering /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/new.html.haml within layouts/application
|
21
|
-
Rendered /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/_form.html.haml (18.0ms)
|
22
|
-
Rendered /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/new.html.haml within layouts/application (129.7ms)
|
23
|
-
Completed 200 OK in 1044ms (Views: 1027.1ms | ActiveRecord: 0.0ms)
|
24
|
-
Started POST "/de/tags/searchs" for 127.0.0.1 at 2019-03-25 19:15:57 +0100
|
25
|
-
Processing by Cmor::Tags::SearchsController#create as HTML
|
26
|
-
Parameters: {"utf8"=>"✓", "search"=>{"tag_list"=>"foo", "exact"=>"0"}, "commit"=>"Suchen", "locale"=>"de"}
|
27
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
28
|
-
Rendering /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application
|
29
|
-
Rendered /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/_form.html.haml (16.2ms)
|
30
|
-
[1m[36mPost Exists (0.7ms)[0m [1m[34mSELECT 1 AS one FROM "posts" WHERE EXISTS (SELECT * FROM "taggings" WHERE "taggings"."taggable_id" = "posts"."id" AND "taggings"."taggable_type" = 'Post' AND "taggings"."tag_id" IN (SELECT "tags"."id" FROM "tags" WHERE (LOWER("tags"."name") LIKE '%foo%' ESCAPE '!'))) LIMIT ?[0m [["LIMIT", 1]]
|
31
|
-
[1m[36mPost Load (0.7ms)[0m [1m[34mSELECT "posts".* FROM "posts" WHERE EXISTS (SELECT * FROM "taggings" WHERE "taggings"."taggable_id" = "posts"."id" AND "taggings"."taggable_type" = 'Post' AND "taggings"."tag_id" IN (SELECT "tags"."id" FROM "tags" WHERE (LOWER("tags"."name") LIKE '%foo%' ESCAPE '!')))[0m
|
32
|
-
Rendered collection of posts/_post.html.haml [1 times] (3.8ms)
|
33
|
-
Rendered /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application (94.3ms)
|
34
|
-
Completed 200 OK in 113ms (Views: 97.8ms | ActiveRecord: 1.6ms)
|
35
|
-
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
36
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
37
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
38
|
-
[1m[36mPost Create (0.4ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:57.720236"], ["updated_at", "2019-03-25 18:15:57.720236"]]
|
39
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.1ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
40
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
41
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
42
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
43
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo, bar, baz'))[0m
|
44
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.5ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo, bar, baz"], ["LIMIT", 1]]
|
45
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.5ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo, bar, baz"], ["created_at", "2019-03-25 18:15:57.735271"], ["updated_at", "2019-03-25 18:15:57.735271"]]
|
46
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
47
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
48
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
49
|
-
[1m[36mActsAsTaggableOn::Tagging Create (0.4ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:57.744833"]]
|
50
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.6ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
51
|
-
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
52
|
-
Started GET "/de/tags/foo" for 127.0.0.1 at 2019-03-25 19:15:57 +0100
|
53
|
-
Processing by Cmor::Tags::SearchsController#create as HTML
|
54
|
-
Parameters: {"locale"=>"de", "tag_list"=>"foo"}
|
55
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
56
|
-
Rendering /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application
|
57
|
-
Rendered /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/_form.html.haml (14.6ms)
|
58
|
-
[1m[36mPost Exists (0.8ms)[0m [1m[34mSELECT 1 AS one FROM "posts" WHERE EXISTS (SELECT * FROM "taggings" WHERE "taggings"."taggable_id" = "posts"."id" AND "taggings"."taggable_type" = 'Post' AND "taggings"."tag_id" IN (SELECT "tags"."id" FROM "tags" WHERE (LOWER("tags"."name") LIKE '%foo%' ESCAPE '!'))) LIMIT ?[0m [["LIMIT", 1]]
|
59
|
-
[1m[36mPost Load (0.9ms)[0m [1m[34mSELECT "posts".* FROM "posts" WHERE EXISTS (SELECT * FROM "taggings" WHERE "taggings"."taggable_id" = "posts"."id" AND "taggings"."taggable_type" = 'Post' AND "taggings"."tag_id" IN (SELECT "tags"."id" FROM "tags" WHERE (LOWER("tags"."name") LIKE '%foo%' ESCAPE '!')))[0m
|
60
|
-
Rendered collection of posts/_post.html.haml [1 times] (0.4ms)
|
61
|
-
Rendered /home/vagrant/rails/ecm/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application (28.6ms)
|
62
|
-
Completed 200 OK in 37ms (Views: 30.4ms | ActiveRecord: 1.9ms)
|
63
|
-
[1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
|
64
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
65
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
66
|
-
[1m[36mPost Create (0.7ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:57.804392"], ["updated_at", "2019-03-25 18:15:57.804392"]]
|
67
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.2ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
68
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
69
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.8ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
70
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
71
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
72
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
73
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.3ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-03-25 18:15:57.830199"], ["updated_at", "2019-03-25 18:15:57.830199"]]
|
74
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.7ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
75
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
76
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
77
|
-
[1m[36mActsAsTaggableOn::Tagging Create (0.4ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:57.842493"]]
|
78
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.9ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
79
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
80
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
81
|
-
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
82
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
83
|
-
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
84
|
-
[1m[36mPost Create (0.9ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:57.879357"], ["updated_at", "2019-03-25 18:15:57.879357"]]
|
85
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.4ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
86
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
87
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
88
|
-
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
89
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
90
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
91
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.5ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-03-25 18:15:57.915121"], ["updated_at", "2019-03-25 18:15:57.915121"]]
|
92
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
93
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.7ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
94
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
95
|
-
[1m[36mActsAsTaggableOn::Tagging Create (1.5ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:57.928168"]]
|
96
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.5ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
97
|
-
[1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
98
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
99
|
-
[1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
|
100
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
101
|
-
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102
|
-
[1m[36mPost Create (0.6ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:57.967984"], ["updated_at", "2019-03-25 18:15:57.967984"]]
|
103
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.2ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
104
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
105
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.5ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
106
|
-
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
107
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.7ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
108
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
109
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.8ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-03-25 18:15:57.993813"], ["updated_at", "2019-03-25 18:15:57.993813"]]
|
110
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.7ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
111
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
112
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
113
|
-
[1m[36mActsAsTaggableOn::Tagging Create (0.4ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:58.008710"]]
|
114
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.2ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
115
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
116
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
117
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "posts" WHERE EXISTS (SELECT * FROM "taggings" WHERE "taggings"."taggable_id" = "posts"."id" AND "taggings"."taggable_type" = 'Post' AND "taggings"."tag_id" IN (SELECT "tags"."id" FROM "tags" WHERE (LOWER("tags"."name") LIKE '%foo%' ESCAPE '!')))[0m
|
118
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
119
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
120
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
121
|
-
[1m[36mPost Create (0.4ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:58.035101"], ["updated_at", "2019-03-25 18:15:58.035101"]]
|
122
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.1ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
123
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
124
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.6ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
125
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
126
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.8ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
127
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
128
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.6ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-03-25 18:15:58.059812"], ["updated_at", "2019-03-25 18:15:58.059812"]]
|
129
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.7ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
130
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
131
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
132
|
-
[1m[36mActsAsTaggableOn::Tagging Create (1.0ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:58.073625"]]
|
133
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.3ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
134
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
135
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
136
|
-
[1m[35m (3.6ms)[0m [1m[31mrollback transaction[0m
|
137
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
138
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
139
|
-
[1m[36mPost Create (0.4ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:58.096050"], ["updated_at", "2019-03-25 18:15:58.096050"]]
|
140
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.3ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
141
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
142
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.9ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
143
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
144
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.5ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
145
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
146
|
-
[1m[36mActsAsTaggableOn::Tag Create (2.0ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-03-25 18:15:58.131790"], ["updated_at", "2019-03-25 18:15:58.131790"]]
|
147
|
-
[1m[36mActsAsTaggableOn::Tag Load (1.5ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
148
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
149
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
150
|
-
[1m[36mActsAsTaggableOn::Tagging Create (0.9ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:58.161930"]]
|
151
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.3ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
152
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
153
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
154
|
-
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
155
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
156
|
-
[1m[35m (1.9ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
157
|
-
[1m[36mPost Create (0.5ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-03-25 18:15:58.182020"], ["updated_at", "2019-03-25 18:15:58.182020"]]
|
158
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.3ms)[0m [1m[34mSELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ?[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
159
|
-
[1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
160
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
161
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
162
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
163
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
164
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.3ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-03-25 18:15:58.206200"], ["updated_at", "2019-03-25 18:15:58.206200"]]
|
165
|
-
[1m[36mActsAsTaggableOn::Tag Load (2.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)[0m [["taggable_id", 1], ["taggable_type", "Post"]]
|
166
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
167
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" = ? AND "taggings"."taggable_id" = ? AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
168
|
-
[1m[36mActsAsTaggableOn::Tagging Create (0.4ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "taggable_type", "taggable_id", "context", "created_at") VALUES (?, ?, ?, ?, ?)[0m [["tag_id", 1], ["taggable_type", "Post"], ["taggable_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:58.228034"]]
|
169
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.3ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
170
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
171
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
172
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "posts" WHERE EXISTS (SELECT * FROM "taggings" WHERE "taggings"."taggable_id" = "posts"."id" AND "taggings"."taggable_type" = 'Post' AND "taggings"."tag_id" IN (SELECT "tags"."id" FROM "tags" WHERE (LOWER("tags"."name") LIKE '%f%' ESCAPE '!')))[0m
|
173
|
-
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
174
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
175
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
176
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
177
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
178
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
179
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "tag-name-1"], ["LIMIT", 1]]
|
180
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
181
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
182
|
-
[1m[36mActsAsTaggableOn::Tag Exists (1.3ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
183
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
184
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
185
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
186
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "tag-name-2"], ["LIMIT", 1]]
|
187
|
-
[1m[36mCmor::Tags::Tag Create (0.3ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "tag-name-2"], ["created_at", "2019-03-25 18:15:58.275322"], ["updated_at", "2019-03-25 18:15:58.275322"]]
|
188
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
189
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
190
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
191
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
192
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
193
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
194
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
195
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
196
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "tag-name-3"], ["LIMIT", 1]]
|
197
|
-
[1m[36mCmor::Tags::Tag Create (0.6ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "tag-name-3"], ["created_at", "2019-03-25 18:15:58.305964"], ["updated_at", "2019-03-25 18:15:58.305964"]]
|
198
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
199
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" IS NULL AND "taggings"."taggable_id" IS NULL AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
200
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
201
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
202
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" IS NULL AND "taggings"."taggable_type" IS NULL AND "taggings"."taggable_id" IS NULL AND "taggings"."context" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["LIMIT", 1]]
|
203
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
204
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
205
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
206
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.9ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "tag-name-4"], ["LIMIT", 1]]
|
207
|
-
[1m[36mCmor::Tags::Tag Create (0.6ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "tag-name-4"], ["created_at", "2019-03-25 18:15:58.342828"], ["updated_at", "2019-03-25 18:15:58.342828"]]
|
208
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
209
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
210
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "taggings" WHERE "taggings"."tag_id" = ? AND "taggings"."taggable_type" IS NULL AND "taggings"."taggable_id" IS NULL AND "taggings"."context" = ? AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL LIMIT ?[0m [["tag_id", 1], ["context", "tags"], ["LIMIT", 1]]
|
211
|
-
[1m[36mCmor::Tags::Tagging Create (0.5ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "context", "created_at") VALUES (?, ?, ?)[0m [["tag_id", 1], ["context", "tags"], ["created_at", "2019-03-25 18:15:58.350134"]]
|
212
|
-
[1m[36mCmor::Tags::Tag Update All (0.2ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
213
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
214
|
-
[1m[35m (1.3ms)[0m [1m[31mrollback transaction[0m
|
215
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
216
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
217
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
218
|
-
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
219
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
220
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
221
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
222
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
223
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
224
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
225
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
226
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
227
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
228
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
229
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
230
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
231
|
-
[1m[35m (0.6ms)[0m [1m[36mbegin transaction[0m
|
232
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
233
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
234
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
235
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
236
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
237
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
238
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
239
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
240
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
241
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
242
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
243
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
244
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
245
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
246
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
247
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
248
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
249
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
250
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
251
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
252
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
253
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
254
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
255
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
256
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
257
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
258
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
259
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
260
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
261
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
262
|
-
[1m[35m (1.4ms)[0m [1m[31mrollback transaction[0m
|
263
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
264
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
265
|
-
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
266
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
267
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
268
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
269
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
270
|
-
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
271
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
272
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
273
|
-
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
274
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
275
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
276
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
277
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
278
|
-
[1m[35m (1.3ms)[0m [1m[31mrollback transaction[0m
|
279
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
280
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
281
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
282
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|