groonga-client-model 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/doc/text/news.md +10 -0
  4. data/groonga-client-model.gemspec +2 -2
  5. data/lib/groonga-client-model.rb +1 -0
  6. data/lib/groonga_client_model/railties/groonga.rake +35 -0
  7. data/lib/groonga_client_model/schema_loader.rb +43 -0
  8. data/lib/groonga_client_model/spec_helper.rb +6 -0
  9. data/lib/groonga_client_model/test/fixture.rb +33 -0
  10. data/lib/groonga_client_model/test_helper.rb +6 -0
  11. data/lib/groonga_client_model/version.rb +1 -1
  12. data/test/apps/rails5/Gemfile.lock +16 -18
  13. data/test/apps/rails5/log/development.log +725 -183
  14. data/test/apps/rails5/log/test.log +929 -1174
  15. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/04/04zh1ytKDagWzWcqUyadXtzzohCn9iVvSVG4KrjpfPU.cache +0 -0
  16. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{Sd/Sda0ZUElAQoD0SXBgNqF99THI2KdVA4YOcdhAyZxPsY.cache → 0Y/0YkSxw5h6hn0sUlqRHRM4egC2_a7WC-BN24ZkVpKVhM.cache} +0 -0
  17. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/2R/2RT8ZitZmaxI-wImfF4i_xLnxo4kg6X7nsdWHk4f7Ps.cache +0 -0
  18. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/3P/3Px3lDIUtsiFfGy4nQGown3yldwKCp1MNuWbSDX1pvg.cache +0 -0
  19. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{xU/xUR-yFcc0UZR2BLp-jBU9bjPiIYophx6ep5yBEeQCM8.cache → 3d/3dM4S3-yZA5FH03WVgndCHr0XbWKpRNKVDqBbbTkhPo.cache} +0 -0
  20. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/5g/5gcXfyU_2YGZzzLIX2HgVkpwSaUUyIH9beyVvR4-RyM.cache +0 -0
  21. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{Qr/Qrr38H1OZvkfozoMfcDEQ-arpbO7PFQ47i70UTEeWnk.cache → 6r/6rrJLZY0-_gdJxgMUZBZIn-wf8bPVArYjXhIIrt_O5Y.cache} +0 -0
  22. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{J-/J-hbdFdKmhYgVvczTzQyQ6ToGIL2Ucw2qCT6Y1oOPhg.cache → 8F/8FSmWqWD4QwOv26Ndv9UokK0dyx8An2fdD5dojiMIEQ.cache} +0 -0
  23. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/8w/8wTyiibSVQ_CunXEyCjFUbzdSEAuSbH0z5XuCUXG0EA.cache +0 -0
  24. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/9p/9pkKAqd_Ia0HpbbUCZtpJ8WiDzr5stcFJsnqsOsJwCc.cache +0 -0
  25. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/B9/B9QeeLv4GR9sOdrwyvxa8jIr4MkxjYh4Ow6MOZ8slX8.cache +0 -0
  26. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Dc/Dcujr9N54L76juPEo4EOYs8buHy8vO2fp-AjoG42-uQ.cache +0 -0
  27. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/F2/F2G2wQz7oPKX0Y4KCAUyw79ULHKyiweLkqbo4uclz2M.cache +0 -0
  28. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/F4/F4Vm2jVryhME1Ux-h1fCIbynttYJmSOV0lzVQihiIas.cache +0 -0
  29. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{na/naKBB6bJXEjSAfrBfAiXlIzJDRGTsRrbQlI5FezRxnM.cache → G5/G5kEgrYqe2Ch48tEIN0oJPF6WT2CV5zYmTJvOz7A6RQ.cache} +0 -0
  30. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{m8/m8XSfEV5J53MzAtMK6udqOZh9S_uC-tELG327hLnWT4.cache → I4/I4vFFlIVkL7O3GA9sTW-w6J6yRUCLLl9YNRmfxrqswI.cache} +0 -0
  31. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{71/71Km0xL27urBNH3LVGVQ7MXXtuIePWU9VsJ4VjSeMac.cache → Jx/JxqKcQMwBJiEHGEI02lnLQOcLwQdQAoS-uLcFH6qDYI.cache} +0 -0
  32. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Lv/Lv6fMJse5qx4Cjg7vyFgQTjyxJ0IIVudlBljGARWz8w.cache +1 -0
  33. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Mm/Mm6np3z0M8X93OMMO8kUlkKsrTFxouNT0fD8KOV7Shc.cache +1 -0
  34. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{46/46uDYcwHwTAfdjT4Cxqs7pC3FEBf4GNj8S36-TDtT18.cache → NW/NWK4XwAvNUtd_qfV8Jo3Jb6bUO0OjHmulFzWtqDf3dY.cache} +0 -0
  35. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{Ih/IhFDQr9KaIbw7KJmoi9sRJ2CWZtxt72J0Eu2HDAQYJA.cache → ON/ONKACMGby25ZIw_pcjnW6RmhgI3SwIxPehIveaYublI.cache} +0 -0
  36. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Pz/PzsjxNnBT0RlIX-T49i6Iyrc_XG8IaJ-F55_x52md8M.cache +0 -0
  37. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Q0/Q0AeQIZuDbFTvWKLlSaL-R4XKHuiymwgVvQUqxxVq_k.cache +0 -0
  38. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/SO/SOU1TEHFYRVejiA6nBNRm3Bwq_YtPlxSXK0VM3y3vto.cache +0 -0
  39. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Sh/ShN-ZUpoxLJLJiMV5gFDP00vcSMHw87YzFBlXH4adPA.cache +0 -0
  40. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Si/Sin6bEoASrNa45108CpfgF2jcifz-KpbsvvZJtqVZ68.cache +0 -0
  41. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{kv/kvOgs1tp83VikXcBjupUg71ybkDcx1pBzH2Dw6mVa7A.cache → TJ/TJYJYIRzfatw62Fqd4utqJCOWBRwwxagtiwaal6YgMY.cache} +0 -0
  42. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{eo/eoSb6VtmOhc2zv4rO1yMBf6hjUj7zHVkSMiNZ7Y576w.cache → Vx/VxspPfgrkAr0HuxEvyUjYiDJYqefMknFGDIlgIqCdxc.cache} +0 -0
  43. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/X6/X6u2Cul1j8SpBq0WC1S8WhzGiT6f-6L_djUngh_gQfw.cache +0 -0
  44. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{a7/a7_aLHXKzPVK1lGdqvWuCl5hXxwSIGH4kcxuF7jMzgE.cache → XJ/XJRPx7aZ4ajZ72O37hx53ZFkfXSHpDDpCy78LI0leqM.cache} +0 -0
  45. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Xe/XeuTfsFtikyfcpzyNjJW7GvVARtV7EFUF8V9lJuS9zs.cache +0 -0
  46. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Ya/YayMISAqD-Y3vBFywwKrXbUovGf5o77HUF5s8mnQgO0.cache +0 -0
  47. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/Zv/ZvCEW2ZyS-k4cHH7Gd8P2nKFE9Uh1VOrfR-1PYY2yz8.cache +5 -0
  48. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{TI/TIt8bfq26rstydJvFM28p05FfB6s8Qjr6EoF6EtQUEc.cache → _3/_3zPnz3qCdhBpeeHpy868M7ys7R_57zbTyQrXSSYss0.cache} +0 -0
  49. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{-8/-8MPXp-nRdAuudlPZG0-fjIhSfT9c-mruIMNR_HnpTE.cache → aa/aaHS7n54GBP_AiELufudftqA7C4tZhFBH9VGYdybJr8.cache} +0 -0
  50. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/bC/bC4GwUqmx5xluzLKeau3eKE3yl_Ww8C5NB00OG94FU8.cache +1 -0
  51. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/c9/c9YydpmE9rI8VeQ4sVqd5JrA1VSEFGGzpuMBUSrAGac.cache +0 -0
  52. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/cB/cBjyp28toLdtY2EFK9cqrbDnrwBSFI7T_vLNoGz-u_U.cache +0 -0
  53. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/cT/cT8i2C4yg0R2UYvutxD-4kbdJF09toG1OUgtd6NAf2M.cache +0 -0
  54. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/cU/cUegCc5wz5f7rfqzD7wrbN633pZRWeewi9j1lJ895Y0.cache +0 -0
  55. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/dA/dAab_MVPXubReIXiKSsP0TGA9dXca0KkwVLz7xNJNmA.cache +0 -0
  56. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{LD/LDzW9KshYb0NgRzu1HyrKQlc3satBlIIOEHET_I4TjA.cache → eQ/eQxzX_D16-XyOt1WTkYEC0qDvRbjXcCgQgnd9pBrg7o.cache} +0 -0
  57. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{pN/pNBMBzHv-_a5u4lbxQmRsv_hzWZOk93wX3hlG4y4X5E.cache → fA/fAYjlah9JCXwON-gnJ4_h31CwtuuIXzN3g0yqPv2VVs.cache} +0 -0
  58. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{m-/m-gDByrlve8T_OZCCZCaGVlLUnbGWk0qkv7naFMcLDg.cache → fs/fsOGJq1Cf6bkAY-rQw_0-E3_SR3wCq32URYNGrkpra8.cache} +0 -0
  59. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache +0 -0
  60. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/oU/oUgVYeNUmvSbf5MWq5a-nknLIlepM8oMGSWyD1J5bzg.cache +0 -0
  61. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{eY/eYUlaSCg8w9Jp-IVGbffopOhH4C94vGA0w6SaC88FM8.cache → pO/pO91-alTEvoJQwAf99ZO4MPNXR6GFVPYAGKgUwXp4_8.cache} +0 -0
  62. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/pq/pqi4pYpSRroaGdwCXuATmVeb1U-mvzUU8zeWu6o5ooo.cache +0 -0
  63. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/q9/q9zC8RrLhOO1dVXJ3fZqc9dSbshhjSpsDQxh5MpbnDA.cache +0 -0
  64. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{S1/S1RgRu3SVlB0u9krRyLUpNzVgKMN9Pk_KMWLehP2SUc.cache → qi/qit4N5k-pwfAxy8la201gik2BGMQHK1goKvvpTXEa2A.cache} +0 -0
  65. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{P1/P1Ojlz0OChhbxGf83KhMWxJFzKZ3unhLwJ1UoH5U7ss.cache → rF/rF2vahiCQKUhJ8McEG0p8B7csWsz-dL13EQ7r2APOxc.cache} +0 -0
  66. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/rv/rvA5ImExxmMtvHSKmwVMXxnVzM4istECfBR-LxbUf8I.cache +0 -0
  67. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/tV/tVL6qud2OxyiMT_-izeWpZa4KnypOUhK0XjwBIPVgi0.cache +0 -0
  68. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/u9/u9KRIaEPNXOli5XraaesEIoUIeV7x01_Uws3fve7caA.cache +0 -0
  69. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/uo/uo2nRPLQSA3FmFVLvE-9uXW64Xx-Gp799qSF3vui1WE.cache +0 -0
  70. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/wk/wkq61sthozFhcHD4adBD0UoyC9h7wkoKhI8HUXB_lHk.cache +0 -0
  71. data/test/apps/rails5/tmp/cache/assets/sprockets/v3.0/{KZ/KZDZMIUD9LD98z__9bjCHLnzjcGoKSnlxuHH1cEiw6M.cache → yO/yO6BxW_KpdFMPjQgywUZXxLvdVM639GnboZKUb3K7kA.cache} +0 -0
  72. metadata +183 -166
