groonga-client-model 0.9.9 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.md +6 -0
  3. data/lib/groonga_client_model/railtie.rb +9 -2
  4. data/lib/groonga_client_model/version.rb +1 -1
  5. data/test/apps/rails4/Gemfile +15 -22
  6. data/test/apps/rails4/Gemfile.lock +77 -91
  7. data/test/apps/rails4/{README.md → README.rdoc} +5 -1
  8. data/test/apps/rails4/Rakefile +1 -1
  9. data/test/apps/rails4/app/assets/javascripts/application.js +1 -1
  10. data/test/apps/rails4/app/assets/stylesheets/application.css +3 -3
  11. data/test/apps/rails4/app/assets/stylesheets/scaffolds.scss +1 -17
  12. data/test/apps/rails4/app/controllers/application_controller.rb +2 -0
  13. data/test/apps/rails4/app/models/application_groonga_record.rb +2 -0
  14. data/test/apps/rails4/app/models/post.rb +1 -1
  15. data/test/apps/rails4/app/views/layouts/application.html.erb +9 -9
  16. data/test/apps/rails4/app/views/posts/_form.html.erb +6 -8
  17. data/test/apps/rails4/app/views/posts/edit.html.erb +1 -1
  18. data/test/apps/rails4/app/views/posts/index.html.erb +1 -1
  19. data/test/apps/rails4/app/views/posts/new.html.erb +1 -1
  20. data/test/apps/rails4/bin/rails +1 -1
  21. data/test/apps/rails4/bin/setup +12 -17
  22. data/test/apps/rails4/bin/spring +2 -1
  23. data/test/apps/rails4/config.ru +1 -2
  24. data/test/apps/rails4/config/application.rb +9 -2
  25. data/test/apps/rails4/config/boot.rb +1 -1
  26. data/test/apps/rails4/config/environment.rb +1 -1
  27. data/test/apps/rails4/config/environments/development.rb +11 -24
  28. data/test/apps/rails4/config/environments/production.rb +17 -24
  29. data/test/apps/rails4/config/environments/test.rb +6 -6
  30. data/test/apps/rails4/config/groonga.yml +18 -3
  31. data/test/apps/rails4/config/initializers/cookies_serializer.rb +0 -2
  32. data/test/apps/rails4/config/initializers/wrap_parameters.rb +1 -1
  33. data/test/apps/rails4/config/routes.rb +54 -1
  34. data/test/apps/rails4/config/secrets.yml +3 -3
  35. data/test/apps/rails4/db/seeds.rb +3 -3
  36. data/test/apps/rails4/log/test.log +363 -184
  37. data/test/apps/rails4/test/controllers/posts_controller_test.rb +12 -11
  38. data/test/apps/rails4/test/models/post_test.rb +16 -0
  39. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{mA/mAWsnX7Peh_B8DPSBTB4f9Yr4LFtZwOf5prl05GZY3g.cache → 1v/1vNbaFvqzPuMCPa9LBe2yL962Ncp7RbNREOlE_qe8Ss.cache} +0 -0
  40. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{0g/0gB1rYz79RuAa43DzVci1GUjc5so0F1dU_LyLSmm3oQ.cache → 2F/2FyDjMLF22tXYLEKS6UqrqiSZTKp2HowmRsOZfW2dQs.cache} +1 -1
  41. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/3Q/3QxCnPBwOHO-nainvNGREWb7QnMUKlPsx4AFZgNVVUI.cache +0 -0
  42. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache → 5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache} +0 -0
  43. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{rF/rF2vahiCQKUhJ8McEG0p8B7csWsz-dL13EQ7r2APOxc.cache → 6q/6q02XRkUAs1p1AznDygMg5SQnzVPORnD3tttb6bN38Y.cache} +0 -0
  44. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/AP/APY89OAPJx9A3D3xcCoktvEvQUs7NcWChYXnjjjPzz0.cache +2 -0
  45. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/BX/BXotLtoyOM47AZWstuYImgPP3ZX_6ePkTaL-w2UbD6s.cache +1 -0
  46. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/CP/CPpqyQND9PwMf8rWX137atdXUJllZf-MoJqsrRy8-_M.cache +0 -0
  47. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/GB/GBwB7RWhc8G8ZTp1BmhlFA9KxTMHsC0ozT6BA4wY4E0.cache +1 -0
  48. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{N1/N1cFx1cQirDbaPCgGKbLjIcxsOM8ODiP98PZWSHDzyE.cache → Im/ImPjo1rh_BjihbG9lqrj6vYU12ZpBF1ml-SYAoCeDfs.cache} +0 -0
  49. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Kj/Kj5SXlN75_IXQg3ClSWOr0un4meXeR4o2STN7wQlrNs.cache +1 -0
  50. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{Bh/BhBHwSo9EwfIYTDkA21FIndZkPsZ28CYARi4iBDw608.cache → Kq/KqE4OB3K1Vvxhxu20J2vygXKabgv57Mk0fYncnRtMVM.cache} +0 -0
  51. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/L6/L6VeuDb0xHGN0ZkbW-7I8k4hl6jcoufH3IqJLGat0uw.cache +1 -0
  52. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/MG/MGY7vCFpMwMfTZjnoHcjrEns4qINkUs6SDLo-7ZHDzY.cache +0 -0
  53. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Md/MdQJlkbMaRGmGTWDp3vV1gnrGTBlA_WglIB5glz1bEE.cache +1 -0
  54. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache → OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache} +0 -0
  55. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{tH/tHi6ifML6NOeHhumbOb5hc1QFREX-LhACtiUhS54YPQ.cache → Ot/Ot1Yjpr09IxOvvY7PgNcg-1nEEO0nhzwJmosWMeSWwc.cache} +0 -0
  56. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{kz/kzw210ITXFWNFV8kw5e-_kRlpS48lGotSQWKPlUfMJ4.cache → Pm/Pm3ENYpCrQMOJGd-d8lACN_nbGZWiivq_KyPLJoD9Xk.cache} +0 -0
  57. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{VQ/VQNk5aqOyF22mFE5NhdDjfBZeFpSfgaaZdyngvHYi48.cache → QG/QG2CRa1A_ehuXGL8JwqPi2U16gehGSaXO_IzkOjcZaU.cache} +0 -0
  58. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Rg/RgDBcEPslcvUrodRXUXEkV6mbPTHBBnNrD3IO7tzw78.cache +0 -0
  59. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/UF/UF2HqGF3e151MaG10cb333axk4G1L4l2TfS91DkiX6I.cache +1 -0
  60. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{XJ/XJRPx7aZ4ajZ72O37hx53ZFkfXSHpDDpCy78LI0leqM.cache → Uo/UoAGEMj7jzkXrlFKxviQpDP2tiO1dYTKiZGzA1EZyc4.cache} +0 -0
  61. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{Ru/Ru1MOhJ8ZzL7pBzPr_QeTTd0LnfWx4DcM0iVcL4cTzo.cache → W4/W4TqFfx9xs_9OpiAURaumjMu1Xoiw4wE0LcVK7hQS8A.cache} +0 -0
  62. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{eQ/eQxzX_D16-XyOt1WTkYEC0qDvRbjXcCgQgnd9pBrg7o.cache → X-/X-m9giJcrkJm0BkoCQEan-MDJ0UTN9QaLyfNo0LXm2s.cache} +0 -0
  63. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/YL/YLHQFFsVrl4ksR5ZNFU1vc0ytWPUeiahGhk4llYc4Zg.cache +1 -0
  64. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/YY/YYjjrExY-FL2dQQkvcHOLwpb_KNTHlsTyyFUVMhLbUE.cache +1 -0
  65. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Zs/Zs96XWLbB-Sp-R9P31ArcdU7j6VL_RBI-SwpwTE_TZA.cache +0 -0
  66. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{bM/bMMUbhA2nFZ9dHAnzKZsPzKVcv-UlAWaVq92COmAHwI.cache → _e/_eNuPQDv_ZR4m8hgbRvDpxc2CL_5gpsPUczPBDERMbA.cache} +0 -0
  67. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{6r/6rrJLZY0-_gdJxgMUZBZIn-wf8bPVArYjXhIIrt_O5Y.cache → cM/cMcoi258fMhhWlagTzUINSg8srih6ebrpZ50tLfKUoc.cache} +0 -0
  68. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/dv/dvWPUKdon1kQ0NI3VfpPzMETH0CWImWXui_6n2SsoAE.cache +1 -0
  69. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/eb/ebKQzT3ac6Hus7GSISyFj_1LkQW1W9-BlhewMEXtUg0.cache +1 -0
  70. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/kS/kSkCWaAJCcTgZ_AhrRCjZhNtkE12cubiq70uNtditqk.cache +2 -0
  71. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{eA/eA_fQgrHsn-vD9XeNQyC8335oMP8k0cnmerzHzjEwLQ.cache → lL/lL_dWZRBcwCn63yXBT5UzQ-7tnVDndwPc7qVdFgl0tM.cache} +0 -0
  72. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/lz/lzP8RQ5zmNQAi9-dzplqCwDpDZ13rCc2ob9BrMG-FCk.cache +0 -0
  73. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/nd/ndY4mwZ38em5ydI4kE4ZwSM5DZim7EHoyJlccsNffzU.cache +1 -0
  74. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{JX/JXqwLmb9hlO9nmp2kJYEcKaKy9RMO-HxwnptsiVAADc.cache → oF/oF9RtQhbL4wfZGSLn-E5OVetjrvjXHH91DpRQE52ufA.cache} +0 -0
  75. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{0M/0M4bZ4tQh0MQYZMb72U5yr-ELStAsUSb8akkTME9TPM.cache → ok/okosRqsUehqnm3OWnShpWnh8oyDXxM73IeCQyLhjZBM.cache} +1 -1
  76. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{a5/a5Ai9QXaiRRSN7BXZZ3eZSL8mbwrdOKNM9Hco1Bp498.cache → r9/r9AgJGnY4OgxXHKYgc1j-0muJGgEkcWFIrHDk2ev4ps.cache} +1 -1
  77. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/{do/doMYM14rQvSD5lPwCGe0ULzbXBwyBM-f1jOE0MzmEs4.cache → vw/vw0y0WzpHCSScyQbk0p_zI3oc3XRp-WEcoO-RxTASls.cache} +0 -0
  78. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/wZ/wZ0ALwHNZctvL4oikOtK5ZgTaBqFADb6scXaXjRGnzg.cache +1 -0
  79. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/xY/xYS0jeJMWjdvv2rhUmK2NWvRYx51t9zJQC31JW7SuOE.cache +2 -0
  80. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/yt/ytNmOXX5w9z_7WDwpxuKls7UhKWzz8w1aYLF0WQ-NC4.cache +0 -0
  81. metadata +89 -139
  82. data/test/apps/rails4/app/assets/config/manifest.js +0 -3
  83. data/test/apps/rails4/app/assets/javascripts/cable.js +0 -13
  84. data/test/apps/rails4/app/channels/application_cable/channel.rb +0 -4
  85. data/test/apps/rails4/app/channels/application_cable/connection.rb +0 -4
  86. data/test/apps/rails4/app/jobs/application_job.rb +0 -2
  87. data/test/apps/rails4/app/mailers/application_mailer.rb +0 -4
  88. data/test/apps/rails4/app/views/layouts/mailer.html.erb +0 -13
  89. data/test/apps/rails4/app/views/layouts/mailer.text.erb +0 -1
  90. data/test/apps/rails4/bin/update +0 -29
  91. data/test/apps/rails4/config/cable.yml +0 -9
  92. data/test/apps/rails4/config/initializers/application_controller_renderer.rb +0 -6
  93. data/test/apps/rails4/config/initializers/new_framework_defaults.rb +0 -21
  94. data/test/apps/rails4/config/puma.rb +0 -47
  95. data/test/apps/rails4/config/spring.rb +0 -6
  96. data/test/apps/rails4/public/apple-touch-icon-precomposed.png +0 -0
  97. data/test/apps/rails4/public/apple-touch-icon.png +0 -0
  98. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/0I/0Ihy3SE8nTe---ZtfB9WjKd6UOgmtLFlyhbw1R2BDFs.cache +0 -1
  99. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/17/17ACx-zXgzaAZBriGH5oeRJJ9hMIlwP9bWBPlEMoY-0.cache +0 -1
  100. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/8i/8iQwPHnNGnDGUJBtgrVMB7FceEuaXnCBF1671S9jJgo.cache +0 -1
  101. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/B6/B6nLb8yGukrJQUpa3aPtLwrmBPnh2_8ZFkSTc5T8c0k.cache +0 -1
  102. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Bj/BjttQ669rtLFSU4Oq7YxTtumvpgsHKREjOND3HIVJx8.cache +0 -0
  103. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Bx/BxzoG0KxeNLac4xTNeJv3qfeytbNBw58xj2zD-xdbrE.cache +0 -2
  104. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/C3/C3hMQl1ywl9gQ3OFdiiVc8l1y2gP7GWN37t9DDEaoy4.cache +0 -1
  105. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/FT/FTiuNlnEJN59jNEEgEfQazsLhj_YTdIQnCuFC2EM7qw.cache +0 -1
  106. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/K9/K9G8c-hzp4a8xRtPMnSQf6bsziHMznJz-OvHDz7w3rE.cache +0 -0
  107. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Kq/KqsxRPBMXWQubUa9Ab4tmgT4j4DM5-A89_rh15MNlmI.cache +0 -0
  108. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Kz/KznX4kBl2yjCE-XZL5bNAJ0xXrLVL6nJEJWMYLY3X7I.cache +0 -1
  109. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/QH/QHW6bVAXmJeybTQiApxxYej1wQkNigo-KRbnXDwd1Mk.cache +0 -1
  110. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/R7/R7bSW7yrMkNVznGUpcDS6MXM3ZziGA7RrQGogNiuVTA.cache +0 -1
  111. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/RH/RHIJ8umE9bWwt5xXi8SJ4RYpZqFvt88JBVNo4lTPg0U.cache +0 -1
  112. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Rt/Rtg9DogJyyU6DIW9gV2GCVTWMF0GYLevAVNvv3bEDeI.cache +0 -1
  113. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/S3/S3OZbpxIypECjqQj77Gb9Oc6A-q0U1fKpzMbPVMoubk.cache +0 -1
  114. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Vw/Vwgy4zAZLGHF9RslYQ40wbF7NYW47NDE0wcA7T3HwxI.cache +0 -1
  115. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/W9/W9OEjda3McVaqzRMNGzY4zMzGFKwy-JYer2dt7dxRjQ.cache +0 -1
  116. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/Ya/YayMISAqD-Y3vBFywwKrXbUovGf5o77HUF5s8mnQgO0.cache +0 -2
  117. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/cc/ccFbs28DWObwrW_wnGA4cU9RmsKrBzb5xDaMu1-5QOo.cache +0 -1
  118. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/d8/d80_M7rvPV-A1sCjIEhieR5jS353S0hCykiWL6Qoy7Q.cache +0 -3
  119. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/gl/glrAgaE6JUHFNGuQsy5qakLJ2Sjmq-O09QX7cJklxP4.cache +0 -0
  120. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/jt/jtP0R1pGResPYdA6O4Ph5x0W0T1If9yb0sRFijAemLY.cache +0 -0
  121. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/mX/mXbxFiGMdcA3j1srHRMPEBxhXw8udKgsNtXk6_Zl5ts.cache +0 -1
  122. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/nf/nfIObnkUaxVC6zkWxRI2Mzau2JKMWf2ii3dr0Q0IvNk.cache +0 -1
  123. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/u3/u3DEuOZf5FZ_vumprxhkeIsi2jzeDJRxtjYbqNJ13wQ.cache +0 -0
  124. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/u_/u_yfB9bAyTK1suTw3FxVxx4Lv0U31dIL1G0uX9R9byU.cache +0 -0
  125. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/vH/vHuuPjMkmfpQ2eqHofMJprX6McDX-BRf-OZLe-Zy0uM.cache +0 -0
  126. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/wq/wqEwEzqpIhD5Ie3bMy9VSp3TZI4lqTUROqfAYdpO83g.cache +0 -1
  127. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/x7/x7PYh8DJvPykcEqpVab2vcY9-GFz-3cqtoMlRAu94Uc.cache +0 -2
  128. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/yZ/yZz4rIdiAxAUWJ7Io7t9ZdVN8fjEjgzn8MfNKrBdIR0.cache +0 -1
  129. data/test/apps/rails4/tmp/cache/assets/sprockets/v3.0/zQ/zQ9ej9LKS_XIns0yfDEKXZaCGO7n1sA2dRjIsPO9Krg.cache +0 -1
