seo_robots 0.0.1

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