seo_robots 0.0.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 +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +47 -0
- data/Rakefile +37 -0
- data/app/controllers/front/robots_controller.rb +10 -0
- data/app/models/seo.rb +5 -0
- data/app/models/seo/robot.rb +17 -0
- data/app/validators/singleton_validator.rb +9 -0
- data/config/routes.rb +6 -0
- data/db/migrate/20150601135531_create_seo_robots.rb +7 -0
- data/lib/seo_robots.rb +4 -0
- data/lib/seo_robots/engine.rb +4 -0
- data/lib/seo_robots/version.rb +3 -0
- data/lib/tasks/nono_tasks.rake +4 -0
- data/test/controllers/front/robots_controller_test.rb +23 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +13 -0
- data/test/dummy/app/assets/stylesheets/application.css +15 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/bin/setup +29 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +26 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +41 -0
- data/test/dummy/config/environments/production.rb +79 -0
- data/test/dummy/config/environments/test.rb +42 -0
- data/test/dummy/config/initializers/assets.rb +11 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +56 -0
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +20 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +178 -0
- data/test/dummy/log/test.log +1955 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/models/seo/robot_test.rb +37 -0
- data/test/test_helper.rb +19 -0
- metadata +184 -0
@@ -0,0 +1,1955 @@
|
|
1
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2
|
+
--------------------
|
3
|
+
NonoTest: test_truth
|
4
|
+
--------------------
|
5
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
6
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
7
|
+
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
8
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
9
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
10
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
11
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
12
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
13
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
15
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
16
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
17
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
18
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
19
|
+
[1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
20
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
21
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
22
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
23
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
24
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
26
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
27
|
+
[1m[35m (1.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
28
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
29
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
30
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
31
|
+
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
32
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
33
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
34
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
35
|
+
[1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
36
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
37
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
38
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
39
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
40
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
41
|
+
[1m[35m (1.2ms)[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 (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
44
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
45
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
46
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
47
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
48
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
49
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
50
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
51
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
52
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
53
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
54
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
55
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
56
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
57
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
58
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
59
|
+
[1m[35m (1.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
60
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
61
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
62
|
+
--------------------
|
63
|
+
NonoTest: test_truth
|
64
|
+
--------------------
|
65
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
66
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
67
|
+
--------------------------------
|
68
|
+
SEO::RobotTest: test_Robot_saves
|
69
|
+
--------------------------------
|
70
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
71
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
72
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
73
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
74
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
75
|
+
[1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
76
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
77
|
+
[1m[35m (1.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
78
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
79
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
80
|
+
--------------------------------
|
81
|
+
SEO::RobotTest: test_Robot_saves
|
82
|
+
--------------------------------
|
83
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
84
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
85
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
86
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
87
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
88
|
+
[1m[36m (4.8ms)[0m [1mrollback transaction[0m
|
89
|
+
[1m[35m (0.0ms)[0m begin transaction
|
90
|
+
--------------------
|
91
|
+
NonoTest: test_truth
|
92
|
+
--------------------
|
93
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
94
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
95
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
96
|
+
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
97
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
98
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
99
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
100
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
101
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
102
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
103
|
+
--------------------
|
104
|
+
NonoTest: test_truth
|
105
|
+
--------------------
|
106
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
107
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
108
|
+
--------------------------------
|
109
|
+
SEO::RobotTest: test_Robot_saves
|
110
|
+
--------------------------------
|
111
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
112
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
113
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
114
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
115
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
116
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
117
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
118
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
119
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
120
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
121
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
122
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
123
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
124
|
+
[1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
125
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
127
|
+
--------------------
|
128
|
+
NonoTest: test_truth
|
129
|
+
--------------------
|
130
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
131
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
132
|
+
-----------------------------------------------------------------
|
133
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
134
|
+
-----------------------------------------------------------------
|
135
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
136
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
137
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
138
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
139
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
140
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
141
|
+
--------------------------------
|
142
|
+
SEO::RobotTest: test_Robot_saves
|
143
|
+
--------------------------------
|
144
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
145
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
146
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
147
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
148
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
149
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
150
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
151
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
152
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
153
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
154
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
155
|
+
[1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
156
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
157
|
+
[1m[35m (1.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
158
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
159
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
160
|
+
--------------------------------
|
161
|
+
SEO::RobotTest: test_Robot_saves
|
162
|
+
--------------------------------
|
163
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
164
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
165
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
166
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
167
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
168
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
169
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
170
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
171
|
+
-----------------------------------------------------------------
|
172
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
173
|
+
-----------------------------------------------------------------
|
174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
175
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
176
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
177
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
178
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
179
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
180
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
181
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
182
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
183
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
184
|
+
[1m[35m (0.0ms)[0m begin transaction
|
185
|
+
--------------------
|
186
|
+
NonoTest: test_truth
|
187
|
+
--------------------
|
188
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
189
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
190
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
191
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
192
|
+
[1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m
|
193
|
+
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
194
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
195
|
+
[1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
196
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
197
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
198
|
+
-----------------------------------------------------------------
|
199
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
200
|
+
-----------------------------------------------------------------
|
201
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
202
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
203
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
204
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
205
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
206
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
207
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
208
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
209
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
210
|
+
[1m[36m (8.9ms)[0m [1mrollback transaction[0m
|
211
|
+
[1m[35m (0.1ms)[0m begin transaction
|
212
|
+
--------------------------------
|
213
|
+
SEO::RobotTest: test_Robot_saves
|
214
|
+
--------------------------------
|
215
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
216
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
217
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
218
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
219
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
220
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
221
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
222
|
+
[1m[35m (0.0ms)[0m begin transaction
|
223
|
+
--------------------
|
224
|
+
NonoTest: test_truth
|
225
|
+
--------------------
|
226
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
227
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
228
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
229
|
+
[1m[35m (67.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
230
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
231
|
+
[1m[35m (2.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
232
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
233
|
+
[1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
234
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
235
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
236
|
+
--------------------
|
237
|
+
NonoTest: test_truth
|
238
|
+
--------------------
|
239
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
240
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
241
|
+
--------------------------------------------
|
242
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
243
|
+
--------------------------------------------
|
244
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
245
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
246
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
247
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
250
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
251
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
252
|
+
[1m[35m (0.1ms)[0m begin transaction
|
253
|
+
--------------------------------
|
254
|
+
SEO::RobotTest: test_Robot_saves
|
255
|
+
--------------------------------
|
256
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
257
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
258
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
259
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
260
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
261
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
262
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
263
|
+
[1m[35m (0.1ms)[0m begin transaction
|
264
|
+
-----------------------------------------------------------------
|
265
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
266
|
+
-----------------------------------------------------------------
|
267
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
268
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
269
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
270
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
271
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
272
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
273
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
274
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
275
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
276
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
277
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
278
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
279
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
280
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
281
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
282
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
283
|
+
[1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
284
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
285
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
286
|
+
-----------------------------------
|
287
|
+
SEO::RobotTest: test_Robot_destroys
|
288
|
+
-----------------------------------
|
289
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
290
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
291
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
292
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
293
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
294
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
295
|
+
[1m[35m (0.1ms)[0m begin transaction
|
296
|
+
--------------------------------------------
|
297
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
298
|
+
--------------------------------------------
|
299
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
300
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
301
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
302
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
303
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
304
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ? [["content", "a robot called nono"], ["id", 1]]
|
305
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
306
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
307
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
308
|
+
--------------------------------
|
309
|
+
SEO::RobotTest: test_Robot_saves
|
310
|
+
--------------------------------
|
311
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
312
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
313
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
314
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
315
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
316
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
317
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
318
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
319
|
+
-----------------------------------------------------------------
|
320
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
321
|
+
-----------------------------------------------------------------
|
322
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
323
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
324
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
325
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
326
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
327
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
328
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
329
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
330
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
331
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
332
|
+
[1m[35m (0.0ms)[0m begin transaction
|
333
|
+
--------------------
|
334
|
+
NonoTest: test_truth
|
335
|
+
--------------------
|
336
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
337
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
338
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
339
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
340
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
341
|
+
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
342
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
343
|
+
[1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
344
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
345
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
346
|
+
-----------------------------------------------------------------
|
347
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
348
|
+
-----------------------------------------------------------------
|
349
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
350
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
351
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
352
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
353
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
354
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
355
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
356
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
357
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
358
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
359
|
+
[1m[35m (0.1ms)[0m begin transaction
|
360
|
+
--------------------------------
|
361
|
+
SEO::RobotTest: test_Robot_saves
|
362
|
+
--------------------------------
|
363
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
364
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
365
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
366
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
367
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
368
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
369
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
370
|
+
[1m[35m (0.1ms)[0m begin transaction
|
371
|
+
-----------------------------------
|
372
|
+
SEO::RobotTest: test_Robot_destroys
|
373
|
+
-----------------------------------
|
374
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
375
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
376
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
377
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
378
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
379
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
380
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
381
|
+
--------------------------------------------
|
382
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
383
|
+
--------------------------------------------
|
384
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
385
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
386
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
387
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
388
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
389
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
390
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
391
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
392
|
+
[1m[35m (0.0ms)[0m begin transaction
|
393
|
+
--------------------
|
394
|
+
NonoTest: test_truth
|
395
|
+
--------------------
|
396
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
397
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
398
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
399
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
400
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
401
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
402
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
403
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
404
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
405
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
406
|
+
--------------------------------
|
407
|
+
SEO::RobotTest: test_Robot_saves
|
408
|
+
--------------------------------
|
409
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
410
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
411
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
412
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
413
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
414
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
415
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
416
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
417
|
+
-----------------------------------
|
418
|
+
SEO::RobotTest: test_Robot_destroys
|
419
|
+
-----------------------------------
|
420
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
421
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
422
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
423
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
424
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
425
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
426
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
427
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
428
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
429
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
430
|
+
[1m[35m (0.1ms)[0m begin transaction
|
431
|
+
-----------------------------------------------------------------
|
432
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
433
|
+
-----------------------------------------------------------------
|
434
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
435
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
436
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
437
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
438
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
439
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
440
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
441
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
442
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
443
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
444
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
445
|
+
--------------------------------------------
|
446
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
447
|
+
--------------------------------------------
|
448
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
449
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
450
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
451
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
453
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
454
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
455
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
456
|
+
[1m[35m (0.0ms)[0m begin transaction
|
457
|
+
--------------------
|
458
|
+
NonoTest: test_truth
|
459
|
+
--------------------
|
460
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
461
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
462
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
463
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
464
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
465
|
+
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
466
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
467
|
+
[1m[35m (1.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
468
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
469
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
470
|
+
-----------------------------------
|
471
|
+
SEO::RobotTest: test_Robot_destroys
|
472
|
+
-----------------------------------
|
473
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
474
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
475
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
476
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
477
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
478
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
479
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
480
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
481
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
482
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
483
|
+
[1m[35m (0.0ms)[0m begin transaction
|
484
|
+
-----------------------------------------------------------------
|
485
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
486
|
+
-----------------------------------------------------------------
|
487
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
488
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
489
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
490
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
491
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
492
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
493
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
494
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
495
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
496
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
497
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
498
|
+
--------------------------------
|
499
|
+
SEO::RobotTest: test_Robot_saves
|
500
|
+
--------------------------------
|
501
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
502
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
503
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
504
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
505
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
506
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
507
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
508
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
509
|
+
--------------------------------------------
|
510
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
511
|
+
--------------------------------------------
|
512
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
513
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
514
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
515
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
516
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
517
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
518
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
519
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
520
|
+
[1m[35m (0.1ms)[0m begin transaction
|
521
|
+
--------------------
|
522
|
+
NonoTest: test_truth
|
523
|
+
--------------------
|
524
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
525
|
+
[1m[35m (0.1ms)[0m begin transaction
|
526
|
+
------------------------------------------
|
527
|
+
SEO::RobotsControllerTest: test_show_robot
|
528
|
+
------------------------------------------
|
529
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
530
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
531
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
532
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
533
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
534
|
+
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
535
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
536
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
537
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
538
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
539
|
+
--------------------------------
|
540
|
+
SEO::RobotTest: test_Robot_saves
|
541
|
+
--------------------------------
|
542
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
543
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
544
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
545
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
546
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
547
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
548
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
550
|
+
-----------------------------------
|
551
|
+
SEO::RobotTest: test_Robot_destroys
|
552
|
+
-----------------------------------
|
553
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
554
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
555
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
556
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
557
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
558
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
559
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
560
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
561
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
562
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
563
|
+
[1m[35m (0.1ms)[0m begin transaction
|
564
|
+
-----------------------------------------------------------------
|
565
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
566
|
+
-----------------------------------------------------------------
|
567
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
568
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
569
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
570
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
571
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
572
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
573
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
574
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
575
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
576
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
577
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
578
|
+
--------------------------------------------
|
579
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
580
|
+
--------------------------------------------
|
581
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
582
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
583
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
584
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
585
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
586
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
587
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
588
|
+
[1m[36m (1.3ms)[0m [1mrollback transaction[0m
|
589
|
+
[1m[35m (0.0ms)[0m begin transaction
|
590
|
+
--------------------
|
591
|
+
NonoTest: test_truth
|
592
|
+
--------------------
|
593
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
594
|
+
[1m[35m (0.0ms)[0m begin transaction
|
595
|
+
------------------------------------------
|
596
|
+
SEO::RobotsControllerTest: test_show_robot
|
597
|
+
------------------------------------------
|
598
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
599
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
600
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
601
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
602
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
603
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
604
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
605
|
+
[1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
606
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
607
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
608
|
+
--------------------------------------------
|
609
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
610
|
+
--------------------------------------------
|
611
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
612
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
613
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
614
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
615
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
616
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
617
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
618
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
619
|
+
[1m[35m (0.1ms)[0m begin transaction
|
620
|
+
-----------------------------------------------------------------
|
621
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
622
|
+
-----------------------------------------------------------------
|
623
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
624
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
625
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
626
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
627
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
628
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
629
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
630
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
631
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
632
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
633
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
634
|
+
--------------------------------
|
635
|
+
SEO::RobotTest: test_Robot_saves
|
636
|
+
--------------------------------
|
637
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
638
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
639
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
640
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
641
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
642
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
643
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
644
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
645
|
+
-----------------------------------
|
646
|
+
SEO::RobotTest: test_Robot_destroys
|
647
|
+
-----------------------------------
|
648
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
649
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
650
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
651
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
652
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
653
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
654
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
655
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
656
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
657
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
658
|
+
[1m[35m (0.0ms)[0m begin transaction
|
659
|
+
-------------------------------------
|
660
|
+
RobotsControllerTest: test_show_robot
|
661
|
+
-------------------------------------
|
662
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
663
|
+
[1m[35m (0.0ms)[0m begin transaction
|
664
|
+
--------------------
|
665
|
+
NonoTest: test_truth
|
666
|
+
--------------------
|
667
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
668
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
669
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
670
|
+
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
671
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
672
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
673
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
674
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
675
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
676
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
677
|
+
-------------------------------------
|
678
|
+
RobotsControllerTest: test_show_robot
|
679
|
+
-------------------------------------
|
680
|
+
Processing by RobotsController#show as HTML
|
681
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
682
|
+
Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.3ms)
|
683
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
684
|
+
[1m[35m (0.0ms)[0m begin transaction
|
685
|
+
-----------------------------------
|
686
|
+
SEO::RobotTest: test_Robot_destroys
|
687
|
+
-----------------------------------
|
688
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
689
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
690
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
691
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
692
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
693
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
694
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "seo_robots" WHERE "seo_robots"."id" = ?[0m [["id", 1]]
|
695
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
696
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
697
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
698
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
699
|
+
--------------------------------------------
|
700
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
701
|
+
--------------------------------------------
|
702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
703
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
704
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
705
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
706
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
707
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
708
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
709
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
710
|
+
[1m[35m (0.0ms)[0m begin transaction
|
711
|
+
--------------------------------
|
712
|
+
SEO::RobotTest: test_Robot_saves
|
713
|
+
--------------------------------
|
714
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
715
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
716
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
717
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
718
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
719
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
720
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
721
|
+
[1m[35m (0.0ms)[0m begin transaction
|
722
|
+
-----------------------------------------------------------------
|
723
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
724
|
+
-----------------------------------------------------------------
|
725
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
726
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
727
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
728
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
729
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
730
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
731
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
732
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
733
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
734
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
735
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
736
|
+
--------------------
|
737
|
+
NonoTest: test_truth
|
738
|
+
--------------------
|
739
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
740
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
741
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
742
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
743
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
744
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
745
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
746
|
+
[1m[35m (1.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
747
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
748
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
749
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
750
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
751
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
752
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
753
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
754
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
755
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
756
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
757
|
+
--------------------
|
758
|
+
NonoTest: test_truth
|
759
|
+
--------------------
|
760
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
761
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
762
|
+
-------------------------------------
|
763
|
+
RobotsControllerTest: test_show_robot
|
764
|
+
-------------------------------------
|
765
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
766
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
767
|
+
--------------------------------------------
|
768
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
769
|
+
--------------------------------------------
|
770
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
771
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
772
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
773
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
774
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
775
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
776
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
777
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
778
|
+
[1m[35m (0.1ms)[0m begin transaction
|
779
|
+
-----------------------------------------------------------------
|
780
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
781
|
+
-----------------------------------------------------------------
|
782
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
783
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
784
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
785
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
786
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
787
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
788
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
789
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
790
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
791
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
792
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
793
|
+
--------------------------------
|
794
|
+
SEO::RobotTest: test_Robot_saves
|
795
|
+
--------------------------------
|
796
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
797
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
798
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
799
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
800
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
801
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
802
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
803
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
804
|
+
-----------------------------------
|
805
|
+
SEO::RobotTest: test_Robot_destroys
|
806
|
+
-----------------------------------
|
807
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
808
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
809
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
810
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
811
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
812
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
813
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
814
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
815
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
816
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
817
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
818
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
819
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
820
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
821
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
822
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
823
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
824
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
825
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
826
|
+
--------------------
|
827
|
+
NonoTest: test_truth
|
828
|
+
--------------------
|
829
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
830
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
831
|
+
--------------------------------
|
832
|
+
SEO::RobotTest: test_Robot_saves
|
833
|
+
--------------------------------
|
834
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
835
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
836
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
837
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
838
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
839
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
840
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
841
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
842
|
+
-----------------------------------------------------------------
|
843
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
844
|
+
-----------------------------------------------------------------
|
845
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
846
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
847
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
848
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
849
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
850
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
851
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
852
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
853
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
854
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
855
|
+
[1m[35m (0.0ms)[0m begin transaction
|
856
|
+
--------------------------------------------
|
857
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
858
|
+
--------------------------------------------
|
859
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
860
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
861
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
862
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
863
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
864
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ? [["content", "a robot called nono"], ["id", 1]]
|
865
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
866
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
867
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
868
|
+
-----------------------------------
|
869
|
+
SEO::RobotTest: test_Robot_destroys
|
870
|
+
-----------------------------------
|
871
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
872
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
873
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
874
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
875
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
876
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
877
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
878
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
879
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
880
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
881
|
+
[1m[35m (0.0ms)[0m begin transaction
|
882
|
+
-------------------------------------
|
883
|
+
RobotsControllerTest: test_show_robot
|
884
|
+
-------------------------------------
|
885
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
886
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
887
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
888
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
889
|
+
Processing by RobotsController#show as HTML
|
890
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
891
|
+
Rendered text template (0.0ms)
|
892
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
|
893
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
894
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
895
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
896
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
897
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
898
|
+
[1m[35m (10.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
899
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
900
|
+
[1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
901
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
902
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
903
|
+
-------------------------------------
|
904
|
+
RobotsControllerTest: test_show_robot
|
905
|
+
-------------------------------------
|
906
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
907
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
908
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
909
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
910
|
+
[1m[35m (9.1ms)[0m rollback transaction
|
911
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
912
|
+
--------------------
|
913
|
+
NonoTest: test_truth
|
914
|
+
--------------------
|
915
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
917
|
+
--------------------------------------------
|
918
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
919
|
+
--------------------------------------------
|
920
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
921
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
922
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
923
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
924
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
925
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
926
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
927
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
928
|
+
[1m[35m (0.0ms)[0m begin transaction
|
929
|
+
--------------------------------
|
930
|
+
SEO::RobotTest: test_Robot_saves
|
931
|
+
--------------------------------
|
932
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
933
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
934
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
935
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
936
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
937
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
938
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
939
|
+
[1m[35m (0.1ms)[0m begin transaction
|
940
|
+
-----------------------------------
|
941
|
+
SEO::RobotTest: test_Robot_destroys
|
942
|
+
-----------------------------------
|
943
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
944
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
945
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
946
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
947
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
948
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
949
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "seo_robots" WHERE "seo_robots"."id" = ?[0m [["id", 1]]
|
950
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
951
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
952
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
953
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
954
|
+
-----------------------------------------------------------------
|
955
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
956
|
+
-----------------------------------------------------------------
|
957
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
958
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
959
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
960
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
961
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
962
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
963
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
964
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
965
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
966
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
967
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
968
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
969
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
970
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
971
|
+
[1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
972
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
973
|
+
[1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
974
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
975
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
976
|
+
-------------------------------------
|
977
|
+
RobotsControllerTest: test_show_robot
|
978
|
+
-------------------------------------
|
979
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
980
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
981
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
982
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
983
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
984
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
985
|
+
-----------------------------------
|
986
|
+
SEO::RobotTest: test_Robot_destroys
|
987
|
+
-----------------------------------
|
988
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
989
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
990
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
991
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
992
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
993
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
994
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
995
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
996
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
997
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
998
|
+
[1m[35m (0.0ms)[0m begin transaction
|
999
|
+
-----------------------------------------------------------------
|
1000
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1001
|
+
-----------------------------------------------------------------
|
1002
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1003
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1004
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
1005
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1006
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1007
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1008
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1009
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1010
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1011
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
1012
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1013
|
+
--------------------------------
|
1014
|
+
SEO::RobotTest: test_Robot_saves
|
1015
|
+
--------------------------------
|
1016
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1017
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1018
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1019
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
1020
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1021
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1022
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1023
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1024
|
+
--------------------------------------------
|
1025
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1026
|
+
--------------------------------------------
|
1027
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1028
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1029
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1030
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1031
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1032
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
1033
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1034
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
1035
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1036
|
+
--------------------
|
1037
|
+
NonoTest: test_truth
|
1038
|
+
--------------------
|
1039
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1040
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1041
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1042
|
+
[1m[35m (9.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1043
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1044
|
+
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1045
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1046
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1047
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1048
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1049
|
+
--------------------
|
1050
|
+
NonoTest: test_truth
|
1051
|
+
--------------------
|
1052
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1053
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1054
|
+
-----------------------------------------------------------------
|
1055
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1056
|
+
-----------------------------------------------------------------
|
1057
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1058
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1059
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
1060
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1061
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1062
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1063
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1064
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1065
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1066
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1067
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1068
|
+
--------------------------------
|
1069
|
+
SEO::RobotTest: test_Robot_saves
|
1070
|
+
--------------------------------
|
1071
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1072
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1073
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1074
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
1075
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1076
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1077
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1078
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1079
|
+
-----------------------------------
|
1080
|
+
SEO::RobotTest: test_Robot_destroys
|
1081
|
+
-----------------------------------
|
1082
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1083
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1084
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
1085
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1086
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1087
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1088
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "seo_robots" WHERE "seo_robots"."id" = ?[0m [["id", 1]]
|
1089
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1090
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1091
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
1092
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1093
|
+
--------------------------------------------
|
1094
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1095
|
+
--------------------------------------------
|
1096
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1097
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1098
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1099
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1100
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1101
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
1102
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1103
|
+
[1m[36m (1.4ms)[0m [1mrollback transaction[0m
|
1104
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1105
|
+
--------------------------------------------
|
1106
|
+
Front::RobotsControllerTest: test_show_robot
|
1107
|
+
--------------------------------------------
|
1108
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1109
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1110
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1111
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1112
|
+
Processing by Front::RobotsController#show as HTML
|
1113
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1114
|
+
Rendered text template (0.0ms)
|
1115
|
+
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.1ms)
|
1116
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1117
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1118
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1119
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1120
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1121
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1122
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1123
|
+
[1m[35m (1.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1124
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1125
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1126
|
+
-----------------------------------------------------------------
|
1127
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1128
|
+
-----------------------------------------------------------------
|
1129
|
+
Processing by Front::RobotsController#show as HTML
|
1130
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1131
|
+
Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.3ms)
|
1132
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1133
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1134
|
+
--------------------------------------------
|
1135
|
+
Front::RobotsControllerTest: test_show_robot
|
1136
|
+
--------------------------------------------
|
1137
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1138
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1139
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1140
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1141
|
+
Processing by Front::RobotsController#show as HTML
|
1142
|
+
[1m[36mSEO::Robot Load (0.0ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1143
|
+
Rendered text template (0.0ms)
|
1144
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1145
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
1146
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1147
|
+
-----------------------------------------------------------------
|
1148
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1149
|
+
-----------------------------------------------------------------
|
1150
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1151
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1152
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
1153
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1154
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1155
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1156
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1157
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1158
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1159
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1160
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1161
|
+
-----------------------------------
|
1162
|
+
SEO::RobotTest: test_Robot_destroys
|
1163
|
+
-----------------------------------
|
1164
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1165
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1166
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
1167
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1168
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1169
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1170
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "seo_robots" WHERE "seo_robots"."id" = ?[0m [["id", 1]]
|
1171
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1172
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1173
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
1174
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1175
|
+
--------------------------------------------
|
1176
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1177
|
+
--------------------------------------------
|
1178
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1179
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1180
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1181
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1182
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1183
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
1184
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1185
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
1186
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1187
|
+
--------------------------------
|
1188
|
+
SEO::RobotTest: test_Robot_saves
|
1189
|
+
--------------------------------
|
1190
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1191
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1192
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1193
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
1194
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1195
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1196
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1197
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1198
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1199
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1200
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1201
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1202
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1203
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1204
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1205
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1206
|
+
--------------------------------
|
1207
|
+
SEO::RobotTest: test_Robot_saves
|
1208
|
+
--------------------------------
|
1209
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1210
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1211
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1212
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
1213
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1214
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1215
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
1216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1217
|
+
-----------------------------------
|
1218
|
+
SEO::RobotTest: test_Robot_destroys
|
1219
|
+
-----------------------------------
|
1220
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1221
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1222
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1223
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1224
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1225
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1226
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
1227
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1228
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1229
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
1230
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1231
|
+
-----------------------------------------------------------------
|
1232
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1233
|
+
-----------------------------------------------------------------
|
1234
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1235
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1236
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
1237
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1238
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1240
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1241
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1242
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1243
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1244
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1245
|
+
--------------------------------------------
|
1246
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1247
|
+
--------------------------------------------
|
1248
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1249
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1250
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1251
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1252
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1253
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
1254
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1255
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
1256
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1257
|
+
-----------------------------------------------------------------
|
1258
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1259
|
+
-----------------------------------------------------------------
|
1260
|
+
Processing by Front::RobotsController#show as HTML
|
1261
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1262
|
+
Rendered text template (0.0ms)
|
1263
|
+
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)
|
1264
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1265
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1266
|
+
--------------------------------------------
|
1267
|
+
Front::RobotsControllerTest: test_show_robot
|
1268
|
+
--------------------------------------------
|
1269
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1270
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1271
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1272
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1273
|
+
Processing by Front::RobotsController#show as HTML
|
1274
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1275
|
+
Rendered text template (0.0ms)
|
1276
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1277
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1278
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1279
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1280
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1281
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1282
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1283
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1284
|
+
[1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1285
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1286
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1287
|
+
--------------------------------
|
1288
|
+
SEO::RobotTest: test_Robot_saves
|
1289
|
+
--------------------------------
|
1290
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1291
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1292
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1293
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
1294
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1295
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1296
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
1297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1298
|
+
-----------------------------------------------------------------
|
1299
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1300
|
+
-----------------------------------------------------------------
|
1301
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1302
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1303
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
1304
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1305
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1306
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1307
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1308
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1309
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1310
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1311
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1312
|
+
--------------------------------------------
|
1313
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1314
|
+
--------------------------------------------
|
1315
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1316
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1317
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
1318
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1319
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1320
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ? [["content", "a robot called nono"], ["id", 1]]
|
1321
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1322
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
1323
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1324
|
+
-----------------------------------
|
1325
|
+
SEO::RobotTest: test_Robot_destroys
|
1326
|
+
-----------------------------------
|
1327
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1328
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1329
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1330
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1331
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1332
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1333
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
1334
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1335
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1336
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
1337
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1338
|
+
-----------------------------------------------------------------
|
1339
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1340
|
+
-----------------------------------------------------------------
|
1341
|
+
Processing by Front::RobotsController#show as HTML
|
1342
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1343
|
+
Rendered text template (0.0ms)
|
1344
|
+
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms)
|
1345
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1346
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1347
|
+
----------------------------------------------------------
|
1348
|
+
Front::RobotsControllerTest: test_render_the_right_content
|
1349
|
+
----------------------------------------------------------
|
1350
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1351
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1352
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1353
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1354
|
+
Processing by Front::RobotsController#show as HTML
|
1355
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1356
|
+
Rendered text template (0.0ms)
|
1357
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1358
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1359
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1360
|
+
--------------------------------------------
|
1361
|
+
Front::RobotsControllerTest: test_show_robot
|
1362
|
+
--------------------------------------------
|
1363
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1364
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1365
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1366
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1367
|
+
Processing by Front::RobotsController#show as HTML
|
1368
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1369
|
+
Rendered text template (0.0ms)
|
1370
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1371
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1372
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1373
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1374
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1375
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1376
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1377
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1378
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1379
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1380
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1381
|
+
----------------------------------------------------------
|
1382
|
+
Front::RobotsControllerTest: test_render_the_right_content
|
1383
|
+
----------------------------------------------------------
|
1384
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1385
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1386
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1387
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1388
|
+
Processing by Front::RobotsController#show as HTML
|
1389
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1390
|
+
Rendered text template (0.0ms)
|
1391
|
+
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)
|
1392
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
1393
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1394
|
+
-----------------------------------------------------------------
|
1395
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1396
|
+
-----------------------------------------------------------------
|
1397
|
+
Processing by Front::RobotsController#show as HTML
|
1398
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1399
|
+
Rendered text template (0.0ms)
|
1400
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1401
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1402
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1403
|
+
--------------------------------------------
|
1404
|
+
Front::RobotsControllerTest: test_show_robot
|
1405
|
+
--------------------------------------------
|
1406
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1407
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1408
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1409
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1410
|
+
Processing by Front::RobotsController#show as HTML
|
1411
|
+
[1m[35mSEO::Robot Load (0.0ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1412
|
+
Rendered text template (0.0ms)
|
1413
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1414
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1415
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1416
|
+
-----------------------------------
|
1417
|
+
SEO::RobotTest: test_Robot_destroys
|
1418
|
+
-----------------------------------
|
1419
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1420
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1421
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
1422
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1423
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1424
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1425
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "seo_robots" WHERE "seo_robots"."id" = ?[0m [["id", 1]]
|
1426
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1427
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1428
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
1429
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1430
|
+
-----------------------------------------------------------------
|
1431
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1432
|
+
-----------------------------------------------------------------
|
1433
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1434
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1435
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
1436
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1437
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1438
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1439
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1440
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1441
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1442
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1443
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1444
|
+
--------------------------------
|
1445
|
+
SEO::RobotTest: test_Robot_saves
|
1446
|
+
--------------------------------
|
1447
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1448
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1449
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1450
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
1451
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1452
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1453
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1454
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1455
|
+
--------------------------------------------
|
1456
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1457
|
+
--------------------------------------------
|
1458
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1459
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1460
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
1461
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1462
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1463
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ? [["content", "a robot called nono"], ["id", 1]]
|
1464
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1465
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
1466
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1467
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1468
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1469
|
+
[1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m
|
1470
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1471
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1472
|
+
[1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1473
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1474
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1475
|
+
--------------------------------------------
|
1476
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1477
|
+
--------------------------------------------
|
1478
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1479
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1480
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1481
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1482
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1483
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
1484
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1485
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
1486
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1487
|
+
-----------------------------------------------------------------
|
1488
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1489
|
+
-----------------------------------------------------------------
|
1490
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1491
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1492
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
1493
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1494
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1495
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1496
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1497
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1498
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1499
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1500
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1501
|
+
--------------------------------
|
1502
|
+
SEO::RobotTest: test_Robot_saves
|
1503
|
+
--------------------------------
|
1504
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1505
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1506
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1507
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
1508
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1509
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1510
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1511
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1512
|
+
-----------------------------------
|
1513
|
+
SEO::RobotTest: test_Robot_destroys
|
1514
|
+
-----------------------------------
|
1515
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1516
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1517
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1518
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1519
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1520
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1521
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
1522
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1523
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1524
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
1525
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1526
|
+
----------------------------------------------------------
|
1527
|
+
Front::RobotsControllerTest: test_render_the_right_content
|
1528
|
+
----------------------------------------------------------
|
1529
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1530
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1531
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1532
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1533
|
+
Processing by Front::RobotsController#show as HTML
|
1534
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1535
|
+
Rendered text template (0.0ms)
|
1536
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
|
1537
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
1538
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1539
|
+
--------------------------------------------
|
1540
|
+
Front::RobotsControllerTest: test_show_robot
|
1541
|
+
--------------------------------------------
|
1542
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1543
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1544
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1545
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1546
|
+
Processing by Front::RobotsController#show as HTML
|
1547
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1548
|
+
Rendered text template (0.0ms)
|
1549
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1550
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1551
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1552
|
+
-----------------------------------------------------------------
|
1553
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1554
|
+
-----------------------------------------------------------------
|
1555
|
+
Processing by Front::RobotsController#show as HTML
|
1556
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1557
|
+
Rendered text template (0.0ms)
|
1558
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1559
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1560
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1561
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1562
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1563
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1564
|
+
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1565
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1566
|
+
[1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1567
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1568
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1569
|
+
-----------------------------------
|
1570
|
+
SEO::RobotTest: test_Robot_destroys
|
1571
|
+
-----------------------------------
|
1572
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1573
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1574
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1575
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1576
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1577
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1578
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
1579
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1580
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1581
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
1582
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1583
|
+
-----------------------------------------------------------------
|
1584
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1585
|
+
-----------------------------------------------------------------
|
1586
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1587
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1588
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
1589
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1590
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1591
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1592
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1593
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1594
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1595
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1596
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1597
|
+
--------------------------------
|
1598
|
+
SEO::RobotTest: test_Robot_saves
|
1599
|
+
--------------------------------
|
1600
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1601
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1602
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1603
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "some robot text"]]
|
1604
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1605
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1606
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1607
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1608
|
+
--------------------------------------------
|
1609
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1610
|
+
--------------------------------------------
|
1611
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1612
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1613
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1614
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1615
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1616
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
1617
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1618
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
1619
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1620
|
+
-----------------------------------------------------------------
|
1621
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1622
|
+
-----------------------------------------------------------------
|
1623
|
+
Processing by Front::RobotsController#show as HTML
|
1624
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1625
|
+
Rendered text template (0.0ms)
|
1626
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
|
1627
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1628
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1629
|
+
----------------------------------------------------------
|
1630
|
+
Front::RobotsControllerTest: test_render_the_right_content
|
1631
|
+
----------------------------------------------------------
|
1632
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1633
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1634
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1635
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1636
|
+
Processing by Front::RobotsController#show as HTML
|
1637
|
+
[1m[35mSEO::Robot Load (0.0ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1638
|
+
Rendered text template (0.0ms)
|
1639
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1640
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
1641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1642
|
+
--------------------------------------------
|
1643
|
+
Front::RobotsControllerTest: test_show_robot
|
1644
|
+
--------------------------------------------
|
1645
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1646
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1647
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1648
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1649
|
+
Processing by Front::RobotsController#show as HTML
|
1650
|
+
[1m[36mSEO::Robot Load (0.0ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1651
|
+
Rendered text template (0.0ms)
|
1652
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1653
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1654
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1655
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1656
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1657
|
+
[1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m
|
1658
|
+
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1659
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1660
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1661
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1662
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1663
|
+
-----------------------------------------------------------------
|
1664
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1665
|
+
-----------------------------------------------------------------
|
1666
|
+
Processing by Front::RobotsController#show as HTML
|
1667
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1668
|
+
Rendered text template (0.0ms)
|
1669
|
+
Completed 200 OK in 16ms (Views: 3.8ms | ActiveRecord: 0.3ms)
|
1670
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1671
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1672
|
+
--------------------------------------------
|
1673
|
+
Front::RobotsControllerTest: test_show_robot
|
1674
|
+
--------------------------------------------
|
1675
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1676
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1677
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1678
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1679
|
+
Processing by Front::RobotsController#show as HTML
|
1680
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1681
|
+
Rendered text template (0.0ms)
|
1682
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1683
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1684
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1685
|
+
----------------------------------------------------------
|
1686
|
+
Front::RobotsControllerTest: test_render_the_right_content
|
1687
|
+
----------------------------------------------------------
|
1688
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1689
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1690
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1692
|
+
Processing by Front::RobotsController#show as HTML
|
1693
|
+
[1m[35mSEO::Robot Load (0.0ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1694
|
+
Rendered text template (0.0ms)
|
1695
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1696
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1697
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1698
|
+
--------------------------------------------
|
1699
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1700
|
+
--------------------------------------------
|
1701
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1702
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1703
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
1704
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1705
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1706
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ? [["content", "a robot called nono"], ["id", 1]]
|
1707
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1708
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
1709
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1710
|
+
-----------------------------------------------------------------
|
1711
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1712
|
+
-----------------------------------------------------------------
|
1713
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1714
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1715
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "first robot"]]
|
1716
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1717
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1718
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1719
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1720
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1721
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1722
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1723
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1724
|
+
--------------------------------
|
1725
|
+
SEO::RobotTest: test_Robot_saves
|
1726
|
+
--------------------------------
|
1727
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1728
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1729
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1730
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
1731
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1732
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1733
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1734
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1735
|
+
-----------------------------------
|
1736
|
+
SEO::RobotTest: test_Robot_destroys
|
1737
|
+
-----------------------------------
|
1738
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1739
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1740
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "nono the robot"]]
|
1741
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1742
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1743
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1744
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "seo_robots" WHERE "seo_robots"."id" = ?[0m [["id", 1]]
|
1745
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1746
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1747
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1748
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1749
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1750
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1751
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1752
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1753
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1754
|
+
[1m[35m (1.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1755
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1756
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1757
|
+
----------------------------------------------------------
|
1758
|
+
Front::RobotsControllerTest: test_render_the_right_content
|
1759
|
+
----------------------------------------------------------
|
1760
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1761
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1762
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1763
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1764
|
+
Processing by Front::RobotsController#show as HTML
|
1765
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1766
|
+
Rendered text template (0.0ms)
|
1767
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
|
1768
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
1769
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1770
|
+
------------------------------------------------------
|
1771
|
+
Front::RobotsControllerTest: test_show_returns_success
|
1772
|
+
------------------------------------------------------
|
1773
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1774
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1775
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1776
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1777
|
+
Processing by Front::RobotsController#show as HTML
|
1778
|
+
[1m[36mSEO::Robot Load (0.0ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1779
|
+
Rendered text template (0.0ms)
|
1780
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1781
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1782
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1783
|
+
-----------------------------------------------------------------
|
1784
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1785
|
+
-----------------------------------------------------------------
|
1786
|
+
Processing by Front::RobotsController#show as HTML
|
1787
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1788
|
+
Rendered text template (0.0ms)
|
1789
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1790
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1791
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1792
|
+
--------------------------------------------------------
|
1793
|
+
SEO::RobotTest: test_Robot_does_not_save_without_content
|
1794
|
+
--------------------------------------------------------
|
1795
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1796
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1797
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1798
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1799
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1800
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1801
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1802
|
+
-----------------------------------
|
1803
|
+
SEO::RobotTest: test_Robot_destroys
|
1804
|
+
-----------------------------------
|
1805
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1806
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1807
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1808
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1809
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1810
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1811
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "seo_robots" WHERE "seo_robots"."id" = ? [["id", 1]]
|
1812
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1813
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1814
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
1815
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1816
|
+
------------------------------------------------------------
|
1817
|
+
SEO::RobotTest: test_Robot_saves_successfully_with_a_content
|
1818
|
+
------------------------------------------------------------
|
1819
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1820
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1821
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1822
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
1823
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1824
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1825
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1826
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1827
|
+
-----------------------------------------------------------------
|
1828
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1829
|
+
-----------------------------------------------------------------
|
1830
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1831
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1832
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
1833
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1834
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1835
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1836
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1837
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1838
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1839
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1841
|
+
--------------------------------------------
|
1842
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1843
|
+
--------------------------------------------
|
1844
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1845
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1846
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "nono the robot"]]
|
1847
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1848
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1849
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called nono"], ["id", 1]]
|
1850
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1851
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
1852
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1853
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "seo_robots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text) [0m
|
1854
|
+
[1m[35m (1.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
1855
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
1856
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1857
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1858
|
+
[1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150601135531')
|
1859
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1860
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1861
|
+
--------------------------------------------
|
1862
|
+
SEO::RobotTest: test_Robot_updates_correctly
|
1863
|
+
--------------------------------------------
|
1864
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1865
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1866
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "seo_robots the robot"]]
|
1867
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1868
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1869
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "seo_robots" SET "content" = ? WHERE "seo_robots"."id" = ?[0m [["content", "a robot called seo_robots"], ["id", 1]]
|
1870
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1871
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
1872
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1873
|
+
-----------------------------------
|
1874
|
+
SEO::RobotTest: test_Robot_destroys
|
1875
|
+
-----------------------------------
|
1876
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1877
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1878
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "seo_robots the robot"]]
|
1879
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1880
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1881
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1882
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "seo_robots" WHERE "seo_robots"."id" = ?[0m [["id", 1]]
|
1883
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1884
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1885
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
1886
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1887
|
+
--------------------------------------------------------
|
1888
|
+
SEO::RobotTest: test_Robot_does_not_save_without_content
|
1889
|
+
--------------------------------------------------------
|
1890
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1891
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1892
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1893
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
1894
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1895
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1896
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1897
|
+
------------------------------------------------------------
|
1898
|
+
SEO::RobotTest: test_Robot_saves_successfully_with_a_content
|
1899
|
+
------------------------------------------------------------
|
1900
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1901
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1902
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1903
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "some robot text"]]
|
1904
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1905
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1906
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1907
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1908
|
+
-----------------------------------------------------------------
|
1909
|
+
SEO::RobotTest: test_Robot_does_not_saves_if_there_is_already_one
|
1910
|
+
-----------------------------------------------------------------
|
1911
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1912
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1913
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "first robot"]]
|
1914
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1915
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1916
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1917
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1918
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
1919
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1920
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1921
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1922
|
+
-----------------------------------------------------------------
|
1923
|
+
Front::RobotsControllerTest: test_renders_empty_page_if_no_robots
|
1924
|
+
-----------------------------------------------------------------
|
1925
|
+
Processing by Front::RobotsController#show as HTML
|
1926
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1927
|
+
Rendered text template (0.0ms)
|
1928
|
+
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms)
|
1929
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1930
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1931
|
+
------------------------------------------------------
|
1932
|
+
Front::RobotsControllerTest: test_show_returns_success
|
1933
|
+
------------------------------------------------------
|
1934
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1935
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "seo_robots"
|
1936
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "seo_robots" ("content") VALUES (?)[0m [["content", "robot things"]]
|
1937
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1938
|
+
Processing by Front::RobotsController#show as HTML
|
1939
|
+
[1m[36mSEO::Robot Load (0.1ms)[0m [1mSELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1[0m
|
1940
|
+
Rendered text template (0.0ms)
|
1941
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1942
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1943
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1944
|
+
----------------------------------------------------------
|
1945
|
+
Front::RobotsControllerTest: test_render_the_right_content
|
1946
|
+
----------------------------------------------------------
|
1947
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1948
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "seo_robots"[0m
|
1949
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "seo_robots" ("content") VALUES (?) [["content", "robot things"]]
|
1950
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1951
|
+
Processing by Front::RobotsController#show as HTML
|
1952
|
+
[1m[35mSEO::Robot Load (0.1ms)[0m SELECT "seo_robots".* FROM "seo_robots" ORDER BY "seo_robots"."id" ASC LIMIT 1
|
1953
|
+
Rendered text template (0.0ms)
|
1954
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
1955
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|