sweet-alert-confirm 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/Gemfile +6 -1
- data/README.md +6 -0
- data/lib/assets/javascripts/sweet-alert-confirm.js +33 -17
- data/lib/sweet-alert-confirm/version.rb +1 -1
- data/spec/dummy-rails3/app/assets/javascripts/application.js +1 -1
- data/spec/dummy-rails3/app/assets/javascripts/application_turbolinks.js +1 -1
- data/spec/dummy-rails3/app/assets/stylesheets/application.css +1 -1
- data/spec/dummy-rails3/app/assets/stylesheets/application.scss.css +1 -1
- data/spec/dummy-rails3/log/development.log +376 -0
- data/spec/dummy-rails3/log/test.log +948 -0
- data/spec/dummy-rails3/tmp/cache/assets/BF6/DF0/sprockets%2F285744e0e3233126b590652597a6846c +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/CF3/FC0/sprockets%2F9b695713056bfc62c3198c75829dbd6e +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/DA3/C40/sprockets%2F93fac7c58d64b927fa52c22cbb38d93a +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/DDD/0A0/sprockets%2F924e879dd0cae5bfcd974a9f046df50c +0 -0
- data/spec/dummy-rails3/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/app/assets/javascripts/application.js +1 -1
- data/spec/dummy/app/assets/javascripts/application_turbolinks.js +1 -1
- data/spec/dummy/app/assets/stylesheets/application.css +1 -1
- data/spec/dummy/app/assets/stylesheets/application.scss.css +1 -1
- data/spec/features/sweet_alert_confirm_spec.rb +1 -1
- metadata +2 -2
@@ -168,3 +168,951 @@ 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
|
[1m[35m (0.1ms)[0m rollback transaction
|
171
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:00 -0430
|
172
|
+
Processing by ConfirmsController#pre_index as HTML
|
173
|
+
Rendered confirms/pre_index.html.erb within layouts/application (2.5ms)
|
174
|
+
Completed 200 OK in 15.0ms (Views: 14.4ms)
|
175
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:12:00 -0430
|
176
|
+
Warning. Error encountered while saving cache /Users/moises/proyectos/gems/sweet_rails_confirm/spec/dummy-rails3/tmp/cache/sass/82d4e0b49cdf94a71a3144cbf991c58a689e0cf6/sweetalert.scssc: can't dump anonymous class #<Class:0x007fb933b3e680>
|
177
|
+
|
178
|
+
Warning. Error encountered while saving cache /Users/moises/proyectos/gems/sweet_rails_confirm/spec/dummy-rails3/tmp/cache/sass/90d704e96c1b7b508738a6a083df66783a0fa02b/sweetalert.scssc: can't dump anonymous class #<Class:0x007fb933b3e680>
|
179
|
+
|
180
|
+
Compiled sweetalert.css (302ms) (pid 13199)
|
181
|
+
Compiled application.scss.css (3ms) (pid 13199)
|
182
|
+
Compiled application.css (327ms) (pid 13199)
|
183
|
+
Served asset /application.css - 200 OK (337ms)
|
184
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:01 -0430
|
185
|
+
Compiled jquery.js (6ms) (pid 13199)
|
186
|
+
Compiled jquery_ujs.js (0ms) (pid 13199)
|
187
|
+
Compiled sweetalert/sweetalert.min.js (0ms) (pid 13199)
|
188
|
+
Compiled sweetalert.js (5ms) (pid 13199)
|
189
|
+
Compiled sweet-alert-confirm.js (0ms) (pid 13199)
|
190
|
+
Compiled application.js (98ms) (pid 13199)
|
191
|
+
Served asset /application.js - 200 OK (134ms)
|
192
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:01 -0430
|
193
|
+
Processing by ConfirmsController#index as HTML
|
194
|
+
Rendered confirms/index.html.erb within layouts/application (7.2ms)
|
195
|
+
Completed 200 OK in 11.0ms (Views: 10.4ms)
|
196
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:03 -0430
|
197
|
+
Processing by ConfirmsController#pre_index as HTML
|
198
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
199
|
+
Completed 200 OK in 1.7ms (Views: 1.6ms)
|
200
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:03 -0430
|
201
|
+
Processing by ConfirmsController#index as HTML
|
202
|
+
Rendered confirms/index.html.erb within layouts/application (1.5ms)
|
203
|
+
Completed 200 OK in 2.6ms (Views: 2.5ms)
|
204
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:12:04 -0430
|
205
|
+
Processing by ConfirmsController#delete_cow as HTML
|
206
|
+
Parameters: {"utf8"=>"✓"}
|
207
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
|
208
|
+
Completed 200 OK in 3.5ms (Views: 2.9ms)
|
209
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:04 -0430
|
210
|
+
Processing by ConfirmsController#pre_index as HTML
|
211
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
212
|
+
Completed 200 OK in 1.8ms (Views: 1.7ms)
|
213
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:05 -0430
|
214
|
+
Processing by ConfirmsController#index as HTML
|
215
|
+
Rendered confirms/index.html.erb within layouts/application (2.3ms)
|
216
|
+
Completed 200 OK in 3.7ms (Views: 3.6ms)
|
217
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:05 -0430
|
218
|
+
Processing by ConfirmsController#pre_index as HTML
|
219
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
220
|
+
Completed 200 OK in 1.8ms (Views: 1.6ms)
|
221
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:05 -0430
|
222
|
+
Processing by ConfirmsController#index as HTML
|
223
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
224
|
+
Completed 200 OK in 3.3ms (Views: 3.2ms)
|
225
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:05 -0430
|
226
|
+
Processing by ConfirmsController#index as HTML
|
227
|
+
Rendered confirms/index.html.erb within layouts/application (2.1ms)
|
228
|
+
Completed 200 OK in 3.5ms (Views: 3.4ms)
|
229
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:08 -0430
|
230
|
+
Processing by ConfirmsController#pre_index as HTML
|
231
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
232
|
+
Completed 200 OK in 1.8ms (Views: 1.7ms)
|
233
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:08 -0430
|
234
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
235
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:08 -0430
|
236
|
+
Processing by ConfirmsController#index as HTML
|
237
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
238
|
+
Completed 200 OK in 2.9ms (Views: 2.8ms)
|
239
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:08 -0430
|
240
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
241
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:09 -0430
|
242
|
+
Processing by ConfirmsController#pre_index as HTML
|
243
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
244
|
+
Completed 200 OK in 2.0ms (Views: 1.8ms)
|
245
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:09 -0430
|
246
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
247
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:09 -0430
|
248
|
+
Processing by ConfirmsController#index as HTML
|
249
|
+
Rendered confirms/index.html.erb within layouts/application (1.5ms)
|
250
|
+
Completed 200 OK in 3.0ms (Views: 2.8ms)
|
251
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:09 -0430
|
252
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
253
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:12:10 -0430
|
254
|
+
Processing by ConfirmsController#delete_cow as HTML
|
255
|
+
Parameters: {"utf8"=>"✓"}
|
256
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
257
|
+
Completed 200 OK in 1.5ms (Views: 1.4ms)
|
258
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:10 -0430
|
259
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
260
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:10 -0430
|
261
|
+
Processing by ConfirmsController#pre_index as HTML
|
262
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
263
|
+
Completed 200 OK in 2.0ms (Views: 1.8ms)
|
264
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:10 -0430
|
265
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
266
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:10 -0430
|
267
|
+
Processing by ConfirmsController#index as HTML
|
268
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
269
|
+
Completed 200 OK in 2.8ms (Views: 2.7ms)
|
270
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:10 -0430
|
271
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
272
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:12 -0430
|
273
|
+
Processing by ConfirmsController#pre_index as HTML
|
274
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
275
|
+
Completed 200 OK in 1.8ms (Views: 1.7ms)
|
276
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:12 -0430
|
277
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
278
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:12 -0430
|
279
|
+
Processing by ConfirmsController#index as HTML
|
280
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
281
|
+
Completed 200 OK in 2.8ms (Views: 2.6ms)
|
282
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:12 -0430
|
283
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
284
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:12:21 -0430
|
285
|
+
Processing by ConfirmsController#delete_cow as JS
|
286
|
+
Rendered confirms/delete_cow.js.erb (0.4ms)
|
287
|
+
Completed 200 OK in 3.2ms (Views: 3.0ms)
|
288
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:22 -0430
|
289
|
+
Processing by ConfirmsController#pre_index as HTML
|
290
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
291
|
+
Completed 200 OK in 1.6ms (Views: 1.5ms)
|
292
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:22 -0430
|
293
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
294
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:22 -0430
|
295
|
+
Processing by ConfirmsController#index as HTML
|
296
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
297
|
+
Completed 200 OK in 3.2ms (Views: 3.1ms)
|
298
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:22 -0430
|
299
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
300
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:27 -0430
|
301
|
+
Processing by ConfirmsController#pre_index as HTML
|
302
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
303
|
+
Completed 200 OK in 2.8ms (Views: 2.6ms)
|
304
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:27 -0430
|
305
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
306
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:27 -0430
|
307
|
+
Processing by ConfirmsController#index as HTML
|
308
|
+
Rendered confirms/index.html.erb within layouts/application (2.1ms)
|
309
|
+
Completed 200 OK in 3.8ms (Views: 3.7ms)
|
310
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:27 -0430
|
311
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
312
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:30 -0430
|
313
|
+
Processing by ConfirmsController#pre_index as HTML
|
314
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.7ms)
|
315
|
+
Completed 200 OK in 3.3ms (Views: 3.0ms)
|
316
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:30 -0430
|
317
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
318
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:30 -0430
|
319
|
+
Processing by ConfirmsController#index as HTML
|
320
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
321
|
+
Completed 200 OK in 3.2ms (Views: 2.9ms)
|
322
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:30 -0430
|
323
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
324
|
+
Started GET "/get_cow" for 127.0.0.1 at 2015-11-25 19:12:31 -0430
|
325
|
+
Processing by ConfirmsController#get_cow as HTML
|
326
|
+
Rendered confirms/get_cow.html.erb within layouts/application (0.6ms)
|
327
|
+
Completed 200 OK in 3.9ms (Views: 3.3ms)
|
328
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:31 -0430
|
329
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
330
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:32 -0430
|
331
|
+
Processing by ConfirmsController#pre_index as HTML
|
332
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
333
|
+
Completed 200 OK in 1.3ms (Views: 1.2ms)
|
334
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:32 -0430
|
335
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
336
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:32 -0430
|
337
|
+
Processing by ConfirmsController#index as HTML
|
338
|
+
Rendered confirms/index.html.erb within layouts/application (1.6ms)
|
339
|
+
Completed 200 OK in 2.8ms (Views: 2.7ms)
|
340
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:32 -0430
|
341
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
342
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
343
|
+
Processing by ConfirmsController#pre_index as HTML
|
344
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
345
|
+
Completed 200 OK in 1.4ms (Views: 1.3ms)
|
346
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
347
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
348
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
349
|
+
Processing by ConfirmsController#index as HTML
|
350
|
+
Rendered confirms/index.html.erb within layouts/application (2.5ms)
|
351
|
+
Completed 200 OK in 4.1ms (Views: 3.9ms)
|
352
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
353
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
354
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
355
|
+
Processing by ConfirmsController#pre_index as HTML
|
356
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
357
|
+
Completed 200 OK in 1.7ms (Views: 1.6ms)
|
358
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
359
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
360
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
361
|
+
Processing by ConfirmsController#index as HTML
|
362
|
+
Rendered confirms/index.html.erb within layouts/application (1.5ms)
|
363
|
+
Completed 200 OK in 2.7ms (Views: 2.5ms)
|
364
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:34 -0430
|
365
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
366
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:38 -0430
|
367
|
+
Processing by ConfirmsController#pre_index as HTML
|
368
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
369
|
+
Completed 200 OK in 1.6ms (Views: 1.5ms)
|
370
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:38 -0430
|
371
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
372
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:39 -0430
|
373
|
+
Processing by ConfirmsController#index as HTML
|
374
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
375
|
+
Completed 200 OK in 2.9ms (Views: 2.8ms)
|
376
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:39 -0430
|
377
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
378
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:12:42 -0430
|
379
|
+
Processing by ConfirmsController#delete_cow as HTML
|
380
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
381
|
+
Completed 200 OK in 2.2ms (Views: 2.0ms)
|
382
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:42 -0430
|
383
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
384
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:12:42 -0430
|
385
|
+
Processing by ConfirmsController#pre_index as HTML
|
386
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
387
|
+
Completed 200 OK in 1.5ms (Views: 1.4ms)
|
388
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:42 -0430
|
389
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
390
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:12:42 -0430
|
391
|
+
Processing by ConfirmsController#index as HTML
|
392
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
393
|
+
Completed 200 OK in 3.7ms (Views: 3.6ms)
|
394
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:12:42 -0430
|
395
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
396
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:34 -0430
|
397
|
+
Processing by ConfirmsController#pre_index as HTML
|
398
|
+
Rendered confirms/pre_index.html.erb within layouts/application (2.7ms)
|
399
|
+
Completed 200 OK in 18.6ms (Views: 17.9ms)
|
400
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:20:34 -0430
|
401
|
+
Served asset /application.css - 200 OK (14ms)
|
402
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:34 -0430
|
403
|
+
Compiled sweet-alert-confirm.js (0ms) (pid 13789)
|
404
|
+
Compiled application.js (7ms) (pid 13789)
|
405
|
+
Served asset /application.js - 200 OK (79ms)
|
406
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:34 -0430
|
407
|
+
Processing by ConfirmsController#index as HTML
|
408
|
+
Rendered confirms/index.html.erb within layouts/application (4.3ms)
|
409
|
+
Completed 200 OK in 6.4ms (Views: 5.9ms)
|
410
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:36 -0430
|
411
|
+
Processing by ConfirmsController#pre_index as HTML
|
412
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
413
|
+
Completed 200 OK in 2.4ms (Views: 2.0ms)
|
414
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:36 -0430
|
415
|
+
Processing by ConfirmsController#index as HTML
|
416
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
417
|
+
Completed 200 OK in 2.9ms (Views: 2.8ms)
|
418
|
+
Started GET "/get_cow" for 127.0.0.1 at 2015-11-25 19:20:37 -0430
|
419
|
+
Processing by ConfirmsController#get_cow as HTML
|
420
|
+
Rendered confirms/get_cow.html.erb within layouts/application (0.6ms)
|
421
|
+
Completed 200 OK in 3.8ms (Views: 3.1ms)
|
422
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:37 -0430
|
423
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
424
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:37 -0430
|
425
|
+
Processing by ConfirmsController#pre_index as HTML
|
426
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
427
|
+
Completed 200 OK in 1.5ms (Views: 1.4ms)
|
428
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:37 -0430
|
429
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
430
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:38 -0430
|
431
|
+
Processing by ConfirmsController#index as HTML
|
432
|
+
Rendered confirms/index.html.erb within layouts/application (2.0ms)
|
433
|
+
Completed 200 OK in 3.1ms (Views: 3.0ms)
|
434
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:38 -0430
|
435
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
436
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:38 -0430
|
437
|
+
Processing by ConfirmsController#pre_index as HTML
|
438
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
439
|
+
Completed 200 OK in 1.7ms (Views: 1.5ms)
|
440
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:38 -0430
|
441
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
442
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:38 -0430
|
443
|
+
Processing by ConfirmsController#index as HTML
|
444
|
+
Rendered confirms/index.html.erb within layouts/application (1.6ms)
|
445
|
+
Completed 200 OK in 2.7ms (Views: 2.6ms)
|
446
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:38 -0430
|
447
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
448
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:20:47 -0430
|
449
|
+
Processing by ConfirmsController#delete_cow as JS
|
450
|
+
Rendered confirms/delete_cow.js.erb (0.5ms)
|
451
|
+
Completed 200 OK in 3.8ms (Views: 3.1ms)
|
452
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:47 -0430
|
453
|
+
Processing by ConfirmsController#pre_index as HTML
|
454
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
455
|
+
Completed 200 OK in 1.6ms (Views: 1.4ms)
|
456
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:47 -0430
|
457
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
458
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:47 -0430
|
459
|
+
Processing by ConfirmsController#index as HTML
|
460
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
461
|
+
Completed 200 OK in 3.2ms (Views: 3.1ms)
|
462
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:47 -0430
|
463
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
464
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:52 -0430
|
465
|
+
Processing by ConfirmsController#pre_index as HTML
|
466
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
467
|
+
Completed 200 OK in 1.6ms (Views: 1.4ms)
|
468
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:52 -0430
|
469
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
470
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:52 -0430
|
471
|
+
Processing by ConfirmsController#index as HTML
|
472
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
473
|
+
Completed 200 OK in 3.2ms (Views: 3.1ms)
|
474
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:52 -0430
|
475
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
476
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:56 -0430
|
477
|
+
Processing by ConfirmsController#pre_index as HTML
|
478
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.8ms)
|
479
|
+
Completed 200 OK in 3.5ms (Views: 3.2ms)
|
480
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:56 -0430
|
481
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
482
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:56 -0430
|
483
|
+
Processing by ConfirmsController#index as HTML
|
484
|
+
Rendered confirms/index.html.erb within layouts/application (2.1ms)
|
485
|
+
Completed 200 OK in 3.7ms (Views: 3.5ms)
|
486
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:56 -0430
|
487
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
488
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:56 -0430
|
489
|
+
Processing by ConfirmsController#index as HTML
|
490
|
+
Rendered confirms/index.html.erb within layouts/application (4.8ms)
|
491
|
+
Completed 200 OK in 7.7ms (Views: 7.4ms)
|
492
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:56 -0430
|
493
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
494
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:20:59 -0430
|
495
|
+
Processing by ConfirmsController#pre_index as HTML
|
496
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
497
|
+
Completed 200 OK in 1.6ms (Views: 1.5ms)
|
498
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:59 -0430
|
499
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
500
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:20:59 -0430
|
501
|
+
Processing by ConfirmsController#index as HTML
|
502
|
+
Rendered confirms/index.html.erb within layouts/application (2.1ms)
|
503
|
+
Completed 200 OK in 3.9ms (Views: 3.8ms)
|
504
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:20:59 -0430
|
505
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
506
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:01 -0430
|
507
|
+
Processing by ConfirmsController#pre_index as HTML
|
508
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
509
|
+
Completed 200 OK in 1.9ms (Views: 1.7ms)
|
510
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:01 -0430
|
511
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
512
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:02 -0430
|
513
|
+
Processing by ConfirmsController#index as HTML
|
514
|
+
Rendered confirms/index.html.erb within layouts/application (1.4ms)
|
515
|
+
Completed 200 OK in 2.5ms (Views: 2.4ms)
|
516
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:02 -0430
|
517
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
518
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
519
|
+
Processing by ConfirmsController#delete_cow as HTML
|
520
|
+
Parameters: {"utf8"=>"✓"}
|
521
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
|
522
|
+
Completed 200 OK in 2.7ms (Views: 2.4ms)
|
523
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
524
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
525
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
526
|
+
Processing by ConfirmsController#pre_index as HTML
|
527
|
+
Rendered confirms/pre_index.html.erb within layouts/application (1.1ms)
|
528
|
+
Completed 200 OK in 3.8ms (Views: 3.5ms)
|
529
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
530
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
531
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
532
|
+
Processing by ConfirmsController#index as HTML
|
533
|
+
Rendered confirms/index.html.erb within layouts/application (2.7ms)
|
534
|
+
Completed 200 OK in 4.2ms (Views: 4.1ms)
|
535
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
536
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
537
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
538
|
+
Processing by ConfirmsController#pre_index as HTML
|
539
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
540
|
+
Completed 200 OK in 1.7ms (Views: 1.5ms)
|
541
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
542
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
543
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
544
|
+
Processing by ConfirmsController#index as HTML
|
545
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
546
|
+
Completed 200 OK in 4.1ms (Views: 3.9ms)
|
547
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:03 -0430
|
548
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
549
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:21:06 -0430
|
550
|
+
Processing by ConfirmsController#delete_cow as HTML
|
551
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
552
|
+
Completed 200 OK in 1.8ms (Views: 1.5ms)
|
553
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:06 -0430
|
554
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
555
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:07 -0430
|
556
|
+
Processing by ConfirmsController#pre_index as HTML
|
557
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.9ms)
|
558
|
+
Completed 200 OK in 4.5ms (Views: 4.1ms)
|
559
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:07 -0430
|
560
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
561
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:07 -0430
|
562
|
+
Processing by ConfirmsController#index as HTML
|
563
|
+
Rendered confirms/index.html.erb within layouts/application (2.6ms)
|
564
|
+
Completed 200 OK in 5.0ms (Views: 4.8ms)
|
565
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:07 -0430
|
566
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
567
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:11 -0430
|
568
|
+
Processing by ConfirmsController#pre_index as HTML
|
569
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
570
|
+
Completed 200 OK in 1.7ms (Views: 1.5ms)
|
571
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:11 -0430
|
572
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
573
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:11 -0430
|
574
|
+
Processing by ConfirmsController#index as HTML
|
575
|
+
Rendered confirms/index.html.erb within layouts/application (1.6ms)
|
576
|
+
Completed 200 OK in 2.7ms (Views: 2.6ms)
|
577
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:11 -0430
|
578
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
579
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:13 -0430
|
580
|
+
Processing by ConfirmsController#pre_index as HTML
|
581
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
582
|
+
Completed 200 OK in 1.7ms (Views: 1.5ms)
|
583
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:13 -0430
|
584
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
585
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:13 -0430
|
586
|
+
Processing by ConfirmsController#index as HTML
|
587
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
588
|
+
Completed 200 OK in 3.2ms (Views: 3.1ms)
|
589
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:13 -0430
|
590
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
591
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:21:14 -0430
|
592
|
+
Processing by ConfirmsController#delete_cow as HTML
|
593
|
+
Parameters: {"utf8"=>"✓"}
|
594
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
595
|
+
Completed 200 OK in 1.4ms (Views: 1.2ms)
|
596
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:14 -0430
|
597
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
598
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:15 -0430
|
599
|
+
Processing by ConfirmsController#pre_index as HTML
|
600
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
601
|
+
Completed 200 OK in 1.6ms (Views: 1.5ms)
|
602
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:15 -0430
|
603
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
604
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:15 -0430
|
605
|
+
Processing by ConfirmsController#index as HTML
|
606
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
607
|
+
Completed 200 OK in 3.1ms (Views: 2.9ms)
|
608
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:15 -0430
|
609
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
610
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:21:17 -0430
|
611
|
+
Processing by ConfirmsController#pre_index as HTML
|
612
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
613
|
+
Completed 200 OK in 1.7ms (Views: 1.6ms)
|
614
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:17 -0430
|
615
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
616
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:21:17 -0430
|
617
|
+
Processing by ConfirmsController#index as HTML
|
618
|
+
Rendered confirms/index.html.erb within layouts/application (1.4ms)
|
619
|
+
Completed 200 OK in 2.6ms (Views: 2.4ms)
|
620
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:21:17 -0430
|
621
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
622
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:22:10 -0430
|
623
|
+
Processing by ConfirmsController#pre_index as HTML
|
624
|
+
Rendered confirms/pre_index.html.erb within layouts/application (3.1ms)
|
625
|
+
Completed 200 OK in 17.2ms (Views: 16.4ms)
|
626
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:22:10 -0430
|
627
|
+
Served asset /application.css - 200 OK (12ms)
|
628
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:22:10 -0430
|
629
|
+
Served asset /application.js - 200 OK (23ms)
|
630
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:22:10 -0430
|
631
|
+
Processing by ConfirmsController#index as HTML
|
632
|
+
Rendered confirms/index.html.erb within layouts/application (9.0ms)
|
633
|
+
Completed 200 OK in 11.9ms (Views: 11.2ms)
|
634
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:22:10 -0430
|
635
|
+
Processing by ConfirmsController#index as HTML
|
636
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
637
|
+
Completed 200 OK in 3.5ms (Views: 3.4ms)
|
638
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:22:13 -0430
|
639
|
+
Processing by ConfirmsController#pre_index as HTML
|
640
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
641
|
+
Completed 200 OK in 2.0ms (Views: 1.8ms)
|
642
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:22:13 -0430
|
643
|
+
Processing by ConfirmsController#index as HTML
|
644
|
+
Rendered confirms/index.html.erb within layouts/application (2.2ms)
|
645
|
+
Completed 200 OK in 3.7ms (Views: 3.5ms)
|
646
|
+
Started GET "/get_cow" for 127.0.0.1 at 2015-11-25 19:22:15 -0430
|
647
|
+
Processing by ConfirmsController#get_cow as HTML
|
648
|
+
Rendered confirms/get_cow.html.erb within layouts/application (0.6ms)
|
649
|
+
Completed 200 OK in 4.9ms (Views: 4.2ms)
|
650
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:22:15 -0430
|
651
|
+
Processing by ConfirmsController#pre_index as HTML
|
652
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.9ms)
|
653
|
+
Completed 200 OK in 3.4ms (Views: 3.1ms)
|
654
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:22:15 -0430
|
655
|
+
Processing by ConfirmsController#index as HTML
|
656
|
+
Rendered confirms/index.html.erb within layouts/application (3.5ms)
|
657
|
+
Completed 200 OK in 5.9ms (Views: 5.7ms)
|
658
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:22:17 -0430
|
659
|
+
Processing by ConfirmsController#pre_index as HTML
|
660
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
661
|
+
Completed 200 OK in 2.5ms (Views: 2.3ms)
|
662
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:22:17 -0430
|
663
|
+
Processing by ConfirmsController#index as HTML
|
664
|
+
Rendered confirms/index.html.erb within layouts/application (1.6ms)
|
665
|
+
Completed 200 OK in 2.7ms (Views: 2.6ms)
|
666
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:22:17 -0430
|
667
|
+
Processing by ConfirmsController#pre_index as HTML
|
668
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
669
|
+
Completed 200 OK in 2.6ms (Views: 2.4ms)
|
670
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:22:17 -0430
|
671
|
+
Processing by ConfirmsController#index as HTML
|
672
|
+
Rendered confirms/index.html.erb within layouts/application (4.6ms)
|
673
|
+
Completed 200 OK in 6.6ms (Views: 6.4ms)
|
674
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:22:27 -0430
|
675
|
+
Processing by ConfirmsController#delete_cow as JS
|
676
|
+
Rendered confirms/delete_cow.js.erb (0.6ms)
|
677
|
+
Completed 200 OK in 5.5ms (Views: 4.4ms)
|
678
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:23:40 -0430
|
679
|
+
Processing by ConfirmsController#pre_index as HTML
|
680
|
+
Rendered confirms/pre_index.html.erb within layouts/application (3.0ms)
|
681
|
+
Completed 200 OK in 16.7ms (Views: 15.8ms)
|
682
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:23:40 -0430
|
683
|
+
Warning. Error encountered while saving cache /Users/moises/proyectos/gems/sweet_rails_confirm/spec/dummy-rails3/tmp/cache/sass/82d4e0b49cdf94a71a3144cbf991c58a689e0cf6/sweetalert.scssc: can't dump anonymous class #<Class:0x007fc4f39da660>
|
684
|
+
|
685
|
+
Warning. Error encountered while saving cache /Users/moises/proyectos/gems/sweet_rails_confirm/spec/dummy-rails3/tmp/cache/sass/90d704e96c1b7b508738a6a083df66783a0fa02b/sweetalert.scssc: can't dump anonymous class #<Class:0x007fc4f39da660>
|
686
|
+
|
687
|
+
Compiled sweetalert.css (212ms) (pid 14143)
|
688
|
+
Compiled application.scss.css (2ms) (pid 14143)
|
689
|
+
Compiled application.css (228ms) (pid 14143)
|
690
|
+
Served asset /application.css - 200 OK (240ms)
|
691
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:23:40 -0430
|
692
|
+
Compiled jquery.js (7ms) (pid 14143)
|
693
|
+
Compiled jquery_ujs.js (1ms) (pid 14143)
|
694
|
+
Compiled sweetalert/sweetalert.min.js (0ms) (pid 14143)
|
695
|
+
Compiled sweetalert.js (7ms) (pid 14143)
|
696
|
+
Compiled sweet-alert-confirm.js (0ms) (pid 14143)
|
697
|
+
Compiled application.js (54ms) (pid 14143)
|
698
|
+
Served asset /application.js - 200 OK (71ms)
|
699
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:23:40 -0430
|
700
|
+
Processing by ConfirmsController#index as HTML
|
701
|
+
Rendered confirms/index.html.erb within layouts/application (5.8ms)
|
702
|
+
Completed 200 OK in 8.4ms (Views: 8.0ms)
|
703
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:23:43 -0430
|
704
|
+
Processing by ConfirmsController#pre_index as HTML
|
705
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
706
|
+
Completed 200 OK in 1.4ms (Views: 1.3ms)
|
707
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:23:43 -0430
|
708
|
+
Processing by ConfirmsController#index as HTML
|
709
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
710
|
+
Completed 200 OK in 3.0ms (Views: 2.9ms)
|
711
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:23:44 -0430
|
712
|
+
Processing by ConfirmsController#delete_cow as HTML
|
713
|
+
Parameters: {"utf8"=>"✓"}
|
714
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.5ms)
|
715
|
+
Completed 200 OK in 4.5ms (Views: 3.2ms)
|
716
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:23:44 -0430
|
717
|
+
Processing by ConfirmsController#pre_index as HTML
|
718
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
719
|
+
Completed 200 OK in 1.4ms (Views: 1.2ms)
|
720
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:23:44 -0430
|
721
|
+
Processing by ConfirmsController#index as HTML
|
722
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
723
|
+
Completed 200 OK in 3.2ms (Views: 3.1ms)
|
724
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:23:44 -0430
|
725
|
+
Processing by ConfirmsController#pre_index as HTML
|
726
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
727
|
+
Completed 200 OK in 1.5ms (Views: 1.4ms)
|
728
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:23:44 -0430
|
729
|
+
Processing by ConfirmsController#index as HTML
|
730
|
+
Rendered confirms/index.html.erb within layouts/application (1.4ms)
|
731
|
+
Completed 200 OK in 2.5ms (Views: 2.4ms)
|
732
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:23:54 -0430
|
733
|
+
Processing by ConfirmsController#delete_cow as JS
|
734
|
+
Rendered confirms/delete_cow.js.erb (0.5ms)
|
735
|
+
Completed 200 OK in 2.7ms (Views: 2.5ms)
|
736
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:23:54 -0430
|
737
|
+
Processing by ConfirmsController#pre_index as HTML
|
738
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
739
|
+
Completed 200 OK in 1.7ms (Views: 1.6ms)
|
740
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:23:54 -0430
|
741
|
+
Processing by ConfirmsController#index as HTML
|
742
|
+
Rendered confirms/index.html.erb within layouts/application (2.2ms)
|
743
|
+
Completed 200 OK in 4.0ms (Views: 3.9ms)
|
744
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:23:59 -0430
|
745
|
+
Processing by ConfirmsController#pre_index as HTML
|
746
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
747
|
+
Completed 200 OK in 2.0ms (Views: 1.7ms)
|
748
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:23:59 -0430
|
749
|
+
Processing by ConfirmsController#index as HTML
|
750
|
+
Rendered confirms/index.html.erb within layouts/application (3.9ms)
|
751
|
+
Completed 200 OK in 7.1ms (Views: 6.9ms)
|
752
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:02 -0430
|
753
|
+
Processing by ConfirmsController#pre_index as HTML
|
754
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
755
|
+
Completed 200 OK in 2.8ms (Views: 2.5ms)
|
756
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:02 -0430
|
757
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
758
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:02 -0430
|
759
|
+
Processing by ConfirmsController#index as HTML
|
760
|
+
Rendered confirms/index.html.erb within layouts/application (2.0ms)
|
761
|
+
Completed 200 OK in 3.2ms (Views: 3.0ms)
|
762
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:02 -0430
|
763
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
764
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:03 -0430
|
765
|
+
Processing by ConfirmsController#pre_index as HTML
|
766
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
767
|
+
Completed 200 OK in 1.6ms (Views: 1.5ms)
|
768
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:03 -0430
|
769
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
770
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:03 -0430
|
771
|
+
Processing by ConfirmsController#index as HTML
|
772
|
+
Rendered confirms/index.html.erb within layouts/application (2.2ms)
|
773
|
+
Completed 200 OK in 3.2ms (Views: 3.1ms)
|
774
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:03 -0430
|
775
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
776
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:24:04 -0430
|
777
|
+
Processing by ConfirmsController#delete_cow as HTML
|
778
|
+
Parameters: {"utf8"=>"✓"}
|
779
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
780
|
+
Completed 200 OK in 1.5ms (Views: 1.3ms)
|
781
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:04 -0430
|
782
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
783
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:04 -0430
|
784
|
+
Processing by ConfirmsController#pre_index as HTML
|
785
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
786
|
+
Completed 200 OK in 1.9ms (Views: 1.7ms)
|
787
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:04 -0430
|
788
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
789
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:04 -0430
|
790
|
+
Processing by ConfirmsController#index as HTML
|
791
|
+
Rendered confirms/index.html.erb within layouts/application (1.4ms)
|
792
|
+
Completed 200 OK in 2.9ms (Views: 2.8ms)
|
793
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:04 -0430
|
794
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
795
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:06 -0430
|
796
|
+
Processing by ConfirmsController#pre_index as HTML
|
797
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
798
|
+
Completed 200 OK in 1.9ms (Views: 1.7ms)
|
799
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:06 -0430
|
800
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
801
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:06 -0430
|
802
|
+
Processing by ConfirmsController#index as HTML
|
803
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
804
|
+
Completed 200 OK in 2.9ms (Views: 2.8ms)
|
805
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:06 -0430
|
806
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
807
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:11 -0430
|
808
|
+
Processing by ConfirmsController#pre_index as HTML
|
809
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
810
|
+
Completed 200 OK in 2.6ms (Views: 2.4ms)
|
811
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:11 -0430
|
812
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
813
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:11 -0430
|
814
|
+
Processing by ConfirmsController#index as HTML
|
815
|
+
Rendered confirms/index.html.erb within layouts/application (1.6ms)
|
816
|
+
Completed 200 OK in 3.0ms (Views: 2.9ms)
|
817
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:11 -0430
|
818
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
819
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:13 -0430
|
820
|
+
Processing by ConfirmsController#pre_index as HTML
|
821
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
822
|
+
Completed 200 OK in 1.7ms (Views: 1.5ms)
|
823
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:13 -0430
|
824
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
825
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:13 -0430
|
826
|
+
Processing by ConfirmsController#index as HTML
|
827
|
+
Rendered confirms/index.html.erb within layouts/application (2.4ms)
|
828
|
+
Completed 200 OK in 3.7ms (Views: 3.6ms)
|
829
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:13 -0430
|
830
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
831
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
832
|
+
Processing by ConfirmsController#delete_cow as HTML
|
833
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
834
|
+
Completed 200 OK in 1.7ms (Views: 1.5ms)
|
835
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
836
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
837
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
838
|
+
Processing by ConfirmsController#pre_index as HTML
|
839
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
840
|
+
Completed 200 OK in 1.4ms (Views: 1.3ms)
|
841
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
842
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
843
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
844
|
+
Processing by ConfirmsController#index as HTML
|
845
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
846
|
+
Completed 200 OK in 2.9ms (Views: 2.7ms)
|
847
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
848
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
849
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
850
|
+
Processing by ConfirmsController#index as HTML
|
851
|
+
Rendered confirms/index.html.erb within layouts/application (2.0ms)
|
852
|
+
Completed 200 OK in 3.6ms (Views: 3.4ms)
|
853
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:16 -0430
|
854
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
855
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:20 -0430
|
856
|
+
Processing by ConfirmsController#pre_index as HTML
|
857
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
858
|
+
Completed 200 OK in 1.9ms (Views: 1.7ms)
|
859
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:20 -0430
|
860
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
861
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:20 -0430
|
862
|
+
Processing by ConfirmsController#index as HTML
|
863
|
+
Rendered confirms/index.html.erb within layouts/application (2.0ms)
|
864
|
+
Completed 200 OK in 3.3ms (Views: 3.2ms)
|
865
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:20 -0430
|
866
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
867
|
+
Started GET "/get_cow" for 127.0.0.1 at 2015-11-25 19:24:21 -0430
|
868
|
+
Processing by ConfirmsController#get_cow as HTML
|
869
|
+
Rendered confirms/get_cow.html.erb within layouts/application (0.8ms)
|
870
|
+
Completed 200 OK in 4.2ms (Views: 3.5ms)
|
871
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:21 -0430
|
872
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
873
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:21 -0430
|
874
|
+
Processing by ConfirmsController#pre_index as HTML
|
875
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
876
|
+
Completed 200 OK in 1.5ms (Views: 1.4ms)
|
877
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:21 -0430
|
878
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
879
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:21 -0430
|
880
|
+
Processing by ConfirmsController#index as HTML
|
881
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
882
|
+
Completed 200 OK in 3.5ms (Views: 3.3ms)
|
883
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:21 -0430
|
884
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
885
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:24:23 -0430
|
886
|
+
Processing by ConfirmsController#pre_index as HTML
|
887
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
888
|
+
Completed 200 OK in 1.6ms (Views: 1.4ms)
|
889
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:23 -0430
|
890
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
891
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:24:24 -0430
|
892
|
+
Processing by ConfirmsController#index as HTML
|
893
|
+
Rendered confirms/index.html.erb within layouts/application (2.1ms)
|
894
|
+
Completed 200 OK in 3.2ms (Views: 3.1ms)
|
895
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:24:24 -0430
|
896
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
897
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:29:52 -0430
|
898
|
+
Processing by ConfirmsController#pre_index as HTML
|
899
|
+
Rendered confirms/pre_index.html.erb within layouts/application (3.8ms)
|
900
|
+
Completed 200 OK in 21.7ms (Views: 20.8ms)
|
901
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:29:52 -0430
|
902
|
+
Served asset /application.css - 200 OK (12ms)
|
903
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:29:52 -0430
|
904
|
+
Served asset /application.js - 200 OK (22ms)
|
905
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:29:52 -0430
|
906
|
+
Processing by ConfirmsController#index as HTML
|
907
|
+
Rendered confirms/index.html.erb within layouts/application (6.1ms)
|
908
|
+
Completed 200 OK in 9.2ms (Views: 8.4ms)
|
909
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:29:52 -0430
|
910
|
+
Processing by ConfirmsController#index as HTML
|
911
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
912
|
+
Completed 200 OK in 3.3ms (Views: 3.2ms)
|
913
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:30:07 -0430
|
914
|
+
Processing by ConfirmsController#pre_index as HTML
|
915
|
+
Rendered confirms/pre_index.html.erb within layouts/application (2.5ms)
|
916
|
+
Completed 200 OK in 13.4ms (Views: 12.8ms)
|
917
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:30:07 -0430
|
918
|
+
Served asset /application.css - 200 OK (11ms)
|
919
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:30:07 -0430
|
920
|
+
Served asset /application.js - 200 OK (24ms)
|
921
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:30:08 -0430
|
922
|
+
Processing by ConfirmsController#index as HTML
|
923
|
+
Rendered confirms/index.html.erb within layouts/application (5.5ms)
|
924
|
+
Completed 200 OK in 7.6ms (Views: 7.2ms)
|
925
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:30:08 -0430
|
926
|
+
Processing by ConfirmsController#index as HTML
|
927
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
928
|
+
Completed 200 OK in 3.8ms (Views: 3.6ms)
|
929
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:32:04 -0430
|
930
|
+
Processing by ConfirmsController#pre_index as HTML
|
931
|
+
Rendered confirms/pre_index.html.erb within layouts/application (2.8ms)
|
932
|
+
Completed 200 OK in 15.0ms (Views: 14.4ms)
|
933
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:32:04 -0430
|
934
|
+
Served asset /application.css - 200 OK (13ms)
|
935
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:32:04 -0430
|
936
|
+
Served asset /application.js - 200 OK (24ms)
|
937
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:32:04 -0430
|
938
|
+
Processing by ConfirmsController#index as HTML
|
939
|
+
Rendered confirms/index.html.erb within layouts/application (6.9ms)
|
940
|
+
Completed 200 OK in 11.2ms (Views: 10.2ms)
|
941
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:32:05 -0430
|
942
|
+
Processing by ConfirmsController#index as HTML
|
943
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
944
|
+
Completed 200 OK in 3.3ms (Views: 3.1ms)
|
945
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:32:55 -0430
|
946
|
+
Processing by ConfirmsController#pre_index as HTML
|
947
|
+
Rendered confirms/pre_index.html.erb within layouts/application (1.5ms)
|
948
|
+
Completed 200 OK in 9.1ms (Views: 8.6ms)
|
949
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:32:55 -0430
|
950
|
+
Served asset /application.css - 200 OK (6ms)
|
951
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:32:55 -0430
|
952
|
+
Served asset /application.js - 200 OK (6ms)
|
953
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:32:55 -0430
|
954
|
+
Processing by ConfirmsController#index as HTML
|
955
|
+
Rendered confirms/index.html.erb within layouts/application (3.9ms)
|
956
|
+
Completed 200 OK in 6.2ms (Views: 5.7ms)
|
957
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:32:56 -0430
|
958
|
+
Processing by ConfirmsController#index as HTML
|
959
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
960
|
+
Completed 200 OK in 3.2ms (Views: 3.0ms)
|
961
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:22 -0430
|
962
|
+
Processing by ConfirmsController#pre_index as HTML
|
963
|
+
Rendered confirms/pre_index.html.erb within layouts/application (3.7ms)
|
964
|
+
Completed 200 OK in 21.4ms (Views: 20.5ms)
|
965
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-25 19:43:22 -0430
|
966
|
+
Served asset /application.css - 200 OK (11ms)
|
967
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-25 19:43:22 -0430
|
968
|
+
Served asset /application.js - 200 OK (23ms)
|
969
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:22 -0430
|
970
|
+
Processing by ConfirmsController#index as HTML
|
971
|
+
Rendered confirms/index.html.erb within layouts/application (4.0ms)
|
972
|
+
Completed 200 OK in 6.1ms (Views: 5.6ms)
|
973
|
+
Started GET "/get_cow" for 127.0.0.1 at 2015-11-25 19:43:23 -0430
|
974
|
+
Processing by ConfirmsController#get_cow as HTML
|
975
|
+
Rendered confirms/get_cow.html.erb within layouts/application (0.6ms)
|
976
|
+
Completed 200 OK in 6.5ms (Views: 5.6ms)
|
977
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:23 -0430
|
978
|
+
Processing by ConfirmsController#pre_index as HTML
|
979
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
980
|
+
Completed 200 OK in 1.9ms (Views: 1.8ms)
|
981
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:24 -0430
|
982
|
+
Processing by ConfirmsController#index as HTML
|
983
|
+
Rendered confirms/index.html.erb within layouts/application (1.6ms)
|
984
|
+
Completed 200 OK in 2.8ms (Views: 2.7ms)
|
985
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:26 -0430
|
986
|
+
Processing by ConfirmsController#pre_index as HTML
|
987
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
988
|
+
Completed 200 OK in 1.9ms (Views: 1.7ms)
|
989
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:26 -0430
|
990
|
+
Processing by ConfirmsController#index as HTML
|
991
|
+
Rendered confirms/index.html.erb within layouts/application (1.5ms)
|
992
|
+
Completed 200 OK in 2.6ms (Views: 2.5ms)
|
993
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:26 -0430
|
994
|
+
Processing by ConfirmsController#pre_index as HTML
|
995
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
996
|
+
Completed 200 OK in 1.4ms (Views: 1.3ms)
|
997
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:26 -0430
|
998
|
+
Processing by ConfirmsController#index as HTML
|
999
|
+
Rendered confirms/index.html.erb within layouts/application (1.4ms)
|
1000
|
+
Completed 200 OK in 2.9ms (Views: 2.7ms)
|
1001
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:26 -0430
|
1002
|
+
Processing by ConfirmsController#index as HTML
|
1003
|
+
Rendered confirms/index.html.erb within layouts/application (1.9ms)
|
1004
|
+
Completed 200 OK in 3.4ms (Views: 3.2ms)
|
1005
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:27 -0430
|
1006
|
+
Processing by ConfirmsController#pre_index as HTML
|
1007
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
1008
|
+
Completed 200 OK in 1.7ms (Views: 1.6ms)
|
1009
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:27 -0430
|
1010
|
+
Processing by ConfirmsController#index as HTML
|
1011
|
+
Rendered confirms/index.html.erb within layouts/application (1.5ms)
|
1012
|
+
Completed 200 OK in 2.7ms (Views: 2.6ms)
|
1013
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:43:37 -0430
|
1014
|
+
Processing by ConfirmsController#delete_cow as JS
|
1015
|
+
Rendered confirms/delete_cow.js.erb (0.4ms)
|
1016
|
+
Completed 200 OK in 4.5ms (Views: 3.7ms)
|
1017
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:37 -0430
|
1018
|
+
Processing by ConfirmsController#pre_index as HTML
|
1019
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
1020
|
+
Completed 200 OK in 1.6ms (Views: 1.4ms)
|
1021
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:37 -0430
|
1022
|
+
Processing by ConfirmsController#index as HTML
|
1023
|
+
Rendered confirms/index.html.erb within layouts/application (1.7ms)
|
1024
|
+
Completed 200 OK in 2.8ms (Views: 2.7ms)
|
1025
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:40 -0430
|
1026
|
+
Processing by ConfirmsController#pre_index as HTML
|
1027
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
1028
|
+
Completed 200 OK in 1.7ms (Views: 1.5ms)
|
1029
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:40 -0430
|
1030
|
+
Processing by ConfirmsController#index as HTML
|
1031
|
+
Rendered confirms/index.html.erb within layouts/application (2.0ms)
|
1032
|
+
Completed 200 OK in 3.7ms (Views: 3.6ms)
|
1033
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:45 -0430
|
1034
|
+
Processing by ConfirmsController#pre_index as HTML
|
1035
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
1036
|
+
Completed 200 OK in 1.9ms (Views: 1.8ms)
|
1037
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:45 -0430
|
1038
|
+
Processing by ConfirmsController#index as HTML
|
1039
|
+
Rendered confirms/index.html.erb within layouts/application (2.3ms)
|
1040
|
+
Completed 200 OK in 3.5ms (Views: 3.4ms)
|
1041
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:43:49 -0430
|
1042
|
+
Processing by ConfirmsController#delete_cow as HTML
|
1043
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.4ms)
|
1044
|
+
Completed 200 OK in 3.2ms (Views: 3.0ms)
|
1045
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:49 -0430
|
1046
|
+
Processing by ConfirmsController#pre_index as HTML
|
1047
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.5ms)
|
1048
|
+
Completed 200 OK in 4.5ms (Views: 4.2ms)
|
1049
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:49 -0430
|
1050
|
+
Processing by ConfirmsController#index as HTML
|
1051
|
+
Rendered confirms/index.html.erb within layouts/application (2.3ms)
|
1052
|
+
Completed 200 OK in 3.8ms (Views: 3.7ms)
|
1053
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:53 -0430
|
1054
|
+
Processing by ConfirmsController#pre_index as HTML
|
1055
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.5ms)
|
1056
|
+
Completed 200 OK in 3.5ms (Views: 3.3ms)
|
1057
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:53 -0430
|
1058
|
+
Processing by ConfirmsController#index as HTML
|
1059
|
+
Rendered confirms/index.html.erb within layouts/application (2.1ms)
|
1060
|
+
Completed 200 OK in 4.4ms (Views: 4.1ms)
|
1061
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:55 -0430
|
1062
|
+
Processing by ConfirmsController#pre_index as HTML
|
1063
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.5ms)
|
1064
|
+
Completed 200 OK in 3.0ms (Views: 2.8ms)
|
1065
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:55 -0430
|
1066
|
+
Processing by ConfirmsController#index as HTML
|
1067
|
+
Rendered confirms/index.html.erb within layouts/application (2.3ms)
|
1068
|
+
Completed 200 OK in 3.9ms (Views: 3.7ms)
|
1069
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:58 -0430
|
1070
|
+
Processing by ConfirmsController#pre_index as HTML
|
1071
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
1072
|
+
Completed 200 OK in 1.9ms (Views: 1.7ms)
|
1073
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:58 -0430
|
1074
|
+
Processing by ConfirmsController#index as HTML
|
1075
|
+
Rendered confirms/index.html.erb within layouts/application (2.1ms)
|
1076
|
+
Completed 200 OK in 10.1ms (Views: 9.9ms)
|
1077
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:58 -0430
|
1078
|
+
Processing by ConfirmsController#pre_index as HTML
|
1079
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
1080
|
+
Completed 200 OK in 2.4ms (Views: 2.1ms)
|
1081
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:58 -0430
|
1082
|
+
Processing by ConfirmsController#index as HTML
|
1083
|
+
Rendered confirms/index.html.erb within layouts/application (1.8ms)
|
1084
|
+
Completed 200 OK in 2.9ms (Views: 2.8ms)
|
1085
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:43:59 -0430
|
1086
|
+
Processing by ConfirmsController#delete_cow as HTML
|
1087
|
+
Parameters: {"utf8"=>"✓"}
|
1088
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
1089
|
+
Completed 200 OK in 1.8ms (Views: 1.4ms)
|
1090
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:43:59 -0430
|
1091
|
+
Processing by ConfirmsController#pre_index as HTML
|
1092
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.3ms)
|
1093
|
+
Completed 200 OK in 1.6ms (Views: 1.5ms)
|
1094
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:43:59 -0430
|
1095
|
+
Processing by ConfirmsController#index as HTML
|
1096
|
+
Rendered confirms/index.html.erb within layouts/application (1.6ms)
|
1097
|
+
Completed 200 OK in 2.8ms (Views: 2.7ms)
|
1098
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:44:02 -0430
|
1099
|
+
Processing by ConfirmsController#pre_index as HTML
|
1100
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.4ms)
|
1101
|
+
Completed 200 OK in 2.2ms (Views: 2.0ms)
|
1102
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:44:02 -0430
|
1103
|
+
Processing by ConfirmsController#index as HTML
|
1104
|
+
Rendered confirms/index.html.erb within layouts/application (2.0ms)
|
1105
|
+
Completed 200 OK in 3.2ms (Views: 3.0ms)
|
1106
|
+
Started GET "/" for 127.0.0.1 at 2015-11-25 19:44:02 -0430
|
1107
|
+
Processing by ConfirmsController#pre_index as HTML
|
1108
|
+
Rendered confirms/pre_index.html.erb within layouts/application (0.2ms)
|
1109
|
+
Completed 200 OK in 1.4ms (Views: 1.3ms)
|
1110
|
+
Started GET "/confirms_page" for 127.0.0.1 at 2015-11-25 19:44:02 -0430
|
1111
|
+
Processing by ConfirmsController#index as HTML
|
1112
|
+
Rendered confirms/index.html.erb within layouts/application (2.0ms)
|
1113
|
+
Completed 200 OK in 3.4ms (Views: 3.2ms)
|
1114
|
+
Started DELETE "/delete_cow" for 127.0.0.1 at 2015-11-25 19:44:03 -0430
|
1115
|
+
Processing by ConfirmsController#delete_cow as HTML
|
1116
|
+
Parameters: {"utf8"=>"✓"}
|
1117
|
+
Rendered confirms/delete_cow.html.erb within layouts/application (0.0ms)
|
1118
|
+
Completed 200 OK in 1.4ms (Views: 1.2ms)
|