sweet-alert-confirm 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/assets/javascripts/sweet-alert-confirm.js +16 -4
  4. data/lib/sweet-alert-confirm/version.rb +1 -1
  5. data/spec/dummy-rails3/log/development.log +0 -1284
  6. data/spec/dummy-rails3/log/test.log +0 -2045
  7. data/spec/dummy-rails3/tmp/cache/assets/BF6/DF0/sprockets%2F285744e0e3233126b590652597a6846c +0 -0
  8. data/spec/dummy-rails3/tmp/cache/assets/C5D/260/sprockets%2Ffe17576541881f7db15017c3b9647194 +0 -0
  9. data/spec/dummy-rails3/tmp/cache/assets/C71/960/sprockets%2F5c3859335128c2f0cc31422bb33e1674 +0 -0
  10. data/spec/dummy-rails3/tmp/cache/assets/CA1/D70/sprockets%2F32526aac68f06e61515371c202fe44a7 +0 -0
  11. data/spec/dummy-rails3/tmp/cache/assets/CD4/E60/sprockets%2F0ae34929c3b851d7104f8307a2c02ed8 +0 -0
  12. data/spec/dummy-rails3/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  13. data/spec/dummy-rails3/tmp/cache/assets/CEC/780/sprockets%2Fc3c981b384b293911ee64e25c1c5779f +0 -0
  14. data/spec/dummy-rails3/tmp/cache/assets/CEE/CF0/sprockets%2F5d33a38968a71a6b4772723ae94ee77c +0 -0
  15. data/spec/dummy-rails3/tmp/cache/assets/CF3/FC0/sprockets%2F9b695713056bfc62c3198c75829dbd6e +0 -0
  16. data/spec/dummy-rails3/tmp/cache/assets/D0D/320/sprockets%2Fb2a9b609874a7a625a68223b607ac6ee +0 -0
  17. data/spec/dummy-rails3/tmp/cache/assets/D1A/340/sprockets%2Fb9708e6882954f6dabf115cf4df62330 +0 -0
  18. data/spec/dummy-rails3/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  19. data/spec/dummy-rails3/tmp/cache/assets/D4C/240/sprockets%2F3d9d437b39287fd1b6cc5a556a590f5f +0 -0
  20. data/spec/dummy-rails3/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  21. data/spec/dummy-rails3/tmp/cache/assets/D55/740/sprockets%2F4963d046e3b5cf4e73cd9cd6c8089f29 +0 -0
  22. data/spec/dummy-rails3/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  23. data/spec/dummy-rails3/tmp/cache/assets/D71/6F0/sprockets%2F67621a32b646ce75e6dff65f8aa710bc +0 -0
  24. data/spec/dummy-rails3/tmp/cache/assets/DA3/C40/sprockets%2F93fac7c58d64b927fa52c22cbb38d93a +0 -0
  25. data/spec/dummy-rails3/tmp/cache/assets/DAD/440/sprockets%2Fb0ab4f86a4241a5ba22ecd830eb02e5a +0 -0
  26. data/spec/dummy-rails3/tmp/cache/assets/DC5/160/sprockets%2Fc403bbe0253f8ef0158efced2c2d4f45 +0 -0
  27. data/spec/dummy-rails3/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  28. data/spec/dummy-rails3/tmp/cache/assets/DDD/0A0/sprockets%2F924e879dd0cae5bfcd974a9f046df50c +0 -0
  29. data/spec/dummy-rails3/tmp/cache/assets/DFB/530/sprockets%2Fda0209bfac7d7fd73e9da2d19d2b156f +0 -0
  30. data/spec/dummy-rails3/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  31. data/spec/features/sweet_alert_confirm_spec.rb +28 -0
  32. data/spec/spec_helper.rb +1 -0
  33. metadata +2 -2
@@ -168,2048 +168,3 @@ Processing by ConfirmsController#delete_cow as HTML
168
168
  Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
169
169
  Completed 200 OK in 1.1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
170
170
   (0.1ms) rollback transaction
