analytics-rails 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +5 -2
- data/lib/analytics/rails/version.rb +1 -1
- data/test/dummy/bin/bundle +0 -0
- data/test/dummy/bin/rails +0 -0
- data/test/dummy/bin/rake +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +5 -11
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -8
- data/test/dummy/log/test.log +0 -213
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd3ba70669af4c236ff581a4e5b9df6c61e99294
|
|
4
|
+
data.tar.gz: 1e43ef66ac86dc5f545e765d756e8a083b40e61a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 386df7ea2f9d7b2af60fc41450ddc4be24cd8b070fa62d1e9489a164ee837c702b09d1a4782b584b448ddc74937006d543d62941cb84cd0a05bfe1dcf8da5b3f
|
|
7
|
+
data.tar.gz: 5f4fe4012d83c6b4ab85f777754baf0b083b9749a37b0e8344242d856d3bf266bc5e903ed6d90e80c5b1497e44a65cc18cb54b44291c5eacca14c662215eb053
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
[](http://badge.fury.io/rb/analytics-rails)
|
|
1
|
+
[](http://badge.fury.io/rb/analytics-rails)
|
|
2
|
+
[](https://codeclimate.com/github/mmontossi/analytics-rails)
|
|
3
|
+
[](https://travis-ci.org/mmontossi/analytics-rails)
|
|
4
|
+
[](https://gemnasium.com/mmontossi/analytics-rails)
|
|
2
5
|
|
|
3
6
|
# Analytics Rails
|
|
4
7
|
|
|
@@ -37,7 +40,7 @@ NOTE: Will only show the include tag in production environment.
|
|
|
37
40
|
|
|
38
41
|
## Credits
|
|
39
42
|
|
|
40
|
-
This gem is maintained and funded by [
|
|
43
|
+
This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
|
|
41
44
|
|
|
42
45
|
## License
|
|
43
46
|
|
data/test/dummy/bin/bundle
CHANGED
|
File without changes
|
data/test/dummy/bin/rails
CHANGED
|
File without changes
|
data/test/dummy/bin/rake
CHANGED
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: analytics-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- mmontossi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -47,7 +47,7 @@ dependencies:
|
|
|
47
47
|
description: Adds a simple view helper to create the google analytics include tag
|
|
48
48
|
in rails.
|
|
49
49
|
email:
|
|
50
|
-
-
|
|
50
|
+
- mmontossi@buyin.io
|
|
51
51
|
executables: []
|
|
52
52
|
extensions: []
|
|
53
53
|
extra_rdoc_files: []
|
|
@@ -87,10 +87,7 @@ files:
|
|
|
87
87
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
88
88
|
- test/dummy/config/locales/en.yml
|
|
89
89
|
- test/dummy/config/routes.rb
|
|
90
|
-
- test/dummy/db/development.sqlite3
|
|
91
90
|
- test/dummy/db/schema.rb
|
|
92
|
-
- test/dummy/log/development.log
|
|
93
|
-
- test/dummy/log/test.log
|
|
94
91
|
- test/dummy/public/404.html
|
|
95
92
|
- test/dummy/public/422.html
|
|
96
93
|
- test/dummy/public/500.html
|
|
@@ -103,7 +100,7 @@ files:
|
|
|
103
100
|
- test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
104
101
|
- test/include_tag_test.rb
|
|
105
102
|
- test/test_helper.rb
|
|
106
|
-
homepage: https://github.com/
|
|
103
|
+
homepage: https://github.com/mmontossi/analytics-rails
|
|
107
104
|
licenses:
|
|
108
105
|
- MIT
|
|
109
106
|
metadata: {}
|
|
@@ -153,10 +150,7 @@ test_files:
|
|
|
153
150
|
- test/dummy/config/locales/en.yml
|
|
154
151
|
- test/dummy/config/routes.rb
|
|
155
152
|
- test/dummy/config.ru
|
|
156
|
-
- test/dummy/db/development.sqlite3
|
|
157
153
|
- test/dummy/db/schema.rb
|
|
158
|
-
- test/dummy/log/development.log
|
|
159
|
-
- test/dummy/log/test.log
|
|
160
154
|
- test/dummy/public/404.html
|
|
161
155
|
- test/dummy/public/422.html
|
|
162
156
|
- test/dummy/public/500.html
|
|
Binary file
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
[1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
2
|
-
[1m[35m (3.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
3
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
4
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
5
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
6
|
-
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
7
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
8
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
data/test/dummy/log/test.log
DELETED
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
2
|
-
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
3
|
-
[1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
4
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
5
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6
|
-
--------------------------------------------
|
|
7
|
-
IncludeTagTest: test_should_show_include_tag
|
|
8
|
-
--------------------------------------------
|
|
9
|
-
Started GET "/" for 127.0.0.1 at 2013-08-18 21:43:20 -0300
|
|
10
|
-
Processing by PagesController#index as HTML
|
|
11
|
-
Rendered pages/index.html.erb within layouts/application (0.8ms)
|
|
12
|
-
Completed 200 OK in 83ms (Views: 82.7ms | ActiveRecord: 0.0ms)
|
|
13
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
14
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
15
|
-
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
16
|
-
[1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
17
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
18
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
19
|
-
--------------------------------------------
|
|
20
|
-
IncludeTagTest: test_should_show_include_tag
|
|
21
|
-
--------------------------------------------
|
|
22
|
-
Started GET "/" for 127.0.0.1 at 2013-08-18 21:43:46 -0300
|
|
23
|
-
Processing by PagesController#index as HTML
|
|
24
|
-
Rendered pages/index.html.erb within layouts/application (0.9ms)
|
|
25
|
-
Completed 200 OK in 90ms (Views: 89.8ms | ActiveRecord: 0.0ms)
|
|
26
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
27
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
28
|
-
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
29
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
30
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
31
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
32
|
-
--------------------------------------------
|
|
33
|
-
IncludeTagTest: test_should_show_include_tag
|
|
34
|
-
--------------------------------------------
|
|
35
|
-
Started GET "/" for 127.0.0.1 at 2013-11-30 14:43:44 -0200
|
|
36
|
-
Processing by PagesController#index as HTML
|
|
37
|
-
Rendered pages/index.html.erb within layouts/application (0.9ms)
|
|
38
|
-
Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)
|
|
39
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
40
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
41
|
-
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
42
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
43
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
44
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45
|
-
--------------------------------------------
|
|
46
|
-
IncludeTagTest: test_should_show_include_tag
|
|
47
|
-
--------------------------------------------
|
|
48
|
-
Started GET "/" for 127.0.0.1 at 2014-03-01 15:50:39 -0200
|
|
49
|
-
Processing by PagesController#index as HTML
|
|
50
|
-
Rendered pages/index.html.erb within layouts/application (1.1ms)
|
|
51
|
-
Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.0ms)
|
|
52
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
53
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
54
|
-
[1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
55
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
56
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
57
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
58
|
-
--------------------------------------------
|
|
59
|
-
IncludeTagTest: test_should_show_include_tag
|
|
60
|
-
--------------------------------------------
|
|
61
|
-
Started GET "/" for 127.0.0.1 at 2014-03-01 15:51:10 -0200
|
|
62
|
-
Processing by PagesController#index as HTML
|
|
63
|
-
Rendered pages/index.html.erb within layouts/application (0.9ms)
|
|
64
|
-
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
|
|
65
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
66
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
67
|
-
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
68
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
69
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
70
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71
|
-
--------------------------------------------
|
|
72
|
-
IncludeTagTest: test_should_show_include_tag
|
|
73
|
-
--------------------------------------------
|
|
74
|
-
Started GET "/" for 127.0.0.1 at 2014-03-01 15:54:05 -0200
|
|
75
|
-
Processing by PagesController#index as HTML
|
|
76
|
-
Rendered pages/index.html.erb within layouts/application (0.9ms)
|
|
77
|
-
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
|
|
78
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
|
79
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
80
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
81
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
82
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
83
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
84
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
85
|
-
----------------------------------------------
|
|
86
|
-
IncludeTagTest: test_should_return_include_tag
|
|
87
|
-
----------------------------------------------
|
|
88
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
89
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
90
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
91
|
-
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
92
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
93
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
94
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
95
|
-
------------------------------------------------------
|
|
96
|
-
IncludeTagTest: test_should_return_include_tag_with_id
|
|
97
|
-
------------------------------------------------------
|
|
98
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
99
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
100
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
101
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
102
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
103
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
104
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
105
|
-
------------------------------------------------------
|
|
106
|
-
IncludeTagTest: test_should_return_include_tag_with_id
|
|
107
|
-
------------------------------------------------------
|
|
108
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
109
|
-
[1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
110
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
111
|
-
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
112
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
113
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
114
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
115
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
116
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
117
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
118
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
119
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
120
|
-
---------------------------
|
|
121
|
-
IncludeTagTest: test_tag_id
|
|
122
|
-
---------------------------
|
|
123
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
124
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
125
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
126
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
127
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
128
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
129
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
130
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
131
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
132
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
133
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
134
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
135
|
-
---------------------------
|
|
136
|
-
IncludeTagTest: test_tag_id
|
|
137
|
-
---------------------------
|
|
138
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
139
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
140
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
141
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
142
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
143
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
144
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
145
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
146
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
147
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
148
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
149
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
150
|
-
---------------------------
|
|
151
|
-
IncludeTagTest: test_tag_id
|
|
152
|
-
---------------------------
|
|
153
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
154
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
155
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
156
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
157
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
158
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
159
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
160
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
161
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
162
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
163
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
164
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
165
|
-
---------------------------
|
|
166
|
-
IncludeTagTest: test_tag_id
|
|
167
|
-
---------------------------
|
|
168
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
169
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
170
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
171
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
172
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
173
|
-
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
174
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
175
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
176
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
177
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
178
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
179
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
180
|
-
---------------------------
|
|
181
|
-
IncludeTagTest: test_tag_id
|
|
182
|
-
---------------------------
|
|
183
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
184
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
185
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
186
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
187
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
188
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
189
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
190
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
191
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
192
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
193
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
194
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
195
|
-
---------------------------
|
|
196
|
-
IncludeTagTest: test_tag_id
|
|
197
|
-
---------------------------
|
|
198
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
199
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
200
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
201
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
202
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
203
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
204
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
|
205
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
206
|
-
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
207
|
-
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
|
208
|
-
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
209
|
-
[1m[35m (0.1ms)[0m begin transaction
|
|
210
|
-
---------------------------
|
|
211
|
-
IncludeTagTest: test_tag_id
|
|
212
|
-
---------------------------
|
|
213
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|