@@ -5,16 +5,16 @@
5
5
 
6
6
  # Make sure the secret is at least 30 characters and all random,
7
7
  # no regular words or you'll be exposed to dictionary attacks.
8
- # You can use `rails secret` to generate a secure secret key.
8
+ # You can use `rake secret` to generate a secure secret key.
9
9
 
10
10
  # Make sure the secrets in this file are kept private
11
11
  # if you're sharing your code publicly.
12
12
 
13
13
  development:
14
- secret_key_base: bc32332a8b499eea2e1ffed5ff535148985b414437acc2a1ea4259a2d365136919a0898ba75f370cf5ef47fcf8aa544aa68f121bd9998c1f0b33f98f266485d4
14
+ secret_key_base: cd601617986a637bfd151a594f2f735f85afb230f3a2877d9823d86546e2a6c1cacea6f32173be267c28c7274a941bc64c34037cff13fbc4ac39ee2b801a6a3f
15
15
 
16
16
  test:
17
- secret_key_base: c7b122c8ac22d2a79487ee76493ee1ae11bd8c4fcfe2d43f61af7c6bf90011e039afa8c7650c876ea8c17a45000e666ea8a0fd0eff3a63951563eef9b41c183e
17
+ secret_key_base: 90647008867e3c3ea89d3b541ce6c20db05412a38d83430caf661c856c63a21ddce9a8ce8c3df1ff531d936529d66e6411234a370d99b8a02f90b31c267654f4
18
18
 