171
- Connecting to database specified by database.yml
172
-  (0.3ms) begin transaction
173
-  (0.1ms) rollback transaction
174
-  (0.1ms) begin transaction
175
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:02 -0430
176
- Processing by ConfirmsController#index as HTML
177
- Rendered confirms/index.html.erb within layouts/application (2.9ms)
178
- Completed 200 OK in 16.0ms (Views: 15.4ms | ActiveRecord: 0.0ms)
179
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 18:45:02 -0430
180
- Served asset /application.css - 200 OK (14ms)
181
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 18:45:02 -0430
182
- Served asset /application.js - 200 OK (24ms)
183
-  (0.1ms) rollback transaction
184
-  (0.1ms) begin transaction
185
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:03 -0430
186
- Processing by ConfirmsController#index as HTML
187
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
188
- Completed 200 OK in 2.2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
189
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:45:04 -0430
190
- Processing by ConfirmsController#delete_cow as JS
191
- Rendered confirms/delete_cow.js.erb (0.4ms)
192
- Completed 200 OK in 3.3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
193
-  (0.1ms) rollback transaction
194
-  (0.1ms) begin transaction
195
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:04 -0430
196
- Processing by ConfirmsController#index as HTML
197
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
198
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
199
-  (0.1ms) rollback transaction
200
-  (0.1ms) begin transaction
201
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:04 -0430
202
- Processing by ConfirmsController#index as HTML
203
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
204
- Completed 200 OK in 2.1ms (Views: 1.9ms | ActiveRecord: 0.0ms)
205
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 18:45:05 -0430
206
- Processing by ConfirmsController#get_cow as HTML
207
- Rendered confirms/get_cow.html.erb within layouts/application (0.6ms)
208
- Completed 200 OK in 4.1ms (Views: 3.5ms | ActiveRecord: 0.0ms)
209
-  (0.1ms) rollback transaction
210
-  (0.1ms) begin transaction
211
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:05 -0430
212
- Processing by ConfirmsController#index as HTML
213
- Rendered confirms/index.html.erb within layouts/application (1.8ms)
214
- Completed 200 OK in 4.1ms (Views: 3.9ms | ActiveRecord: 0.0ms)
215
-  (0.1ms) rollback transaction
216
-  (0.1ms) begin transaction
217
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:05 -0430
218
- Processing by ConfirmsController#index as HTML
219
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
220
- Completed 200 OK in 2.1ms (Views: 2.0ms | ActiveRecord: 0.0ms)
221
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:45:06 -0430
222
- Processing by ConfirmsController#delete_cow as HTML
223
- Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
224
- Completed 200 OK in 2.5ms (Views: 2.2ms | ActiveRecord: 0.0ms)
225
-  (0.1ms) rollback transaction
226
-  (0.1ms) begin transaction
227
-  (0.1ms) rollback transaction
228
-  (0.0ms) begin transaction
229
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:07 -0430
230
- Processing by ConfirmsController#index as HTML
231
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
232
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
233
-  (0.1ms) rollback transaction
234
-  (0.1ms) begin transaction
235
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:07 -0430
236
- Processing by ConfirmsController#index as HTML
237
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
238
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
239
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:45:08 -0430
240
- Processing by ConfirmsController#delete_cow as JS
241
- Rendered confirms/delete_cow.js.erb (0.0ms)
242
- Completed 200 OK in 0.6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
243
-  (0.1ms) rollback transaction
244
-  (0.1ms) begin transaction
245
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:08 -0430
246
- Processing by ConfirmsController#index as HTML
247
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
248
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
249
-  (0.0ms) rollback transaction
250
-  (0.1ms) begin transaction
251
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:08 -0430
252
- Processing by ConfirmsController#index as HTML
253
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
254
- Completed 200 OK in 1.6ms (Views: 1.6ms | ActiveRecord: 0.0ms)
255
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 18:45:09 -0430
256
- Processing by ConfirmsController#get_cow as HTML
257
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
258
- Completed 200 OK in 1.1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
259
-  (0.1ms) rollback transaction
260
-  (0.1ms) begin transaction
261
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:09 -0430
262
- Processing by ConfirmsController#index as HTML
263
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
264
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
265
-  (0.1ms) rollback transaction
266
-  (0.1ms) begin transaction
267
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:09 -0430
268
- Processing by ConfirmsController#index as HTML
269
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
270
- Completed 200 OK in 1.9ms (Views: 1.9ms | ActiveRecord: 0.0ms)
271
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:45:10 -0430
272
- Processing by ConfirmsController#delete_cow as HTML
273
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
274
- Completed 200 OK in 1.3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
275
-  (0.1ms) rollback transaction
276
-  (0.1ms) begin transaction
277
-  (0.0ms) rollback transaction
278
-  (0.0ms) begin transaction
279
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:11 -0430
280
- Processing by ConfirmsController#index as HTML
281
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
282
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
283
-  (0.1ms) rollback transaction
284
-  (0.1ms) begin transaction
285
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:11 -0430
286
- Processing by ConfirmsController#index as HTML
287
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
288
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
289
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:45:12 -0430
290
- Processing by ConfirmsController#delete_cow as JS
291
- Rendered confirms/delete_cow.js.erb (0.1ms)
292
- Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
293
-  (0.1ms) rollback transaction
294
-  (0.1ms) begin transaction
295
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:12 -0430
296
- Processing by ConfirmsController#index as HTML
297
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
298
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
299
-  (0.1ms) rollback transaction
300
-  (0.1ms) begin transaction
301
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:12 -0430
302
- Processing by ConfirmsController#index as HTML
303
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
304
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
305
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 18:45:13 -0430
306
- Processing by ConfirmsController#get_cow as HTML
307
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
308
- Completed 200 OK in 1.3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
309
-  (0.1ms) rollback transaction
310
-  (0.1ms) begin transaction
311
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:13 -0430
312
- Processing by ConfirmsController#index as HTML
313
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
314
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
315
-  (0.1ms) rollback transaction
316
-  (0.1ms) begin transaction
317
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:45:13 -0430
318
- Processing by ConfirmsController#index as HTML
319
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
320
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
321
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:45:15 -0430
322
- Processing by ConfirmsController#delete_cow as HTML
323
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
324
- Completed 200 OK in 1.2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
325
-  (0.1ms) rollback transaction
326
- Connecting to database specified by database.yml
327
-  (0.2ms) begin transaction
328
-  (0.0ms) rollback transaction
329
-  (0.0ms) begin transaction
330
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:14 -0430
331
- Processing by ConfirmsController#index as HTML
332
- Rendered confirms/index.html.erb within layouts/application (3.4ms)
333
- Completed 200 OK in 14.2ms (Views: 13.7ms | ActiveRecord: 0.0ms)
334
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 18:50:14 -0430
335
- Served asset /application.css - 200 OK (12ms)
336
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 18:50:14 -0430
337
- Served asset /application.js - 200 OK (21ms)
338
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:50:16 -0430
339
- Processing by ConfirmsController#delete_cow as HTML
340
- Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
341
- Completed 200 OK in 3.1ms (Views: 2.7ms | ActiveRecord: 0.0ms)
342
-  (0.1ms) rollback transaction
343
-  (0.1ms) begin transaction
344
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:17 -0430
345
- Processing by ConfirmsController#index as HTML
346
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
347
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
348
-  (0.1ms) rollback transaction
349
-  (0.1ms) begin transaction
350
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:17 -0430
351
- Processing by ConfirmsController#index as HTML
352
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
353
- Completed 200 OK in 1.9ms (Views: 1.7ms | ActiveRecord: 0.0ms)
354
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:50:18 -0430
355
- Processing by ConfirmsController#delete_cow as JS
356
- Rendered confirms/delete_cow.js.erb (0.3ms)
357
- Completed 200 OK in 10.4ms (Views: 10.1ms | ActiveRecord: 0.0ms)
358
-  (0.1ms) rollback transaction
359
-  (0.0ms) begin transaction
360
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:18 -0430
361
- Processing by ConfirmsController#index as HTML
362
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
363
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
364
-  (0.1ms) rollback transaction
365
-  (0.1ms) begin transaction
366
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:18 -0430
367
- Processing by ConfirmsController#index as HTML
368
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
369
- Completed 200 OK in 2.0ms (Views: 1.8ms | ActiveRecord: 0.0ms)
370
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 18:50:19 -0430
371
- Processing by ConfirmsController#get_cow as HTML
372
- Rendered confirms/get_cow.html.erb within layouts/application (12.3ms)
373
- Completed 200 OK in 15.1ms (Views: 14.6ms | ActiveRecord: 0.0ms)
374
-  (0.1ms) rollback transaction
375
-  (0.1ms) begin transaction
376
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:19 -0430
377
- Processing by ConfirmsController#index as HTML
378
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
379
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
380
-  (0.1ms) rollback transaction
381
-  (0.1ms) begin transaction
382
-  (0.0ms) rollback transaction
383
-  (0.0ms) begin transaction
384
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:19 -0430
385
- Processing by ConfirmsController#index as HTML
386
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
387
- Completed 200 OK in 2.2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
388
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:50:21 -0430
389
- Processing by ConfirmsController#delete_cow as HTML
390
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
391
- Completed 200 OK in 1.2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
392
-  (0.1ms) rollback transaction
393
-  (0.1ms) begin transaction
394
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:21 -0430
395
- Processing by ConfirmsController#index as HTML
396
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
397
- Completed 200 OK in 1.9ms (Views: 1.9ms | ActiveRecord: 0.0ms)
398
-  (0.1ms) rollback transaction
399
-  (0.1ms) begin transaction
400
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:21 -0430
401
- Processing by ConfirmsController#index as HTML
402
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
403
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
404
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:50:22 -0430
405
- Processing by ConfirmsController#delete_cow as JS
406
- Rendered confirms/delete_cow.js.erb (0.0ms)
407
- Completed 200 OK in 0.6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
408
-  (0.1ms) rollback transaction
409
-  (0.1ms) begin transaction
410
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:22 -0430
411
- Processing by ConfirmsController#index as HTML
412
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
413
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
414
-  (0.1ms) rollback transaction
415
-  (0.1ms) begin transaction
416
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:22 -0430
417
- Processing by ConfirmsController#index as HTML
418
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
419
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
420
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 18:50:23 -0430
421
- Processing by ConfirmsController#get_cow as HTML
422
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
423
- Completed 200 OK in 1.3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
424
-  (0.1ms) rollback transaction
425
-  (0.1ms) begin transaction
426
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:23 -0430
427
- Processing by ConfirmsController#index as HTML
428
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
429
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
430
-  (0.1ms) rollback transaction
431
-  (0.1ms) begin transaction
432
-  (0.0ms) rollback transaction
433
-  (0.0ms) begin transaction
434
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:24 -0430
435
- Processing by ConfirmsController#index as HTML
436
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
437
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
438
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:50:25 -0430
439
- Processing by ConfirmsController#delete_cow as HTML
440
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
441
- Completed 200 OK in 1.3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
442
-  (0.1ms) rollback transaction
443
-  (0.1ms) begin transaction
444
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:25 -0430
445
- Processing by ConfirmsController#index as HTML
446
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
447
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
448
-  (0.1ms) rollback transaction
449
-  (0.1ms) begin transaction
450
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:25 -0430
451
- Processing by ConfirmsController#index as HTML
452
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
453
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
454
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 18:50:26 -0430
455
- Processing by ConfirmsController#delete_cow as JS
456
- Rendered confirms/delete_cow.js.erb (0.0ms)
457
- Completed 200 OK in 0.6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
458
-  (0.1ms) rollback transaction
459
-  (0.0ms) begin transaction
460
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:26 -0430
461
- Processing by ConfirmsController#index as HTML
462
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
463
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
464
-  (0.1ms) rollback transaction
465
-  (0.0ms) begin transaction
466
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:26 -0430
467
- Processing by ConfirmsController#index as HTML
468
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
469
- Completed 200 OK in 2.1ms (Views: 2.0ms | ActiveRecord: 0.0ms)
470
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 18:50:27 -0430
471
- Processing by ConfirmsController#get_cow as HTML
472
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
473
- Completed 200 OK in 1.4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
474
-  (0.1ms) rollback transaction
475
-  (0.1ms) begin transaction
476
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 18:50:27 -0430
477
- Processing by ConfirmsController#index as HTML
478
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
479
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
480
-  (0.1ms) rollback transaction
481
- Connecting to database specified by database.yml
482
-  (0.3ms) begin transaction
483
-  (0.1ms) rollback transaction
484
-  (0.1ms) begin transaction
485
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:24 -0430
486
- Processing by ConfirmsController#index as HTML
487
- Rendered confirms/index.html.erb within layouts/application (17.9ms)
488
- Completed 200 OK in 28.5ms (Views: 28.0ms | ActiveRecord: 0.0ms)
489
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 19:33:24 -0430
490
- Served asset /application.css - 200 OK (11ms)
491
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 19:33:24 -0430
492
- Served asset /application.js - 200 OK (26ms)
493
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:33:26 -0430
494
- Processing by ConfirmsController#delete_cow as HTML
495
- Rendered confirms/delete_cow.html.erb within layouts/application (0.5ms)
496
- Completed 200 OK in 3.5ms (Views: 3.1ms | ActiveRecord: 0.0ms)
497
-  (0.1ms) rollback transaction
498
-  (0.1ms) begin transaction
499
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:26 -0430
500
- Processing by ConfirmsController#index as HTML
501
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
502
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
503
-  (0.1ms) rollback transaction
504
-  (0.1ms) begin transaction
505
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:26 -0430
506
- Processing by ConfirmsController#index as HTML
507
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
508
- Completed 200 OK in 2.0ms (Views: 1.8ms | ActiveRecord: 0.0ms)
509
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:33:27 -0430
510
- Processing by ConfirmsController#get_cow as HTML
511
- Rendered confirms/get_cow.html.erb within layouts/application (0.4ms)
512
- Completed 200 OK in 2.5ms (Views: 2.1ms | ActiveRecord: 0.0ms)
513
-  (0.1ms) rollback transaction
514
-  (0.1ms) begin transaction
515
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:27 -0430
516
- Processing by ConfirmsController#index as HTML
517
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
518
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
519
-  (0.1ms) rollback transaction
520
-  (0.1ms) begin transaction
521
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:27 -0430
522
- Processing by ConfirmsController#index as HTML
523
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
524
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
525
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:33:28 -0430
526
- Processing by ConfirmsController#delete_cow as JS
527
- Rendered confirms/delete_cow.js.erb (0.4ms)
528
- Completed 200 OK in 2.8ms (Views: 2.5ms | ActiveRecord: 0.0ms)
529
-  (0.1ms) rollback transaction
530
-  (0.2ms) begin transaction
531
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:28 -0430
532
- Processing by ConfirmsController#index as HTML
533
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
534
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
535
-  (0.1ms) rollback transaction
536
-  (0.1ms) begin transaction
537
-  (0.0ms) rollback transaction
538
-  (0.0ms) begin transaction
539
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:29 -0430
540
- Processing by ConfirmsController#index as HTML
541
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
542
- Completed 200 OK in 1.9ms (Views: 1.7ms | ActiveRecord: 0.0ms)
543
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:33:30 -0430
544
- Processing by ConfirmsController#delete_cow as HTML
545
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
546
- Completed 200 OK in 1.3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
547
-  (0.1ms) rollback transaction
548
-  (0.1ms) begin transaction
549
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:30 -0430
550
- Processing by ConfirmsController#index as HTML
551
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
552
- Completed 200 OK in 2.0ms (Views: 1.8ms | ActiveRecord: 0.0ms)
553
-  (0.1ms) rollback transaction
554
-  (0.1ms) begin transaction
555
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:30 -0430
556
- Processing by ConfirmsController#index as HTML
557
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
558
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
559
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:33:31 -0430
560
- Processing by ConfirmsController#get_cow as HTML
561
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
562
- Completed 200 OK in 1.1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
563
-  (0.1ms) rollback transaction
564
-  (0.1ms) begin transaction
565
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:31 -0430
566
- Processing by ConfirmsController#index as HTML
567
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
568
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
569
-  (0.1ms) rollback transaction
570
-  (0.1ms) begin transaction
571
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:31 -0430
572
- Processing by ConfirmsController#index as HTML
573
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
574
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
575
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:33:33 -0430
576
- Processing by ConfirmsController#delete_cow as JS
577
- Rendered confirms/delete_cow.js.erb (0.1ms)
578
- Completed 200 OK in 1.1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
579
-  (0.1ms) rollback transaction
580
-  (0.1ms) begin transaction
581
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:33 -0430
582
- Processing by ConfirmsController#index as HTML
583
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
584
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
585
-  (0.1ms) rollback transaction
586
-  (0.1ms) begin transaction
587
-  (0.0ms) rollback transaction
588
-  (0.0ms) begin transaction
589
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:33 -0430
590
- Processing by ConfirmsController#index as HTML
591
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
592
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
593
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:33:34 -0430
594
- Processing by ConfirmsController#delete_cow as HTML
595
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
596
- Completed 200 OK in 1.2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
597
-  (0.1ms) rollback transaction
598
-  (0.1ms) begin transaction
599
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:34 -0430
600
- Processing by ConfirmsController#index as HTML
601
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
602
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
603
-  (0.1ms) rollback transaction
604
-  (0.1ms) begin transaction
605
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:34 -0430
606
- Processing by ConfirmsController#index as HTML
607
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
608
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
609
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:33:35 -0430
610
- Processing by ConfirmsController#get_cow as HTML
611
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
612
- Completed 200 OK in 1.1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
613
-  (0.1ms) rollback transaction
614
-  (0.1ms) begin transaction
615
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:35 -0430
616
- Processing by ConfirmsController#index as HTML
617
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
618
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
619
-  (0.1ms) rollback transaction
620
-  (0.1ms) begin transaction
621
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:35 -0430
622
- Processing by ConfirmsController#index as HTML
623
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
624
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
625
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:33:37 -0430
626
- Processing by ConfirmsController#delete_cow as JS
627
- Rendered confirms/delete_cow.js.erb (0.0ms)
628
- Completed 200 OK in 1.0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
629
-  (0.1ms) rollback transaction
630
-  (0.1ms) begin transaction
631
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:33:37 -0430
632
- Processing by ConfirmsController#index as HTML
633
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
634
- Completed 200 OK in 2.1ms (Views: 2.0ms | ActiveRecord: 0.0ms)
635
-  (0.1ms) rollback transaction
636
- Connecting to database specified by database.yml
637
-  (0.3ms) begin transaction
638
-  (0.0ms) rollback transaction
639
-  (0.0ms) begin transaction
640
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:40 -0430
641
- Processing by ConfirmsController#index as HTML
642
- Rendered confirms/index.html.erb within layouts/application (4.0ms)
643
- Completed 200 OK in 16.0ms (Views: 15.6ms | ActiveRecord: 0.0ms)
644
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 19:36:40 -0430
645
- Served asset /application.css - 200 OK (11ms)
646
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 19:36:40 -0430
647
- Served asset /application.js - 200 OK (19ms)
648
-  (0.1ms) rollback transaction
649
-  (0.1ms) begin transaction
650
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:40 -0430
651
- Processing by ConfirmsController#index as HTML
652
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
653
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
654
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:36:42 -0430
655
- Processing by ConfirmsController#get_cow as HTML
656
- Rendered confirms/get_cow.html.erb within layouts/application (0.3ms)
657
- Completed 200 OK in 2.1ms (Views: 1.8ms | ActiveRecord: 0.0ms)
658
-  (0.1ms) rollback transaction
659
-  (0.0ms) begin transaction
660
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:42 -0430
661
- Processing by ConfirmsController#index as HTML
662
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
663
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
664
-  (0.1ms) rollback transaction
665
-  (0.1ms) begin transaction
666
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:42 -0430
667
- Processing by ConfirmsController#index as HTML
668
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
669
- Completed 200 OK in 2.1ms (Views: 2.0ms | ActiveRecord: 0.0ms)
670
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:36:43 -0430
671
- Processing by ConfirmsController#delete_cow as JS
672
- Rendered confirms/delete_cow.js.erb (0.4ms)
673
- Completed 200 OK in 10.4ms (Views: 10.0ms | ActiveRecord: 0.0ms)
674
-  (0.1ms) rollback transaction
675
-  (0.1ms) begin transaction
676
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:43 -0430
677
- Processing by ConfirmsController#index as HTML
678
- Rendered confirms/index.html.erb within layouts/application (1.2ms)
679
- Completed 200 OK in 3.3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
680
-  (0.1ms) rollback transaction
681
-  (0.1ms) begin transaction
682
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:43 -0430
683
- Processing by ConfirmsController#index as HTML
684
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
685
- Completed 200 OK in 2.2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
686
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:36:45 -0430
687
- Processing by ConfirmsController#delete_cow as HTML
688
- Rendered confirms/delete_cow.html.erb within layouts/application (0.6ms)
689
- Completed 200 OK in 3.3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
690
-  (0.1ms) rollback transaction
691
-  (0.0ms) begin transaction
692
-  (0.0ms) rollback transaction
693
-  (0.0ms) begin transaction
694
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:45 -0430
695
- Processing by ConfirmsController#index as HTML
696
- Rendered confirms/index.html.erb within layouts/application (2.1ms)
697
- Completed 200 OK in 4.3ms (Views: 4.1ms | ActiveRecord: 0.0ms)
698
-  (0.1ms) rollback transaction
699
-  (0.2ms) begin transaction
700
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:45 -0430
701
- Processing by ConfirmsController#index as HTML
702
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
703
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
704
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:36:46 -0430
705
- Processing by ConfirmsController#get_cow as HTML
706
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
707
- Completed 200 OK in 2.3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
708
-  (0.0ms) rollback transaction
709
-  (0.1ms) begin transaction
710
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:46 -0430
711
- Processing by ConfirmsController#index as HTML
712
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
713
- Completed 200 OK in 2.1ms (Views: 2.0ms | ActiveRecord: 0.0ms)
714
-  (0.1ms) rollback transaction
715
-  (0.1ms) begin transaction
716
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:46 -0430
717
- Processing by ConfirmsController#index as HTML
718
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
719
- Completed 200 OK in 2.6ms (Views: 2.4ms | ActiveRecord: 0.0ms)
720
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:36:48 -0430
721
- Processing by ConfirmsController#delete_cow as JS
722
- Rendered confirms/delete_cow.js.erb (0.1ms)
723
- Completed 200 OK in 1.6ms (Views: 1.0ms | ActiveRecord: 0.0ms)
724
-  (0.1ms) rollback transaction
725
-  (0.1ms) begin transaction
726
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:48 -0430
727
- Processing by ConfirmsController#index as HTML
728
- Rendered confirms/index.html.erb within layouts/application (1.5ms)
729
- Completed 200 OK in 3.4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
730
-  (0.1ms) rollback transaction
731
-  (0.1ms) begin transaction
732
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:48 -0430
733
- Processing by ConfirmsController#index as HTML
734
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
735
- Completed 200 OK in 2.9ms (Views: 2.8ms | ActiveRecord: 0.0ms)
736
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:36:49 -0430
737
- Processing by ConfirmsController#delete_cow as HTML
738
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
739
- Completed 200 OK in 1.3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
740
-  (0.1ms) rollback transaction
741
-  (0.1ms) begin transaction
742
-  (0.0ms) rollback transaction
743
-  (0.0ms) begin transaction
744
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:49 -0430
745
- Processing by ConfirmsController#index as HTML
746
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
747
- Completed 200 OK in 2.7ms (Views: 2.6ms | ActiveRecord: 0.0ms)
748
-  (0.0ms) rollback transaction
749
-  (0.1ms) begin transaction
750
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:49 -0430
751
- Processing by ConfirmsController#index as HTML
752
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
753
- Completed 200 OK in 1.9ms (Views: 1.7ms | ActiveRecord: 0.0ms)
754
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:36:50 -0430
755
- Processing by ConfirmsController#get_cow as HTML
756
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
757
- Completed 200 OK in 1.5ms (Views: 1.3ms | ActiveRecord: 0.0ms)
758
-  (0.2ms) rollback transaction
759
-  (0.1ms) begin transaction
760
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:50 -0430
761
- Processing by ConfirmsController#index as HTML
762
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
763
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
764
-  (0.1ms) rollback transaction
765
-  (0.1ms) begin transaction
766
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:50 -0430
767
- Processing by ConfirmsController#index as HTML
768
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
769
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
770
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:36:52 -0430
771
- Processing by ConfirmsController#delete_cow as JS
772
- Rendered confirms/delete_cow.js.erb (0.1ms)
773
- Completed 200 OK in 1.3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
774
-  (0.1ms) rollback transaction
775
-  (0.1ms) begin transaction
776
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:52 -0430
777
- Processing by ConfirmsController#index as HTML
778
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
779
- Completed 200 OK in 2.4ms (Views: 2.2ms | ActiveRecord: 0.0ms)
780
-  (0.1ms) rollback transaction
781
-  (0.0ms) begin transaction
782
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:36:52 -0430
783
- Processing by ConfirmsController#index as HTML
784
- Rendered confirms/index.html.erb within layouts/application (1.2ms)
785
- Completed 200 OK in 3.0ms (Views: 2.8ms | ActiveRecord: 0.0ms)
786
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:36:53 -0430
787
- Processing by ConfirmsController#delete_cow as HTML
788
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
789
- Completed 200 OK in 1.4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
790
-  (0.1ms) rollback transaction
791
- Connecting to database specified by database.yml
792
-  (0.3ms) begin transaction
793
-  (0.0ms) rollback transaction
794
-  (0.0ms) begin transaction
795
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:41 -0430
796
- Processing by ConfirmsController#index as HTML
797
- Rendered confirms/index.html.erb within layouts/application (19.6ms)
798
- Completed 200 OK in 31.5ms (Views: 31.0ms | ActiveRecord: 0.0ms)
799
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 19:39:41 -0430
800
- Served asset /application.css - 200 OK (12ms)
801
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 19:39:41 -0430
802
- Served asset /application.js - 200 OK (18ms)
803
-  (0.1ms) rollback transaction
804
-  (0.1ms) begin transaction
805
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:43 -0430
806
- Processing by ConfirmsController#index as HTML
807
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
808
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
809
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:39:44 -0430
810
- Processing by ConfirmsController#get_cow as HTML
811
- Rendered confirms/get_cow.html.erb within layouts/application (0.4ms)
812
- Completed 200 OK in 3.3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
813
-  (0.1ms) rollback transaction
814
-  (0.1ms) begin transaction
815
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:44 -0430
816
- Processing by ConfirmsController#index as HTML
817
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
818
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
819
-  (0.1ms) rollback transaction
820
-  (0.1ms) begin transaction
821
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:44 -0430
822
- Processing by ConfirmsController#index as HTML
823
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
824
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
825
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:39:45 -0430
826
- Processing by ConfirmsController#delete_cow as JS
827
- Rendered confirms/delete_cow.js.erb (0.5ms)
828
- Completed 200 OK in 3.8ms (Views: 3.3ms | ActiveRecord: 0.0ms)
829
-  (0.1ms) rollback transaction
830
-  (0.1ms) begin transaction
831
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:45 -0430
832
- Processing by ConfirmsController#index as HTML
833
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
834
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
835
-  (0.1ms) rollback transaction
836
-  (0.1ms) begin transaction
837
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:45 -0430
838
- Processing by ConfirmsController#index as HTML
839
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
840
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
841
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:39:46 -0430
842
- Processing by ConfirmsController#delete_cow as HTML
843
- Rendered confirms/delete_cow.html.erb within layouts/application (0.5ms)
844
- Completed 200 OK in 2.5ms (Views: 2.4ms | ActiveRecord: 0.0ms)
845
-  (0.1ms) rollback transaction
846
-  (0.1ms) begin transaction
847
-  (0.0ms) rollback transaction
848
-  (0.0ms) begin transaction
849
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:47 -0430
850
- Processing by ConfirmsController#index as HTML
851
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
852
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
853
-  (0.1ms) rollback transaction
854
-  (0.0ms) begin transaction
855
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:47 -0430
856
- Processing by ConfirmsController#index as HTML
857
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
858
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
859
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:39:48 -0430
860
- Processing by ConfirmsController#get_cow as HTML
861
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
862
- Completed 200 OK in 1.1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
863
-  (0.2ms) rollback transaction
864
-  (0.1ms) begin transaction
865
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:48 -0430
866
- Processing by ConfirmsController#index as HTML
867
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
868
- Completed 200 OK in 1.9ms (Views: 1.7ms | ActiveRecord: 0.0ms)
869
-  (0.1ms) rollback transaction
870
-  (0.1ms) begin transaction
871
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:48 -0430
872
- Processing by ConfirmsController#index as HTML
873
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
874
- Completed 200 OK in 1.8ms (Views: 1.6ms | ActiveRecord: 0.0ms)
875
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:39:49 -0430
876
- Processing by ConfirmsController#delete_cow as JS
877
- Rendered confirms/delete_cow.js.erb (0.0ms)
878
- Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
879
-  (0.2ms) rollback transaction
880
-  (0.1ms) begin transaction
881
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:49 -0430
882
- Processing by ConfirmsController#index as HTML
883
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
884
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
885
-  (0.1ms) rollback transaction
886
-  (0.1ms) begin transaction
887
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:49 -0430
888
- Processing by ConfirmsController#index as HTML
889
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
890
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
891
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:39:51 -0430
892
- Processing by ConfirmsController#delete_cow as HTML
893
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
894
- Completed 200 OK in 1.1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
895
-  (0.1ms) rollback transaction
896
-  (0.1ms) begin transaction
897
-  (0.0ms) rollback transaction
898
-  (0.0ms) begin transaction
899
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:51 -0430
900
- Processing by ConfirmsController#index as HTML
901
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
902
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
903
-  (0.1ms) rollback transaction
904
-  (0.1ms) begin transaction
905
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:51 -0430
906
- Processing by ConfirmsController#index as HTML
907
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
908
- Completed 200 OK in 1.9ms (Views: 1.9ms | ActiveRecord: 0.0ms)
909
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 19:39:52 -0430
910
- Processing by ConfirmsController#get_cow as HTML
911
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
912
- Completed 200 OK in 1.1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
913
-  (0.1ms) rollback transaction
914
-  (0.1ms) begin transaction
915
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:52 -0430
916
- Processing by ConfirmsController#index as HTML
917
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
918
- Completed 200 OK in 1.7ms (Views: 1.7ms | ActiveRecord: 0.0ms)
919
-  (0.1ms) rollback transaction
920
-  (0.1ms) begin transaction
921
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:52 -0430
922
- Processing by ConfirmsController#index as HTML
923
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
924
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
925
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:39:53 -0430
926
- Processing by ConfirmsController#delete_cow as JS
927
- Rendered confirms/delete_cow.js.erb (0.0ms)
928
- Completed 200 OK in 0.8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
929
-  (0.1ms) rollback transaction
930
-  (0.1ms) begin transaction
931
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:53 -0430
932
- Processing by ConfirmsController#index as HTML
933
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
934
- Completed 200 OK in 2.3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
935
-  (0.1ms) rollback transaction
936
-  (0.0ms) begin transaction
937
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 19:39:53 -0430
938
- Processing by ConfirmsController#index as HTML
939
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
940
- Completed 200 OK in 2.3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
941
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 19:39:55 -0430
942
- Processing by ConfirmsController#delete_cow as HTML
943
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
944
- Completed 200 OK in 2.0ms (Views: 1.8ms | ActiveRecord: 0.0ms)
945
-  (0.1ms) rollback transaction
946
- Connecting to database specified by database.yml
947
-  (0.4ms) begin transaction
948
-  (0.0ms) rollback transaction
949
-  (0.1ms) begin transaction
950
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:10 -0430
951
- Processing by ConfirmsController#index as HTML
952
- Rendered confirms/index.html.erb within layouts/application (4.5ms)
953
- Completed 200 OK in 18.6ms (Views: 17.9ms | ActiveRecord: 0.0ms)
954
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 21:28:10 -0430
955
- Served asset /application.css - 200 OK (14ms)
956
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 21:28:10 -0430
957
- Served asset /application.js - 200 OK (37ms)
958
-  (0.1ms) rollback transaction
959
-  (0.1ms) begin transaction
960
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:11 -0430
961
- Processing by ConfirmsController#index as HTML
962
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
963
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
964
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:28:12 -0430
965
- Processing by ConfirmsController#delete_cow as JS
966
- Rendered confirms/delete_cow.js.erb (0.4ms)
967
- Completed 200 OK in 10.6ms (Views: 10.0ms | ActiveRecord: 0.0ms)
968
-  (0.1ms) rollback transaction
969
-  (0.1ms) begin transaction
970
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:12 -0430
971
- Processing by ConfirmsController#index as HTML
972
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
973
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
974
-  (0.1ms) rollback transaction
975
-  (0.1ms) begin transaction
976
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:12 -0430
977
- Processing by ConfirmsController#index as HTML
978
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
979
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
980
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:28:13 -0430
981
- Processing by ConfirmsController#delete_cow as HTML
982
- Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
983
- Completed 200 OK in 2.5ms (Views: 2.3ms | ActiveRecord: 0.0ms)
984
-  (0.1ms) rollback transaction
985
-  (0.0ms) begin transaction
986
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:13 -0430
987
- Processing by ConfirmsController#index as HTML
988
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
989
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
990
-  (0.1ms) rollback transaction
991
-  (0.1ms) begin transaction
992
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:13 -0430
993
- Processing by ConfirmsController#index as HTML
994
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
995
- Completed 200 OK in 2.3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
996
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 21:28:14 -0430
997
- Processing by ConfirmsController#get_cow as HTML
998
- Rendered confirms/get_cow.html.erb within layouts/application (0.4ms)
999
- Completed 200 OK in 2.2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1000
-  (0.1ms) rollback transaction
1001
-  (0.1ms) begin transaction
1002
-  (0.0ms) rollback transaction
1003
-  (0.1ms) begin transaction
1004
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:15 -0430
1005
- Processing by ConfirmsController#index as HTML
1006
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1007
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1008
-  (0.1ms) rollback transaction
1009
-  (0.1ms) begin transaction
1010
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:15 -0430
1011
- Processing by ConfirmsController#index as HTML
1012
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1013
- Completed 200 OK in 2.1ms (Views: 2.0ms | ActiveRecord: 0.0ms)
1014
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:28:16 -0430
1015
- Processing by ConfirmsController#delete_cow as JS
1016
- Rendered confirms/delete_cow.js.erb (0.1ms)
1017
- Completed 200 OK in 0.9ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1018
-  (0.1ms) rollback transaction
1019
-  (0.1ms) begin transaction
1020
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:16 -0430
1021
- Processing by ConfirmsController#index as HTML
1022
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1023
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1024
-  (0.1ms) rollback transaction
1025
-  (0.1ms) begin transaction
1026
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:16 -0430
1027
- Processing by ConfirmsController#index as HTML
1028
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1029
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1030
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:28:17 -0430
1031
- Processing by ConfirmsController#delete_cow as HTML
1032
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1033
- Completed 200 OK in 1.8ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1034
-  (0.1ms) rollback transaction
1035
-  (0.1ms) begin transaction
1036
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:17 -0430
1037
- Processing by ConfirmsController#index as HTML
1038
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1039
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1040
-  (0.1ms) rollback transaction
1041
-  (0.1ms) begin transaction
1042
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:17 -0430
1043
- Processing by ConfirmsController#index as HTML
1044
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1045
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1046
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 21:28:19 -0430
1047
- Processing by ConfirmsController#get_cow as HTML
1048
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1049
- Completed 200 OK in 1.3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1050
-  (0.1ms) rollback transaction
1051
-  (0.0ms) begin transaction
1052
-  (0.0ms) rollback transaction
1053
-  (0.1ms) begin transaction
1054
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:19 -0430
1055
- Processing by ConfirmsController#index as HTML
1056
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1057
- Completed 200 OK in 1.7ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1058
-  (0.1ms) rollback transaction
1059
-  (0.1ms) begin transaction
1060
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:19 -0430
1061
- Processing by ConfirmsController#index as HTML
1062
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1063
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1064
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:28:20 -0430
1065
- Processing by ConfirmsController#delete_cow as JS
1066
- Rendered confirms/delete_cow.js.erb (0.0ms)
1067
- Completed 200 OK in 0.6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1068
-  (0.1ms) rollback transaction
1069
-  (0.1ms) begin transaction
1070
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:20 -0430
1071
- Processing by ConfirmsController#index as HTML
1072
- Rendered confirms/index.html.erb within layouts/application (1.2ms)
1073
- Completed 200 OK in 2.4ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1074
-  (0.1ms) rollback transaction
1075
-  (0.1ms) begin transaction
1076
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:20 -0430
1077
- Processing by ConfirmsController#index as HTML
1078
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1079
- Completed 200 OK in 2.1ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1080
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:28:21 -0430
1081
- Processing by ConfirmsController#delete_cow as HTML
1082
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1083
- Completed 200 OK in 1.9ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1084
-  (0.1ms) rollback transaction
1085
-  (0.1ms) begin transaction
1086
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:21 -0430
1087
- Processing by ConfirmsController#index as HTML
1088
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1089
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1090
-  (0.1ms) rollback transaction
1091
-  (0.1ms) begin transaction
1092
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:28:22 -0430
1093
- Processing by ConfirmsController#index as HTML
1094
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1095
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1096
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 21:28:23 -0430
1097
- Processing by ConfirmsController#get_cow as HTML
1098
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1099
- Completed 200 OK in 1.2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1100
-  (0.1ms) rollback transaction
1101
- Connecting to database specified by database.yml
1102
-  (0.4ms) begin transaction
1103
-  (0.0ms) rollback transaction
1104
-  (0.1ms) begin transaction
1105
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:43 -0430
1106
- Processing by ConfirmsController#index as HTML
1107
- Rendered confirms/index.html.erb within layouts/application (4.0ms)
1108
- Completed 200 OK in 18.2ms (Views: 17.7ms | ActiveRecord: 0.0ms)
1109
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 21:48:43 -0430
1110
- Served asset /application.css - 200 OK (12ms)
1111
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 21:48:43 -0430
1112
- Served asset /application.js - 200 OK (35ms)
1113
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 21:48:46 -0430
1114
- Processing by ConfirmsController#get_cow as HTML
1115
- Rendered confirms/get_cow.html.erb within layouts/application (0.4ms)
1116
- Completed 200 OK in 3.2ms (Views: 2.7ms | ActiveRecord: 0.0ms)
1117
-  (0.1ms) rollback transaction
1118
-  (0.1ms) begin transaction
1119
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:46 -0430
1120
- Processing by ConfirmsController#index as HTML
1121
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1122
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1123
-  (0.1ms) rollback transaction
1124
-  (0.1ms) begin transaction
1125
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:46 -0430
1126
- Processing by ConfirmsController#index as HTML
1127
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1128
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1129
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:48:47 -0430
1130
- Processing by ConfirmsController#delete_cow as HTML
1131
- Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
1132
- Completed 200 OK in 3.4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
1133
-  (0.1ms) rollback transaction
1134
-  (0.1ms) begin transaction
1135
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:47 -0430
1136
- Processing by ConfirmsController#index as HTML
1137
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1138
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1139
-  (0.1ms) rollback transaction
1140
-  (0.1ms) begin transaction
1141
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:47 -0430
1142
- Processing by ConfirmsController#index as HTML
1143
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1144
- Completed 200 OK in 1.8ms (Views: 1.7ms | ActiveRecord: 0.0ms)
1145
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:48:48 -0430
1146
- Processing by ConfirmsController#delete_cow as JS
1147
- Rendered confirms/delete_cow.js.erb (0.4ms)
1148
- Completed 200 OK in 7.2ms (Views: 6.9ms | ActiveRecord: 0.0ms)
1149
-  (0.1ms) rollback transaction
1150
-  (0.1ms) begin transaction
1151
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:48 -0430
1152
- Processing by ConfirmsController#index as HTML
1153
- Rendered confirms/index.html.erb within layouts/application (1.2ms)
1154
- Completed 200 OK in 4.0ms (Views: 3.9ms | ActiveRecord: 0.0ms)
1155
-  (0.1ms) rollback transaction
1156
-  (0.1ms) begin transaction
1157
-  (0.0ms) rollback transaction
1158
-  (0.0ms) begin transaction
1159
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:49 -0430
1160
- Processing by ConfirmsController#index as HTML
1161
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1162
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1163
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 21:48:50 -0430
1164
- Processing by ConfirmsController#get_cow as HTML
1165
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1166
- Completed 200 OK in 1.4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1167
-  (0.1ms) rollback transaction
1168
-  (0.1ms) begin transaction
1169
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:50 -0430
1170
- Processing by ConfirmsController#index as HTML
1171
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1172
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1173
-  (0.1ms) rollback transaction
1174
-  (0.1ms) begin transaction
1175
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:50 -0430
1176
- Processing by ConfirmsController#index as HTML
1177
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1178
- Completed 200 OK in 2.2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
1179
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:48:51 -0430
1180
- Processing by ConfirmsController#delete_cow as HTML
1181
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1182
- Completed 200 OK in 1.3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1183
-  (0.1ms) rollback transaction
1184
-  (0.1ms) begin transaction
1185
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:51 -0430
1186
- Processing by ConfirmsController#index as HTML
1187
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1188
- Completed 200 OK in 2.3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
1189
-  (0.1ms) rollback transaction
1190
-  (0.1ms) begin transaction
1191
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:51 -0430
1192
- Processing by ConfirmsController#index as HTML
1193
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1194
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1195
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:48:52 -0430
1196
- Processing by ConfirmsController#delete_cow as JS
1197
- Rendered confirms/delete_cow.js.erb (0.0ms)
1198
- Completed 200 OK in 1.7ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1199
-  (0.1ms) rollback transaction
1200
-  (0.1ms) begin transaction
1201
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:52 -0430
1202
- Processing by ConfirmsController#index as HTML
1203
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1204
- Completed 200 OK in 1.8ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1205
-  (0.1ms) rollback transaction
1206
-  (0.1ms) begin transaction
1207
-  (0.0ms) rollback transaction
1208
-  (0.0ms) begin transaction
1209
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:53 -0430
1210
- Processing by ConfirmsController#index as HTML
1211
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1212
- Completed 200 OK in 1.7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1213
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 21:48:54 -0430
1214
- Processing by ConfirmsController#get_cow as HTML
1215
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1216
- Completed 200 OK in 1.3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1217
-  (0.1ms) rollback transaction
1218
-  (0.1ms) begin transaction
1219
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:54 -0430
1220
- Processing by ConfirmsController#index as HTML
1221
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
1222
- Completed 200 OK in 3.0ms (Views: 2.9ms | ActiveRecord: 0.0ms)
1223
-  (0.1ms) rollback transaction
1224
-  (0.1ms) begin transaction
1225
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:54 -0430
1226
- Processing by ConfirmsController#index as HTML
1227
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1228
- Completed 200 OK in 1.9ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1229
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:48:55 -0430
1230
- Processing by ConfirmsController#delete_cow as HTML
1231
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1232
- Completed 200 OK in 1.4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1233
-  (0.1ms) rollback transaction
1234
-  (0.1ms) begin transaction
1235
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:55 -0430
1236
- Processing by ConfirmsController#index as HTML
1237
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1238
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1239
-  (0.1ms) rollback transaction
1240
-  (0.1ms) begin transaction
1241
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:55 -0430
1242
- Processing by ConfirmsController#index as HTML
1243
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1244
- Completed 200 OK in 2.0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1245
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 21:48:57 -0430
1246
- Processing by ConfirmsController#delete_cow as JS
1247
- Rendered confirms/delete_cow.js.erb (0.0ms)
1248
- Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1249
-  (0.1ms) rollback transaction
1250
-  (0.0ms) begin transaction
1251
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 21:48:57 -0430
1252
- Processing by ConfirmsController#index as HTML
1253
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
1254
- Completed 200 OK in 2.1ms (Views: 2.0ms | ActiveRecord: 0.0ms)
1255
-  (0.0ms) rollback transaction
1256
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:18 -0430
1257
- Processing by ConfirmsController#index as HTML
1258
- Rendered confirms/index.html.erb within layouts/application (3.7ms)
1259
- Completed 200 OK in 19.9ms (Views: 19.4ms)
1260
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 23:37:18 -0430
1261
- Served asset /application.css - 200 OK (14ms)
1262
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 23:37:18 -0430
1263
- Served asset /application.js - 200 OK (25ms)
1264
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:37:20 -0430
1265
- Processing by ConfirmsController#delete_cow as JS
1266
- Rendered confirms/delete_cow.js.erb (0.4ms)
1267
- Completed 200 OK in 11.1ms (Views: 10.7ms)
1268
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:20 -0430
1269
- Processing by ConfirmsController#index as HTML
1270
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1271
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1272
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:20 -0430
1273
- Processing by ConfirmsController#index as HTML
1274
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1275
- Completed 200 OK in 2.0ms (Views: 2.0ms)
1276
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:37:21 -0430
1277
- Processing by ConfirmsController#delete_cow as HTML
1278
- Rendered confirms/delete_cow.html.erb within layouts/application (0.5ms)
1279
- Completed 200 OK in 2.4ms (Views: 2.3ms)
1280
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:21 -0430
1281
- Processing by ConfirmsController#index as HTML
1282
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1283
- Completed 200 OK in 2.1ms (Views: 2.0ms)
1284
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:21 -0430
1285
- Processing by ConfirmsController#index as HTML
1286
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
1287
- Completed 200 OK in 3.2ms (Views: 3.0ms)
1288
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 23:37:22 -0430
1289
- Processing by ConfirmsController#get_cow as HTML
1290
- Rendered confirms/get_cow.html.erb within layouts/application (0.4ms)
1291
- Completed 200 OK in 2.9ms (Views: 2.4ms)
1292
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:23 -0430
1293
- Processing by ConfirmsController#index as HTML
1294
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1295
- Completed 200 OK in 1.7ms (Views: 1.7ms)
1296
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:23 -0430
1297
- Processing by ConfirmsController#index as HTML
1298
- Rendered confirms/index.html.erb within layouts/application (1.2ms)
1299
- Completed 200 OK in 2.4ms (Views: 2.3ms)
1300
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:37:24 -0430
1301
- Processing by ConfirmsController#delete_cow as JS
1302
- Rendered confirms/delete_cow.js.erb (0.0ms)
1303
- Completed 200 OK in 0.7ms (Views: 0.5ms)
1304
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:24 -0430
1305
- Processing by ConfirmsController#index as HTML
1306
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1307
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1308
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:24 -0430
1309
- Processing by ConfirmsController#index as HTML
1310
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1311
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1312
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:37:25 -0430
1313
- Processing by ConfirmsController#delete_cow as HTML
1314
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1315
- Completed 200 OK in 1.4ms (Views: 1.3ms)
1316
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:25 -0430
1317
- Processing by ConfirmsController#index as HTML
1318
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1319
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1320
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:25 -0430
1321
- Processing by ConfirmsController#index as HTML
1322
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1323
- Completed 200 OK in 2.3ms (Views: 2.2ms)
1324
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 23:37:27 -0430
1325
- Processing by ConfirmsController#get_cow as HTML
1326
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1327
- Completed 200 OK in 1.2ms (Views: 1.1ms)
1328
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:27 -0430
1329
- Processing by ConfirmsController#index as HTML
1330
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1331
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1332
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:27 -0430
1333
- Processing by ConfirmsController#index as HTML
1334
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1335
- Completed 200 OK in 2.1ms (Views: 2.0ms)
1336
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:37:28 -0430
1337
- Processing by ConfirmsController#delete_cow as JS
1338
- Rendered confirms/delete_cow.js.erb (0.0ms)
1339
- Completed 200 OK in 0.6ms (Views: 0.5ms)
1340
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:28 -0430
1341
- Processing by ConfirmsController#index as HTML
1342
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1343
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1344
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:28 -0430
1345
- Processing by ConfirmsController#index as HTML
1346
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1347
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1348
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:37:29 -0430
1349
- Processing by ConfirmsController#delete_cow as HTML
1350
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1351
- Completed 200 OK in 1.2ms (Views: 1.1ms)
1352
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:29 -0430
1353
- Processing by ConfirmsController#index as HTML
1354
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1355
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1356
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:29 -0430
1357
- Processing by ConfirmsController#index as HTML
1358
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1359
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1360
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 23:37:31 -0430
1361
- Processing by ConfirmsController#get_cow as HTML
1362
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1363
- Completed 200 OK in 1.1ms (Views: 1.0ms)
1364
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:37:31 -0430
1365
- Processing by ConfirmsController#index as HTML
1366
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1367
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1368
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:53 -0430
1369
- Processing by ConfirmsController#index as HTML
1370
- Rendered confirms/index.html.erb within layouts/application (2.6ms)
1371
- Completed 200 OK in 10.8ms (Views: 10.5ms)
1372
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-13 23:39:53 -0430
1373
- Served asset /application.css - 200 OK (8ms)
1374
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-13 23:39:53 -0430
1375
- Served asset /application.js - 200 OK (10ms)
1376
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:39:55 -0430
1377
- Processing by ConfirmsController#delete_cow as JS
1378
- Rendered confirms/delete_cow.js.erb (0.4ms)
1379
- Completed 200 OK in 2.6ms (Views: 2.3ms)
1380
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:55 -0430
1381
- Processing by ConfirmsController#index as HTML
1382
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1383
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1384
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:55 -0430
1385
- Processing by ConfirmsController#index as HTML
1386
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1387
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1388
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:39:56 -0430
1389
- Processing by ConfirmsController#delete_cow as HTML
1390
- Rendered confirms/delete_cow.html.erb within layouts/application (0.7ms)
1391
- Completed 200 OK in 3.2ms (Views: 3.0ms)
1392
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:56 -0430
1393
- Processing by ConfirmsController#index as HTML
1394
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
1395
- Completed 200 OK in 2.7ms (Views: 2.6ms)
1396
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:56 -0430
1397
- Processing by ConfirmsController#index as HTML
1398
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1399
- Completed 200 OK in 1.9ms (Views: 1.9ms)
1400
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 23:39:58 -0430
1401
- Processing by ConfirmsController#get_cow as HTML
1402
- Rendered confirms/get_cow.html.erb within layouts/application (0.3ms)
1403
- Completed 200 OK in 1.9ms (Views: 1.7ms)
1404
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:58 -0430
1405
- Processing by ConfirmsController#index as HTML
1406
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1407
- Completed 200 OK in 1.7ms (Views: 1.7ms)
1408
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:58 -0430
1409
- Processing by ConfirmsController#index as HTML
1410
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1411
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1412
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:39:59 -0430
1413
- Processing by ConfirmsController#delete_cow as JS
1414
- Rendered confirms/delete_cow.js.erb (0.0ms)
1415
- Completed 200 OK in 0.7ms (Views: 0.4ms)
1416
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:59 -0430
1417
- Processing by ConfirmsController#index as HTML
1418
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
1419
- Completed 200 OK in 2.1ms (Views: 2.0ms)
1420
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:39:59 -0430
1421
- Processing by ConfirmsController#index as HTML
1422
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1423
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1424
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:40:00 -0430
1425
- Processing by ConfirmsController#delete_cow as HTML
1426
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1427
- Completed 200 OK in 1.2ms (Views: 1.0ms)
1428
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:00 -0430
1429
- Processing by ConfirmsController#index as HTML
1430
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1431
- Completed 200 OK in 2.1ms (Views: 2.1ms)
1432
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:01 -0430
1433
- Processing by ConfirmsController#index as HTML
1434
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1435
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1436
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 23:40:02 -0430
1437
- Processing by ConfirmsController#get_cow as HTML
1438
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1439
- Completed 200 OK in 1.1ms (Views: 1.0ms)
1440
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:02 -0430
1441
- Processing by ConfirmsController#index as HTML
1442
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1443
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1444
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:02 -0430
1445
- Processing by ConfirmsController#index as HTML
1446
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1447
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1448
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:40:03 -0430
1449
- Processing by ConfirmsController#delete_cow as JS
1450
- Rendered confirms/delete_cow.js.erb (0.0ms)
1451
- Completed 200 OK in 1.0ms (Views: 0.8ms)
1452
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:03 -0430
1453
- Processing by ConfirmsController#index as HTML
1454
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1455
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1456
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:03 -0430
1457
- Processing by ConfirmsController#index as HTML
1458
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1459
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1460
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-13 23:40:04 -0430
1461
- Processing by ConfirmsController#delete_cow as HTML
1462
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1463
- Completed 200 OK in 2.1ms (Views: 1.9ms)
1464
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:04 -0430
1465
- Processing by ConfirmsController#index as HTML
1466
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1467
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1468
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:05 -0430
1469
- Processing by ConfirmsController#index as HTML
1470
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1471
- Completed 200 OK in 2.3ms (Views: 2.2ms)
1472
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-13 23:40:06 -0430
1473
- Processing by ConfirmsController#get_cow as HTML
1474
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1475
- Completed 200 OK in 1.2ms (Views: 1.1ms)
1476
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-13 23:40:06 -0430
1477
- Processing by ConfirmsController#index as HTML
1478
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1479
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1480
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:21 -0430
1481
- Processing by ConfirmsController#index as HTML
1482
- Rendered confirms/index.html.erb within layouts/application (2.9ms)
1483
- Completed 200 OK in 14.7ms (Views: 14.2ms)
1484
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-15 17:19:21 -0430
1485
- Served asset /application.css - 200 OK (7ms)
1486
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-15 17:19:21 -0430
1487
- Compiled sweet-alert-confirm.js (2ms) (pid 3918)
1488
- Compiled application.js (4ms) (pid 3918)
1489
- Served asset /application.js - 200 OK (24ms)
1490
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:19:22 -0430
1491
- Processing by ConfirmsController#get_cow as HTML
1492
- Rendered confirms/get_cow.html.erb within layouts/application (0.4ms)
1493
- Completed 200 OK in 2.0ms (Views: 1.8ms)
1494
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:22 -0430
1495
- Processing by ConfirmsController#index as HTML
1496
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1497
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1498
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:22 -0430
1499
- Processing by ConfirmsController#index as HTML
1500
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1501
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1502
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:25 -0430
1503
- Processing by ConfirmsController#index as HTML
1504
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1505
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1506
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:19:26 -0430
1507
- Processing by ConfirmsController#delete_cow as HTML
1508
- Rendered confirms/delete_cow.html.erb within layouts/application (0.3ms)
1509
- Completed 200 OK in 2.0ms (Views: 1.7ms)
1510
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:26 -0430
1511
- Processing by ConfirmsController#index as HTML
1512
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1513
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1514
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:26 -0430
1515
- Processing by ConfirmsController#index as HTML
1516
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1517
- Completed 200 OK in 1.7ms (Views: 1.7ms)
1518
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:19:27 -0430
1519
- Processing by ConfirmsController#delete_cow as JS
1520
- Rendered confirms/delete_cow.js.erb (0.4ms)
1521
- Completed 200 OK in 2.3ms (Views: 2.1ms)
1522
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:27 -0430
1523
- Processing by ConfirmsController#index as HTML
1524
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1525
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1526
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:27 -0430
1527
- Processing by ConfirmsController#index as HTML
1528
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1529
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1530
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:19:28 -0430
1531
- Processing by ConfirmsController#get_cow as HTML
1532
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1533
- Completed 200 OK in 1.3ms (Views: 1.2ms)
1534
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:29 -0430
1535
- Processing by ConfirmsController#index as HTML
1536
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1537
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1538
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:29 -0430
1539
- Processing by ConfirmsController#index as HTML
1540
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1541
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1542
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:31 -0430
1543
- Processing by ConfirmsController#index as HTML
1544
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1545
- Completed 200 OK in 1.7ms (Views: 1.7ms)
1546
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:19:32 -0430
1547
- Processing by ConfirmsController#delete_cow as HTML
1548
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1549
- Completed 200 OK in 1.4ms (Views: 1.2ms)
1550
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:32 -0430
1551
- Processing by ConfirmsController#index as HTML
1552
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1553
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1554
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:32 -0430
1555
- Processing by ConfirmsController#index as HTML
1556
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1557
- Completed 200 OK in 2.1ms (Views: 2.0ms)
1558
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:19:33 -0430
1559
- Processing by ConfirmsController#delete_cow as JS
1560
- Rendered confirms/delete_cow.js.erb (0.0ms)
1561
- Completed 200 OK in 0.5ms (Views: 0.4ms)
1562
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:33 -0430
1563
- Processing by ConfirmsController#index as HTML
1564
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1565
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1566
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:34 -0430
1567
- Processing by ConfirmsController#index as HTML
1568
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1569
- Completed 200 OK in 2.2ms (Views: 2.2ms)
1570
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:19:35 -0430
1571
- Processing by ConfirmsController#get_cow as HTML
1572
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1573
- Completed 200 OK in 1.2ms (Views: 1.1ms)
1574
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:35 -0430
1575
- Processing by ConfirmsController#index as HTML
1576
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1577
- Completed 200 OK in 2.1ms (Views: 2.1ms)
1578
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:35 -0430
1579
- Processing by ConfirmsController#index as HTML
1580
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1581
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1582
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:37 -0430
1583
- Processing by ConfirmsController#index as HTML
1584
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1585
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1586
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:19:38 -0430
1587
- Processing by ConfirmsController#delete_cow as HTML
1588
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1589
- Completed 200 OK in 1.2ms (Views: 1.1ms)
1590
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:38 -0430
1591
- Processing by ConfirmsController#index as HTML
1592
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1593
- Completed 200 OK in 2.1ms (Views: 2.1ms)
1594
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:39 -0430
1595
- Processing by ConfirmsController#index as HTML
1596
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1597
- Completed 200 OK in 1.6ms (Views: 1.5ms)
1598
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:19:40 -0430
1599
- Processing by ConfirmsController#delete_cow as JS
1600
- Rendered confirms/delete_cow.js.erb (0.0ms)
1601
- Completed 200 OK in 0.6ms (Views: 0.4ms)
1602
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:19:40 -0430
1603
- Processing by ConfirmsController#index as HTML
1604
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1605
- Completed 200 OK in 1.9ms (Views: 1.9ms)
1606
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:06 -0430
1607
- Processing by ConfirmsController#index as HTML
1608
- Rendered confirms/index.html.erb within layouts/application (2.2ms)
1609
- Completed 200 OK in 9.2ms (Views: 9.0ms)
1610
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-15 17:22:06 -0430
1611
- Served asset /application.css - 200 OK (7ms)
1612
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-15 17:22:06 -0430
1613
- Served asset /application.js - 200 OK (8ms)
1614
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:06 -0430
1615
- Processing by ConfirmsController#index as HTML
1616
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1617
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1618
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:22:07 -0430
1619
- Processing by ConfirmsController#delete_cow as HTML
1620
- Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
1621
- Completed 200 OK in 2.2ms (Views: 1.9ms)
1622
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:07 -0430
1623
- Processing by ConfirmsController#index as HTML
1624
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1625
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1626
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:08 -0430
1627
- Processing by ConfirmsController#index as HTML
1628
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1629
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1630
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:22:09 -0430
1631
- Processing by ConfirmsController#get_cow as HTML
1632
- Rendered confirms/get_cow.html.erb within layouts/application (0.4ms)
1633
- Completed 200 OK in 2.2ms (Views: 1.9ms)
1634
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:09 -0430
1635
- Processing by ConfirmsController#index as HTML
1636
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1637
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1638
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:09 -0430
1639
- Processing by ConfirmsController#index as HTML
1640
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1641
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1642
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:22:10 -0430
1643
- Processing by ConfirmsController#delete_cow as JS
1644
- Rendered confirms/delete_cow.js.erb (0.3ms)
1645
- Completed 200 OK in 2.0ms (Views: 1.8ms)
1646
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:10 -0430
1647
- Processing by ConfirmsController#index as HTML
1648
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1649
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1650
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:12 -0430
1651
- Processing by ConfirmsController#index as HTML
1652
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1653
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1654
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:12 -0430
1655
- Processing by ConfirmsController#index as HTML
1656
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1657
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1658
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:22:14 -0430
1659
- Processing by ConfirmsController#delete_cow as HTML
1660
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1661
- Completed 200 OK in 1.3ms (Views: 1.2ms)
1662
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:14 -0430
1663
- Processing by ConfirmsController#index as HTML
1664
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1665
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1666
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:14 -0430
1667
- Processing by ConfirmsController#index as HTML
1668
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1669
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1670
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:22:15 -0430
1671
- Processing by ConfirmsController#get_cow as HTML
1672
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1673
- Completed 200 OK in 1.1ms (Views: 1.0ms)
1674
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:15 -0430
1675
- Processing by ConfirmsController#index as HTML
1676
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1677
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1678
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:15 -0430
1679
- Processing by ConfirmsController#index as HTML
1680
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1681
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1682
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:22:16 -0430
1683
- Processing by ConfirmsController#delete_cow as JS
1684
- Rendered confirms/delete_cow.js.erb (0.1ms)
1685
- Completed 200 OK in 0.7ms (Views: 0.5ms)
1686
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:16 -0430
1687
- Processing by ConfirmsController#index as HTML
1688
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1689
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1690
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:19 -0430
1691
- Processing by ConfirmsController#index as HTML
1692
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1693
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1694
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:19 -0430
1695
- Processing by ConfirmsController#index as HTML
1696
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1697
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1698
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:22:20 -0430
1699
- Processing by ConfirmsController#delete_cow as HTML
1700
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1701
- Completed 200 OK in 1.2ms (Views: 1.1ms)
1702
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:20 -0430
1703
- Processing by ConfirmsController#index as HTML
1704
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1705
- Completed 200 OK in 2.0ms (Views: 2.0ms)
1706
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:20 -0430
1707
- Processing by ConfirmsController#index as HTML
1708
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1709
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1710
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:22:21 -0430
1711
- Processing by ConfirmsController#get_cow as HTML
1712
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1713
- Completed 200 OK in 1.3ms (Views: 1.2ms)
1714
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:21 -0430
1715
- Processing by ConfirmsController#index as HTML
1716
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1717
- Completed 200 OK in 2.1ms (Views: 2.0ms)
1718
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:21 -0430
1719
- Processing by ConfirmsController#index as HTML
1720
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1721
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1722
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:22:23 -0430
1723
- Processing by ConfirmsController#delete_cow as JS
1724
- Rendered confirms/delete_cow.js.erb (0.0ms)
1725
- Completed 200 OK in 0.9ms (Views: 0.7ms)
1726
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:22:23 -0430
1727
- Processing by ConfirmsController#index as HTML
1728
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1729
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1730
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:27:57 -0430
1731
- Processing by ConfirmsController#index as HTML
1732
- Rendered confirms/index.html.erb within layouts/application (2.3ms)
1733
- Completed 200 OK in 10.1ms (Views: 9.8ms)
1734
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-15 17:27:57 -0430
1735
- Warning. Error encountered while saving cache /Users/moises/proyectos/gems/sweet_rails_confirm/spec/dummy-rails3/tmp/cache/sass/bd708edc765b11d933154b88e166294c3e98cb7a/sweet-alert.scssc: can't dump anonymous class #<Class:0x007fe51e053b78>
1736
-
1737
- Compiled sweet-alert/sweet-alert.css (92ms) (pid 4644)
1738
- Compiled sweet-alert/index.css (97ms) (pid 4644)
1739
- Compiled application.scss.css (1ms) (pid 4644)
1740
- Compiled application.css (107ms) (pid 4644)
1741
- Served asset /application.css - 200 OK (114ms)
1742
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-15 17:27:57 -0430
1743
- Compiled jquery.js (3ms) (pid 4644)
1744
- Compiled jquery_ujs.js (0ms) (pid 4644)
1745
- Compiled sweet-alert/sweet-alert.js (0ms) (pid 4644)
1746
- Compiled sweet-alert/sweet-alert.min.js (0ms) (pid 4644)
1747
- Compiled sweet-alert/index.js (6ms) (pid 4644)
1748
- Compiled sweet-alert-confirm.js (2ms) (pid 4644)
1749
- Compiled application.js (27ms) (pid 4644)
1750
- Served asset /application.js - 200 OK (36ms)
1751
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:27:59 -0430
1752
- Processing by ConfirmsController#delete_cow as HTML
1753
- Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
1754
- Completed 200 OK in 2.5ms (Views: 2.2ms)
1755
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:27:59 -0430
1756
- Processing by ConfirmsController#index as HTML
1757
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1758
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1759
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:27:59 -0430
1760
- Processing by ConfirmsController#index as HTML
1761
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
1762
- Completed 200 OK in 2.5ms (Views: 2.4ms)
1763
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:01 -0430
1764
- Processing by ConfirmsController#index as HTML
1765
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1766
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1767
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:28:02 -0430
1768
- Processing by ConfirmsController#get_cow as HTML
1769
- Rendered confirms/get_cow.html.erb within layouts/application (0.3ms)
1770
- Completed 200 OK in 1.8ms (Views: 1.6ms)
1771
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:02 -0430
1772
- Processing by ConfirmsController#index as HTML
1773
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1774
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1775
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:02 -0430
1776
- Processing by ConfirmsController#index as HTML
1777
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1778
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1779
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:28:03 -0430
1780
- Processing by ConfirmsController#delete_cow as JS
1781
- Rendered confirms/delete_cow.js.erb (0.3ms)
1782
- Completed 200 OK in 1.9ms (Views: 1.7ms)
1783
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:04 -0430
1784
- Processing by ConfirmsController#index as HTML
1785
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1786
- Completed 200 OK in 1.8ms (Views: 1.6ms)
1787
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:04 -0430
1788
- Processing by ConfirmsController#index as HTML
1789
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1790
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1791
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:28:05 -0430
1792
- Processing by ConfirmsController#delete_cow as HTML
1793
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1794
- Completed 200 OK in 1.2ms (Views: 1.1ms)
1795
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:05 -0430
1796
- Processing by ConfirmsController#index as HTML
1797
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1798
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1799
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:05 -0430
1800
- Processing by ConfirmsController#index as HTML
1801
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1802
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1803
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:07 -0430
1804
- Processing by ConfirmsController#index as HTML
1805
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1806
- Completed 200 OK in 1.6ms (Views: 1.5ms)
1807
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:28:08 -0430
1808
- Processing by ConfirmsController#get_cow as HTML
1809
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1810
- Completed 200 OK in 1.3ms (Views: 1.2ms)
1811
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:08 -0430
1812
- Processing by ConfirmsController#index as HTML
1813
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1814
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1815
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:09 -0430
1816
- Processing by ConfirmsController#index as HTML
1817
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1818
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1819
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:28:10 -0430
1820
- Processing by ConfirmsController#delete_cow as JS
1821
- Rendered confirms/delete_cow.js.erb (0.0ms)
1822
- Completed 200 OK in 0.7ms (Views: 0.6ms)
1823
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:10 -0430
1824
- Processing by ConfirmsController#index as HTML
1825
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1826
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1827
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:10 -0430
1828
- Processing by ConfirmsController#index as HTML
1829
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1830
- Completed 200 OK in 1.6ms (Views: 1.6ms)
1831
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:28:11 -0430
1832
- Processing by ConfirmsController#delete_cow as HTML
1833
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1834
- Completed 200 OK in 1.2ms (Views: 1.0ms)
1835
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:11 -0430
1836
- Processing by ConfirmsController#index as HTML
1837
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1838
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1839
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:11 -0430
1840
- Processing by ConfirmsController#index as HTML
1841
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1842
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1843
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:13 -0430
1844
- Processing by ConfirmsController#index as HTML
1845
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1846
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1847
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:28:14 -0430
1848
- Processing by ConfirmsController#get_cow as HTML
1849
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1850
- Completed 200 OK in 1.2ms (Views: 1.2ms)
1851
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:14 -0430
1852
- Processing by ConfirmsController#index as HTML
1853
- Rendered confirms/index.html.erb within layouts/application (0.6ms)
1854
- Completed 200 OK in 1.7ms (Views: 1.6ms)
1855
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:15 -0430
1856
- Processing by ConfirmsController#index as HTML
1857
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1858
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1859
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:28:16 -0430
1860
- Processing by ConfirmsController#delete_cow as JS
1861
- Rendered confirms/delete_cow.js.erb (0.0ms)
1862
- Completed 200 OK in 0.7ms (Views: 0.5ms)
1863
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:28:16 -0430
1864
- Processing by ConfirmsController#index as HTML
1865
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1866
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1867
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:09 -0430
1868
- Processing by ConfirmsController#index as HTML
1869
- Rendered confirms/index.html.erb within layouts/application (8.5ms)
1870
- Completed 200 OK in 21.7ms (Views: 21.3ms)
1871
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-15 17:40:09 -0430
1872
- Warning. Error encountered while saving cache /Users/moises/proyectos/gems/sweet_rails_confirm/spec/dummy-rails3/tmp/cache/sass/bd708edc765b11d933154b88e166294c3e98cb7a/sweet-alert.scssc: can't dump anonymous class #<Class:0x007fbddf2acac0>
1873
-
1874
- Compiled sweet-alert/sweet-alert.css (87ms) (pid 5112)
1875
- Compiled sweet-alert/index.css (95ms) (pid 5112)
1876
- Compiled application.scss.css (2ms) (pid 5112)
1877
- Compiled application.css (109ms) (pid 5112)
1878
- Served asset /application.css - 200 OK (118ms)
1879
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-15 17:40:09 -0430
1880
- Compiled jquery.js (7ms) (pid 5112)
1881
- Compiled jquery_ujs.js (0ms) (pid 5112)
1882
- Compiled sweet-alert/sweet-alert.js (0ms) (pid 5112)
1883
- Compiled sweet-alert/sweet-alert.min.js (0ms) (pid 5112)
1884
- Compiled sweet-alert/index.js (11ms) (pid 5112)
1885
- Compiled sweet-alert-confirm.js (3ms) (pid 5112)
1886
- Compiled application.js (49ms) (pid 5112)
1887
- Served asset /application.js - 200 OK (63ms)
1888
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:40:11 -0430
1889
- Processing by ConfirmsController#delete_cow as JS
1890
- Rendered confirms/delete_cow.js.erb (0.7ms)
1891
- Completed 200 OK in 11.6ms (Views: 11.2ms)
1892
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:11 -0430
1893
- Processing by ConfirmsController#index as HTML
1894
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1895
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1896
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:11 -0430
1897
- Processing by ConfirmsController#index as HTML
1898
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1899
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1900
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:40:12 -0430
1901
- Processing by ConfirmsController#delete_cow as HTML
1902
- Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
1903
- Completed 200 OK in 2.2ms (Views: 2.1ms)
1904
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:12 -0430
1905
- Processing by ConfirmsController#index as HTML
1906
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
1907
- Completed 200 OK in 2.1ms (Views: 2.1ms)
1908
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:13 -0430
1909
- Processing by ConfirmsController#index as HTML
1910
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1911
- Completed 200 OK in 2.0ms (Views: 2.0ms)
1912
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:14 -0430
1913
- Processing by ConfirmsController#index as HTML
1914
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
1915
- Completed 200 OK in 2.2ms (Views: 2.1ms)
1916
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:40:15 -0430
1917
- Processing by ConfirmsController#get_cow as HTML
1918
- Rendered confirms/get_cow.html.erb within layouts/application (0.6ms)
1919
- Completed 200 OK in 3.7ms (Views: 3.2ms)
1920
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:15 -0430
1921
- Processing by ConfirmsController#index as HTML
1922
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1923
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1924
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:15 -0430
1925
- Processing by ConfirmsController#index as HTML
1926
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
1927
- Completed 200 OK in 2.1ms (Views: 2.1ms)
1928
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:40:16 -0430
1929
- Processing by ConfirmsController#delete_cow as JS
1930
- Rendered confirms/delete_cow.js.erb (0.1ms)
1931
- Completed 200 OK in 0.8ms (Views: 0.7ms)
1932
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:16 -0430
1933
- Processing by ConfirmsController#index as HTML
1934
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1935
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1936
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:16 -0430
1937
- Processing by ConfirmsController#index as HTML
1938
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1939
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1940
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:40:17 -0430
1941
- Processing by ConfirmsController#delete_cow as HTML
1942
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1943
- Completed 200 OK in 1.1ms (Views: 1.0ms)
1944
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:18 -0430
1945
- Processing by ConfirmsController#index as HTML
1946
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1947
- Completed 200 OK in 1.8ms (Views: 1.8ms)
1948
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:18 -0430
1949
- Processing by ConfirmsController#index as HTML
1950
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1951
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1952
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:19 -0430
1953
- Processing by ConfirmsController#index as HTML
1954
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1955
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1956
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:40:20 -0430
1957
- Processing by ConfirmsController#get_cow as HTML
1958
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1959
- Completed 200 OK in 1.0ms (Views: 0.9ms)
1960
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:20 -0430
1961
- Processing by ConfirmsController#index as HTML
1962
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
1963
- Completed 200 OK in 2.0ms (Views: 1.9ms)
1964
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:20 -0430
1965
- Processing by ConfirmsController#index as HTML
1966
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1967
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1968
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:40:21 -0430
1969
- Processing by ConfirmsController#delete_cow as JS
1970
- Rendered confirms/delete_cow.js.erb (0.0ms)
1971
- Completed 200 OK in 0.7ms (Views: 0.5ms)
1972
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:21 -0430
1973
- Processing by ConfirmsController#index as HTML
1974
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1975
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1976
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:22 -0430
1977
- Processing by ConfirmsController#index as HTML
1978
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1979
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1980
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:40:23 -0430
1981
- Processing by ConfirmsController#delete_cow as HTML
1982
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
1983
- Completed 200 OK in 1.1ms (Views: 1.0ms)
1984
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:23 -0430
1985
- Processing by ConfirmsController#index as HTML
1986
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
1987
- Completed 200 OK in 1.9ms (Views: 1.9ms)
1988
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:23 -0430
1989
- Processing by ConfirmsController#index as HTML
1990
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
1991
- Completed 200 OK in 1.8ms (Views: 1.7ms)
1992
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:24 -0430
1993
- Processing by ConfirmsController#index as HTML
1994
- Rendered confirms/index.html.erb within layouts/application (0.7ms)
1995
- Completed 200 OK in 1.9ms (Views: 1.8ms)
1996
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:40:25 -0430
1997
- Processing by ConfirmsController#get_cow as HTML
1998
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
1999
- Completed 200 OK in 1.0ms (Views: 1.0ms)
2000
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:25 -0430
2001
- Processing by ConfirmsController#index as HTML
2002
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
2003
- Completed 200 OK in 2.0ms (Views: 1.9ms)
2004
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:56 -0430
2005
- Processing by ConfirmsController#index as HTML
2006
- Rendered confirms/index.html.erb within layouts/application (4.1ms)
2007
- Completed 200 OK in 11.1ms (Views: 10.8ms)
2008
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-15 17:40:56 -0430
2009
- Served asset /application.css - 200 OK (6ms)
2010
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-15 17:40:56 -0430
2011
- Served asset /application.js - 200 OK (7ms)
2012
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:40:58 -0430
2013
- Processing by ConfirmsController#delete_cow as JS
2014
- Rendered confirms/delete_cow.js.erb (0.3ms)
2015
- Completed 200 OK in 2.1ms (Views: 1.8ms)
2016
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:58 -0430
2017
- Processing by ConfirmsController#index as HTML
2018
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2019
- Completed 200 OK in 1.9ms (Views: 1.8ms)
2020
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:58 -0430
2021
- Processing by ConfirmsController#index as HTML
2022
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2023
- Completed 200 OK in 2.1ms (Views: 2.0ms)
2024
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:40:59 -0430
2025
- Processing by ConfirmsController#index as HTML
2026
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
2027
- Completed 200 OK in 2.3ms (Views: 2.3ms)
2028
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:41:00 -0430
2029
- Processing by ConfirmsController#delete_cow as HTML
2030
- Rendered confirms/delete_cow.html.erb within layouts/application (0.3ms)
2031
- Completed 200 OK in 1.8ms (Views: 1.7ms)
2032
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:00 -0430
2033
- Processing by ConfirmsController#index as HTML
2034
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2035
- Completed 200 OK in 2.2ms (Views: 2.2ms)
2036
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:00 -0430
2037
- Processing by ConfirmsController#index as HTML
2038
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2039
- Completed 200 OK in 2.2ms (Views: 2.2ms)
2040
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:41:01 -0430
2041
- Processing by ConfirmsController#get_cow as HTML
2042
- Rendered confirms/get_cow.html.erb within layouts/application (0.3ms)
2043
- Completed 200 OK in 1.9ms (Views: 1.7ms)
2044
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:01 -0430
2045
- Processing by ConfirmsController#index as HTML
2046
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
2047
- Completed 200 OK in 2.0ms (Views: 1.9ms)
2048
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:02 -0430
2049
- Processing by ConfirmsController#index as HTML
2050
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2051
- Completed 200 OK in 1.9ms (Views: 1.7ms)
2052
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:41:03 -0430
2053
- Processing by ConfirmsController#delete_cow as JS
2054
- Rendered confirms/delete_cow.js.erb (0.0ms)
2055
- Completed 200 OK in 0.8ms (Views: 0.6ms)
2056
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:03 -0430
2057
- Processing by ConfirmsController#index as HTML
2058
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2059
- Completed 200 OK in 2.1ms (Views: 2.1ms)
2060
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:03 -0430
2061
- Processing by ConfirmsController#index as HTML
2062
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
2063
- Completed 200 OK in 2.1ms (Views: 2.0ms)
2064
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:04 -0430
2065
- Processing by ConfirmsController#index as HTML
2066
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
2067
- Completed 200 OK in 2.1ms (Views: 2.1ms)
2068
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:41:05 -0430
2069
- Processing by ConfirmsController#delete_cow as HTML
2070
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
2071
- Completed 200 OK in 1.2ms (Views: 1.1ms)
2072
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:05 -0430
2073
- Processing by ConfirmsController#index as HTML
2074
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
2075
- Completed 200 OK in 2.1ms (Views: 2.1ms)
2076
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:05 -0430
2077
- Processing by ConfirmsController#index as HTML
2078
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
2079
- Completed 200 OK in 2.0ms (Views: 1.9ms)
2080
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:41:07 -0430
2081
- Processing by ConfirmsController#get_cow as HTML
2082
- Rendered confirms/get_cow.html.erb within layouts/application (0.1ms)
2083
- Completed 200 OK in 1.1ms (Views: 1.1ms)
2084
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:07 -0430
2085
- Processing by ConfirmsController#index as HTML
2086
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2087
- Completed 200 OK in 2.2ms (Views: 2.2ms)
2088
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:07 -0430
2089
- Processing by ConfirmsController#index as HTML
2090
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
2091
- Completed 200 OK in 2.2ms (Views: 2.2ms)
2092
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:41:08 -0430
2093
- Processing by ConfirmsController#delete_cow as JS
2094
- Rendered confirms/delete_cow.js.erb (0.0ms)
2095
- Completed 200 OK in 0.8ms (Views: 0.5ms)
2096
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:08 -0430
2097
- Processing by ConfirmsController#index as HTML
2098
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
2099
- Completed 200 OK in 2.3ms (Views: 2.2ms)
2100
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:08 -0430
2101
- Processing by ConfirmsController#index as HTML
2102
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
2103
- Completed 200 OK in 2.0ms (Views: 1.9ms)
2104
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:09 -0430
2105
- Processing by ConfirmsController#index as HTML
2106
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2107
- Completed 200 OK in 2.1ms (Views: 2.0ms)
2108
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:41:10 -0430
2109
- Processing by ConfirmsController#delete_cow as HTML
2110
- Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
2111
- Completed 200 OK in 1.2ms (Views: 1.1ms)
2112
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:11 -0430
2113
- Processing by ConfirmsController#index as HTML
2114
- Rendered confirms/index.html.erb within layouts/application (1.1ms)
2115
- Completed 200 OK in 2.4ms (Views: 2.3ms)
2116
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:11 -0430
2117
- Processing by ConfirmsController#index as HTML
2118
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2119
- Completed 200 OK in 2.2ms (Views: 2.1ms)
2120
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:41:12 -0430
2121
- Processing by ConfirmsController#get_cow as HTML
2122
- Rendered confirms/get_cow.html.erb within layouts/application (0.0ms)
2123
- Completed 200 OK in 1.3ms (Views: 1.3ms)
2124
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:41:12 -0430
2125
- Processing by ConfirmsController#index as HTML
2126
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
2127
- Completed 200 OK in 1.9ms (Views: 1.9ms)
2128
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:15 -0430
2129
- Processing by ConfirmsController#index as HTML
2130
- Rendered confirms/index.html.erb within layouts/application (4.3ms)
2131
- Completed 200 OK in 11.4ms (Views: 11.1ms)
2132
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-15 17:44:15 -0430
2133
- Served asset /application.css - 200 OK (7ms)
2134
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-15 17:44:15 -0430
2135
- Served asset /application.js - 200 OK (7ms)
2136
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:15 -0430
2137
- Processing by ConfirmsController#index as HTML
2138
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2139
- Completed 200 OK in 1.9ms (Views: 1.8ms)
2140
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:44:17 -0430
2141
- Processing by ConfirmsController#delete_cow as HTML
2142
- Rendered confirms/delete_cow.html.erb within layouts/application (0.3ms)
2143
- Completed 200 OK in 2.0ms (Views: 1.7ms)
2144
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:17 -0430
2145
- Processing by ConfirmsController#index as HTML
2146
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2147
- Completed 200 OK in 1.8ms (Views: 1.7ms)
2148
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:17 -0430
2149
- Processing by ConfirmsController#index as HTML
2150
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
2151
- Completed 200 OK in 2.2ms (Views: 2.1ms)
2152
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:44:18 -0430
2153
- Processing by ConfirmsController#get_cow as HTML
2154
- Rendered confirms/get_cow.html.erb within layouts/application (0.3ms)
2155
- Completed 200 OK in 2.1ms (Views: 1.7ms)
2156
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:18 -0430
2157
- Processing by ConfirmsController#index as HTML
2158
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2159
- Completed 200 OK in 1.8ms (Views: 1.8ms)
2160
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:18 -0430
2161
- Processing by ConfirmsController#index as HTML
2162
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2163
- Completed 200 OK in 2.1ms (Views: 2.0ms)
2164
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:44:19 -0430
2165
- Processing by ConfirmsController#delete_cow as JS
2166
- Rendered confirms/delete_cow.js.erb (0.4ms)
2167
- Completed 200 OK in 2.6ms (Views: 2.4ms)
2168
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:19 -0430
2169
- Processing by ConfirmsController#index as HTML
2170
- Rendered confirms/index.html.erb within layouts/application (1.0ms)
2171
- Completed 200 OK in 2.3ms (Views: 2.2ms)
2172
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:44 -0430
2173
- Processing by ConfirmsController#index as HTML
2174
- Rendered confirms/index.html.erb within layouts/application (4.1ms)
2175
- Completed 200 OK in 11.1ms (Views: 10.8ms)
2176
- Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-15 17:44:44 -0430
2177
- Served asset /application.css - 200 OK (6ms)
2178
- Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-15 17:44:44 -0430
2179
- Served asset /application.js - 200 OK (8ms)
2180
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:44:46 -0430
2181
- Processing by ConfirmsController#delete_cow as HTML
2182
- Rendered confirms/delete_cow.html.erb within layouts/application (0.3ms)
2183
- Completed 200 OK in 2.3ms (Views: 2.0ms)
2184
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:46 -0430
2185
- Processing by ConfirmsController#index as HTML
2186
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2187
- Completed 200 OK in 1.8ms (Views: 1.8ms)
2188
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:46 -0430
2189
- Processing by ConfirmsController#index as HTML
2190
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2191
- Completed 200 OK in 1.8ms (Views: 1.7ms)
2192
- Started DELETE "/delete_cow" for 127.0.0.1 at 2014-10-15 17:44:47 -0430
2193
- Processing by ConfirmsController#delete_cow as JS
2194
- Rendered confirms/delete_cow.js.erb (0.3ms)
2195
- Completed 200 OK in 1.9ms (Views: 1.7ms)
2196
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:47 -0430
2197
- Processing by ConfirmsController#index as HTML
2198
- Rendered confirms/index.html.erb within layouts/application (0.9ms)
2199
- Completed 200 OK in 2.0ms (Views: 2.0ms)
2200
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:47 -0430
2201
- Processing by ConfirmsController#index as HTML
2202
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2203
- Completed 200 OK in 1.9ms (Views: 1.8ms)
2204
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:48 -0430
2205
- Processing by ConfirmsController#index as HTML
2206
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2207
- Completed 200 OK in 1.9ms (Views: 1.8ms)
2208
- Started GET "/get_cow" for 127.0.0.1 at 2014-10-15 17:44:49 -0430
2209
- Processing by ConfirmsController#get_cow as HTML
2210
- Rendered confirms/get_cow.html.erb within layouts/application (0.3ms)
2211
- Completed 200 OK in 2.0ms (Views: 1.7ms)
2212
- Started GET "/confirms_page" for 127.0.0.1 at 2014-10-15 17:44:50 -0430
2213
- Processing by ConfirmsController#index as HTML
2214
- Rendered confirms/index.html.erb within layouts/application (0.8ms)
2215
- Completed 200 OK in 1.8ms (Views: 1.8ms)