@@ -1,348 +1,890 @@
1
- Started GET "/" for 127.0.0.1 at 2016-12-05 16:56:01 +0900
1
+ Started GET "/" for 127.0.0.1 at 2016-12-01 18:18:37 +0900
2
2
  Processing by Rails::WelcomeController#index as HTML
3
3
  Parameters: {"internal"=>true}
4
4
  Rendering /var/lib/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
5
- Rendered /var/lib/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (2.9ms)
6
- Completed 200 OK in 29ms (Views: 7.6ms)
7
-
8
-
9
- Started GET "/books/" for 127.0.0.1 at 2016-12-05 16:56:04 +0900
10
-
11
- ActionController::RoutingError (No route matches [GET] "/books"):
12
-
13
- actionpack (5.0.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:53:in `call'
14
- web-console (3.4.0) lib/web_console/middleware.rb:135:in `call_app'
15
- web-console (3.4.0) lib/web_console/middleware.rb:28:in `block in call'
16
- web-console (3.4.0) lib/web_console/middleware.rb:18:in `catch'
17
- web-console (3.4.0) lib/web_console/middleware.rb:18:in `call'
18
- actionpack (5.0.0.1) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
19
- railties (5.0.0.1) lib/rails/rack/logger.rb:36:in `call_app'
20
- railties (5.0.0.1) lib/rails/rack/logger.rb:24:in `block in call'
21
- activesupport (5.0.0.1) lib/active_support/tagged_logging.rb:70:in `block in tagged'
22
- activesupport (5.0.0.1) lib/active_support/tagged_logging.rb:26:in `tagged'
23
- activesupport (5.0.0.1) lib/active_support/tagged_logging.rb:70:in `tagged'
24
- railties (5.0.0.1) lib/rails/rack/logger.rb:24:in `call'
25
- sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call'
26
- actionpack (5.0.0.1) lib/action_dispatch/middleware/request_id.rb:24:in `call'
27
- rack (2.0.1) lib/rack/method_override.rb:22:in `call'
28
- rack (2.0.1) lib/rack/runtime.rb:22:in `call'
29
- activesupport (5.0.0.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
30
- actionpack (5.0.0.1) lib/action_dispatch/middleware/executor.rb:12:in `call'
31
- actionpack (5.0.0.1) lib/action_dispatch/middleware/static.rb:136:in `call'
32
- rack (2.0.1) lib/rack/sendfile.rb:111:in `call'
33
- railties (5.0.0.1) lib/rails/engine.rb:522:in `call'
34
- puma (3.6.2) lib/puma/configuration.rb:225:in `call'
35
- puma (3.6.2) lib/puma/server.rb:578:in `handle_request'
36
- puma (3.6.2) lib/puma/server.rb:415:in `process_client'
37
- puma (3.6.2) lib/puma/server.rb:275:in `block in run'
38
- puma (3.6.2) lib/puma/thread_pool.rb:116:in `block in spawn_thread'
39
- Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout
5
+ Rendered /var/lib/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (2.8ms)
6
+ Completed 200 OK in 33ms (Views: 15.1ms)
7
+
8
+
9
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:18:40 +0900
10
+ Processing by PostsController#index as HTML
11
+ Completed 500 Internal Server Error in 2ms
12
+
13
+
14
+
15
+ NoMethodError (undefined method `all' for Post:Class):
16
+
17
+ app/controllers/posts_controller.rb:7:in `index'
18
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
19
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
20
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.1ms)
40
21
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
41
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
42
- Rendered collection of /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb [8 times] (4.9ms)
43
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.1ms)
22
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
44
23
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
45
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
46
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.7ms)
47
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 16:56:07 +0900
24
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
25
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (32.0ms)
26
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:19:50 +0900
48
27
  Processing by PostsController#index as HTML
49
- Completed 500 Internal Server Error in 4ms
28
+ Completed 500 Internal Server Error in 12ms
50
29
 
51
30
 
52
31
 
53
- Groonga::Client::Protocol::WrappedError (Failed to open TCP connection to 127.0.0.1:10041 (Connection refused - connect(2) for "127.0.0.1" port 10041)):
32
+ NameError (undefined local variable or method `response' for Post:Class
33
+ Did you mean? resposne):
54
34
 
55
- groonga-client (0.3.1) lib/groonga/client/protocol/http/synchronous.rb:56:in `rescue in send'
56
- groonga-client (0.3.1) lib/groonga/client/protocol/http/synchronous.rb:38:in `send'
57
- groonga-client (0.3.1) lib/groonga/client/protocol/http/thread.rb:39:in `block in send'
35
+ app/controllers/posts_controller.rb:7:in `index'
58
36
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
59
37
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
60
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.7ms)
38
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.1ms)
61
39
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
62
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
40
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
63
41
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
64
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
65
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.3ms)
66
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 16:56:29 +0900
42
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
43
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.1ms)
44
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:19:59 +0900
67
45
  Processing by PostsController#index as HTML
