test/apps/rails5/log/test.log in groonga-client-model-0.9.2 vs test/apps/rails5/log/test.log in groonga-client-model-0.9.3

- old
+ new

@@ -1575,5 +1575,170 @@ Parameters: {"id"=>"1"} Rendering posts/edit.html.erb within layouts/application Rendered posts/_form.html.erb (2.1ms) Rendered posts/edit.html.erb within layouts/application (3.3ms) Completed 200 OK in 71ms (Views: 5.8ms) +------------------------------------------ +PostsControllerTest: test_should_get_index +------------------------------------------ +---------------------------------------- +PostsControllerTest: test_should_get_new +---------------------------------------- +----------------------------------------- +PostsControllerTest: test_should_get_edit +----------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_update_post +-------------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_create_post +-------------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_show_post +------------------------------------------ +--------------------------------------------- +PostsControllerTest: test_should_destroy_post +--------------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_create_post +-------------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_show_post +------------------------------------------ +--------------------------------------------- +PostsControllerTest: test_should_destroy_post +--------------------------------------------- +---------------------------------------- +PostsControllerTest: test_should_get_new +---------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_update_post +-------------------------------------------- +----------------------------------------- +PostsControllerTest: test_should_get_edit +----------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_get_index +------------------------------------------ +------------------------------------------ +PostsControllerTest: test_should_show_post +------------------------------------------ +-------------------------------------------- +PostsControllerTest: test_should_create_post +-------------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_get_index +------------------------------------------ +---------------------------------------- +PostsControllerTest: test_should_get_new +---------------------------------------- +--------------------------------------------- +PostsControllerTest: test_should_destroy_post +--------------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_update_post +-------------------------------------------- +----------------------------------------- +PostsControllerTest: test_should_get_edit +----------------------------------------- +----------------------------------------- +PostsControllerTest: test_should_get_edit +----------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_get_index +------------------------------------------ +-------------------------------------------- +PostsControllerTest: test_should_create_post +-------------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_show_post +------------------------------------------ +--------------------------------------------- +PostsControllerTest: test_should_destroy_post +--------------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_update_post +-------------------------------------------- +---------------------------------------- +PostsControllerTest: test_should_get_new +---------------------------------------- +--------------------------------------------- +PostsControllerTest: test_should_destroy_post +--------------------------------------------- +----------------------------------------- +PostsControllerTest: test_should_get_edit +----------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_create_post +-------------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_get_index +------------------------------------------ +---------------------------------------- +PostsControllerTest: test_should_get_new +---------------------------------------- +------------------------------------------ +PostsControllerTest: test_should_show_post +------------------------------------------ +-------------------------------------------- +PostsControllerTest: test_should_update_post +-------------------------------------------- +-------------------------------------------- +PostsControllerTest: test_should_create_post +-------------------------------------------- +Started POST "/posts" for 127.0.0.1 at 2016-12-20 17:28:34 +0900 +Processing by PostsController#create as HTML + Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} +Redirected to http://www.example.com/posts/2 +Completed 302 Found in 10ms +------------------------------------------ +PostsControllerTest: test_should_get_index +------------------------------------------ +Started GET "/posts" for 127.0.0.1 at 2016-12-20 17:28:34 +0900 +Processing by PostsController#index as HTML + Rendering posts/index.html.erb within layouts/application + Rendered posts/index.html.erb within layouts/application (7.5ms) +Completed 200 OK in 167ms (Views: 164.9ms) +----------------------------------------- +PostsControllerTest: test_should_get_edit +----------------------------------------- +Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 +Processing by PostsController#edit as HTML + Parameters: {"id"=>"1"} + Rendering posts/edit.html.erb within layouts/application + Rendered posts/_form.html.erb (8.1ms) + Rendered posts/edit.html.erb within layouts/application (8.8ms) +Completed 200 OK in 44ms (Views: 10.3ms) +---------------------------------------- +PostsControllerTest: test_should_get_new +---------------------------------------- +Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 +Processing by PostsController#new as HTML + Rendering posts/new.html.erb within layouts/application + Rendered posts/_form.html.erb (4.2ms) + Rendered posts/new.html.erb within layouts/application (6.3ms) +Completed 200 OK in 13ms (Views: 11.7ms) +------------------------------------------ +PostsControllerTest: test_should_show_post +------------------------------------------ +Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 +Processing by PostsController#show as HTML + Parameters: {"id"=>"1"} + Rendering posts/show.html.erb within layouts/application + Rendered posts/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 59ms (Views: 2.1ms) +--------------------------------------------- +PostsControllerTest: test_should_destroy_post +--------------------------------------------- +Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 +Processing by PostsController#destroy as HTML + Parameters: {"id"=>"1"} +Redirected to http://www.example.com/posts +Completed 302 Found in 58ms +-------------------------------------------- +PostsControllerTest: test_should_update_post +-------------------------------------------- +Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 +Processing by PostsController#update as HTML + Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} +Redirected to http://www.example.com/posts/1 +Completed 302 Found in 59ms