test/apps/rails5/log/test.log in groonga-client-model-0.9.4 vs test/apps/rails5/log/test.log in groonga-client-model-0.9.5
- old
+ new
@@ -1740,5 +1740,309 @@
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
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-22 17:31:28 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (19.8ms)
+ Rendered posts/edit.html.erb within layouts/application (21.5ms)
+Completed 200 OK in 372ms (Views: 242.6ms)
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-22 17:31:33 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 37ms
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-22 17:31:33 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (8.4ms)
+ Rendered posts/edit.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 164ms (Views: 136.3ms)
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-22 17:31:34 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 4ms (Views: 3.3ms)
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-22 17:31:34 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.2ms)
+ Rendered posts/new.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 4ms (Views: 3.3ms)
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-22 17:31:34 +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 30ms (Views: 2.0ms)
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-22 17:31:34 +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 29ms
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-22 17:31: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 2ms
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-27 15:14:43 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (16.7ms)
+ Rendered posts/edit.html.erb within layouts/application (18.8ms)
+Completed 200 OK in 551ms (Views: 516.3ms)
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-27 15:14:44 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (2.0ms)
+ Rendered posts/new.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 6ms (Views: 5.3ms)
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-27 15:14:44 +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.7ms)
+Completed 200 OK in 32ms (Views: 3.1ms)
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-27 15:14:44 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 33ms
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-27 15:14:44 +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 2ms
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-27 15:14:44 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 7ms (Views: 4.9ms)
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-27 15:14:45 +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 30ms
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-27 15:16:04 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 39ms
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-27 15:16:04 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (13.2ms)
+ Rendered posts/new.html.erb within layouts/application (14.9ms)
+Completed 200 OK in 278ms (Views: 277.6ms)
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-27 15:16:05 +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.7ms)
+Completed 200 OK in 32ms (Views: 3.2ms)
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-27 15:16:05 +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 30ms
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-27 15:16:05 +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 2ms
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-27 15:16:05 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 6ms (Views: 4.8ms)
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-27 15:16:05 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (2.0ms)
+ Rendered posts/edit.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 34ms (Views: 5.4ms)
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-27 15:17:50 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 39ms
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-27 15:17:50 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (18.7ms)
+ Rendered posts/edit.html.erb within layouts/application (20.6ms)
+Completed 200 OK in 463ms (Views: 433.7ms)
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-27 15:17:51 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (2.0ms)
+ Rendered posts/new.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 6ms (Views: 5.3ms)
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-27 15:17:51 +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 2ms
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-27 15:17:51 +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.7ms)
+Completed 200 OK in 31ms (Views: 3.1ms)
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-27 15:17:51 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 6ms (Views: 4.9ms)
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-27 15:17:51 +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 30ms