19
19
  # Do not keep production secrets in the repository,
20
20
  # instead read values from the environment.
@@ -1,7 +1,7 @@
1
1
  # This file should contain all the record creation needed to seed the database with its default values.
2
- # The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup).
2
+ # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
3
3
  #
4
4
  # Examples:
5
5
  #
6
- # movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
7
- # Character.create(name: 'Luke', movie: movies.first)
6
+ # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
7
+ # Mayor.create(name: 'Emanuel', city: cities.first)
@@ -1,263 +1,442 @@
1
- -----------------------------------------
2
- PostsControllerTest: test_should_get_edit
3
- -----------------------------------------
4
- ----------------------------------------
5
- PostsControllerTest: test_should_get_new
6
- ----------------------------------------
7
- --------------------------------------------
8
- PostsControllerTest: test_should_update_post
9
- --------------------------------------------
10
- --------------------------------------------
11
- PostsControllerTest: test_should_create_post
12
- --------------------------------------------
13
- ---------------------------------------------
14
- PostsControllerTest: test_should_destroy_post
15
- ---------------------------------------------
16
- ------------------------------------------
17
- PostsControllerTest: test_should_get_index
18
- ------------------------------------------
19
- ------------------------------------------
20
- PostsControllerTest: test_should_show_post
21
- ------------------------------------------
22
- ------------------------------------------
23
- PostsControllerTest: test_should_get_index
24
- ------------------------------------------
25
1
  ------------------------------------------
