qlive-rspec 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,460 +0,0 @@
1
- Connecting to database specified by database.yml
2
- Connecting to database specified by database.yml
3
- Connecting to database specified by database.yml
4
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
5
- Connecting to database specified by database.yml
6
- Connecting to database specified by database.yml
7
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
8
-  (0.2ms) select sqlite_version(*)
9
-  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
10
-  (0.1ms) PRAGMA index_list("schema_migrations")
11
-  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
13
- Migrating to CreateTodos (20120317122010)
14
-  (0.0ms) begin transaction
15
-  (1.7ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "todo_list_id" integer, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
16
-  (0.2ms) CREATE TABLE "todo_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
17
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120317122010')
18
-  (349.7ms) commit transaction
19
-  (0.4ms) select sqlite_version(*)
20
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
21
-  (0.0ms) PRAGMA index_list("todo_lists")
22
-  (0.0ms) PRAGMA index_list("todos")
23
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
24
- Connecting to database specified by database.yml
25
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
26
- TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
27
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
28
- Connecting to database specified by database.yml
29
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
30
- Connecting to database specified by database.yml
31
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
32
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
33
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
34
- Connecting to database specified by database.yml
35
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
36
- TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
37
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
38
- Connecting to database specified by database.yml
39
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
40
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
41
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
42
- Connecting to database specified by database.yml
43
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
44
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
45
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
46
- Connecting to database specified by database.yml
47
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
48
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
49
- Connecting to database specified by database.yml
50
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
51
- TodoList Load (0.6ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
52
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
53
- Connecting to database specified by database.yml
54
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
55
- Connecting to database specified by database.yml
56
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
57
- TodoList Load (0.6ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
58
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
59
- Connecting to database specified by database.yml
60
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
61
- Connecting to database specified by database.yml
62
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
63
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
64
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
65
- Connecting to database specified by database.yml
66
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
67
- TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
68
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
69
- Connecting to database specified by database.yml
70
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
71
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
72
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
73
- Connecting to database specified by database.yml
74
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" 
75
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
76
-  (0.1ms) begin transaction
77
- SQL (30.3ms) INSERT INTO "todo_lists" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["name", "My ToDo List"], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
78
-  (1.4ms) commit transaction
79
-  (0.1ms) begin transaction
80
- SQL (1.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Umv the Fwbg"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
81
-  (13.5ms) commit transaction
82
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
83
-  (0.1ms) begin transaction
84
- SQL (1.3ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Oiu the Nnse"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
85
-  (2.1ms) commit transaction
86
- TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
87
-  (0.1ms) begin transaction
88
- SQL (1.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Dwo the Cekt"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
89
-  (3.9ms) commit transaction
90
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
91
-  (0.0ms) begin transaction
92
- SQL (1.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Tsy the Wtfk"], ["created_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:04 UTC +00:00]]
93
-  (3.2ms) commit transaction
94
- Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/blue
95
-
96
-
97
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:15:05 -0700
98
- Processing by TodoListController#index as HTML
99
- Parameters: {"qlive"=>"adding_todos"}
100
- TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
101
- Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
102
- Rendered todo_list/index.html.erb within layouts/application (1.0ms)
103
- Completed 200 OK in 238ms (Views: 93.6ms | ActiveRecord: 1.0ms)
104
- Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/brown
105
-
106
-
107
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:15:05 -0700
108
- Processing by TodoListController#index as HTML
109
- Parameters: {"qlive"=>"adding_todos"}
110
- TodoList Load (0.9ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
111
- Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
112
- Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 1.3ms)
113
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
114
- Connecting to database specified by database.yml
115
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
116
- Todo Load (17.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 1]]
117
-  (0.1ms) begin transaction
118
- SQL (1.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]
119
-  (1.1ms) commit transaction
120
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 2]]
121
-  (0.1ms) begin transaction
122
- SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]
123
-  (0.8ms) commit transaction
124
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 3]]
125
-  (0.1ms) begin transaction
126
- SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]
127
-  (1.2ms) commit transaction
128
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 4]]
129
-  (0.1ms) begin transaction
130
- SQL (1.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]
131
-  (1.8ms) commit transaction
132
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
133
-  (0.1ms) begin transaction
134
- SQL (11.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Zbf the Efhr"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
135
-  (228.1ms) commit transaction
136
- TodoList Load (0.9ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
137
-  (0.1ms) begin transaction
138
- SQL (1.5ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Uxw the Tckb"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
139
-  (1.3ms) commit transaction
140
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
141
-  (0.1ms) begin transaction
142
- SQL (1.2ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Pse the Btgs"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
143
-  (3.3ms) commit transaction
144
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
145
-  (0.0ms) begin transaction
146
- SQL (1.2ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Jvx the Rolf"], ["created_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:15:59 UTC +00:00]]
147
-  (4.0ms) commit transaction
148
- Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/blue
149
-
150
-
151
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:01 -0700
152
- Processing by TodoListController#index as HTML
153
- Parameters: {"qlive"=>"adding_todos"}
154
- TodoList Load (0.6ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
155
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
156
- Rendered todo_list/index.html.erb within layouts/application (1.1ms)
157
- Completed 200 OK in 203ms (Views: 55.3ms | ActiveRecord: 2.5ms)
158
-
159
-
160
- Started GET "/assets/application.css" for 127.0.0.1 at 2012-07-28 19:16:01 -0700
161
- Compiled todos.css (55ms) (pid 18464)
162
- Compiled application.css (78ms) (pid 18464)
163
- Served asset /application.css - 200 OK (147ms)
164
-
165
-
166
- Started GET "/assets/application.js" for 127.0.0.1 at 2012-07-28 19:16:01 -0700
167
- Compiled jquery.js (4ms) (pid 18464)
168
- Compiled jquery_ujs.js (0ms) (pid 18464)
169
- Compiled underscore.js (1ms) (pid 18464)
170
- Compiled backbone.js (1ms) (pid 18464)
171
- Compiled backbone_on_rails_todo.js (242ms) (pid 18464)
172
- Compiled todo_list/index.js (247ms) (pid 18464)
173
- Compiled todos/index.js (199ms) (pid 18464)
174
- Compiled models/todo.js (239ms) (pid 18464)
175
- Compiled collections/todos.js (185ms) (pid 18464)
176
- Compiled views/todo_app/todo_app.js (198ms) (pid 18464)
177
- Compiled views/todos/todo.js (189ms) (pid 18464)
178
- Compiled routers/todo_app_router.js (197ms) (pid 18464)
179
- Compiled application.js (1987ms) (pid 18464)
180
- Served asset /application.js - 200 OK (2112ms)
181
-
182
-
183
- Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
184
- Processing by Qlive::SourcesController#show as JS
185
- Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
186
- Rendered text template (0.0ms)
187
- Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.0ms)
188
-
189
-
190
- Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
191
- Processing by Qlive::SourcesController#show as JS
192
- Parameters: {"rel_path"=>"qunit_support/wait-for"}
193
- Rendered text template (0.0ms)
194
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
195
-
196
-
197
- Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
198
- Processing by Qlive::SourcesController#show as JS
199
- Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
200
- Rendered text template (0.0ms)
201
- Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
202
-
203
-
204
- Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
205
- Processing by TodosController#index as JSON
206
- TodoList Load (1.7ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
207
- Todo Load (1.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
208
- Completed 200 OK in 24ms (Views: 0.6ms | ActiveRecord: 0.0ms)
209
-
210
-
211
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:04 -0700
212
- Processing by TodoListController#index as */*
213
- Parameters: {"qlive"=>"adding_todos"}
214
- TodoList Load (0.7ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
215
- Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
216
- Rendered todo_list/index.html.erb within layouts/application (0.4ms)
217
- Completed 200 OK in 9ms (Views: 3.2ms | ActiveRecord: 1.1ms)
218
-
219
-
220
- Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:16:09 -0700
221
- Processing by TodosController#create as JSON
222
- Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
223
- TodoList Load (1.2ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
224
-  (0.1ms) begin transaction
225
- SQL (1.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:16:09 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:16:09 UTC +00:00]]
226
-  (1.0ms) commit transaction
227
- Rendered todos/create.html.erb within layouts/application (0.7ms)
228
- Completed 200 OK in 56ms (Views: 45.1ms | ActiveRecord: 4.0ms)
229
- http://127.0.0.1:35694/?qlive=adding_todos#colors/blue passed: 2, failed: 0
230
- Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/brown
231
-
232
-
233
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
234
- Processing by TodoListController#index as HTML
235
- Parameters: {"qlive"=>"adding_todos"}
236
- TodoList Load (24.7ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
237
- Todo Load (0.5ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
238
- Completed 200 OK in 30ms (Views: 1.7ms | ActiveRecord: 25.2ms)
239
-
240
-
241
- Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
242
- Processing by Qlive::SourcesController#show as JS
243
- Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
244
- Completed 200 OK in 28ms (Views: 0.4ms | ActiveRecord: 0.0ms)
245
-
246
-
247
- Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
248
- Processing by Qlive::SourcesController#show as JS
249
- Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
250
- Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
251
-
252
-
253
- Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
254
- Processing by Qlive::SourcesController#show as JS
255
- Parameters: {"rel_path"=>"qunit_support/wait-for"}
256
- Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
257
-
258
-
259
- Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
260
- Processing by TodosController#index as JSON
261
- TodoList Load (0.5ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
262
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
263
- Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
264
-
265
-
266
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:16:10 -0700
267
- Processing by TodoListController#index as */*
268
- Parameters: {"qlive"=>"adding_todos"}
269
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
270
- Todo Load (0.5ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
271
- Completed 200 OK in 9ms (Views: 3.7ms | ActiveRecord: 0.9ms)
272
-
273
-
274
- Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:16:15 -0700
275
- Processing by TodosController#create as JSON
276
- Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
277
- TodoList Load (1.1ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
278
-  (0.1ms) begin transaction
279
- SQL (1.5ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:16:15 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:16:15 UTC +00:00]]
280
-  (1.2ms) commit transaction
281
- Completed 200 OK in 10ms (Views: 2.1ms | ActiveRecord: 3.9ms)
282
- http://127.0.0.1:35694/?qlive=adding_todos#colors/brown passed: 2, failed: 0
283
- Mounting Qlive::Rack to enable qunit testing against server's backend. (Do not use this on production systems.)
284
- Connecting to database specified by database.yml
285
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" 
286
- Todo Load (46.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 5]]
287
-  (0.1ms) begin transaction
288
- SQL (1.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]
289
-  (1.2ms) commit transaction
290
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 6]]
291
-  (0.1ms) begin transaction
292
- SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]
293
-  (0.8ms) commit transaction
294
- Todo Load (0.5ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 7]]
295
-  (0.1ms) begin transaction
296
- SQL (1.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]
297
-  (0.9ms) commit transaction
298
- Todo Load (2.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 8]]
299
-  (0.1ms) begin transaction
300
- SQL (1.0ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]
301
-  (0.9ms) commit transaction
302
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 9]]
303
-  (0.0ms) begin transaction
304
- SQL (1.1ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]
305
-  (0.8ms) commit transaction
306
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 10]]
307
-  (0.0ms) begin transaction
308
- SQL (0.9ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]
309
-  (0.9ms) commit transaction
310
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
311
-  (0.1ms) begin transaction
312
- SQL (12.7ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Tyd the Hfxp"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
313
-  (1.0ms) commit transaction
314
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
315
-  (0.0ms) begin transaction
316
- SQL (1.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Unr the Pxji"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
317
-  (1.0ms) commit transaction
318
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
319
-  (0.0ms) begin transaction
320
- SQL (2.1ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Wll the Wtmr"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
321
-  (7.0ms) commit transaction
322
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
323
-  (0.1ms) begin transaction
324
- SQL (1.2ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Cce the Eguq"], ["created_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:17 UTC +00:00]]
325
-  (4.1ms) commit transaction
326
- Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/blue
327
-
328
-
329
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:18 -0700
330
- Processing by TodoListController#index as HTML
331
- Parameters: {"qlive"=>"adding_todos"}
332
- TodoList Load (0.2ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
333
- Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
334
- Rendered todo_list/index.html.erb within layouts/application (1.0ms)
335
- Completed 200 OK in 207ms (Views: 88.4ms | ActiveRecord: 1.8ms)
336
-
337
-
338
- Started GET "/assets/application.css" for 127.0.0.1 at 2012-07-28 19:24:18 -0700
339
- Compiled todos.css (72ms) (pid 18741)
340
- Compiled application.css (89ms) (pid 18741)
341
- Served asset /application.css - 200 OK (117ms)
342
-
343
-
344
- Started GET "/assets/application.js" for 127.0.0.1 at 2012-07-28 19:24:18 -0700
345
- Compiled jquery.js (4ms) (pid 18741)
346
- Compiled jquery_ujs.js (0ms) (pid 18741)
347
- Compiled underscore.js (1ms) (pid 18741)
348
- Compiled backbone.js (1ms) (pid 18741)
349
- Compiled backbone_on_rails_todo.js (239ms) (pid 18741)
350
- Compiled todo_list/index.js (226ms) (pid 18741)
351
- Compiled todos/index.js (194ms) (pid 18741)
352
- Compiled models/todo.js (248ms) (pid 18741)
353
- Compiled collections/todos.js (306ms) (pid 18741)
354
- Compiled views/todo_app/todo_app.js (202ms) (pid 18741)
355
- Compiled views/todos/todo.js (192ms) (pid 18741)
356
- Compiled routers/todo_app_router.js (195ms) (pid 18741)
357
- Compiled application.js (2060ms) (pid 18741)
358
- Served asset /application.js - 200 OK (2159ms)
359
-
360
-
361
- Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
362
- Processing by Qlive::SourcesController#show as JS
363
- Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
364
- Rendered text template (0.0ms)
365
- Completed 200 OK in 45ms (Views: 37.2ms | ActiveRecord: 0.0ms)
366
-
367
-
368
- Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
369
- Processing by Qlive::SourcesController#show as JS
370
- Parameters: {"rel_path"=>"qunit_support/wait-for"}
371
- Rendered text template (0.0ms)
372
- Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
373
-
374
-
375
- Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
376
- Processing by Qlive::SourcesController#show as JS
377
- Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
378
- Rendered text template (0.0ms)
379
- Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
380
-
381
-
382
- Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
383
- Processing by TodosController#index as JSON
384
- TodoList Load (2.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
385
- Todo Load (0.6ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
386
- Completed 200 OK in 25ms (Views: 0.6ms | ActiveRecord: 0.0ms)
387
-
388
-
389
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:21 -0700
390
- Processing by TodoListController#index as */*
391
- Parameters: {"qlive"=>"adding_todos"}
392
- TodoList Load (0.8ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
393
- Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
394
- Rendered todo_list/index.html.erb within layouts/application (0.4ms)
395
- Completed 200 OK in 9ms (Views: 3.2ms | ActiveRecord: 1.2ms)
396
-
397
-
398
- Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:24:26 -0700
399
- Processing by TodosController#create as JSON
400
- Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
401
- TodoList Load (3.1ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
402
-  (0.2ms) begin transaction
403
- SQL (1.8ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:24:26 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:26 UTC +00:00]]
404
-  (1.2ms) commit transaction
405
- Rendered todos/create.html.erb within layouts/application (1.3ms)
406
- Completed 200 OK in 81ms (Views: 56.8ms | ActiveRecord: 6.3ms)
407
- http://127.0.0.1:56889/?qlive=adding_todos#colors/blue passed: 2, failed: 0
408
- Qlive sending capybara to run 'adding_todos' on /?qlive=adding_todos#colors/brown
409
-
410
-
411
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
412
- Processing by TodoListController#index as HTML
413
- Parameters: {"qlive"=>"adding_todos"}
414
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
415
- Todo Load (0.3ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
416
- Completed 200 OK in 5ms (Views: 1.7ms | ActiveRecord: 0.7ms)
417
-
418
-
419
- Started GET "/qlive/sources/qunit_support/qunit-starter.js" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
420
- Processing by Qlive::SourcesController#show as JS
421
- Parameters: {"rel_path"=>"qunit_support/qunit-starter"}
422
- Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
423
-
424
-
425
- Started GET "/qlive/sources/qunit_support/wait-for.js" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
426
- Processing by Qlive::SourcesController#show as JS
427
- Parameters: {"rel_path"=>"qunit_support/wait-for"}
428
- Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
429
-
430
-
431
- Started GET "/qlive/sources/adding_todos/ajax-creation.js" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
432
- Processing by Qlive::SourcesController#show as JS
433
- Parameters: {"rel_path"=>"adding_todos/ajax-creation"}
434
- Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
435
-
436
-
437
- Started GET "/todos" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
438
- Processing by TodosController#index as JSON
439
- TodoList Load (1.0ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
440
- Todo Load (0.4ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
441
- Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
442
-
443
-
444
- Started GET "/?qlive=adding_todos" for 127.0.0.1 at 2012-07-28 19:24:27 -0700
445
- Processing by TodoListController#index as */*
446
- Parameters: {"qlive"=>"adding_todos"}
447
- TodoList Load (0.4ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
448
- Todo Load (0.7ms) SELECT "todos".* FROM "todos" WHERE "todos"."todo_list_id" = 1
449
- Completed 200 OK in 6ms (Views: 1.9ms | ActiveRecord: 1.1ms)
450
-
451
-
452
- Started POST "/todos" for 127.0.0.1 at 2012-07-28 19:24:32 -0700
453
- Processing by TodosController#create as JSON
454
- Parameters: {"content"=>"Water the dog again", "todo"=>{"content"=>"Water the dog again"}}
455
- TodoList Load (1.1ms) SELECT "todo_lists".* FROM "todo_lists" LIMIT 1
456
-  (0.1ms) begin transaction
457
- SQL (11.3ms) INSERT INTO "todos" ("content", "created_at", "todo_list_id", "updated_at") VALUES (?, ?, ?, ?) [["content", "Water the dog again"], ["created_at", Sun, 29 Jul 2012 02:24:32 UTC +00:00], ["todo_list_id", 1], ["updated_at", Sun, 29 Jul 2012 02:24:32 UTC +00:00]]
458
-  (1.0ms) commit transaction
459
- Completed 200 OK in 20ms (Views: 2.0ms | ActiveRecord: 13.6ms)
460
- http://127.0.0.1:56889/?qlive=adding_todos#colors/brown passed: 2, failed: 0