cmor_tags 0.0.15.pre → 0.0.16.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +6 -8
- 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: 83d8cc1017104b431a64928c2bd481df593a08449857dc6c8c523e9b656b4efa
|
4
|
+
data.tar.gz: 6c0032b6bf7de5ccb75413690e485b9a82f4ea04ed89fb4e096682cfb57bc6bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00b81d67deda054b19401ba70befc1e3406173b0418988598c0ee6f752a5c9b6094a56b6493464744563499f94b33e01d8ad7d8efd0769f691996ffb8ee4151b
|
7
|
+
data.tar.gz: 67b5a747c9ae864b531e154932cb540528ee63faec2173d5ec6ef991a715ae968f98bcbb5a827945a243ef6d5bc55c41bb372e7868e7121d418e47cec8ae816a
|
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.16.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-
|
11
|
+
date: 2019-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,28 +30,28 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.0.
|
33
|
+
version: 0.0.16.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.16.pre
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: cmor_core_frontend
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.0.
|
47
|
+
version: 0.0.16.pre
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.0.
|
54
|
+
version: 0.0.16.pre
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: sqlite3
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -451,8 +451,6 @@ files:
|
|
451
451
|
- spec/dummy/db/migrate/20190612113029_create_posts.rb
|
452
452
|
- spec/dummy/db/schema.rb
|
453
453
|
- spec/dummy/db/test.sqlite3
|
454
|
-
- spec/dummy/log/development.log
|
455
|
-
- spec/dummy/log/test.log
|
456
454
|
- spec/dummy/package.json
|
457
455
|
- spec/dummy/public/404.html
|
458
456
|
- spec/dummy/public/422.html
|
@@ -1,188 +0,0 @@
|
|
1
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
|
-
↳ bin/rails:4
|
3
|
-
[1m[35m (5.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4
|
-
↳ bin/rails:4
|
5
|
-
[1m[35m (4.8ms)[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 (20190612113019)
|
10
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11
|
-
↳ bin/rails:4
|
12
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "tags" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime, "updated_at" datetime)[0m
|
13
|
-
↳ db/migrate/20190612113019_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb:9
|
14
|
-
[1m[35m (0.0ms)[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/20190612113019_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/20190612113019_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/20190612113019_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb:30
|
23
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113019"]]
|
24
|
-
↳ bin/rails:4
|
25
|
-
[1m[35m (4.5ms)[0m [1m[36mcommit transaction[0m
|
26
|
-
↳ bin/rails:4
|
27
|
-
Migrating to AddMissingUniqueIndices (20190612113020)
|
28
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
29
|
-
↳ bin/rails:4
|
30
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_tags_on_name" ON "tags" ("name")[0m
|
31
|
-
↳ db/migrate/20190612113020_add_missing_unique_indices.acts_as_taggable_on_engine.rb:9
|
32
|
-
[1m[35m (0.4ms)[0m [1m[35mDROP INDEX "index_taggings_on_tag_id"[0m
|
33
|
-
↳ db/migrate/20190612113020_add_missing_unique_indices.acts_as_taggable_on_engine.rb:11
|
34
|
-
[1m[35m (0.3ms)[0m [1m[35mDROP INDEX "taggings_taggable_context_idx"[0m
|
35
|
-
↳ db/migrate/20190612113020_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/20190612113020_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", "20190612113020"]]
|
39
|
-
↳ bin/rails:4
|
40
|
-
[1m[35m (6.7ms)[0m [1m[36mcommit transaction[0m
|
41
|
-
↳ bin/rails:4
|
42
|
-
Migrating to AddTaggingsCounterCacheToTags (20190612113021)
|
43
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
44
|
-
↳ bin/rails:4
|
45
|
-
[1m[35m (1.1ms)[0m [1m[35mALTER TABLE "tags" ADD "taggings_count" integer DEFAULT 0[0m
|
46
|
-
↳ db/migrate/20190612113021_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb:9
|
47
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.5ms)[0m [1m[34mSELECT "tags".* FROM "tags" ORDER BY "tags"."id" ASC LIMIT ?[0m [["LIMIT", 1000]]
|
48
|
-
↳ db/migrate/20190612113021_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb:12
|
49
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.4ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113021"]]
|
50
|
-
↳ bin/rails:4
|
51
|
-
[1m[35m (11.7ms)[0m [1m[36mcommit transaction[0m
|
52
|
-
↳ bin/rails:4
|
53
|
-
Migrating to AddMissingTaggableIndex (20190612113022)
|
54
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
55
|
-
↳ bin/rails:4
|
56
|
-
[1m[35m (1.6ms)[0m [1m[35mCREATE INDEX "taggings_taggable_context_idx" ON "taggings" ("taggable_id", "taggable_type", "context")[0m
|
57
|
-
↳ db/migrate/20190612113022_add_missing_taggable_index.acts_as_taggable_on_engine.rb:9
|
58
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113022"]]
|
59
|
-
↳ bin/rails:4
|
60
|
-
[1m[35m (4.5ms)[0m [1m[36mcommit transaction[0m
|
61
|
-
↳ bin/rails:4
|
62
|
-
Migrating to ChangeCollationForTagNames (20190612113023)
|
63
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
64
|
-
↳ bin/rails:4
|
65
|
-
[1m[36mActiveRecord::SchemaMigration Create (5.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113023"]]
|
66
|
-
↳ bin/rails:4
|
67
|
-
[1m[35m (3.5ms)[0m [1m[36mcommit transaction[0m
|
68
|
-
↳ bin/rails:4
|
69
|
-
Migrating to AddMissingIndexesOnTaggings (20190612113024)
|
70
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
71
|
-
↳ bin/rails:4
|
72
|
-
[1m[35m (1.0ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")[0m
|
73
|
-
↳ db/migrate/20190612113024_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:9
|
74
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE INDEX "index_taggings_on_taggable_id" ON "taggings" ("taggable_id")[0m
|
75
|
-
↳ db/migrate/20190612113024_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/20190612113024_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/20190612113024_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/20190612113024_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:13
|
82
|
-
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tagger_id_and_tagger_type" ON "taggings" ("tagger_id", "tagger_type")[0m
|
83
|
-
↳ db/migrate/20190612113024_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/20190612113024_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb:20
|
86
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113024"]]
|
87
|
-
↳ bin/rails:4
|
88
|
-
[1m[35m (14.0ms)[0m [1m[36mcommit transaction[0m
|
89
|
-
↳ bin/rails:4
|
90
|
-
Migrating to CreatePosts (20190612113029)
|
91
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
92
|
-
↳ bin/rails:4
|
93
|
-
[1m[35m (0.9ms)[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/20190612113029_create_posts.rb:3
|
95
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20190612113029"]]
|
96
|
-
↳ bin/rails:4
|
97
|
-
[1m[35m (5.7ms)[0m [1m[36mcommit transaction[0m
|
98
|
-
↳ bin/rails:4
|
99
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[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.2ms)[0m [1m[36mbegin transaction[0m
|
102
|
-
↳ bin/rails:4
|
103
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:30:48.553130"], ["updated_at", "2019-06-12 11:30:48.553130"]]
|
104
|
-
↳ bin/rails:4
|
105
|
-
[1m[35m (6.3ms)[0m [1m[36mcommit transaction[0m
|
106
|
-
↳ bin/rails:4
|
107
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
108
|
-
↳ bin/rails:4
|
109
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
110
|
-
↳ bin/rails:4
|
111
|
-
[1m[35m (3.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.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
114
|
-
↳ bin/rails:4
|
115
|
-
[1m[35m (0.2ms)[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.3ms)[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.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
124
|
-
↳ db/schema.rb:15
|
125
|
-
[1m[35m (5.2ms)[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.2ms)[0m [1m[35mDROP TABLE IF EXISTS "taggings"[0m
|
128
|
-
↳ db/schema.rb:21
|
129
|
-
[1m[35m (6.1ms)[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 (5.8ms)[0m [1m[35mCREATE INDEX "index_taggings_on_context" ON "taggings" ("context")[0m
|
132
|
-
↳ db/schema.rb:21
|
133
|
-
[1m[35m (4.5ms)[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 (3.6ms)[0m [1m[35mCREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")[0m
|
136
|
-
↳ db/schema.rb:21
|
137
|
-
[1m[35m (3.4ms)[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.6ms)[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.3ms)[0m [1m[35mCREATE INDEX "index_taggings_on_taggable_id" ON "taggings" ("taggable_id")[0m
|
142
|
-
↳ db/schema.rb:21
|
143
|
-
[1m[35m (4.4ms)[0m [1m[35mCREATE INDEX "index_taggings_on_taggable_type" ON "taggings" ("taggable_type")[0m
|
144
|
-
↳ db/schema.rb:21
|
145
|
-
[1m[35m (5.5ms)[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.5ms)[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 (4.5ms)[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.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_tags_on_name" ON "tags" ("name")[0m
|
154
|
-
↳ db/schema.rb:40
|
155
|
-
[1m[35m (4.0ms)[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 (4.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190612113029)[0m
|
160
|
-
↳ db/schema.rb:13
|
161
|
-
[1m[35m (4.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
162
|
-
(20190612113024),
|
163
|
-
(20190612113023),
|
164
|
-
(20190612113022),
|
165
|
-
(20190612113019),
|
166
|
-
(20190612113020),
|
167
|
-
(20190612113021);
|
168
|
-
|
169
|
-
[0m
|
170
|
-
↳ db/schema.rb:13
|
171
|
-
[1m[35m (5.2ms)[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.1ms)[0m [1m[36mbegin transaction[0m
|
176
|
-
↳ db/schema.rb:13
|
177
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:30:48.726251"], ["updated_at", "2019-06-12 11:30:48.726251"]]
|
178
|
-
↳ db/schema.rb:13
|
179
|
-
[1m[35m (4.5ms)[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.3ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2019-06-12 11:30:48.737026"], ["key", "environment"]]
|
186
|
-
↳ bin/rails:4
|
187
|
-
[1m[35m (4.0ms)[0m [1m[36mcommit transaction[0m
|
188
|
-
↳ bin/rails:4
|
data/spec/dummy/log/test.log
DELETED
@@ -1,282 +0,0 @@
|
|
1
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3
|
-
[1m[36mPost Create (0.6ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-06-12 11:30:56.278020"], ["updated_at", "2019-06-12 11:30:56.278020"]]
|
4
|
-
[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"]]
|
5
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
6
|
-
[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"]]
|
7
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
8
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.7ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo, bar, baz'))[0m
|
9
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.1ms)[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.4ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo, bar, baz"], ["created_at", "2019-06-12 11:30:56.660843"], ["updated_at", "2019-06-12 11:30:56.660843"]]
|
11
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[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.2ms)[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.8ms)[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-06-12 11:30:56.693055"]]
|
15
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.1ms)[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-06-12 13:30:56 +0200
|
18
|
-
Processing by Cmor::Tags::SearchsController#new as HTML
|
19
|
-
Parameters: {"locale"=>"de"}
|
20
|
-
Rendering /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/new.html.haml within layouts/application
|
21
|
-
Rendered /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/_form.html.haml (16.1ms)
|
22
|
-
Rendered /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/new.html.haml within layouts/application (122.3ms)
|
23
|
-
Completed 200 OK in 937ms (Views: 921.3ms | ActiveRecord: 0.0ms)
|
24
|
-
Started POST "/de/tags/searchs" for 127.0.0.1 at 2019-06-12 13:30:57 +0200
|
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.3ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
28
|
-
Rendering /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application
|
29
|
-
Rendered /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/_form.html.haml (12.0ms)
|
30
|
-
[1m[36mPost Exists (0.4ms)[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.5ms)[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] (4.4ms)
|
33
|
-
Rendered /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application (47.0ms)
|
34
|
-
Completed 200 OK in 62ms (Views: 53.0ms | ActiveRecord: 1.2ms)
|
35
|
-
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
36
|
-
[1m[35m (1.1ms)[0m [1m[36mbegin transaction[0m
|
37
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
38
|
-
[1m[36mPost Create (0.6ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-06-12 11:30:57.805250"], ["updated_at", "2019-06-12 11:30:57.805250"]]
|
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.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"]]
|
42
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
43
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.5ms)[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 (1.0ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo, bar, baz"], ["created_at", "2019-06-12 11:30:57.835664"], ["updated_at", "2019-06-12 11:30:57.835664"]]
|
46
|
-
[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"]]
|
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.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]]
|
49
|
-
[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-06-12 11:30:57.866682"]]
|
50
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.1ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
51
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
52
|
-
Started GET "/de/tags/foo" for 127.0.0.1 at 2019-06-12 13:30:57 +0200
|
53
|
-
Processing by Cmor::Tags::SearchsController#create as HTML
|
54
|
-
Parameters: {"locale"=>"de", "tag_list"=>"foo"}
|
55
|
-
[1m[35m (0.3ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
56
|
-
Rendering /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application
|
57
|
-
Rendered /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/_form.html.haml (11.6ms)
|
58
|
-
[1m[36mPost Exists (0.9ms)[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.5ms)[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.1ms)
|
61
|
-
Rendered /home/vagrant/rails/cmor/cmor/cmor_tags/app/views/cmor/tags/searchs/create.html.haml within layouts/application (23.3ms)
|
62
|
-
Completed 200 OK in 36ms (Views: 26.3ms | ActiveRecord: 1.6ms)
|
63
|
-
[1m[35m (0.3ms)[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.5ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-06-12 11:30:57.928243"], ["updated_at", "2019-06-12 11:30:57.928243"]]
|
67
|
-
[1m[36mActsAsTaggableOn::Tagging Load (0.0ms)[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.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"]]
|
70
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
71
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.4ms)[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 (1.7ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-06-12 11:30:57.950014"], ["updated_at", "2019-06-12 11:30:57.950014"]]
|
74
|
-
[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"]]
|
75
|
-
[1m[36mActsAsTaggableOn::Tag Load (1.4ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
76
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (1.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]]
|
77
|
-
[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-06-12 11:30:57.975435"]]
|
78
|
-
[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]]
|
79
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
80
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
81
|
-
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
82
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
83
|
-
[1m[35m (6.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
84
|
-
[1m[36mPost Create (0.4ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-06-12 11:30:58.001484"], ["updated_at", "2019-06-12 11:30:58.001484"]]
|
85
|
-
[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"]]
|
86
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
87
|
-
[1m[36mActsAsTaggableOn::Tag Load (3.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.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
89
|
-
[1m[36mActsAsTaggableOn::Tag Load (7.0ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
90
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.4ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
91
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.7ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-06-12 11:30:58.032434"], ["updated_at", "2019-06-12 11:30:58.032434"]]
|
92
|
-
[1m[36mActsAsTaggableOn::Tag Load (1.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"]]
|
93
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
94
|
-
[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]]
|
95
|
-
[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-06-12 11:30:58.055366"]]
|
96
|
-
[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]]
|
97
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
98
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
99
|
-
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
100
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
101
|
-
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
102
|
-
[1m[36mPost Create (0.7ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-06-12 11:30:58.082776"], ["updated_at", "2019-06-12 11:30:58.082776"]]
|
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.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"]]
|
106
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
107
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
108
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
109
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.5ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-06-12 11:30:58.105432"], ["updated_at", "2019-06-12 11:30:58.105432"]]
|
110
|
-
[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"]]
|
111
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.1ms)[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.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-06-12 11:30:58.119534"]]
|
114
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.7ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
115
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
116
|
-
[1m[35m (0.2ms)[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 (1.2ms)[0m [1m[31mrollback transaction[0m
|
119
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
120
|
-
[1m[35m (0.9ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
121
|
-
[1m[36mPost Create (2.0ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-06-12 11:30:58.153991"], ["updated_at", "2019-06-12 11:30:58.153991"]]
|
122
|
-
[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"]]
|
123
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
124
|
-
[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"]]
|
125
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
126
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
127
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
128
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.3ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-06-12 11:30:58.169275"], ["updated_at", "2019-06-12 11:30:58.169275"]]
|
129
|
-
[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"]]
|
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.1ms)[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 (2.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-06-12 11:30:58.187643"]]
|
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.2ms)[0m [1m[34mSELECT DISTINCT "taggings"."taggable_type" FROM "taggings"[0m
|
136
|
-
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
137
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
138
|
-
[1m[35m (0.1ms)[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-06-12 11:30:58.215889"], ["updated_at", "2019-06-12 11:30:58.215889"]]
|
140
|
-
[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"]]
|
141
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
142
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[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.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
144
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.3ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
145
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.3ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
146
|
-
[1m[36mActsAsTaggableOn::Tag Create (1.9ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-06-12 11:30:58.226637"], ["updated_at", "2019-06-12 11:30:58.226637"]]
|
147
|
-
[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"]]
|
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.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]]
|
150
|
-
[1m[36mActsAsTaggableOn::Tagging Create (1.6ms)[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-06-12 11:30:58.244930"]]
|
151
|
-
[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]]
|
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.3ms)[0m [1m[31mrollback transaction[0m
|
155
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
156
|
-
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
157
|
-
[1m[36mPost Create (0.8ms)[0m [1m[32mINSERT INTO "posts" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "MyString"], ["created_at", "2019-06-12 11:30:58.282221"], ["updated_at", "2019-06-12 11:30:58.282221"]]
|
158
|
-
[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"]]
|
159
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
160
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[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.2ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE (LOWER(name) = LOWER('foo'))[0m
|
163
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "foo"], ["LIMIT", 1]]
|
164
|
-
[1m[36mActsAsTaggableOn::Tag Create (0.5ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "foo"], ["created_at", "2019-06-12 11:30:58.291265"], ["updated_at", "2019-06-12 11:30:58.291265"]]
|
165
|
-
[1m[36mActsAsTaggableOn::Tag Load (0.2ms)[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.1ms)[0m [1m[34mSELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
167
|
-
[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]]
|
168
|
-
[1m[36mActsAsTaggableOn::Tagging Create (0.8ms)[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-06-12 11:30:58.298670"]]
|
169
|
-
[1m[36mActsAsTaggableOn::Tag Update All (0.1ms)[0m [1m[33mUPDATE "tags" SET "taggings_count" = COALESCE("taggings_count", 0) + 1 WHERE "tags"."id" = ?[0m [["id", 1]]
|
170
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
171
|
-
[1m[35m (0.2ms)[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.2ms)[0m [1m[36mbegin transaction[0m
|
175
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
176
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
177
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
178
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
179
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.6ms)[0m [1m[34mSELECT 1 AS one FROM "tags" WHERE "tags"."name" = ? LIMIT ?[0m [["name", "tag-name-1"], ["LIMIT", 1]]
|
180
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
181
|
-
[1m[35m (0.9ms)[0m [1m[36mbegin transaction[0m
|
182
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.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.8ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "tag-name-2"], ["created_at", "2019-06-12 11:30:58.411113"], ["updated_at", "2019-06-12 11:30:58.411113"]]
|
188
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
189
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
190
|
-
[1m[35m (0.2ms)[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.8ms)[0m [1m[31mrollback transaction[0m
|
194
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
195
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
196
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.4ms)[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.5ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "tag-name-3"], ["created_at", "2019-06-12 11:30:58.479838"], ["updated_at", "2019-06-12 11:30:58.479838"]]
|
198
|
-
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
199
|
-
[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]]
|
200
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
201
|
-
[1m[35m (0.1ms)[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.1ms)[0m [1m[31mrollback transaction[0m
|
204
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
205
|
-
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
206
|
-
[1m[36mActsAsTaggableOn::Tag Exists (0.7ms)[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.7ms)[0m [1m[32mINSERT INTO "tags" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "tag-name-4"], ["created_at", "2019-06-12 11:30:58.523415"], ["updated_at", "2019-06-12 11:30:58.523415"]]
|
208
|
-
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
209
|
-
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
210
|
-
[1m[36mActsAsTaggableOn::Tagging Exists (0.5ms)[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 (1.0ms)[0m [1m[32mINSERT INTO "taggings" ("tag_id", "context", "created_at") VALUES (?, ?, ?)[0m [["tag_id", 1], ["context", "tags"], ["created_at", "2019-06-12 11:30:58.531588"]]
|
212
|
-
[1m[36mCmor::Tags::Tag Update All (0.4ms)[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 (0.3ms)[0m [1m[31mrollback transaction[0m
|
215
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
216
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
217
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
218
|
-
[1m[35m (0.3ms)[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.1ms)[0m [1m[31mrollback transaction[0m
|
223
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
224
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
225
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
226
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
227
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
228
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
229
|
-
[1m[35m (6.6ms)[0m [1m[36mbegin transaction[0m
|
230
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
231
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
232
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
233
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
234
|
-
[1m[35m (0.2ms)[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.1ms)[0m [1m[36mbegin transaction[0m
|
240
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
241
|
-
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
242
|
-
[1m[35m (0.8ms)[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.2ms)[0m [1m[36mbegin transaction[0m
|
248
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
249
|
-
[1m[35m (0.2ms)[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.2ms)[0m [1m[36mbegin transaction[0m
|
254
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
255
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
256
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
257
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
258
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
259
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
260
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
261
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
262
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
263
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
264
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
265
|
-
[1m[35m (0.1ms)[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.2ms)[0m [1m[36mbegin transaction[0m
|
270
|
-
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
271
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
272
|
-
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
273
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
274
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
275
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
276
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
277
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
278
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
279
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
280
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
281
|
-
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
282
|
-
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|