26
2
  PostsControllerTest: test_should_show_post
27
3
  ------------------------------------------
4
+ schema (5.6ms) schema
5
+ shutdown (2.2ms) shutdown
28
6
  ---------------------------------------------
29
7
  PostsControllerTest: test_should_destroy_post
30
8
  ---------------------------------------------
31
- --------------------------------------------
32
- PostsControllerTest: test_should_update_post
33
- --------------------------------------------
34
- ----------------------------------------
35
- PostsControllerTest: test_should_get_new
36
- ----------------------------------------
9
+ shutdown (1.9ms) shutdown
37
10
  --------------------------------------------
38
11
  PostsControllerTest: test_should_create_post
39
12
  --------------------------------------------
40
- -----------------------------------------
41
- PostsControllerTest: test_should_get_edit
42
- -----------------------------------------
13
+ shutdown (2.6ms) shutdown
43
14
  --------------------------------------------
44
15
  PostsControllerTest: test_should_update_post
45
16
  --------------------------------------------
46
- --------------------------------------------
47
- PostsControllerTest: test_should_create_post
48
- --------------------------------------------
49
- ------------------------------------------
50
- PostsControllerTest: test_should_show_post
51
- ------------------------------------------
52
- ---------------------------------------------
53
- PostsControllerTest: test_should_destroy_post
54
- ---------------------------------------------
55
- -----------------------------------------
56
- PostsControllerTest: test_should_get_edit
57
- -----------------------------------------
58
- ------------------------------------------
59
- PostsControllerTest: test_should_get_index
60
- ------------------------------------------
61
- ----------------------------------------
62
- PostsControllerTest: test_should_get_new
63
- ----------------------------------------
64
- ------------------------------------------
65
- PostsControllerTest: test_should_show_post
66
- ------------------------------------------
17
+ shutdown (2.5ms) shutdown
67
18
  -----------------------------------------
68
19
  PostsControllerTest: test_should_get_edit
69
20
  -----------------------------------------
21
+ shutdown (2.5ms) shutdown
70
22
  ----------------------------------------
71
23
  PostsControllerTest: test_should_get_new
72
24
  ----------------------------------------
25
+ shutdown (2.5ms) shutdown
73
26
  ------------------------------------------
74
27
  PostsControllerTest: test_should_get_index
75
28
  ------------------------------------------