68
- Completed 500 Internal Server Error in 7ms
46
+ Completed 500 Internal Server Error in 21ms
69
47
 
70
48
 
71
49
 
72
- NoMethodError (undefined method `records' for #<Groonga::Client::Response::Error:0x0056189107fdc8>):
50
+ NameError (undefined local variable or method `response' for Post:Class
51
+ Did you mean? resposne):
73
52
 
74
53
  app/controllers/posts_controller.rb:7:in `index'
75
54
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
76
55
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
77
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (13.7ms)
56
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.7ms)
78
57
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
79
58
  Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
80
59
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
81
60
  Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
82
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.8ms)
83
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 16:56:41 +0900
61
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.0ms)
62
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:20:04 +0900
84
63
  Processing by PostsController#index as HTML
85
- Completed 500 Internal Server Error in 11ms
64
+ Completed 500 Internal Server Error in 14ms
86
65
 
87
66
 
88
67
 
89
- NoMethodError (undefined method `records' for #<Groonga::Client::Response::Error:0x0055ceab0a43b0>):
68
+ ActiveModel::UnknownAttributeError (unknown attribute '_id' for Post.):
90
69
 
91
70
  app/controllers/posts_controller.rb:7:in `index'
92
71
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
93
72
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
94
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.7ms)
73
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.4ms)
95
74
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
96
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
75
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
97
76
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
98
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
99
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.9ms)
100
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 16:58:00 +0900
77
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
78
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.9ms)
79
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:20:33 +0900
101
80
  Processing by PostsController#index as HTML
102
- Completed 500 Internal Server Error in 15ms
81
+ Completed 500 Internal Server Error in 5ms
103
82
 
104
83
 
105
84
 
106
- NoMethodError (undefined method `key?' for #<GroongaClientModel::Schema::Tables:0x00555d8f6a2290 @raw={}>):
85
+ ActiveModel::UnknownAttributeError (unknown attribute '_id' for Post.):
107
86
 
108
87
  app/controllers/posts_controller.rb:7:in `index'
109
88
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
110
89
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
111
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.7ms)
90
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.2ms)
112
91
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
113
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
92
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
114
93
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
115
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
116
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.9ms)
117
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 16:58:54 +0900
94
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
95
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.2ms)
96
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:20:35 +0900
118
97
  Processing by PostsController#index as HTML
119
- Completed 500 Internal Server Error in 16ms
98
+ Rendering posts/index.html.erb within layouts/application
99
+ Rendered posts/index.html.erb within layouts/application (6.2ms)
100
+ Completed 500 Internal Server Error in 22ms
120
101
 
121
102
 
122
103
 
123
- NoMethodError (undefined method `records' for #<Groonga::Client::Response::Error:0x00562970e23278>):
104
+ ActionView::Template::Error (undefined method `attribute' for #<Post:0x005560da019600>
105
+ Did you mean? attributes):
106
+ 14: <tbody>
107
+ 15: <% @posts.each do |post| %>
108
+ 16: <tr>
109
+ 17: <td><%= post.title %></td>
110
+ 18: <td><%= post.body %></td>
111
+ 19: <td><%= link_to 'Show', post %></td>
112
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
124
113
 
125
- app/controllers/posts_controller.rb:7:in `index'
126
- Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
114
+ app/views/posts/index.html.erb:17:in `block in _app_views_posts_index_html_erb__389316787662477669_46937231890700'
115
+ app/views/posts/index.html.erb:15:in `each'
116
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb__389316787662477669_46937231890700'
117
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
127
118
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
128
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.0ms)
119
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.9ms)
129
120
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
130
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
121
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
131
122
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
132
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
133
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.9ms)
134
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 16:59:27 +0900
123
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
124
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms)
125
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:21:36 +0900
135
126
  Processing by PostsController#index as HTML
136
- Completed 500 Internal Server Error in 14ms
127
+ Rendering posts/index.html.erb within layouts/application
128
+ Rendered posts/index.html.erb within layouts/application (4.4ms)
129
+ Completed 500 Internal Server Error in 20ms
137
130
 
138
131
 
139
132
 
