with_popup 0.0.7 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/with_popup.rb +1 -1
- data/lib/with_popup/controllers.rb +6 -0
- data/lib/with_popup/controllers/action_controller.rb +13 -0
- data/lib/with_popup/engine.rb +1 -1
- data/lib/with_popup/helpers/form_helper.rb +13 -9
- data/lib/with_popup/helpers/form_tag_helper.rb +45 -41
- data/lib/with_popup/rack.rb +61 -58
- data/lib/with_popup/test_helpers.rb +6 -0
- data/lib/with_popup/test_helpers/controller.rb +13 -0
- data/lib/with_popup/version.rb +1 -1
- data/spec/controllers/test_helper_spec.rb +35 -0
- data/spec/dummy/log/development.log +124 -0
- data/spec/dummy/log/test.log +2597 -0
- data/spec/examples.txt +28 -24
- data/spec/rails_helper.rb +4 -0
- metadata +7 -2
- data/lib/with_popup/controller.rb +0 -9
data/spec/dummy/log/test.log
CHANGED
@@ -12407,3 +12407,2600 @@ Processing by PostsController#reload as HTML
|
|
12407
12407
|
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12408
12408
|
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
12409
12409
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12410
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
12411
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
12412
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12413
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:01:57 +0700
|
12414
|
+
Processing by TopController#index as HTML
|
12415
|
+
Rendered top/index.html.erb within layouts/application (2.7ms)
|
12416
|
+
Completed 200 OK in 241ms (Views: 241.0ms | ActiveRecord: 0.0ms)
|
12417
|
+
Started GET "/assets/application-f9e7c1541e1b8783561468c59162bd896007380f5a3799ef2169d3a3fdf40bed.css" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12418
|
+
Started GET "/assets/application-05d3792b3ff34c253741c4dba847daee8f635b5183d2a6d924395629f09a9879.js" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12419
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12420
|
+
Processing by PostsController#new as HTML
|
12421
|
+
Parameters: {"view"=>"form_helper"}
|
12422
|
+
Rendered posts/form_helper.html.erb within layouts/application (17.1ms)
|
12423
|
+
Completed 200 OK in 33ms (Views: 24.2ms | ActiveRecord: 0.4ms)
|
12424
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12425
|
+
Processing by PostsController#create as HTML
|
12426
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit", "view"=>"form_helper"}
|
12427
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.3ms)
|
12428
|
+
Completed 200 OK in 22ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
12429
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12430
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12431
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12432
|
+
Processing by TopController#index as HTML
|
12433
|
+
Rendered top/index.html.erb within layouts/application (0.5ms)
|
12434
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
12435
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12436
|
+
Processing by PostsController#new as HTML
|
12437
|
+
Parameters: {"view"=>"form_helper"}
|
12438
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
12439
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
12440
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12441
|
+
Processing by PostsController#create as HTML
|
12442
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit", "view"=>"form_helper"}
|
12443
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12444
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12445
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12446
|
+
Processing by PostsController#done as HTML
|
12447
|
+
Rendered posts/done.html.erb within layouts/application (1.1ms)
|
12448
|
+
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
|
12449
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12450
|
+
Processing by PostsController#reload as HTML
|
12451
|
+
Rendered posts/reload.html.erb within layouts/application (0.4ms)
|
12452
|
+
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
12453
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12454
|
+
[1m[35m (0.2ms)[0m begin transaction
|
12455
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:01:58 +0700
|
12456
|
+
Processing by TopController#index as HTML
|
12457
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12458
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
12459
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12460
|
+
Processing by PostsController#new as HTML
|
12461
|
+
Parameters: {"view"=>"form_helper"}
|
12462
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
12463
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
12464
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12465
|
+
Processing by PostsController#create as HTML
|
12466
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_helper"}
|
12467
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12468
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12469
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12470
|
+
Processing by PostsController#done as HTML
|
12471
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12472
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12473
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12474
|
+
Processing by PostsController#reload as HTML
|
12475
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12476
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12477
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12478
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12479
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12480
|
+
Processing by TopController#index as HTML
|
12481
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12482
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
12483
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12484
|
+
Processing by PostsController#new as HTML
|
12485
|
+
Parameters: {"view"=>"form_helper"}
|
12486
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
12487
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
12488
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12489
|
+
Processing by PostsController#create as HTML
|
12490
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_helper"}
|
12491
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
12492
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
12493
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12494
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12495
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12496
|
+
Processing by TopController#index as HTML
|
12497
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12498
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
12499
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12500
|
+
Processing by PostsController#new as HTML
|
12501
|
+
Parameters: {"view"=>"form_helper"}
|
12502
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
12503
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
12504
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:01:59 +0700
|
12505
|
+
Processing by PostsController#create as HTML
|
12506
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
12507
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
12508
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
12509
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12510
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12511
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12512
|
+
Processing by TopController#index as HTML
|
12513
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12514
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
12515
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12516
|
+
Processing by PostsController#new as HTML
|
12517
|
+
Parameters: {"view"=>"form_helper"}
|
12518
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
|
12519
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
12520
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12521
|
+
Processing by PostsController#create as HTML
|
12522
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
12523
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12524
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12525
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12526
|
+
Processing by PostsController#done as HTML
|
12527
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12528
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
12529
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12530
|
+
Processing by PostsController#reload as HTML
|
12531
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12532
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
12533
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
12534
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12535
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12536
|
+
Processing by TopController#index as HTML
|
12537
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12538
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
12539
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12540
|
+
Processing by PostsController#new as HTML
|
12541
|
+
Parameters: {"view"=>"form_helper"}
|
12542
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
|
12543
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
12544
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12545
|
+
Processing by PostsController#create as HTML
|
12546
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
12547
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12548
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12549
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12550
|
+
Processing by PostsController#done as HTML
|
12551
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12552
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12553
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12554
|
+
Processing by PostsController#reload as HTML
|
12555
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12556
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
12557
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12558
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12559
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12560
|
+
Processing by TopController#index as HTML
|
12561
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12562
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
12563
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:00 +0700
|
12564
|
+
Processing by PostsController#new as HTML
|
12565
|
+
Parameters: {"view"=>"form_helper"}
|
12566
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
12567
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
12568
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12569
|
+
Processing by PostsController#create as HTML
|
12570
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
12571
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
|
12572
|
+
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
12573
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
12574
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12575
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12576
|
+
Processing by TopController#index as HTML
|
12577
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12578
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
12579
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12580
|
+
Processing by PostsController#new as HTML
|
12581
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12582
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.0ms)
|
12583
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
12584
|
+
Started GET "/assets/submit-69e7c02b7207f3a366bc4ea0be861ab507f0c3c5e2073224737fe4404e8af121.jpg" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12585
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12586
|
+
Processing by PostsController#create as HTML
|
12587
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
12588
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12589
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12590
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12591
|
+
Processing by PostsController#done as HTML
|
12592
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12593
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12594
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12595
|
+
Processing by PostsController#reload as HTML
|
12596
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
12597
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
12598
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12599
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12600
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12601
|
+
Processing by TopController#index as HTML
|
12602
|
+
Rendered top/index.html.erb within layouts/application (0.5ms)
|
12603
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
12604
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12605
|
+
Processing by PostsController#new as HTML
|
12606
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12607
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
12608
|
+
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
12609
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12610
|
+
Processing by PostsController#create as HTML
|
12611
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
12612
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (8.5ms)
|
12613
|
+
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.0ms)
|
12614
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12615
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12616
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12617
|
+
Processing by TopController#index as HTML
|
12618
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12619
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12620
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:01 +0700
|
12621
|
+
Processing by PostsController#new as HTML
|
12622
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12623
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12624
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
12625
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12626
|
+
Processing by PostsController#create as HTML
|
12627
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
12628
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12629
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12630
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12631
|
+
Processing by PostsController#done as HTML
|
12632
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12633
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
12634
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12635
|
+
Processing by PostsController#reload as HTML
|
12636
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
12637
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
12638
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12639
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12640
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12641
|
+
Processing by TopController#index as HTML
|
12642
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12643
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12644
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12645
|
+
Processing by PostsController#new as HTML
|
12646
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12647
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12648
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
12649
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12650
|
+
Processing by PostsController#create as HTML
|
12651
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
12652
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12653
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
12654
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12655
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12656
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12657
|
+
Processing by TopController#index as HTML
|
12658
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12659
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
12660
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12661
|
+
Processing by PostsController#new as HTML
|
12662
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12663
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
12664
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
12665
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12666
|
+
Processing by PostsController#create as HTML
|
12667
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "view"=>"form_tag_helper"}
|
12668
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12669
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
12670
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12671
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12672
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:02 +0700
|
12673
|
+
Processing by TopController#index as HTML
|
12674
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12675
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
12676
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12677
|
+
Processing by PostsController#new as HTML
|
12678
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12679
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12680
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
12681
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12682
|
+
Processing by PostsController#create as HTML
|
12683
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "view"=>"form_tag_helper"}
|
12684
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12685
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12686
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12687
|
+
Processing by PostsController#done as HTML
|
12688
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12689
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12690
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12691
|
+
Processing by PostsController#reload as HTML
|
12692
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12693
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12694
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12695
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12696
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12697
|
+
Processing by TopController#index as HTML
|
12698
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12699
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
12700
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12701
|
+
Processing by PostsController#new as HTML
|
12702
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12703
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12704
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
12705
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12706
|
+
Processing by PostsController#create as HTML
|
12707
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
12708
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12709
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12710
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12711
|
+
Processing by PostsController#done as HTML
|
12712
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12713
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12714
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12715
|
+
Processing by PostsController#reload as HTML
|
12716
|
+
Rendered posts/reload.html.erb within layouts/application (0.2ms)
|
12717
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
12718
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12719
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12720
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12721
|
+
Processing by TopController#index as HTML
|
12722
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12723
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
12724
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12725
|
+
Processing by PostsController#new as HTML
|
12726
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12727
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
12728
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
12729
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12730
|
+
Processing by PostsController#create as HTML
|
12731
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
12732
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12733
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12734
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12735
|
+
Processing by PostsController#done as HTML
|
12736
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12737
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12738
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:03 +0700
|
12739
|
+
Processing by PostsController#reload as HTML
|
12740
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12741
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
12742
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12743
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12744
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12745
|
+
Processing by TopController#index as HTML
|
12746
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12747
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12748
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12749
|
+
Processing by PostsController#new as HTML
|
12750
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12751
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12752
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
12753
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12754
|
+
Processing by PostsController#create as HTML
|
12755
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
12756
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12757
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12758
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12759
|
+
Processing by PostsController#done as HTML
|
12760
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12761
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
12762
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12763
|
+
Processing by PostsController#reload as HTML
|
12764
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12765
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
12766
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12767
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12768
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12769
|
+
Processing by TopController#index as HTML
|
12770
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12771
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12772
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12773
|
+
Processing by PostsController#new as HTML
|
12774
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12775
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12776
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
12777
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12778
|
+
Processing by PostsController#src as HTML
|
12779
|
+
Rendered posts/src.html.erb within layouts/application (0.3ms)
|
12780
|
+
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
12781
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12782
|
+
Processing by PostsController#create as HTML
|
12783
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
12784
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12785
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12786
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12787
|
+
Processing by PostsController#done as HTML
|
12788
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12789
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12790
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12791
|
+
Processing by PostsController#reload as HTML
|
12792
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12793
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12794
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12795
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12796
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12797
|
+
Processing by TopController#index as HTML
|
12798
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12799
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12800
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:04 +0700
|
12801
|
+
Processing by PostsController#new as HTML
|
12802
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12803
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12804
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
12805
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12806
|
+
Processing by PostsController#src as HTML
|
12807
|
+
Rendered posts/src.html.erb within layouts/application (0.0ms)
|
12808
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
12809
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12810
|
+
Processing by PostsController#create as HTML
|
12811
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
12812
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12813
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
12814
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12815
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12816
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12817
|
+
Processing by TopController#index as HTML
|
12818
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12819
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12820
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12821
|
+
Processing by PostsController#new as HTML
|
12822
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12823
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12824
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
12825
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12826
|
+
Processing by PostsController#create as HTML
|
12827
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
12828
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12829
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12830
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12831
|
+
Processing by PostsController#done as HTML
|
12832
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12833
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
12834
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12835
|
+
Processing by PostsController#reload as HTML
|
12836
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12837
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12838
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12839
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12840
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12841
|
+
Processing by TopController#index as HTML
|
12842
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12843
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
12844
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12845
|
+
Processing by PostsController#new as HTML
|
12846
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12847
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12848
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
12849
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12850
|
+
Processing by PostsController#create as HTML
|
12851
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
12852
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
12853
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
12854
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12855
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12856
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:05 +0700
|
12857
|
+
Processing by TopController#index as HTML
|
12858
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12859
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
12860
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12861
|
+
Processing by PostsController#new as HTML
|
12862
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12863
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12864
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
12865
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12866
|
+
Processing by PostsController#create as HTML
|
12867
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
12868
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12869
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12870
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12871
|
+
Processing by PostsController#done as HTML
|
12872
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12873
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12874
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12875
|
+
Processing by PostsController#reload as HTML
|
12876
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12877
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
12878
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12879
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12880
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12881
|
+
Processing by TopController#index as HTML
|
12882
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12883
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12884
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12885
|
+
Processing by PostsController#new as HTML
|
12886
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12887
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
12888
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
12889
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12890
|
+
Processing by PostsController#create as HTML
|
12891
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_tag_helper"}
|
12892
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12893
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
12894
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12895
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12896
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12897
|
+
Processing by TopController#index as HTML
|
12898
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12899
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12900
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12901
|
+
Processing by PostsController#new as HTML
|
12902
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12903
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
12904
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
12905
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12906
|
+
Processing by PostsController#create as HTML
|
12907
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_tag_helper"}
|
12908
|
+
Redirected to http://127.0.0.1:55545/posts/done
|
12909
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12910
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12911
|
+
Processing by PostsController#done as HTML
|
12912
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12913
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
12914
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:06 +0700
|
12915
|
+
Processing by PostsController#reload as HTML
|
12916
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12917
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
12918
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12919
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
12920
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12921
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:33 +0700
|
12922
|
+
Processing by TopController#index as HTML
|
12923
|
+
Rendered top/index.html.erb within layouts/application (2.9ms)
|
12924
|
+
Completed 200 OK in 241ms (Views: 240.5ms | ActiveRecord: 0.0ms)
|
12925
|
+
Started GET "/assets/application-f9e7c1541e1b8783561468c59162bd896007380f5a3799ef2169d3a3fdf40bed.css" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12926
|
+
Started GET "/assets/application-05d3792b3ff34c253741c4dba847daee8f635b5183d2a6d924395629f09a9879.js" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12927
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12928
|
+
Processing by PostsController#new as HTML
|
12929
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12930
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (25.8ms)
|
12931
|
+
Completed 200 OK in 41ms (Views: 33.6ms | ActiveRecord: 0.4ms)
|
12932
|
+
Started GET "/assets/submit-69e7c02b7207f3a366bc4ea0be861ab507f0c3c5e2073224737fe4404e8af121.jpg" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12933
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12934
|
+
Processing by PostsController#create as HTML
|
12935
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
12936
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
12937
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12938
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12939
|
+
Processing by PostsController#done as HTML
|
12940
|
+
Rendered posts/done.html.erb within layouts/application (0.4ms)
|
12941
|
+
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
12942
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12943
|
+
Processing by PostsController#reload as HTML
|
12944
|
+
Rendered posts/reload.html.erb within layouts/application (0.4ms)
|
12945
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
12946
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12947
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12948
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12949
|
+
Processing by TopController#index as HTML
|
12950
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12951
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
12952
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12953
|
+
Processing by PostsController#new as HTML
|
12954
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12955
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
12956
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
12957
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12958
|
+
Processing by PostsController#create as HTML
|
12959
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
12960
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
12961
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12962
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12963
|
+
Processing by PostsController#done as HTML
|
12964
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12965
|
+
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
12966
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:34 +0700
|
12967
|
+
Processing by PostsController#reload as HTML
|
12968
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
12969
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
12970
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12971
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12972
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
12973
|
+
Processing by TopController#index as HTML
|
12974
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
12975
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12976
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
12977
|
+
Processing by PostsController#new as HTML
|
12978
|
+
Parameters: {"view"=>"form_tag_helper"}
|
12979
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.3ms)
|
12980
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
12981
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
12982
|
+
Processing by PostsController#create as HTML
|
12983
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
12984
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
12985
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
12986
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
12987
|
+
Processing by PostsController#done as HTML
|
12988
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
12989
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
12990
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
12991
|
+
Processing by PostsController#reload as HTML
|
12992
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
12993
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
12994
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
12995
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12996
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
12997
|
+
Processing by TopController#index as HTML
|
12998
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
12999
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13000
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
13001
|
+
Processing by PostsController#new as HTML
|
13002
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13003
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.4ms)
|
13004
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
13005
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
13006
|
+
Processing by PostsController#create as HTML
|
13007
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
13008
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13009
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13010
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
13011
|
+
Processing by PostsController#done as HTML
|
13012
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13013
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13014
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
13015
|
+
Processing by PostsController#reload as HTML
|
13016
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13017
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
13018
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13019
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13020
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
13021
|
+
Processing by TopController#index as HTML
|
13022
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13023
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13024
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:35 +0700
|
13025
|
+
Processing by PostsController#new as HTML
|
13026
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13027
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
13028
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
13029
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13030
|
+
Processing by PostsController#create as HTML
|
13031
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
13032
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
13033
|
+
Completed 200 OK in 13ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
13034
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13035
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13036
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13037
|
+
Processing by TopController#index as HTML
|
13038
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13039
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13040
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13041
|
+
Processing by PostsController#new as HTML
|
13042
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13043
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
13044
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
13045
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13046
|
+
Processing by PostsController#create as HTML
|
13047
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
13048
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13049
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13050
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13051
|
+
Processing by PostsController#done as HTML
|
13052
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13053
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13054
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13055
|
+
Processing by PostsController#reload as HTML
|
13056
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13057
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13058
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13059
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13060
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13061
|
+
Processing by TopController#index as HTML
|
13062
|
+
Rendered top/index.html.erb within layouts/application (0.7ms)
|
13063
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13064
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13065
|
+
Processing by PostsController#new as HTML
|
13066
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13067
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.4ms)
|
13068
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
13069
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13070
|
+
Processing by PostsController#create as HTML
|
13071
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
13072
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.6ms)
|
13073
|
+
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
13074
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13075
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13076
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:36 +0700
|
13077
|
+
Processing by TopController#index as HTML
|
13078
|
+
Rendered top/index.html.erb within layouts/application (0.6ms)
|
13079
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
13080
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13081
|
+
Processing by PostsController#new as HTML
|
13082
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13083
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.8ms)
|
13084
|
+
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
13085
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13086
|
+
Processing by PostsController#src as HTML
|
13087
|
+
Rendered posts/src.html.erb within layouts/application (0.9ms)
|
13088
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
13089
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13090
|
+
Processing by PostsController#create as HTML
|
13091
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
13092
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.3ms)
|
13093
|
+
Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
13094
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13095
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13096
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13097
|
+
Processing by TopController#index as HTML
|
13098
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13099
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
13100
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13101
|
+
Processing by PostsController#new as HTML
|
13102
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13103
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.1ms)
|
13104
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
13105
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13106
|
+
Processing by PostsController#src as HTML
|
13107
|
+
Rendered posts/src.html.erb within layouts/application (0.0ms)
|
13108
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13109
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13110
|
+
Processing by PostsController#create as HTML
|
13111
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
13112
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13113
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13114
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13115
|
+
Processing by PostsController#done as HTML
|
13116
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13117
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13118
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13119
|
+
Processing by PostsController#reload as HTML
|
13120
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13121
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
13122
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13123
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13124
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13125
|
+
Processing by TopController#index as HTML
|
13126
|
+
Rendered top/index.html.erb within layouts/application (0.5ms)
|
13127
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13128
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13129
|
+
Processing by PostsController#new as HTML
|
13130
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13131
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.3ms)
|
13132
|
+
Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
13133
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13134
|
+
Processing by PostsController#create as HTML
|
13135
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
13136
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13137
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13138
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13139
|
+
Processing by PostsController#done as HTML
|
13140
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13141
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13142
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:37 +0700
|
13143
|
+
Processing by PostsController#reload as HTML
|
13144
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13145
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13146
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13147
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13148
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13149
|
+
Processing by TopController#index as HTML
|
13150
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13151
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13152
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13153
|
+
Processing by PostsController#new as HTML
|
13154
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13155
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13156
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13157
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13158
|
+
Processing by PostsController#create as HTML
|
13159
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "view"=>"form_tag_helper"}
|
13160
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
13161
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13162
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13163
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13164
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13165
|
+
Processing by TopController#index as HTML
|
13166
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13167
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13168
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13169
|
+
Processing by PostsController#new as HTML
|
13170
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13171
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13172
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
13173
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13174
|
+
Processing by PostsController#create as HTML
|
13175
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "view"=>"form_tag_helper"}
|
13176
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13177
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13178
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13179
|
+
Processing by PostsController#done as HTML
|
13180
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13181
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13182
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13183
|
+
Processing by PostsController#reload as HTML
|
13184
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13185
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13186
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13187
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13188
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13189
|
+
Processing by TopController#index as HTML
|
13190
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13191
|
+
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13192
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:38 +0700
|
13193
|
+
Processing by PostsController#new as HTML
|
13194
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13195
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.2ms)
|
13196
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
13197
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13198
|
+
Processing by PostsController#create as HTML
|
13199
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_tag_helper"}
|
13200
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13201
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13202
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13203
|
+
Processing by PostsController#done as HTML
|
13204
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13205
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13206
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13207
|
+
Processing by PostsController#reload as HTML
|
13208
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13209
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
13210
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13211
|
+
[1m[35m (0.0ms)[0m begin transaction
|
13212
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13213
|
+
Processing by TopController#index as HTML
|
13214
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13215
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13216
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13217
|
+
Processing by PostsController#new as HTML
|
13218
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13219
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
13220
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
13221
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13222
|
+
Processing by PostsController#create as HTML
|
13223
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_tag_helper"}
|
13224
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
13225
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13226
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13227
|
+
[1m[35m (0.0ms)[0m begin transaction
|
13228
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13229
|
+
Processing by TopController#index as HTML
|
13230
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13231
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13232
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13233
|
+
Processing by PostsController#new as HTML
|
13234
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13235
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
13236
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
13237
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13238
|
+
Processing by PostsController#create as HTML
|
13239
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
13240
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13241
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13242
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13243
|
+
Processing by PostsController#done as HTML
|
13244
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13245
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13246
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13247
|
+
Processing by PostsController#reload as HTML
|
13248
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13249
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
13250
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13251
|
+
[1m[35m (0.2ms)[0m begin transaction
|
13252
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13253
|
+
Processing by TopController#index as HTML
|
13254
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13255
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13256
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:02:39 +0700
|
13257
|
+
Processing by PostsController#new as HTML
|
13258
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13259
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.2ms)
|
13260
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
13261
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13262
|
+
Processing by PostsController#create as HTML
|
13263
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
13264
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
13265
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
13266
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13267
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13268
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13269
|
+
Processing by TopController#index as HTML
|
13270
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13271
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13272
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13273
|
+
Processing by PostsController#new as HTML
|
13274
|
+
Parameters: {"view"=>"form_helper"}
|
13275
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.3ms)
|
13276
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
13277
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13278
|
+
Processing by PostsController#create as HTML
|
13279
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
13280
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13281
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13282
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13283
|
+
Processing by PostsController#done as HTML
|
13284
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13285
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13286
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13287
|
+
Processing by PostsController#reload as HTML
|
13288
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13289
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13290
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13291
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13292
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13293
|
+
Processing by TopController#index as HTML
|
13294
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13295
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13296
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13297
|
+
Processing by PostsController#new as HTML
|
13298
|
+
Parameters: {"view"=>"form_helper"}
|
13299
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13300
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13301
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13302
|
+
Processing by PostsController#create as HTML
|
13303
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
13304
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.5ms)
|
13305
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13306
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13307
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13308
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:40 +0700
|
13309
|
+
Processing by TopController#index as HTML
|
13310
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13311
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13312
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13313
|
+
Processing by PostsController#new as HTML
|
13314
|
+
Parameters: {"view"=>"form_helper"}
|
13315
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13316
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
13317
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13318
|
+
Processing by PostsController#create as HTML
|
13319
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
13320
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13321
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13322
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13323
|
+
Processing by PostsController#done as HTML
|
13324
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13325
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13326
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13327
|
+
Processing by PostsController#reload as HTML
|
13328
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13329
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
13330
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13331
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13332
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13333
|
+
Processing by TopController#index as HTML
|
13334
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13335
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13336
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13337
|
+
Processing by PostsController#new as HTML
|
13338
|
+
Parameters: {"view"=>"form_helper"}
|
13339
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13340
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
13341
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13342
|
+
Processing by PostsController#create as HTML
|
13343
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
13344
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13345
|
+
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13346
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13347
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13348
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13349
|
+
Processing by TopController#index as HTML
|
13350
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13351
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13352
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13353
|
+
Processing by PostsController#new as HTML
|
13354
|
+
Parameters: {"view"=>"form_helper"}
|
13355
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13356
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13357
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:41 +0700
|
13358
|
+
Processing by PostsController#create as HTML
|
13359
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_helper"}
|
13360
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13361
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13362
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13363
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13364
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13365
|
+
Processing by TopController#index as HTML
|
13366
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13367
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13368
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13369
|
+
Processing by PostsController#new as HTML
|
13370
|
+
Parameters: {"view"=>"form_helper"}
|
13371
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13372
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13373
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13374
|
+
Processing by PostsController#create as HTML
|
13375
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_helper"}
|
13376
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13377
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13378
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13379
|
+
Processing by PostsController#done as HTML
|
13380
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13381
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13382
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13383
|
+
Processing by PostsController#reload as HTML
|
13384
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13385
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13386
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13387
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13388
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13389
|
+
Processing by TopController#index as HTML
|
13390
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13391
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13392
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13393
|
+
Processing by PostsController#new as HTML
|
13394
|
+
Parameters: {"view"=>"form_helper"}
|
13395
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13396
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13397
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13398
|
+
Processing by PostsController#create as HTML
|
13399
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit", "view"=>"form_helper"}
|
13400
|
+
Redirected to http://127.0.0.1:55603/posts/done
|
13401
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13402
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13403
|
+
Processing by PostsController#done as HTML
|
13404
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13405
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13406
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13407
|
+
Processing by PostsController#reload as HTML
|
13408
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13409
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13410
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13411
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13412
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13413
|
+
Processing by TopController#index as HTML
|
13414
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13415
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13416
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:02:42 +0700
|
13417
|
+
Processing by PostsController#new as HTML
|
13418
|
+
Parameters: {"view"=>"form_helper"}
|
13419
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13420
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13421
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:02:43 +0700
|
13422
|
+
Processing by PostsController#create as HTML
|
13423
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit", "view"=>"form_helper"}
|
13424
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.5ms)
|
13425
|
+
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13426
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13427
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
13428
|
+
[1m[35m (0.2ms)[0m begin transaction
|
13429
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:36 +0700
|
13430
|
+
Processing by TopController#index as HTML
|
13431
|
+
Rendered top/index.html.erb within layouts/application (3.3ms)
|
13432
|
+
Completed 200 OK in 291ms (Views: 290.5ms | ActiveRecord: 0.0ms)
|
13433
|
+
Started GET "/assets/application-f9e7c1541e1b8783561468c59162bd896007380f5a3799ef2169d3a3fdf40bed.css" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13434
|
+
Started GET "/assets/application-05d3792b3ff34c253741c4dba847daee8f635b5183d2a6d924395629f09a9879.js" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13435
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13436
|
+
Processing by PostsController#new as HTML
|
13437
|
+
Parameters: {"view"=>"form_helper"}
|
13438
|
+
Rendered posts/form_helper.html.erb within layouts/application (39.2ms)
|
13439
|
+
Completed 200 OK in 60ms (Views: 50.0ms | ActiveRecord: 1.0ms)
|
13440
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13441
|
+
Processing by PostsController#create as HTML
|
13442
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit", "view"=>"form_helper"}
|
13443
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13444
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13445
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13446
|
+
Processing by PostsController#done as HTML
|
13447
|
+
Rendered posts/done.html.erb within layouts/application (0.7ms)
|
13448
|
+
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
13449
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13450
|
+
Processing by PostsController#reload as HTML
|
13451
|
+
Rendered posts/reload.html.erb within layouts/application (0.5ms)
|
13452
|
+
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
13453
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13454
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13455
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13456
|
+
Processing by TopController#index as HTML
|
13457
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13458
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13459
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13460
|
+
Processing by PostsController#new as HTML
|
13461
|
+
Parameters: {"view"=>"form_helper"}
|
13462
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
13463
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13464
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13465
|
+
Processing by PostsController#create as HTML
|
13466
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit", "view"=>"form_helper"}
|
13467
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13468
|
+
Completed 200 OK in 22ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13469
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13470
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13471
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:37 +0700
|
13472
|
+
Processing by TopController#index as HTML
|
13473
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13474
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13475
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13476
|
+
Processing by PostsController#new as HTML
|
13477
|
+
Parameters: {"view"=>"form_helper"}
|
13478
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13479
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
13480
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13481
|
+
Processing by PostsController#create as HTML
|
13482
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
13483
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13484
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13485
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13486
|
+
Processing by PostsController#done as HTML
|
13487
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13488
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13489
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13490
|
+
Processing by PostsController#reload as HTML
|
13491
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13492
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13493
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13494
|
+
[1m[35m (0.0ms)[0m begin transaction
|
13495
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13496
|
+
Processing by TopController#index as HTML
|
13497
|
+
Rendered top/index.html.erb within layouts/application (0.6ms)
|
13498
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13499
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13500
|
+
Processing by PostsController#new as HTML
|
13501
|
+
Parameters: {"view"=>"form_helper"}
|
13502
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.2ms)
|
13503
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
13504
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13505
|
+
Processing by PostsController#create as HTML
|
13506
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
13507
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
|
13508
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
13509
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
13510
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13511
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13512
|
+
Processing by TopController#index as HTML
|
13513
|
+
Rendered top/index.html.erb within layouts/application (0.5ms)
|
13514
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
13515
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13516
|
+
Processing by PostsController#new as HTML
|
13517
|
+
Parameters: {"view"=>"form_helper"}
|
13518
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.9ms)
|
13519
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
13520
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13521
|
+
Processing by PostsController#create as HTML
|
13522
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_helper"}
|
13523
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13524
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13525
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13526
|
+
Processing by PostsController#done as HTML
|
13527
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13528
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
13529
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:38 +0700
|
13530
|
+
Processing by PostsController#reload as HTML
|
13531
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13532
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13533
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13534
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13535
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13536
|
+
Processing by TopController#index as HTML
|
13537
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13538
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
13539
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13540
|
+
Processing by PostsController#new as HTML
|
13541
|
+
Parameters: {"view"=>"form_helper"}
|
13542
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.1ms)
|
13543
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
13544
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13545
|
+
Processing by PostsController#create as HTML
|
13546
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_helper"}
|
13547
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
|
13548
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
13549
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13550
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13551
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13552
|
+
Processing by TopController#index as HTML
|
13553
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13554
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
13555
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13556
|
+
Processing by PostsController#new as HTML
|
13557
|
+
Parameters: {"view"=>"form_helper"}
|
13558
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
|
13559
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
13560
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13561
|
+
Processing by PostsController#create as HTML
|
13562
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
13563
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13564
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13565
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13566
|
+
Processing by PostsController#done as HTML
|
13567
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13568
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13569
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13570
|
+
Processing by PostsController#reload as HTML
|
13571
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13572
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
13573
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13574
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13575
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13576
|
+
Processing by TopController#index as HTML
|
13577
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13578
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
13579
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:13:39 +0700
|
13580
|
+
Processing by PostsController#new as HTML
|
13581
|
+
Parameters: {"view"=>"form_helper"}
|
13582
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
|
13583
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
13584
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13585
|
+
Processing by PostsController#create as HTML
|
13586
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
13587
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
|
13588
|
+
Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
13589
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
13590
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13591
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13592
|
+
Processing by TopController#index as HTML
|
13593
|
+
Rendered top/index.html.erb within layouts/application (0.5ms)
|
13594
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13595
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13596
|
+
Processing by PostsController#new as HTML
|
13597
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13598
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.7ms)
|
13599
|
+
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
|
13600
|
+
Started GET "/assets/submit-69e7c02b7207f3a366bc4ea0be861ab507f0c3c5e2073224737fe4404e8af121.jpg" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13601
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13602
|
+
Processing by PostsController#create as HTML
|
13603
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
13604
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13605
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13606
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13607
|
+
Processing by PostsController#done as HTML
|
13608
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13609
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
13610
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13611
|
+
Processing by PostsController#reload as HTML
|
13612
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13613
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
13614
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13615
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13616
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13617
|
+
Processing by TopController#index as HTML
|
13618
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13619
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13620
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13621
|
+
Processing by PostsController#new as HTML
|
13622
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13623
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.1ms)
|
13624
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
13625
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13626
|
+
Processing by PostsController#src as HTML
|
13627
|
+
Rendered posts/src.html.erb within layouts/application (0.3ms)
|
13628
|
+
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
13629
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13630
|
+
Processing by PostsController#create as HTML
|
13631
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
13632
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.9ms)
|
13633
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
13634
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13635
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13636
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13637
|
+
Processing by TopController#index as HTML
|
13638
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13639
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
13640
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:40 +0700
|
13641
|
+
Processing by PostsController#new as HTML
|
13642
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13643
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
13644
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
13645
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13646
|
+
Processing by PostsController#src as HTML
|
13647
|
+
Rendered posts/src.html.erb within layouts/application (0.0ms)
|
13648
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13649
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13650
|
+
Processing by PostsController#create as HTML
|
13651
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
13652
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13653
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13654
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13655
|
+
Processing by PostsController#done as HTML
|
13656
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13657
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
13658
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13659
|
+
Processing by PostsController#reload as HTML
|
13660
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13661
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
13662
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13663
|
+
[1m[35m (0.0ms)[0m begin transaction
|
13664
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13665
|
+
Processing by TopController#index as HTML
|
13666
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13667
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13668
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13669
|
+
Processing by PostsController#new as HTML
|
13670
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13671
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13672
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13673
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13674
|
+
Processing by PostsController#create as HTML
|
13675
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "view"=>"form_tag_helper"}
|
13676
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13677
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13678
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13679
|
+
Processing by PostsController#done as HTML
|
13680
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13681
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
13682
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13683
|
+
Processing by PostsController#reload as HTML
|
13684
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13685
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13686
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13687
|
+
[1m[35m (0.0ms)[0m begin transaction
|
13688
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13689
|
+
Processing by TopController#index as HTML
|
13690
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13691
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13692
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13693
|
+
Processing by PostsController#new as HTML
|
13694
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13695
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.6ms)
|
13696
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
13697
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13698
|
+
Processing by PostsController#create as HTML
|
13699
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "view"=>"form_tag_helper"}
|
13700
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13701
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
13702
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13703
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13704
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:41 +0700
|
13705
|
+
Processing by TopController#index as HTML
|
13706
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13707
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13708
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13709
|
+
Processing by PostsController#new as HTML
|
13710
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13711
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.9ms)
|
13712
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
13713
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13714
|
+
Processing by PostsController#create as HTML
|
13715
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
13716
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13717
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13718
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13719
|
+
Processing by PostsController#done as HTML
|
13720
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13721
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13722
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13723
|
+
Processing by PostsController#reload as HTML
|
13724
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13725
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13726
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13727
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13728
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13729
|
+
Processing by TopController#index as HTML
|
13730
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13731
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13732
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13733
|
+
Processing by PostsController#new as HTML
|
13734
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13735
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
13736
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
13737
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13738
|
+
Processing by PostsController#create as HTML
|
13739
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
13740
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
13741
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
13742
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13743
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13744
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13745
|
+
Processing by TopController#index as HTML
|
13746
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13747
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13748
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13749
|
+
Processing by PostsController#new as HTML
|
13750
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13751
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13752
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
13753
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13754
|
+
Processing by PostsController#create as HTML
|
13755
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
13756
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13757
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13758
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13759
|
+
Processing by PostsController#done as HTML
|
13760
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13761
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
13762
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:42 +0700
|
13763
|
+
Processing by PostsController#reload as HTML
|
13764
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
13765
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13766
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13767
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13768
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13769
|
+
Processing by TopController#index as HTML
|
13770
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13771
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13772
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13773
|
+
Processing by PostsController#new as HTML
|
13774
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13775
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.9ms)
|
13776
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
13777
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13778
|
+
Processing by PostsController#create as HTML
|
13779
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
13780
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13781
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13782
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13783
|
+
Processing by PostsController#done as HTML
|
13784
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13785
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13786
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13787
|
+
Processing by PostsController#reload as HTML
|
13788
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13789
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13790
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13791
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13792
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13793
|
+
Processing by TopController#index as HTML
|
13794
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13795
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13796
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13797
|
+
Processing by PostsController#new as HTML
|
13798
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13799
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
13800
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
13801
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13802
|
+
Processing by PostsController#create as HTML
|
13803
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
13804
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13805
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13806
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13807
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13808
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13809
|
+
Processing by TopController#index as HTML
|
13810
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13811
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13812
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:43 +0700
|
13813
|
+
Processing by PostsController#new as HTML
|
13814
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13815
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.1ms)
|
13816
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
13817
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13818
|
+
Processing by PostsController#create as HTML
|
13819
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
13820
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13821
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13822
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13823
|
+
Processing by PostsController#done as HTML
|
13824
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13825
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13826
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13827
|
+
Processing by PostsController#reload as HTML
|
13828
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13829
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13830
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13831
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13832
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13833
|
+
Processing by TopController#index as HTML
|
13834
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13835
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13836
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13837
|
+
Processing by PostsController#new as HTML
|
13838
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13839
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
13840
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
13841
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13842
|
+
Processing by PostsController#create as HTML
|
13843
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
13844
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13845
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13846
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13847
|
+
Processing by PostsController#done as HTML
|
13848
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13849
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
13850
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13851
|
+
Processing by PostsController#reload as HTML
|
13852
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13853
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13854
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13855
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13856
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13857
|
+
Processing by TopController#index as HTML
|
13858
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13859
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13860
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13861
|
+
Processing by PostsController#new as HTML
|
13862
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13863
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13864
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13865
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13866
|
+
Processing by PostsController#create as HTML
|
13867
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_tag_helper"}
|
13868
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
13869
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
13870
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13871
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13872
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:44 +0700
|
13873
|
+
Processing by TopController#index as HTML
|
13874
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13875
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
13876
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13877
|
+
Processing by PostsController#new as HTML
|
13878
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13879
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
13880
|
+
Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
13881
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13882
|
+
Processing by PostsController#create as HTML
|
13883
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_tag_helper"}
|
13884
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13885
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13886
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13887
|
+
Processing by PostsController#done as HTML
|
13888
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13889
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13890
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13891
|
+
Processing by PostsController#reload as HTML
|
13892
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13893
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
13894
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13895
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13896
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13897
|
+
Processing by TopController#index as HTML
|
13898
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13899
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13900
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13901
|
+
Processing by PostsController#new as HTML
|
13902
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13903
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.0ms)
|
13904
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
13905
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13906
|
+
Processing by PostsController#create as HTML
|
13907
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
13908
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
13909
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
13910
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13911
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13912
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13913
|
+
Processing by TopController#index as HTML
|
13914
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13915
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
13916
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13917
|
+
Processing by PostsController#new as HTML
|
13918
|
+
Parameters: {"view"=>"form_tag_helper"}
|
13919
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
13920
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
13921
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13922
|
+
Processing by PostsController#create as HTML
|
13923
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
13924
|
+
Redirected to http://127.0.0.1:56533/posts/done
|
13925
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13926
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13927
|
+
Processing by PostsController#done as HTML
|
13928
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
13929
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13930
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:13:45 +0700
|
13931
|
+
Processing by PostsController#reload as HTML
|
13932
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
13933
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
13934
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13935
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
13936
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
13937
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13938
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:00 +0700
|
13939
|
+
Processing by TopController#index as HTML
|
13940
|
+
Rendered top/index.html.erb within layouts/application (2.8ms)
|
13941
|
+
Completed 200 OK in 250ms (Views: 249.5ms | ActiveRecord: 0.0ms)
|
13942
|
+
Started GET "/assets/application-f9e7c1541e1b8783561468c59162bd896007380f5a3799ef2169d3a3fdf40bed.css" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13943
|
+
Started GET "/assets/application-05d3792b3ff34c253741c4dba847daee8f635b5183d2a6d924395629f09a9879.js" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13944
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13945
|
+
Processing by PostsController#new as HTML
|
13946
|
+
Parameters: {"view"=>"form_helper"}
|
13947
|
+
Rendered posts/form_helper.html.erb within layouts/application (16.1ms)
|
13948
|
+
Completed 200 OK in 31ms (Views: 23.3ms | ActiveRecord: 0.4ms)
|
13949
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13950
|
+
Processing by PostsController#create as HTML
|
13951
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit", "view"=>"form_helper"}
|
13952
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
13953
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
13954
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13955
|
+
Processing by PostsController#done as HTML
|
13956
|
+
Rendered posts/done.html.erb within layouts/application (0.4ms)
|
13957
|
+
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
13958
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13959
|
+
Processing by PostsController#reload as HTML
|
13960
|
+
Rendered posts/reload.html.erb within layouts/application (1.0ms)
|
13961
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
13962
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13963
|
+
[1m[35m (0.0ms)[0m begin transaction
|
13964
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13965
|
+
Processing by TopController#index as HTML
|
13966
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13967
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13968
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13969
|
+
Processing by PostsController#new as HTML
|
13970
|
+
Parameters: {"view"=>"form_helper"}
|
13971
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
13972
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
13973
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13974
|
+
Processing by PostsController#create as HTML
|
13975
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit", "view"=>"form_helper"}
|
13976
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
13977
|
+
Completed 200 OK in 11ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
13978
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13979
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13980
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13981
|
+
Processing by TopController#index as HTML
|
13982
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
13983
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
13984
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:01 +0700
|
13985
|
+
Processing by PostsController#new as HTML
|
13986
|
+
Parameters: {"view"=>"form_helper"}
|
13987
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
|
13988
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
13989
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
13990
|
+
Processing by PostsController#create as HTML
|
13991
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_helper"}
|
13992
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
13993
|
+
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
13994
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
13995
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13996
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
13997
|
+
Processing by TopController#index as HTML
|
13998
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
13999
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
14000
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14001
|
+
Processing by PostsController#new as HTML
|
14002
|
+
Parameters: {"view"=>"form_helper"}
|
14003
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.4ms)
|
14004
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
14005
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14006
|
+
Processing by PostsController#create as HTML
|
14007
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_helper"}
|
14008
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14009
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14010
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14011
|
+
Processing by PostsController#done as HTML
|
14012
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14013
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
14014
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14015
|
+
Processing by PostsController#reload as HTML
|
14016
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14017
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
14018
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14019
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14020
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14021
|
+
Processing by TopController#index as HTML
|
14022
|
+
Rendered top/index.html.erb within layouts/application (0.7ms)
|
14023
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
14024
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14025
|
+
Processing by PostsController#new as HTML
|
14026
|
+
Parameters: {"view"=>"form_helper"}
|
14027
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.1ms)
|
14028
|
+
Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
14029
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14030
|
+
Processing by PostsController#create as HTML
|
14031
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
14032
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14033
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14034
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14035
|
+
Processing by PostsController#done as HTML
|
14036
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14037
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
14038
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14039
|
+
Processing by PostsController#reload as HTML
|
14040
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14041
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
14042
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14043
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14044
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:02 +0700
|
14045
|
+
Processing by TopController#index as HTML
|
14046
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14047
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14048
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14049
|
+
Processing by PostsController#new as HTML
|
14050
|
+
Parameters: {"view"=>"form_helper"}
|
14051
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
14052
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
14053
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14054
|
+
Processing by PostsController#create as HTML
|
14055
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
14056
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
14057
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14058
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14059
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14060
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14061
|
+
Processing by TopController#index as HTML
|
14062
|
+
Rendered top/index.html.erb within layouts/application (0.5ms)
|
14063
|
+
Completed 200 OK in 10ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14064
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14065
|
+
Processing by PostsController#new as HTML
|
14066
|
+
Parameters: {"view"=>"form_helper"}
|
14067
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
14068
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
14069
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14070
|
+
Processing by PostsController#create as HTML
|
14071
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
14072
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14073
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14074
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14075
|
+
Processing by PostsController#done as HTML
|
14076
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14077
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14078
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14079
|
+
Processing by PostsController#reload as HTML
|
14080
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
14081
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
14082
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14083
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14084
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14085
|
+
Processing by TopController#index as HTML
|
14086
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14087
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14088
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14089
|
+
Processing by PostsController#new as HTML
|
14090
|
+
Parameters: {"view"=>"form_helper"}
|
14091
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
14092
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
14093
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:03 +0700
|
14094
|
+
Processing by PostsController#create as HTML
|
14095
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
14096
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.5ms)
|
14097
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14098
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14099
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14100
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14101
|
+
Processing by TopController#index as HTML
|
14102
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14103
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14104
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14105
|
+
Processing by PostsController#new as HTML
|
14106
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14107
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (3.1ms)
|
14108
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
14109
|
+
Started GET "/assets/submit-69e7c02b7207f3a366bc4ea0be861ab507f0c3c5e2073224737fe4404e8af121.jpg" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14110
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14111
|
+
Processing by PostsController#create as HTML
|
14112
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14113
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14114
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14115
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14116
|
+
Processing by PostsController#done as HTML
|
14117
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14118
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14119
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14120
|
+
Processing by PostsController#reload as HTML
|
14121
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14122
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14123
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14124
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14125
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14126
|
+
Processing by TopController#index as HTML
|
14127
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14128
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14129
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14130
|
+
Processing by PostsController#new as HTML
|
14131
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14132
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
14133
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14134
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14135
|
+
Processing by PostsController#create as HTML
|
14136
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14137
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14138
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14139
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14140
|
+
Processing by PostsController#done as HTML
|
14141
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14142
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14143
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14144
|
+
Processing by PostsController#reload as HTML
|
14145
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14146
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14147
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14148
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14149
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14150
|
+
Processing by TopController#index as HTML
|
14151
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14152
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14153
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:04 +0700
|
14154
|
+
Processing by PostsController#new as HTML
|
14155
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14156
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
14157
|
+
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
14158
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14159
|
+
Processing by PostsController#create as HTML
|
14160
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
14161
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.1ms)
|
14162
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
14163
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14164
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14165
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14166
|
+
Processing by TopController#index as HTML
|
14167
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14168
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14169
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14170
|
+
Processing by PostsController#new as HTML
|
14171
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14172
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.9ms)
|
14173
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
14174
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14175
|
+
Processing by PostsController#create as HTML
|
14176
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
14177
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14178
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14179
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14180
|
+
Processing by PostsController#done as HTML
|
14181
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14182
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14183
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14184
|
+
Processing by PostsController#reload as HTML
|
14185
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
14186
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
14187
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14188
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14189
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14190
|
+
Processing by TopController#index as HTML
|
14191
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14192
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14193
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14194
|
+
Processing by PostsController#new as HTML
|
14195
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14196
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.1ms)
|
14197
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
14198
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14199
|
+
Processing by PostsController#create as HTML
|
14200
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14201
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14202
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14203
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14204
|
+
Processing by PostsController#done as HTML
|
14205
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14206
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14207
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14208
|
+
Processing by PostsController#reload as HTML
|
14209
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14210
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14211
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14212
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14213
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14214
|
+
Processing by TopController#index as HTML
|
14215
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14216
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14217
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:05 +0700
|
14218
|
+
Processing by PostsController#new as HTML
|
14219
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14220
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
14221
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14222
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14223
|
+
Processing by PostsController#create as HTML
|
14224
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_tag_helper"}
|
14225
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14226
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14227
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14228
|
+
Processing by PostsController#done as HTML
|
14229
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14230
|
+
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14231
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14232
|
+
Processing by PostsController#reload as HTML
|
14233
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14234
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14235
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14236
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14237
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14238
|
+
Processing by TopController#index as HTML
|
14239
|
+
Rendered top/index.html.erb within layouts/application (0.5ms)
|
14240
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
14241
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14242
|
+
Processing by PostsController#new as HTML
|
14243
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14244
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14245
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14246
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14247
|
+
Processing by PostsController#create as HTML
|
14248
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_tag_helper"}
|
14249
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14250
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14251
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14252
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14253
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14254
|
+
Processing by TopController#index as HTML
|
14255
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14256
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14257
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14258
|
+
Processing by PostsController#new as HTML
|
14259
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14260
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
14261
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
14262
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14263
|
+
Processing by PostsController#create as HTML
|
14264
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
14265
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14266
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14267
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14268
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14269
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:06 +0700
|
14270
|
+
Processing by TopController#index as HTML
|
14271
|
+
Rendered top/index.html.erb within layouts/application (0.7ms)
|
14272
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
14273
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14274
|
+
Processing by PostsController#new as HTML
|
14275
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14276
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14277
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14278
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14279
|
+
Processing by PostsController#create as HTML
|
14280
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
14281
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14282
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14283
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14284
|
+
Processing by PostsController#done as HTML
|
14285
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14286
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14287
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14288
|
+
Processing by PostsController#reload as HTML
|
14289
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
14290
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
14291
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14292
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14293
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14294
|
+
Processing by TopController#index as HTML
|
14295
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14296
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14297
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14298
|
+
Processing by PostsController#new as HTML
|
14299
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14300
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14301
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14302
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14303
|
+
Processing by PostsController#create as HTML
|
14304
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14305
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14306
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14307
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14308
|
+
Processing by PostsController#done as HTML
|
14309
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14310
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14311
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14312
|
+
Processing by PostsController#reload as HTML
|
14313
|
+
Rendered posts/reload.html.erb within layouts/application (0.1ms)
|
14314
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
14315
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14316
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14317
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14318
|
+
Processing by TopController#index as HTML
|
14319
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14320
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14321
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14322
|
+
Processing by PostsController#new as HTML
|
14323
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14324
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.9ms)
|
14325
|
+
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
14326
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:07 +0700
|
14327
|
+
Processing by PostsController#create as HTML
|
14328
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "view"=>"form_tag_helper"}
|
14329
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
14330
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
14331
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14332
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14333
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14334
|
+
Processing by TopController#index as HTML
|
14335
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14336
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14337
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14338
|
+
Processing by PostsController#new as HTML
|
14339
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14340
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
14341
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14342
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14343
|
+
Processing by PostsController#create as HTML
|
14344
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "view"=>"form_tag_helper"}
|
14345
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14346
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14347
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14348
|
+
Processing by PostsController#done as HTML
|
14349
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14350
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14351
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14352
|
+
Processing by PostsController#reload as HTML
|
14353
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14354
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14355
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14356
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14357
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14358
|
+
Processing by TopController#index as HTML
|
14359
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14360
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14361
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14362
|
+
Processing by PostsController#new as HTML
|
14363
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14364
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
14365
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14366
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14367
|
+
Processing by PostsController#create as HTML
|
14368
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
14369
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
14370
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
14371
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14372
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14373
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14374
|
+
Processing by TopController#index as HTML
|
14375
|
+
Rendered top/index.html.erb within layouts/application (7.0ms)
|
14376
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
14377
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:08 +0700
|
14378
|
+
Processing by PostsController#new as HTML
|
14379
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14380
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14381
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14382
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14383
|
+
Processing by PostsController#create as HTML
|
14384
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
14385
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14386
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14387
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14388
|
+
Processing by PostsController#done as HTML
|
14389
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14390
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14391
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14392
|
+
Processing by PostsController#reload as HTML
|
14393
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14394
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14395
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14396
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14397
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14398
|
+
Processing by TopController#index as HTML
|
14399
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14400
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
14401
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14402
|
+
Processing by PostsController#new as HTML
|
14403
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14404
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
14405
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
14406
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14407
|
+
Processing by PostsController#src as HTML
|
14408
|
+
Rendered posts/src.html.erb within layouts/application (0.3ms)
|
14409
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
14410
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14411
|
+
Processing by PostsController#create as HTML
|
14412
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
14413
|
+
Redirected to http://127.0.0.1:56599/posts/done
|
14414
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14415
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14416
|
+
Processing by PostsController#done as HTML
|
14417
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14418
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14419
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14420
|
+
Processing by PostsController#reload as HTML
|
14421
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14422
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14423
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14424
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14425
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14426
|
+
Processing by TopController#index as HTML
|
14427
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14428
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14429
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14430
|
+
Processing by PostsController#new as HTML
|
14431
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14432
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14433
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
14434
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14435
|
+
Processing by PostsController#src as HTML
|
14436
|
+
Rendered posts/src.html.erb within layouts/application (0.0ms)
|
14437
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14438
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:15:09 +0700
|
14439
|
+
Processing by PostsController#create as HTML
|
14440
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
14441
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14442
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14443
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14444
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14445
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14446
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:31 +0700
|
14447
|
+
Processing by TopController#index as HTML
|
14448
|
+
Rendered top/index.html.erb within layouts/application (2.9ms)
|
14449
|
+
Completed 200 OK in 247ms (Views: 247.1ms | ActiveRecord: 0.0ms)
|
14450
|
+
Started GET "/assets/application-f9e7c1541e1b8783561468c59162bd896007380f5a3799ef2169d3a3fdf40bed.css" for 127.0.0.1 at 2016-03-24 14:17:31 +0700
|
14451
|
+
Started GET "/assets/application-05d3792b3ff34c253741c4dba847daee8f635b5183d2a6d924395629f09a9879.js" for 127.0.0.1 at 2016-03-24 14:17:31 +0700
|
14452
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:31 +0700
|
14453
|
+
Processing by PostsController#new as HTML
|
14454
|
+
Parameters: {"view"=>"form_helper"}
|
14455
|
+
Rendered posts/form_helper.html.erb within layouts/application (16.6ms)
|
14456
|
+
Completed 200 OK in 31ms (Views: 23.8ms | ActiveRecord: 0.4ms)
|
14457
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14458
|
+
Processing by PostsController#create as HTML
|
14459
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
14460
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
|
14461
|
+
Completed 200 OK in 13ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14462
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14463
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14464
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14465
|
+
Processing by TopController#index as HTML
|
14466
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14467
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
14468
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14469
|
+
Processing by PostsController#new as HTML
|
14470
|
+
Parameters: {"view"=>"form_helper"}
|
14471
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
14472
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14473
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14474
|
+
Processing by PostsController#create as HTML
|
14475
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
|
14476
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14477
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14478
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14479
|
+
Processing by PostsController#done as HTML
|
14480
|
+
Rendered posts/done.html.erb within layouts/application (0.6ms)
|
14481
|
+
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
14482
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14483
|
+
Processing by PostsController#reload as HTML
|
14484
|
+
Rendered posts/reload.html.erb within layouts/application (0.5ms)
|
14485
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
14486
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14487
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14488
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14489
|
+
Processing by TopController#index as HTML
|
14490
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14491
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14492
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14493
|
+
Processing by PostsController#new as HTML
|
14494
|
+
Parameters: {"view"=>"form_helper"}
|
14495
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
14496
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14497
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14498
|
+
Processing by PostsController#create as HTML
|
14499
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_helper"}
|
14500
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14501
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14502
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14503
|
+
Processing by PostsController#done as HTML
|
14504
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14505
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14506
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14507
|
+
Processing by PostsController#reload as HTML
|
14508
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14509
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14510
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14511
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14512
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:32 +0700
|
14513
|
+
Processing by TopController#index as HTML
|
14514
|
+
Rendered top/index.html.erb within layouts/application (0.6ms)
|
14515
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
14516
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14517
|
+
Processing by PostsController#new as HTML
|
14518
|
+
Parameters: {"view"=>"form_helper"}
|
14519
|
+
Rendered posts/form_helper.html.erb within layouts/application (1.1ms)
|
14520
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
14521
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14522
|
+
Processing by PostsController#create as HTML
|
14523
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_helper"}
|
14524
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
14525
|
+
Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
14526
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14527
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14528
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14529
|
+
Processing by TopController#index as HTML
|
14530
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14531
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14532
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14533
|
+
Processing by PostsController#new as HTML
|
14534
|
+
Parameters: {"view"=>"form_helper"}
|
14535
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
14536
|
+
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
14537
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14538
|
+
Processing by PostsController#create as HTML
|
14539
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit", "view"=>"form_helper"}
|
14540
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14541
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14542
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14543
|
+
Processing by PostsController#done as HTML
|
14544
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14545
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14546
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14547
|
+
Processing by PostsController#reload as HTML
|
14548
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14549
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14550
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14551
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14552
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14553
|
+
Processing by TopController#index as HTML
|
14554
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14555
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14556
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14557
|
+
Processing by PostsController#new as HTML
|
14558
|
+
Parameters: {"view"=>"form_helper"}
|
14559
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
14560
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
14561
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:33 +0700
|
14562
|
+
Processing by PostsController#create as HTML
|
14563
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit", "view"=>"form_helper"}
|
14564
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.6ms)
|
14565
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14566
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14567
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14568
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14569
|
+
Processing by TopController#index as HTML
|
14570
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14571
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14572
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14573
|
+
Processing by PostsController#new as HTML
|
14574
|
+
Parameters: {"view"=>"form_helper"}
|
14575
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
|
14576
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
14577
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14578
|
+
Processing by PostsController#create as HTML
|
14579
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
14580
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14581
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14582
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14583
|
+
Processing by PostsController#done as HTML
|
14584
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14585
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14586
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14587
|
+
Processing by PostsController#reload as HTML
|
14588
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14589
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14590
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14591
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14592
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14593
|
+
Processing by TopController#index as HTML
|
14594
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14595
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
14596
|
+
Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14597
|
+
Processing by PostsController#new as HTML
|
14598
|
+
Parameters: {"view"=>"form_helper"}
|
14599
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
|
14600
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14601
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14602
|
+
Processing by PostsController#create as HTML
|
14603
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
|
14604
|
+
Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
|
14605
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
14606
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14607
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14608
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14609
|
+
Processing by TopController#index as HTML
|
14610
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14611
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14612
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14613
|
+
Processing by PostsController#new as HTML
|
14614
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14615
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (4.8ms)
|
14616
|
+
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
|
14617
|
+
Started GET "/assets/submit-69e7c02b7207f3a366bc4ea0be861ab507f0c3c5e2073224737fe4404e8af121.jpg" for 127.0.0.1 at 2016-03-24 14:17:34 +0700
|
14618
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14619
|
+
Processing by PostsController#create as HTML
|
14620
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "view"=>"form_tag_helper"}
|
14621
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14622
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14623
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14624
|
+
Processing by PostsController#done as HTML
|
14625
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14626
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14627
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14628
|
+
Processing by PostsController#reload as HTML
|
14629
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14630
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14631
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14632
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14633
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14634
|
+
Processing by TopController#index as HTML
|
14635
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14636
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14637
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14638
|
+
Processing by PostsController#new as HTML
|
14639
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14640
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.4ms)
|
14641
|
+
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
14642
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14643
|
+
Processing by PostsController#create as HTML
|
14644
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "view"=>"form_tag_helper"}
|
14645
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.1ms)
|
14646
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
14647
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14648
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14649
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14650
|
+
Processing by TopController#index as HTML
|
14651
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14652
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14653
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14654
|
+
Processing by PostsController#new as HTML
|
14655
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14656
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.4ms)
|
14657
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14658
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14659
|
+
Processing by PostsController#create as HTML
|
14660
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
14661
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
14662
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
14663
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14664
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14665
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14666
|
+
Processing by TopController#index as HTML
|
14667
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14668
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
14669
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:35 +0700
|
14670
|
+
Processing by PostsController#new as HTML
|
14671
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14672
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.3ms)
|
14673
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14674
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14675
|
+
Processing by PostsController#create as HTML
|
14676
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
|
14677
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14678
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14679
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14680
|
+
Processing by PostsController#done as HTML
|
14681
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14682
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14683
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14684
|
+
Processing by PostsController#reload as HTML
|
14685
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14686
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14687
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14688
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14689
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14690
|
+
Processing by TopController#index as HTML
|
14691
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14692
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14693
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14694
|
+
Processing by PostsController#new as HTML
|
14695
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14696
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14697
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14698
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14699
|
+
Processing by PostsController#create as HTML
|
14700
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14701
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14702
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14703
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14704
|
+
Processing by PostsController#done as HTML
|
14705
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14706
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14707
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14708
|
+
Processing by PostsController#reload as HTML
|
14709
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14710
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14711
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14712
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14713
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14714
|
+
Processing by TopController#index as HTML
|
14715
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14716
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14717
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14718
|
+
Processing by PostsController#new as HTML
|
14719
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14720
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14721
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14722
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:36 +0700
|
14723
|
+
Processing by PostsController#create as HTML
|
14724
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
14725
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
14726
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
14727
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14728
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14729
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14730
|
+
Processing by TopController#index as HTML
|
14731
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14732
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14733
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14734
|
+
Processing by PostsController#new as HTML
|
14735
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14736
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
14737
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14738
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14739
|
+
Processing by PostsController#create as HTML
|
14740
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
|
14741
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14742
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14743
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14744
|
+
Processing by PostsController#done as HTML
|
14745
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14746
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14747
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14748
|
+
Processing by PostsController#reload as HTML
|
14749
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14750
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14751
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14752
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14753
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14754
|
+
Processing by TopController#index as HTML
|
14755
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14756
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14757
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14758
|
+
Processing by PostsController#new as HTML
|
14759
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14760
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14761
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14762
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14763
|
+
Processing by PostsController#create as HTML
|
14764
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14765
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14766
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14767
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14768
|
+
Processing by PostsController#done as HTML
|
14769
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14770
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
14771
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14772
|
+
Processing by PostsController#reload as HTML
|
14773
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14774
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14775
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14776
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14777
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14778
|
+
Processing by TopController#index as HTML
|
14779
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14780
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
14781
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14782
|
+
Processing by PostsController#new as HTML
|
14783
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14784
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14785
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14786
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14787
|
+
Processing by PostsController#src as HTML
|
14788
|
+
Rendered posts/src.html.erb within layouts/application (0.3ms)
|
14789
|
+
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
14790
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14791
|
+
Processing by PostsController#create as HTML
|
14792
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
14793
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14794
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14795
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:37 +0700
|
14796
|
+
Processing by PostsController#done as HTML
|
14797
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14798
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14799
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14800
|
+
Processing by PostsController#reload as HTML
|
14801
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14802
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14803
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14804
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14805
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14806
|
+
Processing by TopController#index as HTML
|
14807
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14808
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14809
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14810
|
+
Processing by PostsController#new as HTML
|
14811
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14812
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
14813
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
14814
|
+
Started GET "/posts/src" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14815
|
+
Processing by PostsController#src as HTML
|
14816
|
+
Rendered posts/src.html.erb within layouts/application (0.1ms)
|
14817
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14818
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14819
|
+
Processing by PostsController#create as HTML
|
14820
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
|
14821
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.6ms)
|
14822
|
+
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
14823
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14824
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14825
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14826
|
+
Processing by TopController#index as HTML
|
14827
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14828
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14829
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14830
|
+
Processing by PostsController#new as HTML
|
14831
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14832
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14833
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14834
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14835
|
+
Processing by PostsController#create as HTML
|
14836
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14837
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14838
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14839
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14840
|
+
Processing by PostsController#done as HTML
|
14841
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14842
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14843
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14844
|
+
Processing by PostsController#reload as HTML
|
14845
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14846
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14847
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14848
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14849
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14850
|
+
Processing by TopController#index as HTML
|
14851
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14852
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14853
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:38 +0700
|
14854
|
+
Processing by PostsController#new as HTML
|
14855
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14856
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.8ms)
|
14857
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14858
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14859
|
+
Processing by PostsController#create as HTML
|
14860
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_tag_helper"}
|
14861
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14862
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14863
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14864
|
+
Processing by PostsController#done as HTML
|
14865
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14866
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14867
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14868
|
+
Processing by PostsController#reload as HTML
|
14869
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14870
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14871
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
14872
|
+
[1m[35m (0.2ms)[0m begin transaction
|
14873
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14874
|
+
Processing by TopController#index as HTML
|
14875
|
+
Rendered top/index.html.erb within layouts/application (0.4ms)
|
14876
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
14877
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14878
|
+
Processing by PostsController#new as HTML
|
14879
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14880
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14881
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14882
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14883
|
+
Processing by PostsController#create as HTML
|
14884
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_tag_helper"}
|
14885
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14886
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14887
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14888
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14889
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14890
|
+
Processing by TopController#index as HTML
|
14891
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14892
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14893
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14894
|
+
Processing by PostsController#new as HTML
|
14895
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14896
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.7ms)
|
14897
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14898
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14899
|
+
Processing by PostsController#create as HTML
|
14900
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
14901
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.5ms)
|
14902
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14903
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14904
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14905
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:39 +0700
|
14906
|
+
Processing by TopController#index as HTML
|
14907
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14908
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14909
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14910
|
+
Processing by PostsController#new as HTML
|
14911
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14912
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (1.6ms)
|
14913
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14914
|
+
Started POST "/posts" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14915
|
+
Processing by PostsController#create as HTML
|
14916
|
+
Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
|
14917
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14918
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14919
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14920
|
+
Processing by PostsController#done as HTML
|
14921
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14922
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14923
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14924
|
+
Processing by PostsController#reload as HTML
|
14925
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14926
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14927
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14928
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14929
|
+
Started GET "/" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14930
|
+
Processing by TopController#index as HTML
|
14931
|
+
Rendered top/index.html.erb within layouts/application (0.3ms)
|
14932
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14933
|
+
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14934
|
+
Processing by PostsController#new as HTML
|
14935
|
+
Parameters: {"view"=>"form_tag_helper"}
|
14936
|
+
Rendered posts/form_tag_helper.html.erb within layouts/application (2.0ms)
|
14937
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
14938
|
+
Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14939
|
+
Processing by PostsController#create as HTML
|
14940
|
+
Parameters: {"post"=>{"body"=>"OK"}}
|
14941
|
+
Redirected to http://127.0.0.1:56700/posts/done
|
14942
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
14943
|
+
Started GET "/posts/done" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14944
|
+
Processing by PostsController#done as HTML
|
14945
|
+
Rendered posts/done.html.erb within layouts/application (0.1ms)
|
14946
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
14947
|
+
Started GET "/posts/reload" for 127.0.0.1 at 2016-03-24 14:17:40 +0700
|
14948
|
+
Processing by PostsController#reload as HTML
|
14949
|
+
Rendered posts/reload.html.erb within layouts/application (0.0ms)
|
14950
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
14951
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14952
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14953
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14954
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14955
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14956
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14957
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14958
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14959
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14960
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14961
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14962
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14963
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14964
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14965
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14966
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14967
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14968
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14969
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14970
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14971
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14972
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14973
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14974
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14975
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14976
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14977
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14978
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14979
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14980
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14981
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14982
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14983
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14984
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14985
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14986
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14987
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14988
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14989
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14990
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14991
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14992
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14993
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14994
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14995
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14996
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14997
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14998
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14999
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15000
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15001
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15002
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15003
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15004
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
15005
|
+
[1m[35m (0.1ms)[0m begin transaction
|
15006
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|