76
- ---------------------------------------------
77
- PostsControllerTest: test_should_destroy_post
78
- ---------------------------------------------
29
+ shutdown (2.8ms) shutdown
30
+ ------------------------------
31
+ PostTest: test_.create([Hash])
32
+ ------------------------------
33
+ shutdown (2.6ms) shutdown
34
+ ----------------------------
35
+ PostTest: test_.create(Hash)
36
+ ----------------------------
37
+ shutdown (2.8ms) shutdown
38
+ ------------------------------
39
+ PostTest: test_.create([Hash])
40
+ ------------------------------
41
+ table_create (1.5ms) table_create --flags "TABLE_NO_KEY" --name "posts"
42
+ column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
43
+ column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
44
+ table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
45
+ column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
46
+ schema (2.0ms) schema
47
+ load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]"
48
+ load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]"
49
+ select (95.7ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts"
50
+ select (1.2ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts"
51
+ shutdown (0.8ms) shutdown
52
+ ----------------------------
53
+ PostTest: test_.create(Hash)
54
+ ----------------------------
55
+ table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts"
56
+ column_create (2.7ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
57
+ column_create (2.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
58
+ table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
59
+ column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
60
+ load (2.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]"
61
+ select (55.6ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts"
62
+ shutdown (1.0ms) shutdown
79
63
  --------------------------------------------
80
- PostsControllerTest: test_should_update_post
64
+ PostsControllerTest: test_should_create_post
81
65
  --------------------------------------------
66
+ table_create (1.7ms) table_create --flags "TABLE_NO_KEY" --name "posts"
67
+ column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
68
+ column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
69
+ table_create (1.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
70
+ column_create (2.2ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
71
+ load (2.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
72
+ select (2.1ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
73
+ Processing by PostsController#create as HTML
74
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
75
+ load (3.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
76
+ Redirected to http://test.host/posts/2
77
+ Completed 302 Found in 7ms (Groonga: 3.0ms)
78
+ select (2.7ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
79
+ shutdown (2.1ms) shutdown
82
80
  --------------------------------------------
83
- PostsControllerTest: test_should_create_post
81
+ PostsControllerTest: test_should_update_post
84
82
  --------------------------------------------
85
- -----------------------------------------
86
- PostsControllerTest: test_should_get_edit
87
- -----------------------------------------
88
- ----------------------------------------
89
- PostsControllerTest: test_should_get_new
90
- ----------------------------------------
83
+ table_create (2.8ms) table_create --flags "TABLE_NO_KEY" --name "posts"
84
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
85
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
86
+ table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
87
+ column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
88
+ load (12.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
89
+ Processing by PostsController#update as HTML
90
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
91
+ select (59.5ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
92
+ load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]"
93
+ Redirected to http://test.host/posts/1
94
+ Completed 302 Found in 63ms (Groonga: 60.8ms)
95
+ shutdown (0.9ms) shutdown
91
96
  ---------------------------------------------
92
97
  PostsControllerTest: test_should_destroy_post
93
98
  ---------------------------------------------
94
- ------------------------------------------
95
- PostsControllerTest: test_should_show_post
96
- ------------------------------------------
97
- --------------------------------------------
98
- PostsControllerTest: test_should_update_post
99
- --------------------------------------------
100
- --------------------------------------------
101
- PostsControllerTest: test_should_create_post
102
- --------------------------------------------
103
- ------------------------------------------
104
- PostsControllerTest: test_should_get_index
105
- ------------------------------------------
106
- --------------------------------------------
107
- PostsControllerTest: test_should_create_post
108
- --------------------------------------------
99
+ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts"
100
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
101
+ column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
102
+ table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
103
+ column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
104
+ load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
105
+ select (2.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
106
+ Processing by PostsController#destroy as HTML
107
+ Parameters: {"id"=>"1"}
108
+ select (60.3ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
109
+ delete (1.1ms) delete --filter "_id == 1" --table "posts"
110
+ Redirected to http://test.host/posts
111
+ Completed 302 Found in 63ms (Groonga: 61.4ms)
112
+ select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
113
+ shutdown (0.8ms) shutdown
109
114
  -----------------------------------------
110
115
  PostsControllerTest: test_should_get_edit
111
116
  -----------------------------------------
112
- ------------------------------------------
113
- PostsControllerTest: test_should_show_post
114
- ------------------------------------------
115
- ---------------------------------------------
116
- PostsControllerTest: test_should_destroy_post
117
- ---------------------------------------------
117
+ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts"
118
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
119
+ column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
120
+ table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
121
+ column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
122
+ load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
123
+ Processing by PostsController#edit as HTML
124
+ Parameters: {"id"=>"1"}
125
+ select (61.6ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
126
+ Rendered posts/_form.html.erb (44.0ms)
127
+ Rendered posts/edit.html.erb within layouts/application (55.7ms)
128
+ Completed 200 OK in 874ms (Views: 811.0ms | Groonga: 61.6ms)
129
+ shutdown (1.2ms) shutdown
118
130
  ------------------------------------------
119
131
  PostsControllerTest: test_should_get_index
120
132
  ------------------------------------------
133
+ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts"
134
+ column_create (2.6ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
135
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
136
+ table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
137
+ column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
138
+ load (4.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
139
+ Processing by PostsController#index as HTML
140
+ select (3.1ms) select --limit "-1" --match_columns "body" --table "posts"
141
+ Rendered posts/index.html.erb within layouts/application (6.6ms)
142
+ Completed 200 OK in 12ms (Views: 7.6ms | Groonga: 3.1ms)
143
+ shutdown (2.4ms) shutdown
121
144
  ----------------------------------------
122
145
  PostsControllerTest: test_should_get_new
123
146
  ----------------------------------------
124
- --------------------------------------------
125
- PostsControllerTest: test_should_update_post
126
- --------------------------------------------
147
+ table_create (3.0ms) table_create --flags "TABLE_NO_KEY" --name "posts"
148
+ column_create (2.6ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
149
+ column_create (2.6ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
150
+ table_create (2.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
151
+ column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
152
+ load (4.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
153
+ Processing by PostsController#new as HTML
154
+ Rendered posts/_form.html.erb (3.6ms)
155
+ Rendered posts/new.html.erb within layouts/application (5.0ms)
156
+ Completed 200 OK in 9ms (Views: 9.1ms | Groonga: 0.0ms)
157
+ shutdown (2.7ms) shutdown
127
158
  ------------------------------------------
128
- PostsControllerTest: test_should_get_index
159
+ PostsControllerTest: test_should_show_post
129
160
  ------------------------------------------
130
- ---------------------------------------------
131
- PostsControllerTest: test_should_destroy_post
132
- ---------------------------------------------
161
+ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts"
162
+ column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
163
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
164
+ table_create (2.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
165
+ column_create (3.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
166
+ load (4.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
167
+ Processing by PostsController#show as HTML
168
+ Parameters: {"id"=>"1"}
169
+ select (51.8ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
170
+ Rendered posts/show.html.erb within layouts/application (0.5ms)
171
+ Completed 200 OK in 55ms (Views: 1.8ms | Groonga: 51.8ms)
172
+ shutdown (1.0ms) shutdown
173
+ ----------------------------
174
+ PostTest: test_.create(Hash)
175
+ ----------------------------
176
+ table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts"
177
+ column_create (0.9ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
178
+ column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
179
+ table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
180
+ column_create (1.1ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
181
+ schema (1.5ms) schema
182
+ load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]"
183
+ select (28.7ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts"
184
+ shutdown (1.2ms) shutdown
185
+ ------------------------------
186
+ PostTest: test_.create([Hash])
187
+ ------------------------------
188
+ table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts"
189
+ column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
190
+ column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
191
+ table_create (1.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
192
+ column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
193
+ load (0.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]"
194
+ load (0.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]"
195
+ select (27.1ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts"
196
+ select (1.2ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts"
197
+ shutdown (0.7ms) shutdown
133
198
  ----------------------------------------
134
199
  PostsControllerTest: test_should_get_new
135
200
  ----------------------------------------
201
+ table_create (1.1ms) table_create --flags "TABLE_NO_KEY" --name "posts"
202
+ column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
203
+ column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
204
+ table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
205
+ column_create (1.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
206
+ load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
207
+ Processing by PostsController#new as HTML
208
+ Rendered posts/_form.html.erb (11.7ms)
209
+ Rendered posts/new.html.erb within layouts/application (14.1ms)
210
+ Completed 200 OK in 153ms (Views: 153.0ms | Groonga: 0.0ms)
211
+ shutdown (1.2ms) shutdown
136
212
  --------------------------------------------
137
213
  PostsControllerTest: test_should_create_post
138
214
  --------------------------------------------
139
- -----------------------------------------
140
- PostsControllerTest: test_should_get_edit
141
- -----------------------------------------
142
- ------------------------------------------
143
- PostsControllerTest: test_should_show_post
144
- ------------------------------------------
215
+ table_create (2.7ms) table_create --flags "TABLE_NO_KEY" --name "posts"
216
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
217
+ column_create (3.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
218
+ table_create (3.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
219
+ column_create (3.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
220
+ load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
221
+ select (2.5ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
222
+ Processing by PostsController#create as HTML
223
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
224
+ load (3.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
225
+ Redirected to http://test.host/posts/2
226
+ Completed 302 Found in 6ms (Groonga: 3.3ms)
227
+ select (2.5ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
228
+ shutdown (2.1ms) shutdown
145
229
  --------------------------------------------
146
230
  PostsControllerTest: test_should_update_post
147
231
  --------------------------------------------
232
+ table_create (2.7ms) table_create --flags "TABLE_NO_KEY" --name "posts"
233
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
234
+ column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
235
+ table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
236
+ column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
237
+ load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
238
+ Processing by PostsController#update as HTML
239
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
240
+ select (58.2ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
241
+ load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]"
242
+ Redirected to http://test.host/posts/1
243
+ Completed 302 Found in 61ms (Groonga: 59.2ms)
244
+ shutdown (0.8ms) shutdown
148
245
  ---------------------------------------------
149
246
  PostsControllerTest: test_should_destroy_post
150
247
  ---------------------------------------------
151
- Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-27 15:07:51 +0900
248
+ table_create (3.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
249
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
250
+ column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
251
+ table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
252
+ column_create (2.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
253
+ load (3.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
254
+ select (3.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
152
255
  Processing by PostsController#destroy as HTML
153
256
  Parameters: {"id"=>"1"}
154
- Redirected to http://www.example.com/posts
155
- Completed 302 Found in 180ms
156
- ----------------------------------------
157
- PostsControllerTest: test_should_get_new
158
- ----------------------------------------
159
- Started GET "/posts/new" for 127.0.0.1 at 2016-12-27 15:07:51 +0900
160
- Processing by PostsController#new as HTML
161
- Rendering posts/new.html.erb within layouts/application
162
- Rendered posts/_form.html.erb (30.5ms)
163
- Rendered posts/new.html.erb within layouts/application (37.8ms)
164
- Completed 200 OK in 849ms (Views: 848.3ms)
165
- --------------------------------------------
166
- PostsControllerTest: test_should_update_post
167
- --------------------------------------------
168
- Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-27 15:07:52 +0900
169
- Processing by PostsController#update as HTML
170
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
171
- Redirected to http://www.example.com/posts/1
172
- Completed 302 Found in 31ms
173
- --------------------------------------------
174
- PostsControllerTest: test_should_create_post
175
- --------------------------------------------
176
- Started POST "/posts" for 127.0.0.1 at 2016-12-27 15:07:52 +0900
177
- Processing by PostsController#create as HTML
178
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
179
- Redirected to http://www.example.com/posts/2
180
- Completed 302 Found in 3ms
257
+ select (39.0ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
258
+ delete (1.1ms) delete --filter "_id == 1" --table "posts"
259
+ Redirected to http://test.host/posts
260
+ Completed 302 Found in 42ms (Groonga: 40.1ms)
261
+ select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
262
+ shutdown (0.8ms) shutdown
181
263
  -----------------------------------------
182
264
  PostsControllerTest: test_should_get_edit
183
265
  -----------------------------------------
184
- Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-27 15:07:52 +0900
266
+ table_create (2.6ms) table_create --flags "TABLE_NO_KEY" --name "posts"
267
+ column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
268
+ column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
269
+ table_create (1.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
270
+ column_create (1.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
271
+ load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
185
272
  Processing by PostsController#edit as HTML
186
273
  Parameters: {"id"=>"1"}
187
- Rendering posts/edit.html.erb within layouts/application
188
- Rendered posts/_form.html.erb (2.6ms)
189
- Rendered posts/edit.html.erb within layouts/application (3.7ms)
190
- Completed 200 OK in 36ms (Views: 7.2ms)
274
+ select (35.8ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
275
+ Rendered posts/_form.html.erb (1.1ms)
276
+ Rendered posts/edit.html.erb within layouts/application (1.6ms)
277
+ Completed 200 OK in 40ms (Views: 2.8ms | Groonga: 35.8ms)
278
+ shutdown (1.1ms) shutdown
279
+ ------------------------------------------
280
+ PostsControllerTest: test_should_show_post
281
+ ------------------------------------------
282
+ table_create (2.7ms) table_create --flags "TABLE_NO_KEY" --name "posts"
283
+ column_create (37.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
284
+ column_create (1.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
285
+ table_create (1.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
286
+ column_create (1.8ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
287
+ load (2.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
288
+ Processing by PostsController#show as HTML
289
+ Parameters: {"id"=>"1"}
290
+ select (33.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
291
+ Rendered posts/show.html.erb within layouts/application (0.6ms)
292
+ Completed 200 OK in 38ms (Views: 3.0ms | Groonga: 33.9ms)
293
+ shutdown (2.3ms) shutdown
191
294
  ------------------------------------------
192
295
  PostsControllerTest: test_should_get_index
193
296
  ------------------------------------------
194
- Started GET "/posts" for 127.0.0.1 at 2016-12-27 15:07:52 +0900
297
+ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts"
298
+ column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
299
+ column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
300
+ table_create (2.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
301
+ column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
302
+ load (4.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
195
303
  Processing by PostsController#index as HTML
196
- Rendering posts/index.html.erb within layouts/application
197
- Rendered posts/index.html.erb within layouts/application (3.1ms)
198
- Completed 200 OK in 7ms (Views: 6.7ms)
304
+ select (3.0ms) select --limit "-1" --match_columns "body" --table "posts"
305
+ Rendered posts/index.html.erb within layouts/application (6.3ms)
306
+ Completed 200 OK in 11ms (Views: 7.4ms | Groonga: 3.0ms)
307
+ shutdown (2.2ms) shutdown
308
+ ---------------------------------------------
309
+ PostsControllerTest: test_should_destroy_post
310
+ ---------------------------------------------
311
+ table_create (1.4ms) table_create --flags "TABLE_NO_KEY" --name "posts"
312
+ column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
313
+ column_create (0.9ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
314
+ table_create (0.9ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
315
+ column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
316
+ schema (1.6ms) schema
317
+ load (1.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
318
+ select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
319
+ Processing by PostsController#destroy as HTML
320
+ Parameters: {"id"=>"1"}
321
+ select (28.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
322
+ delete (1.1ms) delete --filter "_id == 1" --table "posts"
323
+ Redirected to http://test.host/posts
324
+ Completed 302 Found in 32ms (Groonga: 30.1ms)
325
+ select (1.2ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
326
+ shutdown (0.8ms) shutdown
199
327
  ------------------------------------------
200
328
  PostsControllerTest: test_should_show_post
201
329
  ------------------------------------------
202
- Started GET "/posts/1" for 127.0.0.1 at 2016-12-27 15:07:52 +0900
330
+ table_create (1.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
331
+ column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
332
+ column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
333
+ table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
334
+ column_create (1.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
335
+ load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
203
336
  Processing by PostsController#show as HTML
204
337
  Parameters: {"id"=>"1"}
205
- Rendering posts/show.html.erb within layouts/application
338
+ select (31.1ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
206
339
  Rendered posts/show.html.erb within layouts/application (0.9ms)
207
- Completed 200 OK in 36ms (Views: 3.9ms)
208
- --------------------------------------------
209
- PostsControllerTest: test_should_create_post
210
- --------------------------------------------
211
- table_create (0.7ms) table_create --flags "TABLE_NO_KEY" --name "posts"
340
+ Completed 200 OK in 181ms (Views: 149.2ms | Groonga: 31.1ms)
341
+ shutdown (1.2ms) shutdown
212
342
  -----------------------------------------
213
343
  PostsControllerTest: test_should_get_edit
214
344
  -----------------------------------------
215
- table_create (0.4ms) table_create --flags "TABLE_NO_KEY" --name "posts"
216
- ------------------------------------------
217
- PostsControllerTest: test_should_show_post
218
- ------------------------------------------
219
- table_create (0.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
220
- ---------------------------------------------
221
- PostsControllerTest: test_should_destroy_post
222
- ---------------------------------------------
223
- table_create (0.5ms) table_create --flags "TABLE_NO_KEY" --name "posts"
224
- ----------------------------------------
225
- PostsControllerTest: test_should_get_new
226
- ----------------------------------------
227
- table_create (0.5ms) table_create --flags "TABLE_NO_KEY" --name "posts"
228
- ------------------------------------------
229
- PostsControllerTest: test_should_get_index
230
- ------------------------------------------
231
- table_create (0.5ms) table_create --flags "TABLE_NO_KEY" --name "posts"
345
+ table_create (1.4ms) table_create --flags "TABLE_NO_KEY" --name "posts"
346
+ column_create (1.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
347
+ column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
348
+ table_create (1.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
349
+ column_create (1.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
350
+ load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
351
+ Processing by PostsController#edit as HTML
352
+ Parameters: {"id"=>"1"}
353
+ select (29.0ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
354
+ Rendered posts/_form.html.erb (10.8ms)
355
+ Rendered posts/edit.html.erb within layouts/application (12.7ms)
356
+ Completed 200 OK in 44ms (Views: 13.8ms | Groonga: 29.0ms)
357
+ shutdown (1.0ms) shutdown
232
358
  --------------------------------------------
233
359
  PostsControllerTest: test_should_update_post
234
360
  --------------------------------------------
235
- table_create (0.4ms) table_create --flags "TABLE_NO_KEY" --name "posts"
361
+ table_create (1.1ms) table_create --flags "TABLE_NO_KEY" --name "posts"
362
+ column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
363
+ column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
364
+ table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
365
+ column_create (1.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
366
+ load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
367
+ Processing by PostsController#update as HTML
368
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
369
+ select (28.6ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts"
370
+ load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]"
371
+ Redirected to http://test.host/posts/1
372
+ Completed 302 Found in 31ms (Groonga: 29.5ms)
373
+ shutdown (0.7ms) shutdown
236
374
  ------------------------------------------
237
- PostsControllerTest: test_should_show_post
375
+ PostsControllerTest: test_should_get_index
238
376
  ------------------------------------------
239
- table_create (0.6ms) table_create --flags "TABLE_NO_KEY" --name "posts"
240
- --------------------------------------------
241
- PostsControllerTest: test_should_update_post
242
- --------------------------------------------
243
- table_create (0.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
244
- --------------------------------------------
245
- PostsControllerTest: test_should_create_post
246
- --------------------------------------------
247
- table_create (0.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
377
+ table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts"
378
+ column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
379
+ column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
380
+ table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
381
+ column_create (1.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
382
+ load (1.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
383
+ Processing by PostsController#index as HTML
384
+ select (1.1ms) select --limit "-1" --match_columns "body" --table "posts"
385
+ Rendered posts/index.html.erb within layouts/application (2.2ms)
386
+ Completed 200 OK in 4ms (Views: 2.3ms | Groonga: 1.1ms)
387
+ shutdown (0.9ms) shutdown
248
388
  ----------------------------------------
249
389
  PostsControllerTest: test_should_get_new
250
390
  ----------------------------------------
251
- table_create (0.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
252
- ---------------------------------------------
253
- PostsControllerTest: test_should_destroy_post
254
- ---------------------------------------------
255
- table_create (0.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
256
- -----------------------------------------
257
- PostsControllerTest: test_should_get_edit
258
- -----------------------------------------
259
- table_create (0.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
260
- ------------------------------------------
261
- PostsControllerTest: test_should_get_index
262
- ------------------------------------------
263
- table_create (0.5ms) table_create --flags "TABLE_NO_KEY" --name "posts"
391
+ table_create (1.0ms) table_create --flags "TABLE_NO_KEY" --name "posts"
392
+ column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
393
+ column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
394
+ table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
395
+ column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
396
+ load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
397
+ Processing by PostsController#new as HTML
398
+ Rendered posts/_form.html.erb (0.9ms)
399
+ Rendered posts/new.html.erb within layouts/application (1.3ms)
400
+ Completed 200 OK in 3ms (Views: 3.3ms | Groonga: 0.0ms)
401
+ shutdown (0.9ms) shutdown
402
+ --------------------------------------------
403
+ PostsControllerTest: test_should_create_post
404
+ --------------------------------------------
405
+ table_create (1.1ms) table_create --flags "TABLE_NO_KEY" --name "posts"
406
+ column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
407
+ column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
408
+ table_create (12.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
409
+ column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
410
+ load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
411
+ select (1.3ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
412
+ Processing by PostsController#create as HTML
413
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
414
+ load (1.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]"
415
+ Redirected to http://test.host/posts/2
416
+ Completed 302 Found in 2ms (Groonga: 1.2ms)
417
+ select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts"
418
+ shutdown (1.0ms) shutdown
419
+ ----------------------------
420
+ PostTest: test_.create(Hash)
421
+ ----------------------------
422
+ table_create (1.3ms) table_create --flags "TABLE_NO_KEY" --name "posts"
423
+ column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
424
+ column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
425
+ table_create (0.9ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
426
+ column_create (1.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
427
+ load (1.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]"
428
+ select (33.2ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts"
429
+ shutdown (0.8ms) shutdown
430
+ ------------------------------
431
+ PostTest: test_.create([Hash])
432
+ ------------------------------
433
+ table_create (1.5ms) table_create --flags "TABLE_NO_KEY" --name "posts"
434
+ column_create (1.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText"
435
+ column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text"
436
+ table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto"
437
+ column_create (1.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts"
438
+ load (1.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]"
439
+ load (1.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]"
440
+ select (34.6ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts"
441
+ select (1.3ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts"
442
+ shutdown (0.8ms) shutdown