140
- GroongaClientModel::Error (table doesn't exist: <posts>):
133
+ ActionView::Template::Error (wrong number of arguments (given 0, expected 1)):
134
+ 14: <tbody>
135
+ 15: <% @posts.each do |post| %>
136
+ 16: <tr>
137
+ 17: <td><%= post.title %></td>
138
+ 18: <td><%= post.body %></td>
139
+ 19: <td><%= link_to 'Show', post %></td>
140
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
141
141
 
142
- app/controllers/posts_controller.rb:7:in `index'
143
- Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
142
+ app/views/posts/index.html.erb:17:in `block in _app_views_posts_index_html_erb___4495960670403824399_47023100559820'
143
+ app/views/posts/index.html.erb:15:in `each'
144
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___4495960670403824399_47023100559820'
145
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
144
146
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
145
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.0ms)
147
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.7ms)
146
148
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
147
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
149
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
148
150
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
149
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
150
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.8ms)
151
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:00:18 +0900
151
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
152
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms)
153
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:21:48 +0900
152
154
  Processing by PostsController#index as HTML
153
- Completed 500 Internal Server Error in 1ms
155
+ Rendering posts/index.html.erb within layouts/application
156
+ Rendered posts/index.html.erb within layouts/application (5.1ms)
157
+ Completed 500 Internal Server Error in 23ms
154
158
 
155
159
 
156
160
 
157
- GroongaClientModel::Error (table doesn't exist: <posts>):
161
+ ActionView::Template::Error (undefined method `to_model' for #<Post:0x0055c22a6b4850>
162
+ Did you mean? to_yaml):
163
+ 16: <tr>
164
+ 17: <td><%= post.title %></td>
165
+ 18: <td><%= post.body %></td>
166
+ 19: <td><%= link_to 'Show', post %></td>
167
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
168
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
169
+ 22: </tr>
158
170
 
159
- app/controllers/posts_controller.rb:7:in `index'
160
- Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
171
+ app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb___1853529338262459853_47146212465480'
172
+ app/views/posts/index.html.erb:15:in `each'
173
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___1853529338262459853_47146212465480'
174
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
161
175
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
162
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.7ms)
176
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.1ms)
163
177
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
164
178
  Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
165
179
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
166
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
167
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.9ms)
168
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:05:50 +0900
180
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
181
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.5ms)
182
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:22:18 +0900
169
183
  Processing by PostsController#index as HTML
170
- Completed 500 Internal Server Error in 1ms
184
+ Rendering posts/index.html.erb within layouts/application
185
+ Rendered posts/index.html.erb within layouts/application (4.8ms)
186
+ Completed 500 Internal Server Error in 22ms
171
187
 
172
188
 
173
189
 
174
- GroongaClientModel::Error (table doesn't exist: <posts>):
190
+ ActionView::Template::Error (undefined method `persisted?' for #<Post:0x00563ef14021e0>):
191
+ 16: <tr>
192
+ 17: <td><%= post.title %></td>
193
+ 18: <td><%= post.body %></td>
194
+ 19: <td><%= link_to 'Show', post %></td>
195
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
196
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
197
+ 22: </tr>
175
198
 
176
- app/controllers/posts_controller.rb:7:in `index'
177
- Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
199
+ app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb___635720402817479229_47414168245400'
200
+ app/views/posts/index.html.erb:15:in `each'
201
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___635720402817479229_47414168245400'
202
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
178
203
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
179
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (7.5ms)
204
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.9ms)
180
205
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
181
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
206
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
182
207
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
183
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
184
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.3ms)
185
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:05:57 +0900
208
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
209
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.7ms)
210
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:23:41 +0900
186
211
  Processing by PostsController#index as HTML
187
- Completed 500 Internal Server Error in 1ms
212
+ Rendering posts/index.html.erb within layouts/application
213
+ Rendered posts/index.html.erb within layouts/application (6.5ms)
214
+ Completed 500 Internal Server Error in 16ms
188
215
 
189
216
 
190
217
 
191
- GroongaClientModel::Error (table doesn't exist: <posts>):
218
+ ActionView::Template::Error (undefined method `persisted?' for #<Post:0x00563ef1431bc0>):
219
+ 16: <tr>
220
+ 17: <td><%= post.title %></td>
221
+ 18: <td><%= post.body %></td>
222
+ 19: <td><%= link_to 'Show', post %></td>
223
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
224
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
225
+ 22: </tr>
192
226
 
193
- app/controllers/posts_controller.rb:7:in `index'
194
- Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
227
+ app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb___635720402817479229_47414167734720'
228
+ app/views/posts/index.html.erb:15:in `each'
229
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___635720402817479229_47414167734720'
230
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
231
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
232
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.6ms)
233
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
234
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
235
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
236
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
237
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.7ms)
238
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:23:47 +0900
239
+ Processing by PostsController#index as HTML
240
+ Rendering posts/index.html.erb within layouts/application
241
+ Rendered posts/index.html.erb within layouts/application (6.0ms)
242
+ Completed 200 OK in 850ms (Views: 838.0ms)
243
+
244
+
245
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:23:50 +0900
246
+ Processing by PostsController#index as HTML
247
+ Rendering posts/index.html.erb within layouts/application
248
+ Rendered posts/index.html.erb within layouts/application (1.7ms)
249
+ Completed 200 OK in 33ms (Views: 30.2ms)
250
+
251
+
252
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:23:52 +0900
253
+ Processing by PostsController#index as HTML
254
+ Rendering posts/index.html.erb within layouts/application
255
+ Rendered posts/index.html.erb within layouts/application (1.7ms)
256
+ Completed 200 OK in 40ms (Views: 37.5ms)
257
+
258
+
259
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:24:47 +0900
260
+ Processing by PostsController#index as HTML
261
+ Rendering posts/index.html.erb within layouts/application
262
+ Rendered posts/index.html.erb within layouts/application (6.3ms)
263
+ Completed 500 Internal Server Error in 24ms
264
+
265
+
266
+
267
+ ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"posts", :id=>nil} missing required keys: [:id]):
268
+ 17: <td><%= post.title %></td>
269
+ 18: <td><%= post.body %></td>
270
+ 19: <td><%= link_to 'Show', post %></td>
271
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
272
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
273
+ 22: </tr>
274
+ 23: <% end %>
275
+
276
+ app/views/posts/index.html.erb:20:in `block in _app_views_posts_index_html_erb___839945429521205129_47261071007540'
277
+ app/views/posts/index.html.erb:15:in `each'
278
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___839945429521205129_47261071007540'
279
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
280
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
281
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.8ms)
282
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
283
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
284
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
285
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
286
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.9ms)
287
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:24:52 +0900
288
+ Processing by PostsController#index as HTML
289
+ Rendering posts/index.html.erb within layouts/application
290
+ Rendered posts/index.html.erb within layouts/application (4.6ms)
291
+ Completed 500 Internal Server Error in 16ms
292
+
293
+
294
+
295
+ ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"posts", :id=>nil} missing required keys: [:id]):
296
+ 17: <td><%= post.title %></td>
297
+ 18: <td><%= post.body %></td>
298
+ 19: <td><%= link_to 'Show', post %></td>
299
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
300
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
301
+ 22: </tr>
302
+ 23: <% end %>
303
+
304
+ app/views/posts/index.html.erb:20:in `block in _app_views_posts_index_html_erb___839945429521205129_47261078919280'
305
+ app/views/posts/index.html.erb:15:in `each'
306
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___839945429521205129_47261078919280'
307
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
308
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
309
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.5ms)
310
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
311
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
312
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
313
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
314
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.7ms)
315
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:27:43 +0900
316
+ Processing by PostsController#index as HTML
317
+ Rendering posts/index.html.erb within layouts/application
318
+ Rendered posts/index.html.erb within layouts/application (5.3ms)
319
+ Completed 500 Internal Server Error in 21ms
320
+
321
+
322
+
323
+ ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"posts", :id=>nil} missing required keys: [:id]):
324
+ 17: <td><%= post.title %></td>
325
+ 18: <td><%= post.body %></td>
326
+ 19: <td><%= link_to 'Show', post %></td>
327
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
328
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
329
+ 22: </tr>
330
+ 23: <% end %>
331
+
332
+ app/views/posts/index.html.erb:20:in `block in _app_views_posts_index_html_erb__4127579573419707670_47078090682460'
333
+ app/views/posts/index.html.erb:15:in `each'
334
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb__4127579573419707670_47078090682460'
335
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
336
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
337
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.1ms)
338
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
339
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
340
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
341
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
342
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.9ms)
343
+ Started GET "/" for 127.0.0.1 at 2016-12-01 18:27:45 +0900
344
+ Processing by Rails::WelcomeController#index as HTML
345
+ Parameters: {"internal"=>true}
346
+ Rendering /var/lib/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
347
+ Rendered /var/lib/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (2.2ms)
348
+ Completed 200 OK in 4ms (Views: 3.0ms)
349
+
350
+
351
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:27:47 +0900
352
+ Processing by PostsController#index as HTML
353
+ Rendering posts/index.html.erb within layouts/application
354
+ Rendered posts/index.html.erb within layouts/application (1.8ms)
355
+ Completed 500 Internal Server Error in 5ms
356
+
357
+
358
+
359
+ ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"posts", :id=>nil} missing required keys: [:id]):
360
+ 17: <td><%= post.title %></td>
361
+ 18: <td><%= post.body %></td>
362
+ 19: <td><%= link_to 'Show', post %></td>
363
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
364
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
365
+ 22: </tr>
366
+ 23: <% end %>
367
+
368
+ app/views/posts/index.html.erb:20:in `block in _app_views_posts_index_html_erb__4127579573419707670_47078099310320'
369
+ app/views/posts/index.html.erb:15:in `each'
370
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb__4127579573419707670_47078099310320'
371
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
195
372
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
196
373
  Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.8ms)
197
374
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
375
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
376
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
377
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
378
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.8ms)
379
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:28:13 +0900
380
+ Processing by PostsController#index as HTML
381
+ Rendering posts/index.html.erb within layouts/application
382
+ Rendered posts/index.html.erb within layouts/application (5.6ms)
383
+ Completed 500 Internal Server Error in 18ms
384
+
385
+
386
+
387
+ ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"posts", :id=>nil} missing required keys: [:id]):
388
+ 17: <td><%= post.title %></td>
389
+ 18: <td><%= post.body %></td>
390
+ 19: <td><%= link_to 'Show', post %></td>
391
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
392
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
393
+ 22: </tr>
394
+ 23: <% end %>
395
+
396
+ app/views/posts/index.html.erb:20:in `block in _app_views_posts_index_html_erb___3357431091207531137_47136389330960'
397
+ app/views/posts/index.html.erb:15:in `each'
398
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___3357431091207531137_47136389330960'
399
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
400
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
401
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.5ms)
402
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
198
403
  Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
199
404
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
405
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
406
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.8ms)
407
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:29:56 +0900
408
+ Processing by PostsController#index as HTML
409
+ Rendering posts/index.html.erb within layouts/application
410
+ Rendered posts/index.html.erb within layouts/application (4.4ms)
411
+ Completed 500 Internal Server Error in 21ms
412
+
413
+
414
+
415
+ ActionView::Template::Error (undefined method `empty?' for 1:Fixnum):
416
+ 16: <tr>
417
+ 17: <td><%= post.title %></td>
418
+ 18: <td><%= post.body %></td>
419
+ 19: <td><%= link_to 'Show', post %></td>
420
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
421
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
422
+ 22: </tr>
423
+
424
+ app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb___2200482020377021996_47335657071140'
425
+ app/views/posts/index.html.erb:15:in `each'
426
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___2200482020377021996_47335657071140'
427
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
428
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
429
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.9ms)
430
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
431
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
432
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
200
433
  Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
201
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.5ms)
202
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:06:11 +0900
434
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.5ms)
435
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:31:04 +0900
203
436
  Processing by PostsController#index as HTML
204
437
  Rendering posts/index.html.erb within layouts/application
205
- Rendered posts/index.html.erb within layouts/application (3.6ms)
206
- Completed 200 OK in 1042ms (Views: 1027.4ms)
438
+ Rendered posts/index.html.erb within layouts/application (6.9ms)
439
+ Completed 500 Internal Server Error in 23ms
207
440
 
208
441
 
209
- Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 17:06:54 +0900
210
- Processing by PostsController#new as HTML
211
- Rendering posts/new.html.erb within layouts/application
212
- Rendered posts/_form.html.erb (58.5ms)
213
- Rendered posts/new.html.erb within layouts/application (59.8ms)
214
- Completed 200 OK in 92ms (Views: 90.5ms)
442
+
443
+ ActionView::Template::Error (undefined method `empty?' for 1:Fixnum):
444
+ 16: <tr>
445
+ 17: <td><%= post.title %></td>
446
+ 18: <td><%= post.body %></td>
447
+ 19: <td><%= link_to 'Show', post %></td>
448
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
449
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
450
+ 22: </tr>
451
+
452
+ app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb___203076626030074579_47432878507920'
453
+ app/views/posts/index.html.erb:15:in `each'
454
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___203076626030074579_47432878507920'
455
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
456
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
457
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.4ms)
458
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
459
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
460
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
461
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
462
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.5ms)
463
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:31:05 +0900
464
+ Processing by PostsController#index as HTML
465
+ Rendering posts/index.html.erb within layouts/application
466
+ Rendered posts/index.html.erb within layouts/application (7.4ms)
467
+ Completed 500 Internal Server Error in 17ms
215
468
 
216
469
 
217
- Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 17:06:55 +0900
218
- Processing by PostsController#new as HTML
219
- Rendering posts/new.html.erb within layouts/application
220
- Rendered posts/_form.html.erb (3.1ms)
221
- Rendered posts/new.html.erb within layouts/application (4.2ms)
222
- Completed 200 OK in 39ms (Views: 38.0ms)
470
+
471
+ ActionView::Template::Error (undefined method `empty?' for 1:Fixnum):
472
+ 16: <tr>
473
+ 17: <td><%= post.title %></td>
474
+ 18: <td><%= post.body %></td>
475
+ 19: <td><%= link_to 'Show', post %></td>
476
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
477
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
478
+ 22: </tr>
479
+
480
+ app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb___203076626030074579_47432886448820'
481
+ app/views/posts/index.html.erb:15:in `each'
482
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___203076626030074579_47432886448820'
483
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
484
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
485
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.6ms)
486
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
487
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
488
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
489
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
490
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.8ms)
491
+ Started POST "/__web_console/repl_sessions/6ff2f4b29e20b2f06d3cf5ba21010552/trace" for 127.0.0.1 at 2016-12-01 18:31:12 +0900
492
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:32:26 +0900
493
+ Processing by PostsController#index as HTML
494
+ Rendering posts/index.html.erb within layouts/application
495
+ Rendered posts/index.html.erb within layouts/application (7.3ms)
496
+ Completed 500 Internal Server Error in 16ms
223
497
 
224
498
 
225
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:06:57 +0900
499
+
500
+ ActionView::Template::Error (undefined method `empty?' for 1:Fixnum):
501
+ 16: <tr>
502
+ 17: <td><%= post.title %></td>
503
+ 18: <td><%= post.body %></td>
504
+ 19: <td><%= link_to 'Show', post %></td>
505
+ 20: <td><%= link_to 'Edit', edit_post_path(post) %></td>
506
+ 21: <td><%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %></td>
507
+ 22: </tr>
508
+
509
+ app/views/posts/index.html.erb:19:in `block in _app_views_posts_index_html_erb___203076626030074579_47432886644560'
510
+ app/views/posts/index.html.erb:15:in `each'
511
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___203076626030074579_47432886644560'
512
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
513
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
514
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.5ms)
515
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
516
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
517
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
518
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.4ms)
519
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.6ms)
520
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:32:30 +0900
226
521
  Processing by PostsController#index as HTML
227
522
  Rendering posts/index.html.erb within layouts/application
228
- Rendered posts/index.html.erb within layouts/application (1.8ms)
229
- Completed 200 OK in 33ms (Views: 29.0ms)
523
+ Rendered posts/index.html.erb within layouts/application (3.9ms)
524
+ Completed 200 OK in 210ms (Views: 198.1ms)
230
525
 
231
526
 
232
- Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 17:06:58 +0900
233
- Processing by PostsController#new as HTML
234
- Rendering posts/new.html.erb within layouts/application
235
- Rendered posts/_form.html.erb (3.0ms)
236
- Rendered posts/new.html.erb within layouts/application (4.6ms)
237
- Completed 200 OK in 24ms (Views: 22.1ms)
527
+ Started GET "/posts/1" for 127.0.0.1 at 2016-12-01 18:32:33 +0900
528
+ Processing by PostsController#show as HTML
529
+ Parameters: {"id"=>"1"}
530
+ Completed 500 Internal Server Error in 5ms
238
531
 
239
532
 
240
- Started POST "/posts" for 127.0.0.1 at 2016-12-05 17:07:04 +0900
241
- Processing by PostsController#create as HTML
242
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"UKarvI2G3wSoLopwNIi29EptCIgNedJ8DNgW5djbhGJAsPJ8T2wjewuFtoJVECJAqg1i7P9kh735gSPjqK0EDQ==", "post"=>{"title"=>"Hello", "body"=>"World"}, "commit"=>"Create Post"}
243
- Redirected to
533
+
534
+ NoMethodError (undefined method `find' for Post:Class):
535
+
536
+ app/controllers/posts_controller.rb:67:in `set_post'
537
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
538
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
539
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.6ms)
540
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
541
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
542
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
543
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
544
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.0ms)
545
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:32:37 +0900
546
+ Processing by PostsController#index as HTML
547
+ Rendering posts/index.html.erb within layouts/application
548
+ Rendered posts/index.html.erb within layouts/application (1.1ms)
549
+ Completed 200 OK in 25ms (Views: 23.0ms)
550
+
551
+
552
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-01 18:32:39 +0900
553
+ Processing by PostsController#edit as HTML
554
+ Parameters: {"id"=>"1"}
244
555
  Completed 500 Internal Server Error in 3ms
245
556
 
246
557
 
247
558
 
248
- ActionController::UrlGenerationError (No route matches {:action=>"show", :controller=>"posts", :id=>""} missing required keys: [:id]):
559
+ NoMethodError (undefined method `find' for Post:Class):
249
560
 
250
- app/controllers/posts_controller.rb:31:in `block (2 levels) in create'
251
- app/controllers/posts_controller.rb:29:in `create'
561
+ app/controllers/posts_controller.rb:67:in `set_post'
252
562
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
253
563
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
254
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.9ms)
564
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (1.8ms)
255
565
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
256
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
566
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
257
567
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
258
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
259
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.9ms)
260
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:07:19 +0900
568
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
569
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (11.8ms)
570
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:32:40 +0900
571
+ Processing by PostsController#index as HTML
572
+ Rendering posts/index.html.erb within layouts/application
573
+ Rendered posts/index.html.erb within layouts/application (0.6ms)
574
+ Completed 200 OK in 14ms (Views: 12.1ms)
575
+
576
+
577
+ Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-01 18:32:43 +0900
578
+ Processing by PostsController#destroy as HTML
579
+ Parameters: {"authenticity_token"=>"lpDigu3QS4jfFptUDgueepW6dGTtYu4xhC1q0sMmK4WypAOnzPxhe7WzfGx3kdvLuoZnL0A+7zZagU5NicORwQ==", "id"=>"1"}
580
+ Completed 500 Internal Server Error in 3ms
581
+
582
+
583
+
584
+ NoMethodError (undefined method `find' for Post:Class):
585
+
586
+ app/controllers/posts_controller.rb:67:in `set_post'
587
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
588
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
589
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.2ms)
590
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
591
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
592
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
593
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
594
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.6ms)
595
+ Started GET "/posts" for 127.0.0.1 at 2016-12-01 18:33:19 +0900
261
596
  Processing by PostsController#index as HTML
262
597
  Rendering posts/index.html.erb within layouts/application
263
- Rendered posts/index.html.erb within layouts/application (1.5ms)
264
- Completed 200 OK in 27ms (Views: 22.5ms)
598
+ Rendered posts/index.html.erb within layouts/application (6.9ms)
599
+ Completed 200 OK in 224ms (Views: 210.1ms)
600
+
601
+
602
+ Started GET "/posts/1" for 127.0.0.1 at 2016-12-01 18:33:20 +0900
603
+ Processing by PostsController#show as HTML
604
+ Parameters: {"id"=>"1"}
605
+ Rendering posts/show.html.erb within layouts/application
606
+ Rendered posts/show.html.erb within layouts/application (3.9ms)
607
+ Completed 500 Internal Server Error in 135ms
265
608
 
266
609
 
267
- Started GET "/posts/1" for 127.0.0.1 at 2016-12-05 17:07:21 +0900
610
+
611
+ ActionView::Template::Error (undefined method `title' for #<Array:0x005563259f99c0>):
612
+ 2:
613
+ 3: <p>
614
+ 4: <strong>Title:</strong>
615
+ 5: <%= @post.title %>
616
+ 6: </p>
617
+ 7:
618
+ 8: <p>
619
+
620
+ app/views/posts/show.html.erb:5:in `_app_views_posts_show_html_erb___1117685737401452651_46942160394020'
621
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
622
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
623
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.4ms)
624
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
625
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
626
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
627
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
628
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.9ms)
629
+ Started GET "/posts/1" for 127.0.0.1 at 2016-12-01 18:33:45 +0900
268
630
  Processing by PostsController#show as HTML
269
631
  Parameters: {"id"=>"1"}
270
632
  Rendering posts/show.html.erb within layouts/application
271
- Rendered posts/show.html.erb within layouts/application (0.6ms)
272
- Completed 200 OK in 53ms (Views: 17.8ms)
633
+ Rendered posts/show.html.erb within layouts/application (3.5ms)
634
+ Completed 200 OK in 223ms (Views: 210.1ms)
635
+
636
+
637
+ Started GET "/posts/2" for 127.0.0.1 at 2016-12-01 18:33:49 +0900
638
+ Processing by PostsController#show as HTML
639
+ Parameters: {"id"=>"2"}
640
+ Rendering posts/show.html.erb within layouts/application
641
+ Rendered posts/show.html.erb within layouts/application (3.4ms)
642
+ Completed 500 Internal Server Error in 36ms
643
+
644
+
645
+
646
+ ActionView::Template::Error (undefined method `title' for nil:NilClass):
647
+ 2:
648
+ 3: <p>
649
+ 4: <strong>Title:</strong>
650
+ 5: <%= @post.title %>
651
+ 6: </p>
652
+ 7:
653
+ 8: <p>
654
+
655
+ app/views/posts/show.html.erb:5:in `_app_views_posts_show_html_erb__1543714049402745463_70323855359200'
656
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
657
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
658
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.2ms)
659
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
660
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
661
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
662
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
663
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.7ms)
664
+ Started GET "/posts/1" for 127.0.0.1 at 2016-12-01 18:34:29 +0900
665
+ Processing by PostsController#show as HTML
666
+ Parameters: {"id"=>"1"}
667
+ Rendering posts/show.html.erb within layouts/application
668
+ Rendered posts/show.html.erb within layouts/application (0.9ms)
669
+ Completed 200 OK in 18ms (Views: 16.1ms)
670
+
671
+
672
+ Started GET "/posts/2" for 127.0.0.1 at 2016-12-01 18:34:31 +0900
673
+ Processing by PostsController#show as HTML
674
+ Parameters: {"id"=>"2"}
675
+ Rendering posts/show.html.erb within layouts/application
676
+ Rendered posts/show.html.erb within layouts/application (2.0ms)
677
+ Completed 500 Internal Server Error in 5ms
678
+
679
+
680
+
681
+ ActionView::Template::Error (undefined method `title' for nil:NilClass):
682
+ 2:
683
+ 3: <p>
684
+ 4: <strong>Title:</strong>
685
+ 5: <%= @post.title %>
686
+ 6: </p>
687
+ 7:
688
+ 8: <p>
689
+
690
+ app/views/posts/show.html.erb:5:in `_app_views_posts_show_html_erb__1543714049402745463_70323860405740'
691
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
692
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
693
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.3ms)
694
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
695
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
696
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
697
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
698
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.0ms)
699
+ Started GET "/posts/2" for 127.0.0.1 at 2016-12-01 18:34:34 +0900
700
+ Processing by PostsController#show as HTML
701
+ Parameters: {"id"=>"2"}
702
+ Completed 404 Not Found in 11ms
273
703
 
274
704
 
275
- Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-05 17:07:23 +0900
705
+
706
+ GroongaClientModel::RecordNotFound (Record not found: _id: <2>):
707
+
708
+ app/controllers/posts_controller.rb:67:in `set_post'
709
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
710
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
711
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.5ms)
712
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
713
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
714
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
715
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
716
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.6ms)
717
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-01 18:41:02 +0900
276
718
  Processing by PostsController#edit as HTML
277
719
  Parameters: {"id"=>"1"}
278
720
  Rendering posts/edit.html.erb within layouts/application
279
- Rendered posts/_form.html.erb (3.0ms)
280
- Rendered posts/edit.html.erb within layouts/application (4.3ms)
281
- Completed 200 OK in 23ms (Views: 19.5ms)
721
+ Rendered posts/_form.html.erb (36.2ms)
722
+ Rendered posts/edit.html.erb within layouts/application (37.4ms)
723
+ Completed 200 OK in 223ms (Views: 218.8ms)
282
724
 
283
725
 
284
- Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-05 17:07:25 +0900
726
+ Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-01 18:41:05 +0900
285
727
  Processing by PostsController#update as HTML
286
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"/dnTiHXZcom03lThURWtSzRHEGIdYvk5bYJhhk9O9tcaL5OIxp5L8T+YDr8zO7Byk72k5qut8AFgnnlv2ynsng==", "post"=>{"title"=>"Hello", "body"=>"World"}, "commit"=>"Update Post", "id"=>"1"}
287
- Completed 500 Internal Server Error in 6ms
728
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"l8ANpf+RyINYo6SgmJIjtX1Yt3WXH3iwaSS3NxE9HQ3F7vYoyOLd0LPzUyWurjzlZ6ebs68cabw0+1cJcgXBRQ==", "post"=>{"title"=>"XXX", "body"=>"YYYxxx"}, "commit"=>"Update Post", "id"=>"1"}
729
+ Completed 500 Internal Server Error in 4ms
288
730
 
289
731
 
290
732
 
291
- NoMethodError (undefined method `update' for #<Post:0x007f8e4d6f8668>):
733
+ NoMethodError (undefined method `update' for #<Post:0x007fab3d75ca70>):
292
734
 
293
735
  app/controllers/posts_controller.rb:44:in `block in update'
294
736
  app/controllers/posts_controller.rb:43:in `update'
295
737
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
296
738
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
297
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.8ms)
739
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.7ms)
298
740
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
299
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
741
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
300
742
  Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
301
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
302
- Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (17.3ms)
303
- Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-05 17:41:04 +0900
304
- Processing by PostsController#update as HTML
305
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"/dnTiHXZcom03lThURWtSzRHEGIdYvk5bYJhhk9O9tcaL5OIxp5L8T+YDr8zO7Byk72k5qut8AFgnnlv2ynsng==", "post"=>{"title"=>"Hello", "body"=>"World"}, "commit"=>"Update Post", "id"=>"1"}
743
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
744
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.0ms)
745
+ Started GET "/" for ::1 at 2016-12-09 18:38:55 +0900
746
+ Processing by Rails::WelcomeController#index as HTML
747
+ Parameters: {"internal"=>true}
748
+ Rendering /var/lib/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb
749
+ Rendered /var/lib/gems/2.3.0/gems/railties-5.0.0.1/lib/rails/templates/rails/welcome/index.html.erb (5.7ms)
750
+ Completed 200 OK in 44ms (Views: 20.4ms)
751
+
752
+
753
+ Started GET "/posts" for ::1 at 2016-12-09 18:38:57 +0900
754
+ Processing by PostsController#index as HTML
755
+ Rendering posts/index.html.erb within layouts/application
756
+ Rendered posts/index.html.erb within layouts/application (7.5ms)
757
+ Completed 500 Internal Server Error in 30ms
758
+
759
+
760
+
761
+ ActionView::Template::Error (undefined method `each' for #<Groonga::Client::Request::Select:0x005592f78e6400>):
762
+ 12: </thead>
763
+ 13:
764
+ 14: <tbody>
765
+ 15: <% @posts.each do |post| %>
766
+ 16: <tr>
767
+ 17: <td><%= post.title %></td>
768
+ 18: <td><%= post.body %></td>
769
+
770
+ app/views/posts/index.html.erb:15:in `_app_views_posts_index_html_erb___3758743890602314715_47044853451500'
771
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
772
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
773
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.3ms)
774
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
775
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
776
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
777
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
778
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.9ms)
779
+ Started GET "/posts" for ::1 at 2016-12-09 18:40:07 +0900
780
+ Processing by PostsController#index as HTML
781
+ Rendering posts/index.html.erb within layouts/application
782
+ Rendered posts/index.html.erb within layouts/application (5.9ms)
783
+ Completed 200 OK in 426ms (Views: 415.8ms)
784
+
785
+
786
+ Started GET "/posts/new" for ::1 at 2016-12-09 18:40:10 +0900
787
+ Processing by PostsController#new as HTML
788
+ Started GET "/posts/new" for ::1 at 2016-12-09 18:40:11 +0900
789
+ Processing by PostsController#new as HTML
790
+ Rendering posts/new.html.erb within layouts/application
791
+ Rendering posts/new.html.erb within layouts/application
792
+ Rendered posts/_form.html.erb (133.0ms)
793
+ Rendered posts/_form.html.erb (136.0ms)
794
+ Rendered posts/new.html.erb within layouts/application (147.9ms)
795
+ Rendered posts/new.html.erb within layouts/application (149.5ms)
796
+ Completed 200 OK in 310ms (Views: 213.9ms)
797
+
798
+
799
+ Completed 200 OK in 229ms (Views: 215.1ms)
800
+
801
+
802
+ Started POST "/posts" for ::1 at 2016-12-09 18:40:21 +0900
803
+ Processing by PostsController#create as HTML
804
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"sCbWL0Dvg0Dfa4D/m/3UBTXtL/z45zjowosXvBZfdA5roZPJlH2GafWRJl7qtaD8yepQkFNc/7wI+xscg0j5yg==", "post"=>{"title"=>"Hello", "body"=>"私の名前は中野です。"}, "commit"=>"Create Post"}
306
805
  Redirected to http://localhost:3000/posts/1
307
- Completed 302 Found in 19ms
806
+ Completed 302 Found in 3ms
308
807
 
309
808
 
310
- Started GET "/posts/1" for 127.0.0.1 at 2016-12-05 17:41:04 +0900
809
+ Started GET "/posts/1" for ::1 at 2016-12-09 18:40:21 +0900
810
+ Processing by PostsController#show as HTML
811
+ Parameters: {"id"=>"1"}
812
+ Completed 500 Internal Server Error in 3ms
813
+
814
+
815
+
816
+ Groonga::Client::Request::ErrorResponse (failed to execute: select: -66: <'=' is not allowed ({"_id"=>"1"})>):
817
+
818
+ app/controllers/posts_controller.rb:67:in `set_post'
819
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
820
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
821
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (1.8ms)
822
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
823
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
824
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
825
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
826
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (12.2ms)
827
+ Started GET "/posts/1" for ::1 at 2016-12-09 18:42:23 +0900
828
+ Processing by PostsController#show as HTML
829
+ Parameters: {"id"=>"1"}
830
+ Completed 500 Internal Server Error in 41ms
831
+
832
+
833
+
834
+ NameError (undefined local variable or method `model_class' for #<Groonga::Client::Response::Select:0x0055f39e798f28>):
835
+
836
+ app/controllers/posts_controller.rb:67:in `set_post'
837
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
838
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
839
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (2.0ms)
840
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
841
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
842
+ Rendering /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
843
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
844
+ Rendered /var/lib/gems/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.4ms)
845
+ Started GET "/posts/1" for ::1 at 2016-12-09 18:43:31 +0900
311
846
  Processing by PostsController#show as HTML
312
847
  Parameters: {"id"=>"1"}
313
848
  Rendering posts/show.html.erb within layouts/application
314
- Rendered posts/show.html.erb within layouts/application (2.5ms)
315
- Completed 200 OK in 248ms (Views: 244.7ms)
849
+ Rendered posts/show.html.erb within layouts/application (3.2ms)
850
+ Completed 200 OK in 243ms (Views: 218.9ms)
851
+
852
+
853
+ Started GET "/posts" for ::1 at 2016-12-09 18:43:35 +0900
854
+ Processing by PostsController#index as HTML
855
+ Rendering posts/index.html.erb within layouts/application
856
+ Rendered posts/index.html.erb within layouts/application (2.4ms)
857
+ Completed 200 OK in 19ms (Views: 17.6ms)
316
858
 
317
859
 
318
- Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-05 17:41:07 +0900
860
+ Started GET "/posts/1/edit" for ::1 at 2016-12-09 18:43:36 +0900
319
861
  Processing by PostsController#edit as HTML
320
862
  Parameters: {"id"=>"1"}
321
863
  Rendering posts/edit.html.erb within layouts/application
322
864
  Rendered posts/_form.html.erb (11.0ms)
323
- Rendered posts/edit.html.erb within layouts/application (12.0ms)
324
- Completed 200 OK in 29ms (Views: 26.6ms)
865
+ Rendered posts/edit.html.erb within layouts/application (12.2ms)
866
+ Completed 200 OK in 48ms (Views: 24.1ms)
325
867
 
326
868
 
327
- Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-05 17:41:09 +0900
869
+ Started PATCH "/posts/1" for ::1 at 2016-12-09 18:43:42 +0900
328
870
  Processing by PostsController#update as HTML
329
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"sYqq5iDrfdrPwZvp0XoQFlSXgy04XJBq1Oew6LAqIHBWfOrmk6xEokSHwbezVA0v8203qY6TmVLZ+6gBJE06OQ==", "post"=>{"title"=>"Hello", "body"=>"World!!!"}, "commit"=>"Update Post", "id"=>"1"}
871
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"6dvfLXdHaxEdpAgDl1BHOvGx0UMYBBNEPp5FVY5NKU679SSgQDR+Qvb0/4ahbFhq6079hSAHAkhjQaVr7XX1Bg==", "post"=>{"title"=>"こんにちは!", "body"=>"私の名前は中野です。"}, "commit"=>"Update Post", "id"=>"1"}
330
872
  Redirected to http://localhost:3000/posts/1
331
- Completed 302 Found in 4ms
873
+ Completed 302 Found in 5ms
332
874
 
333
875
 
334
- Started GET "/posts/1" for 127.0.0.1 at 2016-12-05 17:41:09 +0900
876
+ Started GET "/posts/1" for ::1 at 2016-12-09 18:43:42 +0900
335
877
  Processing by PostsController#show as HTML
336
878
  Parameters: {"id"=>"1"}
337
879
  Rendering posts/show.html.erb within layouts/application
338
- Rendered posts/show.html.erb within layouts/application (0.6ms)
339
- Completed 200 OK in 18ms (Views: 14.5ms)
880
+ Rendered posts/show.html.erb within layouts/application (0.5ms)
881
+ Completed 200 OK in 15ms (Views: 12.6ms)
340
882
 
341
883
 
342
- Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:41:11 +0900
884
+ Started GET "/posts" for ::1 at 2016-12-09 18:43:44 +0900
343
885
  Processing by PostsController#index as HTML
344
886
  Rendering posts/index.html.erb within layouts/application
345
- Rendered posts/index.html.erb within layouts/application (0.8ms)
346
- Completed 200 OK in 15ms (Views: 12.7ms)
887
+ Rendered posts/index.html.erb within layouts/application (2.0ms)
888
+ Completed 200 OK in 13ms (Views: 11.9ms)
347
889
 
348
890