subdivision_select 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (387) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/subdivision_select/version.rb +1 -1
  4. data/spec/{test_app → dummy}/README.rdoc +0 -0
  5. data/spec/{test_app → dummy}/Rakefile +0 -0
  6. data/spec/{test_app → dummy}/app/assets/javascripts/application.js +0 -0
  7. data/spec/{test_app → dummy}/app/assets/stylesheets/addresses_demo.css +0 -0
  8. data/{app/assets/stylesheets/subdivision_select → spec/dummy/app/assets/stylesheets}/application.css +0 -0
  9. data/spec/{test_app → dummy}/app/controllers/addresses_demo_controller.rb +1 -1
  10. data/spec/{test_app → dummy}/app/controllers/application_controller.rb +0 -0
  11. data/spec/{test_app → dummy}/app/helpers/application_helper.rb +0 -0
  12. data/spec/{test_app → dummy}/app/models/address.rb +0 -0
  13. data/spec/{test_app → dummy}/app/views/addresses_demo/_form.html.erb +0 -0
  14. data/spec/{test_app → dummy}/app/views/addresses_demo/index.html.erb +0 -0
  15. data/spec/{test_app → dummy}/app/views/addresses_demo/tags.html.erb +0 -0
  16. data/spec/{test_app → dummy}/app/views/layouts/application.html.erb +0 -0
  17. data/spec/{test_app → dummy}/bin/bundle +0 -0
  18. data/spec/{test_app → dummy}/bin/rails +0 -0
  19. data/spec/{test_app → dummy}/bin/rake +0 -0
  20. data/spec/{test_app → dummy}/bin/setup +0 -0
  21. data/spec/{test_app → dummy}/config/application.rb +0 -0
  22. data/spec/{test_app → dummy}/config/boot.rb +0 -0
  23. data/spec/{test_app → dummy}/config/database.yml +0 -0
  24. data/spec/{test_app → dummy}/config/environment.rb +0 -0
  25. data/spec/{test_app → dummy}/config/environments/development.rb +0 -0
  26. data/spec/{test_app → dummy}/config/environments/production.rb +0 -0
  27. data/spec/{test_app → dummy}/config/environments/test.rb +0 -0
  28. data/spec/{test_app → dummy}/config/initializers/assets.rb +0 -0
  29. data/spec/{test_app → dummy}/config/initializers/backtrace_silencers.rb +0 -0
  30. data/spec/{test_app → dummy}/config/initializers/cookies_serializer.rb +0 -0
  31. data/spec/{test_app → dummy}/config/initializers/filter_parameter_logging.rb +0 -0
  32. data/spec/{test_app → dummy}/config/initializers/inflections.rb +0 -0
  33. data/spec/{test_app → dummy}/config/initializers/mime_types.rb +0 -0
  34. data/spec/dummy/config/initializers/session_store.rb +4 -0
  35. data/spec/{test_app → dummy}/config/initializers/wrap_parameters.rb +0 -0
  36. data/spec/{test_app → dummy}/config/locales/en.yml +0 -0
  37. data/spec/{test_app → dummy}/config/routes.rb +0 -0
  38. data/spec/{test_app → dummy}/config/secrets.yml +0 -0
  39. data/spec/{test_app → dummy}/config.ru +0 -0
  40. data/spec/{test_app → dummy}/db/development.sqlite3 +0 -0
  41. data/spec/{test_app → dummy}/db/migrate/20150505181543_create_addresses.rb +0 -0
  42. data/spec/{test_app → dummy}/db/migrate/20150505182454_add_title_to_addresses.rb +0 -0
  43. data/spec/{test_app → dummy}/db/schema.rb +0 -0
  44. data/spec/{test_app → dummy}/db/seeds.rb +0 -0
  45. data/spec/{test_app → dummy}/db/test.sqlite3 +0 -0
  46. data/spec/{test_app → dummy}/log/development.log +0 -0
  47. data/spec/{test_app → dummy}/log/test.log +2757 -0
  48. data/spec/{test_app → dummy}/public/404.html +0 -0
  49. data/spec/{test_app → dummy}/public/422.html +0 -0
  50. data/spec/{test_app → dummy}/public/500.html +0 -0
  51. data/spec/{test_app → dummy}/public/favicon.ico +0 -0
  52. data/spec/{test_app → dummy}/spec/controllers/addresses_demo_controller_spec.rb +0 -0
  53. data/spec/{test_app → dummy}/spec/features/select_boxes_spec.rb +0 -0
  54. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/0e86e92aa1a7fa502550f682d1eff538 +0 -0
  55. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  56. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  57. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/3262e90c302e3e34c98b57cb15a5b27d +0 -0
  58. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  59. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/40f61c50b6d6c35efefea3238e00b207 +0 -0
  60. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/4fecaadc92042e3205c672f79acd3d53 +0 -0
  61. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/5342836c5888a5ebf28e2de221e5253f +0 -0
  62. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/670fbdb8a72ec9ac99a781d7d22b3f4d +0 -0
  63. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/80bc23cc99868eb749d85729de1d581c +0 -0
  64. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/85ceb80957448de1ad16090a43790597 +0 -0
  65. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/86ba36fa1967df4fe7a5fdd85d944f8b +0 -0
  66. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/a71eee989fdb18229089d8186762b57a +0 -0
  67. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/a91867dcc3218be71a70e7659d113e33 +0 -0
  68. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/aa8c7ed1b6c24feb5236df8f536b0376 +0 -0
  69. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/b50a9d45908f02319edc45b04faccf30 +0 -0
  70. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/b79233589329a96b0de414e6bef4e6e6 +0 -0
  71. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  72. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  73. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/e21efccbec07dbc2c25554b5a116ca7e +0 -0
  74. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  75. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-4zQSSB0Ny3HvS_Sm1acc6RK-bAhsy-y_XAlWd5rp8o.cache +0 -0
  76. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-6TKUaJcjJVmHaEtYHCsRnpYWHCL3xNQOq_baAvHVzA.cache +0 -0
  77. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-BKkD9409F3UqWy57ZIIxCp2t8MzFrEmHvNsw2mSzBM.cache +0 -0
  78. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-kKTKdAgrbpLVPW3mfCzVmt01zuhnV82Cy5P0MlHzcc.cache +0 -0
  79. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/1YlEVtY4XNn5e9yr8iic-QEAuMvUP78_dRJtFhpSMD0.cache +0 -0
  80. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/3YVZoA0mNXoMh163YtKnQ8BPuKQ1Kw3B0lUgV8SO1Ds.cache +0 -0
  81. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/3ljnwFGcPYqS83-ZjQVe5ucy1JsZdKmm6HmpMhsPfV0.cache +0 -0
  82. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/40-WaaVgQEENDz26f0WHk2cenMBTKUx9LsW1tDQ2aLI.cache +0 -0
  83. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/4Df_jfHqbB0nQIuhk408EHMkKri6zxfh9NXVBy1rhM0.cache +0 -0
  84. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/4N_ZrtrJgYdTsFy1d-xqcBx638yLylSi9cuH7Xv_Z7c.cache +0 -0
  85. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/4bfQFR20YosW6FFh0KAT37vt7e0MgzW4mRjI26YU3KA.cache +0 -0
  86. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/5GNf4uN1gcEwX_VTkuKO0NCVRceuJ0CNLsiQJpxvVmY.cache +0 -0
  87. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/5lUjTP0B5Ydv-vw1ZJ0Fh7HrS-4Dp7qUxguBPzRnNss.cache +0 -0
  88. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/6FYxC7OH_cTPWdCMJbkxZgxg5djoqHEV6NvX5nBGlhk.cache +0 -0
  89. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/7HobxYzwP-gp05vGJvmKy28jZWjtF88XWXngMLhwf48.cache +0 -0
  90. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/8QcpXf_Le3ll5DF3as85ZbWTBMXgQI4PzS0-SSlzOaU.cache +0 -0
  91. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/8e0613uYjBE7kdPf2NfzJVFbmFo4UhF4V0cV2y6HDHY.cache +0 -0
  92. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/9WEc1q9vBJ7UGrpbFTpvx7MKXqDaqCBPN8ZZM67pnEE.cache +0 -0
  93. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/A0WH4A_NLk1b2EglfGbKs-F5g_ccI0R5arJLgk_M_bI.cache +0 -0
  94. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ANrypOqB5SrCmjnbHH7frywv4-rONN4RMW2OCy0Ygos.cache +0 -0
  95. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Bhd9Qow23weU26GAhklgu1r2lpBSxHR2ZhK9cah29F4.cache +0 -0
  96. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/CG8jFrgm3D5-eutmgRa-9U52AKM1zWeOZ2VxsM63tck.cache +0 -0
  97. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/CdIzTNWCrzyZZrWeinDRGEnP8K7b1V8hcxWoLzrlOBQ.cache +0 -0
  98. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/DZxlhypdd_7vZQOoJoHuDUf614ZdEsdT0m6YxlE1JXw.cache +0 -0
  99. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/DfvKKTeQUhursJrH6_23Bduu_bXkQDRQyieLeABGcS4.cache +0 -0
  100. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/EUWqEO2PluIawTrHnhQh1FzNlFjmMcBny6zvNlWTacw.cache +0 -0
  101. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Ezp8Yatg9U7pbSNyehBDMv91VGKFLbHTFIgZ4_PYFI4.cache +0 -0
  102. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/FAEkD7rBDtHSZU5JIRO2MdjtTlgJ-q8BtE5ccYNeP6U.cache +0 -0
  103. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GI1cUmASeEaBKCXxF7sBWaTfbE4p-HxdtReeptlR4d8.cache +0 -0
  104. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GIhiZ25FffJWMvAdS5LHxZQHT5oDjgfLldfFQNImhoA.cache +0 -0
  105. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GWC1mfybmKVcEdwicjLqT2n8efKNaH-sw4Ntv4vvv58.cache +0 -0
  106. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GheTBgTE58caQzWODIoitYKH0SCt1tPq56IOz8Sd_IU.cache +0 -0
  107. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GrsRcvopP6aAOfHM70UOJ-rOjmHYVnCYkazRLWqmBrE.cache +0 -0
  108. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/HRosbBzS0jswCHVB2Eu8H93HxniDl5u62_8SWPHDzg8.cache +0 -0
  109. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/HZY-P8x-rD45kbLvPqc6kC30PjVwpECfTSKqoSyuAHs.cache +0 -0
  110. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/IqwL1sqFKKKPcwmoJy1qs7PbQBtJo4u7_i-OgH6bvmI.cache +0 -0
  111. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/J0Ctu-AMkyP84LswlhNvf4Dz1ZXI2ftXCJ_-OnNRblA.cache +0 -0
  112. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/JYPcdHZUiaiK8vjbNgex_toxbntRptRCvLPId4na9jE.cache +0 -0
  113. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/K0ULBXnORqC1Ql2Q0uRNmvaNvWI9zauZQuPLPNQuz5k.cache +0 -0
  114. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/KtZn1cDjh4IO5yrMfFZwsiwxg__k_aiyb5NwJiksd_E.cache +0 -0
  115. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/LIMHIhpeoHv9L5A_hDtCEjSpYlC8LR4qSJHFcKGQjig.cache +0 -0
  116. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/LxM9E0kcFqi30CNAr18f8n7Osq4y6NYWOyHO9WWcOng.cache +0 -0
  117. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/M99jtqKfpX8kPyVKqwL5g7LeWbcdsKD9JyArZ_qbk0w.cache +0 -0
  118. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/MC0CK-byw4sNFRQwQ_7cih5eLSio_GU73dSDCTWvMXs.cache +0 -0
  119. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/MN0c3swTQcbxAJs3sC87cSevhMpbnhrVVWNJu6cSD74.cache +0 -0
  120. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/MVl0GirX9lwrvra_2wxkb-G8wPoIJo8Z1VLMl52N7es.cache +0 -0
  121. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/OCZ6dDerc0qnrWOuPmZZeJ9lHNOn6k_XHOwk_xtpulo.cache +0 -0
  122. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/OfZXr_MXFW1mCvRhVKjX2OmiU8MmEOh0NnYlAgZjXig.cache +0 -0
  123. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/PfST9jqI7T2aLhQh0mFbBUQTsm4sKJIgunR6K8-l0a4.cache +0 -0
  124. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Rjt81nlgtQ7Y964wpdFYF4ek71DLgFZl89q_Ix_YcLs.cache +0 -0
  125. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/SXJSjQtKsjatsdIfHWU5F97k843JTEgNd_d1wy6Y16g.cache +0 -0
  126. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/SYRC7lM6r6D5loGsreHtKfZXFe7E-NhFLnrL16_FWJ8.cache +0 -0
  127. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Swqxo5qhDoOZppFccCj26jBotbbBdwg1x6UWwYhZKFc.cache +0 -0
  128. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/TTmm-NahGHbA5iAmaVZzgHvDpANR0aZSk06d9s93kK8.cache +0 -0
  129. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Ux21XkMDBGGv7wbglh1X2c0C3l6pLW7zuOZKd-LXOZY.cache +0 -0
  130. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/V1ebupQvzYW8LC0cpwlUJ21dWdB_w4wbqlIBIkRgZZ4.cache +0 -0
  131. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/VB2MBD7krr1cw8qkSK5SKdZslC_GAktAJxD-3lKpZEU.cache +0 -0
  132. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/VM2DGadeXK7Yj4d5uTkzfZjNnbz1S2gX6rz1suU9cIA.cache +0 -0
  133. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/W4ATLVPpx1a6xU3LTQ4currTJdbkxhyabJzy4AuVjhA.cache +0 -0
  134. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/WIFehNlVdxMfRf6M7sFsHwoUHMrheNo23Pp7ye1hXk4.cache +0 -0
  135. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/XctymDWMVL6Ce2pWds3T8PCnlUxt5QFuWMabXOYu1ZE.cache +0 -0
  136. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Yi_EQHg-UKxN3CV9gDN9Yk8W2jpUqhgXcJ0wit0aetg.cache +0 -0
  137. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Z97C3OysztP04x2vQys7BXlI01VXl62GKZUNl13u6LA.cache +0 -0
  138. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ZGWPuj1uaQqci9KW7c8d-riw3buId2-dzfbeEefvrdw.cache +0 -0
  139. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ZXBaU4YtMG8BvFrAv6l5YSfhnV120mIo7ExqQqn5tJI.cache +0 -0
  140. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/_1suQ69a-DbRyq-u4LF4JjPIKK75ugZX7vSryu5bccI.cache +0 -0
  141. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/a2MgYuxcn4GnHcIYbyOVg1bj7Jd-xh8PawrgnWkFeLQ.cache +0 -0
  142. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/b37_BT6rfKbQMvZcE1eHX6iHP3vqtFsbK5zNnZB-FJo.cache +0 -0
  143. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/bK_IfNqrPwWk6heUYciRZn0MqS0wr0VbhOj3Leb8Q2U.cache +0 -0
  144. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/bw3xbyEvMTx-DuqXPBuPK5sQkHJ3apDFywA9oDfoXJw.cache +0 -0
  145. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/bwcpD9m_K8S-0R0DdH1mvqt4-8tCdhKIE8Wzk2T4420.cache +0 -0
  146. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/euuy2x670prhsjCLtf1_9aXLLETHb5vbY8GUr0KNzF8.cache +0 -0
  147. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ezoLwymIJfGVk-rsw0bhEPl7AYfGJC4qAvbAJypBdY8.cache +0 -0
  148. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/fNRLdVTBtYnLesllH931oXcb13LIVnn-hyR4pbLw6zw.cache +0 -0
  149. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/gcremBjPCXaN0DCCxB84bK1D_H2JZSUGxm7WjvhYGek.cache +0 -0
  150. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/gxov-793LqXI0BJWhhJ1kL7kUT9cccWFISSxdCbirgw.cache +0 -0
  151. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/hkLrrOdpF4CtA8qwHN17i0zf2Ab2WnQd7jkE1DC2Pfw.cache +0 -0
  152. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/i0IhgGtfgE_k20i6AdJ86JzCTk65ZUe4p-Yw_Cor3Ts.cache +0 -0
  153. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/iQP3XH7BaHPxMjdRvs9S-CP9ABJrcAgoxAQNjaIMysY.cache +0 -0
  154. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/jzfGi06HcVEQdOpmQDjwjAyqImONZMznf9ARRtA-jyk.cache +0 -0
  155. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/kEGxAuC0KyvZlti585RG1Umq_pVUnPO_PFxIkUyWtZg.cache +0 -0
  156. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/lgGT6oubXIO8wO5LG0CdJPYuB-M2F5o0Z-dHm-CgN5g.cache +0 -0
  157. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/meBM6jieJhk67I6aP7d6UjQdekIrbfwHxlzSrVbsPE4.cache +0 -0
  158. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/n10Rh-arp1-sBeWyGP-BEsVPfb30wQMLx3UL6IlAC8U.cache +0 -0
  159. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/n45BO_XBxFKf9YBnhBEWAWGQhKa4hSsBit1LmlCqAYo.cache +0 -0
  160. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/nlZi5iLTrqPpnWpiuP3dToACoymc07MClayczvZ76uE.cache +0 -0
  161. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/pE9SglIk9LSr7PpvV23ct3gStd384optUDE5CboYam8.cache +0 -0
  162. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/qeFI7N38utdcGJLP3d3S5Jgib06uYYef9Eg6sGj-sZ4.cache +0 -0
  163. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/r_f1fo1AVopCOxxSes-jdw0TIQA54LiMcXgGOp2LFb0.cache +0 -0
  164. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/s_X24peJAlZxJs0fPg7QFXIRF5dLGZMNYYT3tyc9MdI.cache +0 -0
  165. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/spxpKr8oa8HYsZ7a_mlo6wT8nGTdgclmYVRW6LXYRV8.cache +0 -0
  166. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/toi4zVJ7Is5SF7zfxKRNcpxy79vaZd83xy0tb-mRbec.cache +0 -0
  167. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/uASShif-McpRUv6Z0pcycjtR0BrYcZlg4nL74u-derU.cache +0 -0
  168. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/w5ZUVpFrLGf39UumwxIKGkluMK_LQLtKezJpc9O4L9E.cache +0 -0
  169. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/w9DS6QOJyxEpJTgoz6Tsjb_DBmagHbZ8Ed6Ao16AVOs.cache +0 -0
  170. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/wQ6NxafgRwRavMvfZ8_5rKzvxlAx9Pvt_T0HJKggbpI.cache +0 -0
  171. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/wbYqUy6Ij8xISvrxW5He7EnGKjqxnyBy-3vcoaO3Ryo.cache +0 -0
  172. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/xCWT8Gex6nM1s0-zkZHxvZMcWrLvk4_WOnJEa_KQ_xU.cache +0 -0
  173. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/y7wX9WUyIrS-MGquaaWcloebTE-TNXvC1HI3H9w9plA.cache +0 -0
  174. data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ykgk1zZxnkkLe6NqTwcXotw8DkjNiBOC5camNmp6OeQ.cache +0 -0
  175. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/-mHVQbKaBU2gm6CwuN-r-27DfSKybjrPxrou6eD-3EE.cache +1 -0
  176. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/05ENPswBOtHpNQfMc7_yugAnW6YZgZXL-1xPeLgJxg8.cache +1 -0
  177. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/257KsWhe50iwvPBde-FvhuD18ffTKlanByEO_7dyMsY.cache +0 -0
  178. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/w9DS6QOJyxEpJTgoz6Tsjb_DBmagHbZ8Ed6Ao16AVOs.cache → dummy/tmp/cache/assets/sprockets/v3.0/3ZXadUFezELyzJdexhQur-kR-aBTUpcql9V7L8ibFgA.cache} +0 -0
  179. data/spec/{test_app/tmp/cache/assets/test → dummy/tmp/cache/assets}/sprockets/v3.0/4Df_jfHqbB0nQIuhk408EHMkKri6zxfh9NXVBy1rhM0.cache +0 -0
  180. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4QVhPZ1bAF1QXQEzwnNV1aRj-KwGcoph-XUWYWg-XuY.cache +0 -0
  181. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4hCYAKkYOfp26T8k_NlOnjtM62lfIoYSUfqz_48-mEE.cache +0 -0
  182. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4hyg_jx1uq3CqwNsVfARfE_9vAHbMOQ0dhTafWy0GFE.cache +0 -0
  183. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +0 -0
  184. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/5U65rPNc6l-YCjXAM9MCaBTth8230H3qqSEEnMBe-js.cache +1 -0
  185. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9BTLMg0kcf77NXTuLJezWwehPGJWKXIUjbF-dzKgp4c.cache +1 -0
  186. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9HGCjgJ3LG_jXDM6JZPR3QrWOcnw9QeMsxfz48BeKLU.cache +0 -0
  187. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9JpPMn0JJENedL9Eo5dF4Ivcvt30-viRLN6pPCbbhDU.cache +0 -0
  188. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/7HobxYzwP-gp05vGJvmKy28jZWjtF88XWXngMLhwf48.cache → dummy/tmp/cache/assets/sprockets/v3.0/9VpL3MjYmze29cIRn9VUC9rIoNURKqmyWHDhipdXWTI.cache} +0 -0
  189. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/AppVmZcaHaOaCemLsghaJehiF6QjJ3yoZNuzY2nXQ1c.cache +1 -0
  190. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/BKdJ5rjUPAGwU_scpGvf-x1V3fFbahQ0bQMWEV3iSYU.cache +0 -0
  191. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/CRK5lsUrsZsvtFiNZ_niD_hD0IkmfqfvXoOgD8gyK8E.cache +1 -0
  192. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/DGc225OX4Ovzr4hXFi9tLX9N_PQsXcxz-zOvoOg8AAE.cache +0 -0
  193. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EEG_BIXo-dWbw4TDy0to-0MNyGpYx3NWqrGR30fJzRw.cache +0 -0
  194. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EKShMX7P5C84YB2rJuAlKjtzUKf8QqEgANrCkqaVGb4.cache +0 -0
  195. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EYGox04xt0HP4hg3ERBMMpy3SbeuczFrCkzbUNaHges.cache +1 -0
  196. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EagpJjJ61yr30FrSRDZFC_ANXDyIeURwzvizPQyxBLg.cache +1 -0
  197. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EeYMZJGZXirR6h-ygz44_mOephW9ouuR548B8DAvZ28.cache +1 -0
  198. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/G8oVG7xaoY26SDfLcUW1IwQm7ppJexKua6YVE1OwG-I.cache +1 -0
  199. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Geb4p4V5FfvGt-jCM7yCoDloBZfOLdoTqEW4TbfkQCs.cache +1 -0
  200. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ICDCMO1hYmDF9C9pbhaNLDr7ViQqhZMzdTIuJl6fg5E.cache +0 -0
  201. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ITbula6Amflw1IKdj2rJ1gq7qyZNdTy4d-_TFCcXWsQ.cache +0 -0
  202. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/Rjt81nlgtQ7Y964wpdFYF4ek71DLgFZl89q_Ix_YcLs.cache → dummy/tmp/cache/assets/sprockets/v3.0/JDK_Ms4zYtJpK4cDAOb2SVpoJZK0OekAcMAM9f310R0.cache} +0 -0
  203. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/meBM6jieJhk67I6aP7d6UjQdekIrbfwHxlzSrVbsPE4.cache → dummy/tmp/cache/assets/sprockets/v3.0/JRxzJJi_mPVa5ExlaBqONHt3sa0VDsjH2UKx_pF4LXE.cache} +0 -0
  204. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/KBNxe2q1UCilRNvPXLfwGNPm7qDbWO-hqzCqEYNcE4Y.cache +1 -0
  205. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +0 -0
  206. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ob_5ibjyJv6IVTtUlFx6NiiTKlLN6NXhlLbdwnaIxN8.cache +0 -0
  207. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ol0HHgYFVyairvFmLS3BULZYpxNY2QttwEUR1ND0od4.cache +0 -0
  208. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Q8dS8ibfQDh2nyJgJVNvXGs56LIlQA1WgwoXCSB16-o.cache +0 -0
  209. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QGADeKXs4pk_bR5ORp_sGL0aGP5glZ8D4g28tY00TYU.cache +1 -0
  210. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QLrw3IxoGkLCV0hnAc9OWX_njNE_9-2Mh1zqn3GEjuY.cache +1 -0
  211. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/RfbplK2MTf8QkA6agRNYRIZRWbd4AIsbBV8DnIZw7xM.cache +1 -0
  212. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/bwcpD9m_K8S-0R0DdH1mvqt4-8tCdhKIE8Wzk2T4420.cache → dummy/tmp/cache/assets/sprockets/v3.0/Rjt81nlgtQ7Y964wpdFYF4ek71DLgFZl89q_Ix_YcLs.cache} +0 -0
  213. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/RloJk7gREQpJrIP2GBRKMkWKVuARTQwAgVDQD6AeBKc.cache +1 -0
  214. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/TPKauggMlg1BaqBbFDLLA434QxA_hA-xW-5OLhA5xeE.cache +0 -0
  215. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/VjmJKSd8WtqFCCPs5CcOpp8G4H6vlcQsTlRM4tzjKKg.cache +1 -0
  216. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/X957ytt4PhTjb1S_aam35fssXhCyQ7QsOuSKL0MrfFs.cache +1 -0
  217. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/XQnO3QpiEo8To_dB5HjjYJzCj5Sr92SQi30xeZETxgI.cache +1 -0
  218. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/YV1emY7xY_yhG9je6oVUDMt6yvx_dTCQLBi9tyRMHqc.cache +0 -0
  219. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/YoNq1OUJOmD9MaV5lIvr9siSMg5pmthqMQV9FMgaPRE.cache +1 -0
  220. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_w_NaTc9i5aHMgB3FlQVG_cQoDmn1doUtrDOli2xbIs.cache +0 -0
  221. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/aMu784l1vTAehBWzz6GakzZyje2o0kkYP4Tuxm4khKk.cache +1 -0
  222. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/cSKOUZ0W1q7I384Ndr10BpXQkFa_JJn_9jtuZWLvnBI.cache +1 -0
  223. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/e41fuA7f1ZQOncMww0x-a6Tg7gdbUwYsQjJsL5lAgwg.cache +0 -0
  224. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/eIT9VXqih163XnGd2arxfqWW5NMOSO5545abt7dmZ50.cache +0 -0
  225. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/f9qYRsu9krPqjF1aV5h0ieeZxWf0Toz4XJsg9aWB5iY.cache +0 -0
  226. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fZDLLxcy-GvGIahlyVDQTsQ4PK9PE5UFB1MMemwqu5c.cache +1 -0
  227. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fbUx_zJn_Oobrs-BUkTN7Q0P9CMCSMj6s03qLt3YoFs.cache +1 -0
  228. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/hOO32ukDVHvn9fns_a1YtnHJbl42bm_OIZbFwRtUOpc.cache +0 -0
  229. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/A0WH4A_NLk1b2EglfGbKs-F5g_ccI0R5arJLgk_M_bI.cache → dummy/tmp/cache/assets/sprockets/v3.0/j2CRkbXCRjGiSScGu8W3K2GNCQEkjRyiRim1LYGyKbA.cache} +0 -0
  230. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/J0Ctu-AMkyP84LswlhNvf4Dz1ZXI2ftXCJ_-OnNRblA.cache → dummy/tmp/cache/assets/sprockets/v3.0/j9AknpOOmPN9obl47E0nWMFy71VK03fDWP2dYoxx80M.cache} +0 -0
  231. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/jM2hkO6S7woiB6M362Uz0yE_OiCNf6l-BJyoe6_PAA8.cache +0 -0
  232. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/pE9SglIk9LSr7PpvV23ct3gStd384optUDE5CboYam8.cache → dummy/tmp/cache/assets/sprockets/v3.0/jZYX-4j1B0EG5J1kqFcXQs2SlHkqyPwQA8c7Dr5c268.cache} +0 -0
  233. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/j_2wU_5btNKmCF5tDrFGXTD_6yE9YCcHuKDMarRqG9o.cache +0 -0
  234. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ljN3m-mgX9CL3PqhyMbYG6w2FtrUp9ZoLhir6SCnFUA.cache +1 -0
  235. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nze2_HEJh0LKcMTb8mLEuHSeDWEFrybIY5UYXmvEJ68.cache +0 -0
  236. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/o29eNrkIg9RNwLgMX16CDajdDjZp8hkz3qOX07AinR4.cache +0 -0
  237. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ofm57SaV1_pt8fEde_l-FWTNnJCt66FNk0Tvkt9Q01Y.cache +0 -0
  238. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/pE9SglIk9LSr7PpvV23ct3gStd384optUDE5CboYam8.cache +1 -0
  239. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/MC0CK-byw4sNFRQwQ_7cih5eLSio_GU73dSDCTWvMXs.cache → dummy/tmp/cache/assets/sprockets/v3.0/q6UfwUbArqPmy5JSO84cWRtOjExldp3ec6DxfjlaPEY.cache} +0 -0
  240. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/rRvpL1zTzLoAUW2937mcPerOVM1eVhEvaEwos23OyA4.cache +0 -0
  241. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/reYr-KFHECMlQ89iBaDLSyH7X81lgRuuBvWBYkWoiz4.cache +0 -0
  242. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/tHjVyD-qYZJXbLGOmXxFMd0SIkYu2FPQtaI0cIpyy1Q.cache +0 -0
  243. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/uJR8Gs_B1iFemIYoCfwUnchnYehKhrE1b-ocPS-argM.cache +1 -0
  244. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/JYPcdHZUiaiK8vjbNgex_toxbntRptRCvLPId4na9jE.cache → dummy/tmp/cache/assets/sprockets/v3.0/ucy6Lagx64w1PpqZVssekSpBA0YPXYtf4Oz4c6ozPQ4.cache} +0 -0
  245. data/spec/{test_app/tmp/cache/assets/test → dummy/tmp/cache/assets}/sprockets/v3.0/w5ZUVpFrLGf39UumwxIKGkluMK_LQLtKezJpc9O4L9E.cache +0 -0
  246. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/w9DS6QOJyxEpJTgoz6Tsjb_DBmagHbZ8Ed6Ao16AVOs.cache +1 -0
  247. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/wE72RbP4A7iXceQyeXJ9QXbexqaZZ8-x84QOzThDxyc.cache +1 -0
  248. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/wLhisrIhXNDvVTGJBZEng8zJsrgX1ElYc1pjOSfwhC8.cache +1 -0
  249. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/xK7ljPvX6SyGxjgxgm5f90sVCpC8kuhSNUWp6258xik.cache +1 -0
  250. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/y9NyvwmgZZR1R406Dt-s_TscKPifymdyYzDkJN1h1dw.cache +0 -0
  251. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/zw_mV93HtCxUbvtzMfbkjRbnUEpfRX8IpUZuMHCOzus.cache +0 -0
  252. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  253. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  254. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/3262e90c302e3e34c98b57cb15a5b27d +0 -0
  255. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  256. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/40f61c50b6d6c35efefea3238e00b207 +0 -0
  257. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/670fbdb8a72ec9ac99a781d7d22b3f4d +0 -0
  258. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/80bc23cc99868eb749d85729de1d581c +0 -0
  259. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/a71eee989fdb18229089d8186762b57a +0 -0
  260. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/aa8c7ed1b6c24feb5236df8f536b0376 +0 -0
  261. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  262. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  263. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  264. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/-P2z1xUuYLkRlNIvmfIR06mZgnoxy2bFBL6WYlhKcH8.cache +0 -0
  265. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/0FshXIP8U4qbEc6VS04_d4Mtxd-nrHHbWHp_vSRXSws.cache +0 -0
  266. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/0tSm00kApqnqz2sMgh5bgOYJeWyXwZD5KUBM7Pv3cX4.cache +0 -0
  267. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/0vb2fc20vs2aZYvdvcIzoxvwZqbzWvwHSxJSgN_9nW0.cache +0 -0
  268. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/1VI50V2gaNK5aNC6ok1GX15pPXzdWMQ_97rtH_xN_h4.cache +0 -0
  269. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/3n-qFWhk2_8gD6fUhuVJnJs8p1EmGv3v-JAqAl_I4Yo.cache +0 -0
  270. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/4Df_jfHqbB0nQIuhk408EHMkKri6zxfh9NXVBy1rhM0.cache +1 -0
  271. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/4QVhPZ1bAF1QXQEzwnNV1aRj-KwGcoph-XUWYWg-XuY.cache +2 -0
  272. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  273. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/uOl4dGgiXuGI3jQWJItfMGAe6jPuT_9Gvd-WxA8I_t8.cache → dummy/tmp/cache/assets/test/sprockets/v3.0/7HobxYzwP-gp05vGJvmKy28jZWjtF88XWXngMLhwf48.cache} +0 -0
  274. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/8e0613uYjBE7kdPf2NfzJVFbmFo4UhF4V0cV2y6HDHY.cache +0 -0
  275. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/9JpPMn0JJENedL9Eo5dF4Ivcvt30-viRLN6pPCbbhDU.cache +2 -0
  276. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/Swqxo5qhDoOZppFccCj26jBotbbBdwg1x6UWwYhZKFc.cache → dummy/tmp/cache/assets/test/sprockets/v3.0/A0WH4A_NLk1b2EglfGbKs-F5g_ccI0R5arJLgk_M_bI.cache} +0 -0
  277. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/AHPYLm0UyDhLcGo36asbrTfu0P-BjiEL_YBhAhG2_vY.cache +0 -0
  278. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/ANrypOqB5SrCmjnbHH7frywv4-rONN4RMW2OCy0Ygos.cache +0 -0
  279. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/CdIzTNWCrzyZZrWeinDRGEnP8K7b1V8hcxWoLzrlOBQ.cache +0 -0
  280. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/DZxlhypdd_7vZQOoJoHuDUf614ZdEsdT0m6YxlE1JXw.cache +0 -0
  281. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/DdaXTuAwtcFyn4MfOosguPRJUzFzn45iPTJ5ICXx9EM.cache +1 -0
  282. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/EhkXnRtsnNOWYTJP1nZMbt9ryKXw0yXZoBDajtG0GZA.cache +0 -0
  283. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/GoMAd3gZ-JkVEuMP6xC3hhXGUzq9hkRQ0L65AUmNT94.cache +0 -0
  284. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/HCcjDjD5vZXQX40_rKRGQ4j7ZRy-ltW_DBvWlSsOZuU.cache +0 -0
  285. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/J0Ctu-AMkyP84LswlhNvf4Dz1ZXI2ftXCJ_-OnNRblA.cache +1 -0
  286. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/JDK_Ms4zYtJpK4cDAOb2SVpoJZK0OekAcMAM9f310R0.cache +1 -0
  287. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/JJx4yYtjyfNaZk3Nxg1_-FYSOxbc10Pc5qjm17oqiD8.cache +0 -0
  288. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/TTmm-NahGHbA5iAmaVZzgHvDpANR0aZSk06d9s93kK8.cache → dummy/tmp/cache/assets/test/sprockets/v3.0/JYPcdHZUiaiK8vjbNgex_toxbntRptRCvLPId4na9jE.cache} +0 -0
  289. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/KCQ00LVROVPriQBnlaXnfD6DDzl7iGaequA6ORtv_o4.cache +0 -0
  290. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/LKeOj4w-6dc5FNh6uya-IjI0O-Dn0_6ZXAfaNx0yhdc.cache +0 -0
  291. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/LZA2eOBbxNyUI2fR3WQJoFHiiII4ywZVxN4HfKuAXB8.cache +1 -0
  292. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/LxM9E0kcFqi30CNAr18f8n7Osq4y6NYWOyHO9WWcOng.cache +0 -0
  293. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/MC0CK-byw4sNFRQwQ_7cih5eLSio_GU73dSDCTWvMXs.cache +0 -0
  294. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/MVl0GirX9lwrvra_2wxkb-G8wPoIJo8Z1VLMl52N7es.cache +0 -0
  295. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/N3ZrvpG-N-mvtTEyuciLRnvHLtRwbMLWO78gRTofzZ8.cache +0 -0
  296. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/NsbpkbaopyT81v70JpBnqwfhX45Qpy06Ql4JJz79XiM.cache +1 -0
  297. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +2 -0
  298. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/OIf6xewk9x6m-Adiq7bwGjZA1LEhbLWGrEQqqcJaWMw.cache +0 -0
  299. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/Oqn0B8Qi68hw2INAuhJs05oSmGGZdSsjmqJl8tZL06I.cache +0 -0
  300. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/OtS1IyaGwtLrvogUtUupExKtDnUkMW8rdGCBHQzttm4.cache +0 -0
  301. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/PS9ljjB7J9TFU_icZ8T1x1I2N5G1S1f8wNdMn5-Hvb8.cache +1 -0
  302. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/PzrNQTC9gQ2G7DIWKETQmLjW2QI4eE1ZZUf-xKfd5Jk.cache +1 -0
  303. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/QhM5PN8k4kNdffXzma4em5v9YfZzntr9r4h6UytU3Jc.cache +0 -0
  304. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Rjt81nlgtQ7Y964wpdFYF4ek71DLgFZl89q_Ix_YcLs.cache +1 -0
  305. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/Ru3MpObxeTCSyhBHQ1214zaMFlYCXXMn23za7QeIZzQ.cache +0 -0
  306. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/SVG0IlNe_Edi95QoFD1jV9M3flYktDzIQPvl0FxEu80.cache +0 -0
  307. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Swqxo5qhDoOZppFccCj26jBotbbBdwg1x6UWwYhZKFc.cache +1 -0
  308. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/TTmm-NahGHbA5iAmaVZzgHvDpANR0aZSk06d9s93kK8.cache +1 -0
  309. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/UQq3POExo0KCqqasG_N4wmrNd8HTzXPNX6iv0x5a7bg.cache +0 -0
  310. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/UppuljgD_WTSoCBuyz95e56fq-TUZ6vXY--n9PGy1KI.cache +0 -0
  311. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/VAnBhuhgN2Y24HnNQYz8PHRsaOb4k8hiVWdzO_RTjLI.cache +0 -0
  312. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/ViWCeCX4myoX3dltcTkvyE6chbke1V5i4NKnnJPTDvo.cache +0 -0
  313. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/VvTpyA8qRAAGU9CrMl3cSPHbLoAnbiWpKfAwPrerOgs.cache +0 -0
  314. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WDMURAYzmLlRKBoNG4qhgz7dwlPmJDzKarJrkaraf10.cache +0 -0
  315. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WIGTIqJsNaF-rmpRX6vJECKKkuJfrBRebTeWdWVi6cg.cache +0 -0
  316. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WQD0d399RfQnL5DhWAR1lir2rR708B_tgbeOeDu9C58.cache +0 -0
  317. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WqlTIrcLtYBwrVT2VMlkCIE7ag2Hepvrm-CdMyoVrls.cache +0 -0
  318. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/XQnO3QpiEo8To_dB5HjjYJzCj5Sr92SQi30xeZETxgI.cache +1 -0
  319. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/XrY9Et2FwM8G25bq-uybW_O4wT2O3Brx2mQBxwoP_Io.cache +0 -0
  320. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/jzfGi06HcVEQdOpmQDjwjAyqImONZMznf9ARRtA-jyk.cache → dummy/tmp/cache/assets/test/sprockets/v3.0/YV1emY7xY_yhG9je6oVUDMt6yvx_dTCQLBi9tyRMHqc.cache} +0 -0
  321. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/Ypm390R8IeHGShvubuhEj2PLYiROkaPmnWO34LSZ6Zs.cache +0 -0
  322. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/a2MgYuxcn4GnHcIYbyOVg1bj7Jd-xh8PawrgnWkFeLQ.cache +0 -0
  323. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/aIhypeiW87JfPryg3p6MQ6dGLuQHxepECmcecnVjmu4.cache +0 -0
  324. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/bMCU5FWRXu8SW_aa8cTGc3d-JMUOwQeDkCOyy10-2yk.cache +0 -0
  325. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/bwcpD9m_K8S-0R0DdH1mvqt4-8tCdhKIE8Wzk2T4420.cache +1 -0
  326. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/eEUdWbeOT5epnsTdH50RZ99jMUDcyl-6JS30tGkKetg.cache +0 -0
  327. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/egqyOF08rpH2X5U8gUA6dTsAd0Trufld908T_KyCGdo.cache +1 -0
  328. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/fLTD6SFsaDpFYdTFHXm1bbS3zjnxtTcxtTrRwVtgJMM.cache +0 -0
  329. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/g4vdxQG6z_TTKRU0WCCYOTPHAsF9_7R7Nt-ol7Aw7GU.cache +0 -0
  330. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/gM4JVAZq1is_TIGaSnooI4rfXFFIoAcP8C7mK_sPcQo.cache +0 -0
  331. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/hOO32ukDVHvn9fns_a1YtnHJbl42bm_OIZbFwRtUOpc.cache +2 -0
  332. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/j2CRkbXCRjGiSScGu8W3K2GNCQEkjRyiRim1LYGyKbA.cache +1 -0
  333. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/j9AknpOOmPN9obl47E0nWMFy71VK03fDWP2dYoxx80M.cache +1 -0
  334. data/spec/{test_app/tmp/cache/assets/test/sprockets/v3.0/tvcMrLyd7iuUPStYdrlwHUxH3MQJseDR0OM4f09RU4U.cache → dummy/tmp/cache/assets/test/sprockets/v3.0/jzfGi06HcVEQdOpmQDjwjAyqImONZMznf9ARRtA-jyk.cache} +0 -0
  335. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/m20TDlMsEK__Qb00UZQ_KIBVYEgNRoJwl9Ur1mLQr50.cache +0 -0
  336. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/meBM6jieJhk67I6aP7d6UjQdekIrbfwHxlzSrVbsPE4.cache +1 -0
  337. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/mkGQS6iO46jjgCnS8J2j7mfdkAbjBW2eBEZbdL48RrA.cache +0 -0
  338. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/n45BO_XBxFKf9YBnhBEWAWGQhKa4hSsBit1LmlCqAYo.cache +0 -0
  339. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/njFKpmycMgAsCh2_KOiLe_y3mFuswxy5jLKvdhAgGJw.cache +0 -0
  340. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/oScT5aRAvIS8plMsPW1BItJKtXjJqyvDWLoJYux23ys.cache +0 -0
  341. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/oc4ZubACMqNM95E7DjnSdGKPNA1dXwI0ilZCjMNaZw4.cache +0 -0
  342. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/p3kAxdW6NDAvIkdST_EWAksOWMpjgs153Oue9LJGG0M.cache +1 -0
  343. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/pE9SglIk9LSr7PpvV23ct3gStd384optUDE5CboYam8.cache +1 -0
  344. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/q6UfwUbArqPmy5JSO84cWRtOjExldp3ec6DxfjlaPEY.cache +0 -0
  345. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/qVpVKlMy1h9mjiDLx1oKRq4K71fQ0ze0eN3ZF_49mOk.cache +0 -0
  346. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/qfNFbY-XYmjt34K3kSUVUiZhC_JykDdE27SaXlkn1co.cache +0 -0
  347. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/r30DBBCzgN7k8r7AgUrjH6FsqcfkLDcW_PzTEba-cC8.cache +0 -0
  348. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/r_f1fo1AVopCOxxSes-jdw0TIQA54LiMcXgGOp2LFb0.cache +0 -0
  349. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ragcGac2BfxXmYvlyC9m-axFZA1JAkrle5erqYDNVXk.cache +0 -0
  350. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/rwj56SK-DhbA-YkGLvYYmd9hk7j70dSgC_MqfeInpbU.cache +0 -0
  351. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/sZKsH0syurJVEkjmHPv8OvTYLjUwfIe75uveSgiU1TY.cache +0 -0
  352. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/s_X24peJAlZxJs0fPg7QFXIRF5dLGZMNYYT3tyc9MdI.cache +0 -0
  353. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/smi6XXyX25gyvZ1gYd-Ujv7BI-RNghP7HzOzL-Sv5xU.cache +0 -0
  354. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/t76taGwJW6cJ-kxp10xaI1Zfr2h6jWOKTuwmIT6vu4E.cache +0 -0
  355. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/tvcMrLyd7iuUPStYdrlwHUxH3MQJseDR0OM4f09RU4U.cache +2 -0
  356. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/tvknZFa3vs8uuOYHrf9u5OWhRsTXMtz53t1bNdzVqIo.cache +2 -0
  357. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/uASShif-McpRUv6Z0pcycjtR0BrYcZlg4nL74u-derU.cache +0 -0
  358. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/uOl4dGgiXuGI3jQWJItfMGAe6jPuT_9Gvd-WxA8I_t8.cache +1 -0
  359. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/uYwnZNrP4CD06yeinCXxoM1aa6M8jixadWGoNxncUzA.cache +0 -0
  360. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ucy6Lagx64w1PpqZVssekSpBA0YPXYtf4Oz4c6ozPQ4.cache +1 -0
  361. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/vKEp6_mvOHp0Y_N4Wfy8bXVPGj0PgzNicu6xWXj3GCQ.cache +0 -0
  362. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/vVA9q8Dy1oqaLu08qN0wWuecAd6Hxo4gbQcLvS-Pkg4.cache +0 -0
  363. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/w5ZUVpFrLGf39UumwxIKGkluMK_LQLtKezJpc9O4L9E.cache +1 -0
  364. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/w9DS6QOJyxEpJTgoz6Tsjb_DBmagHbZ8Ed6Ao16AVOs.cache +1 -0
  365. data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/xymYiOVD5pZB9Z60G34LCMLjk7o1Yplg3RJmRf4SpJ4.cache +0 -0
  366. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/xz60PqOmznUx7ShvMgv9bk-5VYU3dc9Jj84mt8nET0c.cache +1 -0
  367. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ySq0hyqmCNX8C5qIYwktY2MRmXU95m3Z92T2HFrAUIs.cache +1 -0
  368. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291131209825278815.html +0 -0
  369. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291150401230302205.html +0 -0
  370. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291206543623839131.html +0 -0
  371. data/spec/{test_app → dummy}/tmp/capybara/capybara-20150429120937203197592.html +0 -0
  372. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291210383988435864.html +0 -0
  373. data/spec/{test_app → dummy}/tmp/capybara/capybara-20150429121627707334270.html +0 -0
  374. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291236506064013706.html +0 -0
  375. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291319426841751741.html +0 -0
  376. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291320577316381446.html +0 -0
  377. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291324064605129112.html +0 -0
  378. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291325214676808281.html +0 -0
  379. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291329305133892137.html +0 -0
  380. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291331505222229998.html +0 -0
  381. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291342298940226392.html +0 -0
  382. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291343237421868398.html +0 -0
  383. data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291344199401915203.html +0 -0
  384. data/spec/rails_helper.rb +5 -2
  385. metadata +765 -554
  386. data/spec/test_app/app/assets/stylesheets/application.css +0 -15
  387. data/spec/test_app/config/initializers/session_store.rb +0 -3
@@ -10122,3 +10122,2760 @@ Processing by AddressesDemoController#update as HTML
10122
10122
  Redirected to http://test.host/
10123
10123
  Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
10124
10124
   (0.7ms) rollback transaction
10125
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
10126
+  (1.4ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
10127
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
10128
+  (0.1ms) select sqlite_version(*)
10129
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10130
+  (0.1ms) SELECT version FROM "schema_migrations"
10131
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
10132
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
10133
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10134
+  (1.4ms) DELETE FROM "addresses";
10135
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10136
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'addresses';
10137
+  (0.1ms) begin transaction
10138
+  (0.0ms) commit transaction
10139
+  (0.0ms) begin transaction
10140
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10141
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
10142
+  (0.1ms) rollback transaction
10143
+  (0.1ms) begin transaction
10144
+  (0.0ms) commit transaction
10145
+  (0.0ms) begin transaction
10146
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10147
+ Parameters: {"country_code"=>"IE"}
10148
+ Completed 200 OK in 101ms (Views: 0.5ms | ActiveRecord: 0.0ms)
10149
+  (0.1ms) rollback transaction
10150
+  (0.0ms) begin transaction
10151
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:08.850571"], ["updated_at", "2015-10-07 01:40:08.850571"]]
10152
+  (0.9ms) commit transaction
10153
+ Started GET "/tags" for 127.0.0.1 at 2015-10-06 19:40:12 -0600
10154
+ Processing by AddressesDemoController#tags as HTML
10155
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
10156
+ Rendered addresses_demo/tags.html.erb within layouts/application (52.6ms)
10157
+ Completed 200 OK in 330ms (Views: 328.7ms | ActiveRecord: 0.4ms)
10158
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:13 -0600
10159
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:13 -0600
10160
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-10-06 19:40:13 -0600
10161
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10162
+ Parameters: {"country_code"=>"DE"}
10163
+ Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10164
+  (1.0ms) DELETE FROM "addresses";
10165
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10166
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10167
+  (0.1ms) begin transaction
10168
+ SQL (0.6ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:13.945713"], ["updated_at", "2015-10-07 01:40:13.945713"]]
10169
+  (1.1ms) commit transaction
10170
+ Started GET "/tags" for 127.0.0.1 at 2015-10-06 19:40:13 -0600
10171
+ Processing by AddressesDemoController#tags as HTML
10172
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10173
+ Rendered addresses_demo/tags.html.erb within layouts/application (45.9ms)
10174
+ Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.2ms)
10175
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:14 -0600
10176
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:14 -0600
10177
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-10-06 19:40:14 -0600
10178
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10179
+ Parameters: {"country_code"=>"GU"}
10180
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
10181
+  (1.0ms) DELETE FROM "addresses";
10182
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10183
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10184
+  (0.1ms) begin transaction
10185
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:14.380436"], ["updated_at", "2015-10-07 01:40:14.380436"]]
10186
+  (0.9ms) commit transaction
10187
+ Started GET "/" for 127.0.0.1 at 2015-10-06 19:40:14 -0600
10188
+ Processing by AddressesDemoController#index as HTML
10189
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
10190
+ Rendered addresses_demo/index.html.erb within layouts/application (151.1ms)
10191
+ Completed 200 OK in 154ms (Views: 153.2ms | ActiveRecord: 0.3ms)
10192
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:14 -0600
10193
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:14 -0600
10194
+  (1.1ms) DELETE FROM "addresses";
10195
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10196
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10197
+  (0.1ms) begin transaction
10198
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:15.417149"], ["updated_at", "2015-10-07 01:40:15.417149"]]
10199
+  (0.9ms) commit transaction
10200
+ Started GET "/tags" for 127.0.0.1 at 2015-10-06 19:40:15 -0600
10201
+ Processing by AddressesDemoController#tags as HTML
10202
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10203
+ Rendered addresses_demo/tags.html.erb within layouts/application (100.3ms)
10204
+ Completed 200 OK in 102ms (Views: 101.5ms | ActiveRecord: 0.2ms)
10205
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:15 -0600
10206
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:15 -0600
10207
+  (1.2ms) DELETE FROM "addresses";
10208
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10209
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10210
+  (0.1ms) begin transaction
10211
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:16.378791"], ["updated_at", "2015-10-07 01:40:16.378791"]]
10212
+  (0.9ms) commit transaction
10213
+ Started GET "/" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
10214
+ Processing by AddressesDemoController#index as HTML
10215
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10216
+ Rendered addresses_demo/index.html.erb within layouts/application (47.5ms)
10217
+ Completed 200 OK in 49ms (Views: 48.5ms | ActiveRecord: 0.2ms)
10218
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
10219
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
10220
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
10221
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10222
+ Parameters: {"country_code"=>"GU"}
10223
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
10224
+  (1.1ms) DELETE FROM "addresses";
10225
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10226
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10227
+  (0.1ms) begin transaction
10228
+ SQL (0.5ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:16.768961"], ["updated_at", "2015-10-07 01:40:16.768961"]]
10229
+  (0.9ms) commit transaction
10230
+ Started GET "/" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
10231
+ Processing by AddressesDemoController#index as HTML
10232
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
10233
+ Rendered addresses_demo/index.html.erb within layouts/application (42.2ms)
10234
+ Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.4ms)
10235
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
10236
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
10237
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10238
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10239
+ Parameters: {"country_code"=>"DE"}
10240
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10241
+  (1.0ms) DELETE FROM "addresses";
10242
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10243
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10244
+  (0.1ms) begin transaction
10245
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:17.293674"], ["updated_at", "2015-10-07 01:40:17.293674"]]
10246
+  (0.8ms) commit transaction
10247
+ Started GET "/" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10248
+ Processing by AddressesDemoController#index as HTML
10249
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10250
+ Rendered addresses_demo/index.html.erb within layouts/application (40.0ms)
10251
+ Completed 200 OK in 42ms (Views: 41.4ms | ActiveRecord: 0.2ms)
10252
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10253
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10254
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10255
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10256
+ Parameters: {"country_code"=>"IE"}
10257
+ Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10258
+ Started PATCH "/1" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10259
+ Processing by AddressesDemoController#update as HTML
10260
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
10261
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10262
+  (0.1ms) begin transaction
10263
+ SQL (0.5ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2015-10-07 01:40:17.778242"], ["id", 1]]
10264
+  (0.8ms) commit transaction
10265
+ Redirected to http://127.0.0.1:61872/
10266
+ Completed 302 Found in 25ms (ActiveRecord: 1.7ms)
10267
+ Started GET "/" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10268
+ Processing by AddressesDemoController#index as HTML
10269
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10270
+ Rendered addresses_demo/index.html.erb within layouts/application (40.4ms)
10271
+ Completed 200 OK in 42ms (Views: 41.7ms | ActiveRecord: 0.2ms)
10272
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10273
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10274
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10275
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10276
+  (1.1ms) DELETE FROM "addresses";
10277
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10278
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10279
+  (0.1ms) begin transaction
10280
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2015-10-07 01:40:17.974999"], ["updated_at", "2015-10-07 01:40:17.974999"]]
10281
+  (0.8ms) commit transaction
10282
+ Started GET "/tags" for 127.0.0.1 at 2015-10-06 19:40:17 -0600
10283
+ Processing by AddressesDemoController#tags as HTML
10284
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10285
+ Rendered addresses_demo/tags.html.erb within layouts/application (50.0ms)
10286
+ Completed 200 OK in 52ms (Views: 51.2ms | ActiveRecord: 0.2ms)
10287
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:18 -0600
10288
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:18 -0600
10289
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2015-10-06 19:40:18 -0600
10290
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10291
+ Parameters: {"country_code"=>"IE"}
10292
+ Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
10293
+ Started PATCH "/1" for 127.0.0.1 at 2015-10-06 19:40:18 -0600
10294
+ Processing by AddressesDemoController#update as HTML
10295
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
10296
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10297
+  (0.1ms) begin transaction
10298
+ SQL (0.4ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2015-10-07 01:40:18.461330"], ["id", 1]]
10299
+  (0.8ms) commit transaction
10300
+ Redirected to http://127.0.0.1:61872/
10301
+ Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
10302
+ Started GET "/" for 127.0.0.1 at 2015-10-06 19:40:18 -0600
10303
+ Processing by AddressesDemoController#index as HTML
10304
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10305
+ Rendered addresses_demo/index.html.erb within layouts/application (39.3ms)
10306
+ Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.2ms)
10307
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-10-06 19:40:18 -0600
10308
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-10-06 19:40:18 -0600
10309
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10310
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10311
+  (1.9ms) DELETE FROM "addresses";
10312
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10313
+  (2.3ms) DELETE FROM sqlite_sequence where name = 'addresses';
10314
+  (0.1ms) begin transaction
10315
+  (0.1ms) commit transaction
10316
+  (0.0ms) begin transaction
10317
+ Processing by AddressesDemoController#index as HTML
10318
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
10319
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
10320
+  (0.1ms) rollback transaction
10321
+  (0.1ms) begin transaction
10322
+  (0.1ms) commit transaction
10323
+  (0.0ms) begin transaction
10324
+ Processing by AddressesDemoController#tags as HTML
10325
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.4ms)
10326
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
10327
+  (0.1ms) rollback transaction
10328
+  (0.1ms) begin transaction
10329
+  (0.0ms) commit transaction
10330
+  (0.0ms) begin transaction
10331
+  (0.0ms) SAVEPOINT active_record_1
10332
+ SQL (0.7ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2015-10-07 01:40:18.683190"], ["updated_at", "2015-10-07 01:40:18.683190"]]
10333
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10334
+ Processing by AddressesDemoController#update as HTML
10335
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
10336
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10337
+  (0.1ms) SAVEPOINT active_record_1
10338
+ SQL (1.2ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2015-10-07 01:40:18.688686"], ["id", 1]]
10339
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10340
+ Redirected to http://test.host/
10341
+ Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
10342
+  (0.7ms) rollback transaction
10343
+  (0.1ms) begin transaction
10344
+  (0.1ms) commit transaction
10345
+  (0.1ms) begin transaction
10346
+  (0.1ms) rollback transaction
10347
+  (0.1ms) begin transaction
10348
+  (0.1ms) commit transaction
10349
+  (0.1ms) begin transaction
10350
+  (0.1ms) rollback transaction
10351
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
10352
+  (1.8ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
10353
+  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
10354
+  (0.1ms) select sqlite_version(*)
10355
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10356
+  (0.1ms) SELECT version FROM "schema_migrations"
10357
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
10358
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
10359
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10360
+  (1.1ms) DELETE FROM "addresses";
10361
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10362
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
10363
+  (0.1ms) begin transaction
10364
+  (0.0ms) commit transaction
10365
+  (0.0ms) begin transaction
10366
+  (0.1ms) rollback transaction
10367
+  (0.1ms) begin transaction
10368
+  (0.0ms) commit transaction
10369
+  (0.0ms) begin transaction
10370
+  (0.1ms) rollback transaction
10371
+  (0.1ms) begin transaction
10372
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:00:32.781504"], ["updated_at", "2016-02-02 20:00:32.781504"]]
10373
+  (0.9ms) commit transaction
10374
+  (2.4ms) DELETE FROM "addresses";
10375
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10376
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
10377
+  (0.1ms) begin transaction
10378
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:01:39.331042"], ["updated_at", "2016-02-02 20:01:39.331042"]]
10379
+  (0.9ms) commit transaction
10380
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10381
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
10382
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
10383
+  (0.1ms) select sqlite_version(*)
10384
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10385
+  (0.1ms) SELECT version FROM "schema_migrations"
10386
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
10387
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
10388
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10389
+  (2.8ms) DELETE FROM "addresses";
10390
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10391
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
10392
+  (0.1ms) begin transaction
10393
+  (0.0ms) commit transaction
10394
+  (0.0ms) begin transaction
10395
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10396
+ Parameters: {"country_code"=>"IE"}
10397
+ Completed 200 OK in 71ms (Views: 0.5ms | ActiveRecord: 0.0ms)
10398
+  (0.1ms) rollback transaction
10399
+  (0.1ms) begin transaction
10400
+  (0.0ms) commit transaction
10401
+  (0.0ms) begin transaction
10402
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10403
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
10404
+  (0.0ms) rollback transaction
10405
+  (0.1ms) begin transaction
10406
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:02:20.786938"], ["updated_at", "2016-02-02 20:02:20.786938"]]
10407
+  (1.0ms) commit transaction
10408
+  (0.8ms) DELETE FROM "addresses";
10409
+ SQLite3::ReadOnlyException: attempt to write a readonly database: DELETE FROM "addresses";
10410
+  (1.4ms) DELETE FROM "addresses";
10411
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10412
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
10413
+  (0.2ms) begin transaction
10414
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:03:46.373374"], ["updated_at", "2016-02-02 20:03:46.373374"]]
10415
+  (0.9ms) commit transaction
10416
+  (2.7ms) DELETE FROM "addresses";
10417
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10418
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10419
+  (0.1ms) begin transaction
10420
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:04:52.715004"], ["updated_at", "2016-02-02 20:04:52.715004"]]
10421
+  (0.9ms) commit transaction
10422
+  (1.4ms) DELETE FROM "addresses";
10423
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10424
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
10425
+  (0.1ms) begin transaction
10426
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:05:58.819271"], ["updated_at", "2016-02-02 20:05:58.819271"]]
10427
+  (0.8ms) commit transaction
10428
+  (1.2ms) DELETE FROM "addresses";
10429
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10430
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'addresses';
10431
+  (0.1ms) begin transaction
10432
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:07:04.906163"], ["updated_at", "2016-02-02 20:07:04.906163"]]
10433
+  (0.8ms) commit transaction
10434
+  (2.9ms) DELETE FROM "addresses";
10435
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10436
+  (1.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
10437
+  (0.1ms) begin transaction
10438
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:08:11.183451"], ["updated_at", "2016-02-02 20:08:11.183451"]]
10439
+  (0.8ms) commit transaction
10440
+  (2.3ms) DELETE FROM "addresses";
10441
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10442
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10443
+  (0.1ms) begin transaction
10444
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:09:17.078681"], ["updated_at", "2016-02-02 20:09:17.078681"]]
10445
+  (0.7ms) commit transaction
10446
+  (2.9ms) DELETE FROM "addresses";
10447
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10448
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10449
+  (0.1ms) begin transaction
10450
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:10:23.254494"], ["updated_at", "2016-02-02 20:10:23.254494"]]
10451
+  (0.9ms) commit transaction
10452
+  (1.3ms) DELETE FROM "addresses";
10453
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10454
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10455
+  (0.1ms) begin transaction
10456
+  (0.1ms) commit transaction
10457
+  (0.0ms) begin transaction
10458
+  (0.0ms) SAVEPOINT active_record_1
10459
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:11:29.511177"], ["updated_at", "2016-02-02 20:11:29.511177"]]
10460
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10461
+ Processing by AddressesDemoController#update as HTML
10462
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
10463
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10464
+  (0.1ms) SAVEPOINT active_record_1
10465
+ SQL (0.4ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:11:29.524800"], ["id", 1]]
10466
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10467
+ Redirected to http://test.host/
10468
+ Completed 302 Found in 13ms (ActiveRecord: 0.8ms)
10469
+  (0.9ms) rollback transaction
10470
+  (0.1ms) begin transaction
10471
+  (0.1ms) commit transaction
10472
+  (0.0ms) begin transaction
10473
+ Processing by AddressesDemoController#index as HTML
10474
+ Rendered addresses_demo/index.html.erb within layouts/application (0.4ms)
10475
+ Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
10476
+  (0.1ms) rollback transaction
10477
+  (0.1ms) begin transaction
10478
+  (0.1ms) commit transaction
10479
+  (0.0ms) begin transaction
10480
+ Processing by AddressesDemoController#tags as HTML
10481
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.3ms)
10482
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
10483
+  (0.1ms) rollback transaction
10484
+  (0.1ms) begin transaction
10485
+  (0.0ms) commit transaction
10486
+  (0.0ms) begin transaction
10487
+  (0.1ms) rollback transaction
10488
+  (0.1ms) begin transaction
10489
+  (0.1ms) commit transaction
10490
+  (0.0ms) begin transaction
10491
+  (0.1ms) rollback transaction
10492
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10493
+  (1.2ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
10494
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
10495
+  (0.1ms) select sqlite_version(*)
10496
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10497
+  (0.1ms) SELECT version FROM "schema_migrations"
10498
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
10499
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
10500
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10501
+  (1.0ms) DELETE FROM "addresses";
10502
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10503
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
10504
+  (0.1ms) begin transaction
10505
+  (0.0ms) commit transaction
10506
+  (0.0ms) begin transaction
10507
+ Processing by AddressesDemoController#index as HTML
10508
+ Rendered addresses_demo/index.html.erb within layouts/application (0.4ms)
10509
+ Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.0ms)
10510
+  (0.1ms) rollback transaction
10511
+  (0.1ms) begin transaction
10512
+  (0.0ms) commit transaction
10513
+  (0.0ms) begin transaction
10514
+ Processing by AddressesDemoController#tags as HTML
10515
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.2ms)
10516
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
10517
+  (0.1ms) rollback transaction
10518
+  (0.1ms) begin transaction
10519
+  (0.0ms) commit transaction
10520
+  (0.0ms) begin transaction
10521
+  (0.0ms) SAVEPOINT active_record_1
10522
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:21:25.933794"], ["updated_at", "2016-02-02 20:21:25.933794"]]
10523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10524
+ Processing by AddressesDemoController#update as HTML
10525
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
10526
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10527
+  (0.0ms) SAVEPOINT active_record_1
10528
+ SQL (1.1ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:21:25.948681"], ["id", 1]]
10529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10530
+ Redirected to http://test.host/
10531
+ Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
10532
+  (0.6ms) rollback transaction
10533
+  (0.1ms) begin transaction
10534
+  (0.0ms) commit transaction
10535
+  (0.0ms) begin transaction
10536
+  (0.1ms) rollback transaction
10537
+  (0.0ms) begin transaction
10538
+  (0.0ms) commit transaction
10539
+  (0.0ms) begin transaction
10540
+  (0.0ms) rollback transaction
10541
+  (0.0ms) begin transaction
10542
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.056865"], ["updated_at", "2016-02-02 20:21:26.056865"]]
10543
+  (0.8ms) commit transaction
10544
+  (0.9ms) DELETE FROM "addresses";
10545
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10546
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10547
+  (0.1ms) begin transaction
10548
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.063768"], ["updated_at", "2016-02-02 20:21:26.063768"]]
10549
+  (0.8ms) commit transaction
10550
+  (0.9ms) DELETE FROM "addresses";
10551
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10552
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10553
+  (0.1ms) begin transaction
10554
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.069911"], ["updated_at", "2016-02-02 20:21:26.069911"]]
10555
+  (0.8ms) commit transaction
10556
+  (0.9ms) DELETE FROM "addresses";
10557
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10558
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
10559
+  (0.1ms) begin transaction
10560
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.075874"], ["updated_at", "2016-02-02 20:21:26.075874"]]
10561
+  (0.8ms) commit transaction
10562
+  (0.7ms) DELETE FROM "addresses";
10563
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10564
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10565
+  (0.0ms) begin transaction
10566
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.081793"], ["updated_at", "2016-02-02 20:21:26.081793"]]
10567
+  (0.6ms) commit transaction
10568
+  (1.1ms) DELETE FROM "addresses";
10569
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10570
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10571
+  (0.0ms) begin transaction
10572
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.088409"], ["updated_at", "2016-02-02 20:21:26.088409"]]
10573
+  (0.7ms) commit transaction
10574
+  (0.8ms) DELETE FROM "addresses";
10575
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10576
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10577
+  (0.1ms) begin transaction
10578
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.094604"], ["updated_at", "2016-02-02 20:21:26.094604"]]
10579
+  (0.8ms) commit transaction
10580
+  (0.8ms) DELETE FROM "addresses";
10581
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10582
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10583
+  (0.0ms) begin transaction
10584
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:21:26.101025"], ["updated_at", "2016-02-02 20:21:26.101025"]]
10585
+  (0.9ms) commit transaction
10586
+  (1.0ms) DELETE FROM "addresses";
10587
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10588
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10589
+  (0.1ms) begin transaction
10590
+  (0.0ms) commit transaction
10591
+  (0.0ms) begin transaction
10592
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10593
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
10594
+  (0.1ms) rollback transaction
10595
+  (0.1ms) begin transaction
10596
+  (0.0ms) commit transaction
10597
+  (0.0ms) begin transaction
10598
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10599
+ Parameters: {"country_code"=>"IE"}
10600
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10601
+  (0.1ms) rollback transaction
10602
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10603
+  (3.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
10604
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
10605
+  (0.1ms) select sqlite_version(*)
10606
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10607
+  (0.1ms) SELECT version FROM "schema_migrations"
10608
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
10609
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
10610
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10611
+  (2.3ms) DELETE FROM "addresses";
10612
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10613
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
10614
+  (0.1ms) begin transaction
10615
+  (0.1ms) commit transaction
10616
+  (0.0ms) begin transaction
10617
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10618
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10619
+  (0.1ms) rollback transaction
10620
+  (0.2ms) begin transaction
10621
+  (0.1ms) commit transaction
10622
+  (0.1ms) begin transaction
10623
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10624
+ Parameters: {"country_code"=>"IE"}
10625
+ Completed 200 OK in 87ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10626
+  (0.1ms) rollback transaction
10627
+  (0.1ms) begin transaction
10628
+  (0.0ms) commit transaction
10629
+  (0.0ms) begin transaction
10630
+  (0.1ms) rollback transaction
10631
+  (0.1ms) begin transaction
10632
+  (0.1ms) commit transaction
10633
+  (0.1ms) begin transaction
10634
+  (0.0ms) rollback transaction
10635
+  (0.0ms) begin transaction
10636
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.372739"], ["updated_at", "2016-02-02 20:25:57.372739"]]
10637
+  (2.6ms) commit transaction
10638
+  (0.9ms) DELETE FROM "addresses";
10639
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10640
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
10641
+  (0.1ms) begin transaction
10642
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.420370"], ["updated_at", "2016-02-02 20:25:57.420370"]]
10643
+  (0.8ms) commit transaction
10644
+  (0.8ms) DELETE FROM "addresses";
10645
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10646
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10647
+  (0.1ms) begin transaction
10648
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.426496"], ["updated_at", "2016-02-02 20:25:57.426496"]]
10649
+  (0.9ms) commit transaction
10650
+  (0.8ms) DELETE FROM "addresses";
10651
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10652
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
10653
+  (0.1ms) begin transaction
10654
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.432469"], ["updated_at", "2016-02-02 20:25:57.432469"]]
10655
+  (0.7ms) commit transaction
10656
+  (0.9ms) DELETE FROM "addresses";
10657
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10658
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10659
+  (0.0ms) begin transaction
10660
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.438767"], ["updated_at", "2016-02-02 20:25:57.438767"]]
10661
+  (0.9ms) commit transaction
10662
+  (0.7ms) DELETE FROM "addresses";
10663
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10664
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10665
+  (0.1ms) begin transaction
10666
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.445139"], ["updated_at", "2016-02-02 20:25:57.445139"]]
10667
+  (0.8ms) commit transaction
10668
+  (0.9ms) DELETE FROM "addresses";
10669
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10670
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10671
+  (0.1ms) begin transaction
10672
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.451270"], ["updated_at", "2016-02-02 20:25:57.451270"]]
10673
+  (0.8ms) commit transaction
10674
+  (0.9ms) DELETE FROM "addresses";
10675
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10676
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10677
+  (0.1ms) begin transaction
10678
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:25:57.457839"], ["updated_at", "2016-02-02 20:25:57.457839"]]
10679
+  (0.8ms) commit transaction
10680
+  (0.7ms) DELETE FROM "addresses";
10681
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10682
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
10683
+  (0.1ms) begin transaction
10684
+  (0.0ms) commit transaction
10685
+  (0.0ms) begin transaction
10686
+ Processing by AddressesDemoController#tags as HTML
10687
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.3ms)
10688
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
10689
+  (0.1ms) rollback transaction
10690
+  (0.1ms) begin transaction
10691
+  (0.0ms) commit transaction
10692
+  (0.0ms) begin transaction
10693
+ Processing by AddressesDemoController#index as HTML
10694
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
10695
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
10696
+  (0.0ms) rollback transaction
10697
+  (0.1ms) begin transaction
10698
+  (0.0ms) commit transaction
10699
+  (0.0ms) begin transaction
10700
+  (0.0ms) SAVEPOINT active_record_1
10701
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:25:57.478611"], ["updated_at", "2016-02-02 20:25:57.478611"]]
10702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10703
+ Processing by AddressesDemoController#update as HTML
10704
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
10705
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10706
+  (0.0ms) SAVEPOINT active_record_1
10707
+ SQL (1.9ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:25:57.486276"], ["id", 1]]
10708
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10709
+ Redirected to http://test.host/
10710
+ Completed 302 Found in 10ms (ActiveRecord: 2.3ms)
10711
+  (0.8ms) rollback transaction
10712
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10713
+  (3.4ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
10714
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
10715
+  (0.1ms) select sqlite_version(*)
10716
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10717
+  (0.1ms) SELECT version FROM "schema_migrations"
10718
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
10719
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
10720
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10721
+  (2.8ms) DELETE FROM "addresses";
10722
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10723
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
10724
+  (0.1ms) begin transaction
10725
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.228447"], ["updated_at", "2016-02-02 20:27:22.228447"]]
10726
+  (0.8ms) commit transaction
10727
+  (1.0ms) DELETE FROM "addresses";
10728
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10729
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10730
+  (0.0ms) begin transaction
10731
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.237773"], ["updated_at", "2016-02-02 20:27:22.237773"]]
10732
+  (0.8ms) commit transaction
10733
+  (0.9ms) DELETE FROM "addresses";
10734
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10735
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10736
+  (0.1ms) begin transaction
10737
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.244307"], ["updated_at", "2016-02-02 20:27:22.244307"]]
10738
+  (0.9ms) commit transaction
10739
+  (0.9ms) DELETE FROM "addresses";
10740
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10741
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10742
+  (0.0ms) begin transaction
10743
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.250580"], ["updated_at", "2016-02-02 20:27:22.250580"]]
10744
+  (0.9ms) commit transaction
10745
+  (0.8ms) DELETE FROM "addresses";
10746
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10747
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10748
+  (0.0ms) begin transaction
10749
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.256900"], ["updated_at", "2016-02-02 20:27:22.256900"]]
10750
+  (0.8ms) commit transaction
10751
+  (0.9ms) DELETE FROM "addresses";
10752
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10753
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10754
+  (0.1ms) begin transaction
10755
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.262963"], ["updated_at", "2016-02-02 20:27:22.262963"]]
10756
+  (0.7ms) commit transaction
10757
+  (0.8ms) DELETE FROM "addresses";
10758
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10759
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
10760
+  (0.0ms) begin transaction
10761
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.269095"], ["updated_at", "2016-02-02 20:27:22.269095"]]
10762
+  (0.6ms) commit transaction
10763
+  (1.0ms) DELETE FROM "addresses";
10764
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10765
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10766
+  (0.1ms) begin transaction
10767
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:27:22.275603"], ["updated_at", "2016-02-02 20:27:22.275603"]]
10768
+  (0.9ms) commit transaction
10769
+  (0.9ms) DELETE FROM "addresses";
10770
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10771
+  (2.3ms) DELETE FROM sqlite_sequence where name = 'addresses';
10772
+  (0.1ms) begin transaction
10773
+  (0.1ms) commit transaction
10774
+  (0.1ms) begin transaction
10775
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10776
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
10777
+  (0.1ms) rollback transaction
10778
+  (0.1ms) begin transaction
10779
+  (0.1ms) commit transaction
10780
+  (0.1ms) begin transaction
10781
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10782
+ Parameters: {"country_code"=>"IE"}
10783
+ Completed 200 OK in 85ms (Views: 0.6ms | ActiveRecord: 0.0ms)
10784
+  (0.1ms) rollback transaction
10785
+  (0.1ms) begin transaction
10786
+  (0.0ms) commit transaction
10787
+  (0.0ms) begin transaction
10788
+  (0.0ms) rollback transaction
10789
+  (0.1ms) begin transaction
10790
+  (0.1ms) commit transaction
10791
+  (0.1ms) begin transaction
10792
+  (0.0ms) rollback transaction
10793
+  (0.0ms) begin transaction
10794
+  (0.1ms) commit transaction
10795
+  (0.0ms) begin transaction
10796
+  (0.0ms) SAVEPOINT active_record_1
10797
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:27:22.401094"], ["updated_at", "2016-02-02 20:27:22.401094"]]
10798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10799
+ Processing by AddressesDemoController#update as HTML
10800
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
10801
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10802
+  (0.1ms) SAVEPOINT active_record_1
10803
+ SQL (1.8ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:27:22.411786"], ["id", 1]]
10804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10805
+ Redirected to http://test.host/
10806
+ Completed 302 Found in 47ms (ActiveRecord: 2.1ms)
10807
+  (2.3ms) rollback transaction
10808
+  (0.1ms) begin transaction
10809
+  (0.0ms) commit transaction
10810
+  (0.0ms) begin transaction
10811
+ Processing by AddressesDemoController#index as HTML
10812
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
10813
+ Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
10814
+  (0.1ms) rollback transaction
10815
+  (0.0ms) begin transaction
10816
+  (0.0ms) commit transaction
10817
+  (0.0ms) begin transaction
10818
+ Processing by AddressesDemoController#tags as HTML
10819
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.2ms)
10820
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
10821
+  (0.0ms) rollback transaction
10822
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10823
+  (3.2ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
10824
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
10825
+  (0.1ms) select sqlite_version(*)
10826
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10827
+  (0.1ms) SELECT version FROM "schema_migrations"
10828
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
10829
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
10830
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10831
+  (2.9ms) DELETE FROM "addresses";
10832
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10833
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
10834
+  (0.2ms) begin transaction
10835
+  (0.1ms) commit transaction
10836
+  (0.0ms) begin transaction
10837
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10838
+ Parameters: {"country_code"=>"IE"}
10839
+ Completed 200 OK in 88ms (Views: 0.5ms | ActiveRecord: 0.0ms)
10840
+  (0.1ms) rollback transaction
10841
+  (0.0ms) begin transaction
10842
+  (0.0ms) commit transaction
10843
+  (0.0ms) begin transaction
10844
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
10845
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
10846
+  (0.0ms) rollback transaction
10847
+  (0.0ms) begin transaction
10848
+  (0.0ms) commit transaction
10849
+  (0.0ms) begin transaction
10850
+ Processing by AddressesDemoController#index as HTML
10851
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
10852
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
10853
+  (0.1ms) rollback transaction
10854
+  (0.1ms) begin transaction
10855
+  (0.1ms) commit transaction
10856
+  (0.1ms) begin transaction
10857
+  (0.0ms) SAVEPOINT active_record_1
10858
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:30:27.920520"], ["updated_at", "2016-02-02 20:30:27.920520"]]
10859
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10860
+ Processing by AddressesDemoController#update as HTML
10861
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
10862
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10863
+  (0.0ms) SAVEPOINT active_record_1
10864
+ SQL (1.1ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:30:27.969915"], ["id", 1]]
10865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10866
+ Redirected to http://test.host/
10867
+ Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
10868
+  (2.4ms) rollback transaction
10869
+  (0.1ms) begin transaction
10870
+  (0.0ms) commit transaction
10871
+  (0.0ms) begin transaction
10872
+ Processing by AddressesDemoController#tags as HTML
10873
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.2ms)
10874
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
10875
+  (0.0ms) rollback transaction
10876
+  (0.1ms) begin transaction
10877
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:27.981453"], ["updated_at", "2016-02-02 20:30:27.981453"]]
10878
+  (0.7ms) commit transaction
10879
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10880
+ Processing by AddressesDemoController#index as HTML
10881
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
10882
+ Rendered addresses_demo/index.html.erb within layouts/application (157.2ms)
10883
+ Completed 200 OK in 314ms (Views: 313.3ms | ActiveRecord: 0.4ms)
10884
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10885
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10886
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10887
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10888
+ Parameters: {"country_code"=>"GU"}
10889
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
10890
+  (2.8ms) DELETE FROM "addresses";
10891
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10892
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10893
+  (0.1ms) begin transaction
10894
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:31.596273"], ["updated_at", "2016-02-02 20:30:31.596273"]]
10895
+  (0.8ms) commit transaction
10896
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10897
+ Processing by AddressesDemoController#tags as HTML
10898
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10899
+ Rendered addresses_demo/tags.html.erb within layouts/application (36.4ms)
10900
+ Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.2ms)
10901
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10902
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10903
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10904
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10905
+ Parameters: {"country_code"=>"IE"}
10906
+ Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
10907
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10908
+ Processing by AddressesDemoController#update as HTML
10909
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
10910
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10911
+  (0.1ms) begin transaction
10912
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:30:31.753686"], ["id", 1]]
10913
+  (0.9ms) commit transaction
10914
+ Redirected to http://127.0.0.1:53764/
10915
+ Completed 302 Found in 13ms (ActiveRecord: 1.3ms)
10916
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10917
+ Processing by AddressesDemoController#index as HTML
10918
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
10919
+ Rendered addresses_demo/index.html.erb within layouts/application (35.7ms)
10920
+ Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.4ms)
10921
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10922
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10923
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10924
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10925
+  (2.7ms) DELETE FROM "addresses";
10926
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10927
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10928
+  (0.1ms) begin transaction
10929
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:31.971614"], ["updated_at", "2016-02-02 20:30:31.971614"]]
10930
+  (0.9ms) commit transaction
10931
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
10932
+ Processing by AddressesDemoController#tags as HTML
10933
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10934
+ Rendered addresses_demo/tags.html.erb within layouts/application (37.4ms)
10935
+ Completed 200 OK in 39ms (Views: 38.9ms | ActiveRecord: 0.2ms)
10936
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10937
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10938
+  (2.8ms) DELETE FROM "addresses";
10939
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10940
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10941
+  (0.0ms) begin transaction
10942
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:32.118122"], ["updated_at", "2016-02-02 20:30:32.118122"]]
10943
+  (0.9ms) commit transaction
10944
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10945
+ Processing by AddressesDemoController#index as HTML
10946
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10947
+ Rendered addresses_demo/index.html.erb within layouts/application (34.3ms)
10948
+ Completed 200 OK in 37ms (Views: 36.4ms | ActiveRecord: 0.2ms)
10949
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10950
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10951
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10952
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10953
+ Parameters: {"country_code"=>"DE"}
10954
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10955
+  (2.7ms) DELETE FROM "addresses";
10956
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10957
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10958
+  (0.1ms) begin transaction
10959
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:32.289883"], ["updated_at", "2016-02-02 20:30:32.289883"]]
10960
+  (0.9ms) commit transaction
10961
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10962
+ Processing by AddressesDemoController#index as HTML
10963
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10964
+ Rendered addresses_demo/index.html.erb within layouts/application (36.2ms)
10965
+ Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.2ms)
10966
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10967
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10968
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10969
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
10970
+ Parameters: {"country_code"=>"IE"}
10971
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10972
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10973
+ Processing by AddressesDemoController#update as HTML
10974
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
10975
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10976
+  (0.1ms) begin transaction
10977
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:30:32.443230"], ["id", 1]]
10978
+  (2.2ms) commit transaction
10979
+ Redirected to http://127.0.0.1:53764/
10980
+ Completed 302 Found in 6ms (ActiveRecord: 2.6ms)
10981
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10982
+ Processing by AddressesDemoController#index as HTML
10983
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10984
+ Rendered addresses_demo/index.html.erb within layouts/application (31.3ms)
10985
+ Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.2ms)
10986
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10987
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10988
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10989
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
10990
+  (2.8ms) DELETE FROM "addresses";
10991
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
10992
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
10993
+  (0.0ms) begin transaction
10994
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:32.566684"], ["updated_at", "2016-02-02 20:30:32.566684"]]
10995
+  (0.9ms) commit transaction
10996
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
10997
+ Processing by AddressesDemoController#index as HTML
10998
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
10999
+ Rendered addresses_demo/index.html.erb within layouts/application (33.3ms)
11000
+ Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.2ms)
11001
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11002
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11003
+  (2.8ms) DELETE FROM "addresses";
11004
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11005
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11006
+  (0.1ms) begin transaction
11007
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:32.713499"], ["updated_at", "2016-02-02 20:30:32.713499"]]
11008
+  (0.9ms) commit transaction
11009
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11010
+ Processing by AddressesDemoController#tags as HTML
11011
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11012
+ Rendered addresses_demo/tags.html.erb within layouts/application (44.4ms)
11013
+ Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.2ms)
11014
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11015
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11016
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11017
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11018
+ Parameters: {"country_code"=>"DE"}
11019
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
11020
+  (2.8ms) DELETE FROM "addresses";
11021
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11022
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11023
+  (0.1ms) begin transaction
11024
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:32.940704"], ["updated_at", "2016-02-02 20:30:32.940704"]]
11025
+  (0.8ms) commit transaction
11026
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11027
+ Processing by AddressesDemoController#tags as HTML
11028
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11029
+ Rendered addresses_demo/tags.html.erb within layouts/application (35.6ms)
11030
+ Completed 200 OK in 37ms (Views: 36.9ms | ActiveRecord: 0.2ms)
11031
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11032
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
11033
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:30:33 -0700
11034
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11035
+ Parameters: {"country_code"=>"GU"}
11036
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11037
+  (2.7ms) DELETE FROM "addresses";
11038
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11039
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11040
+  (0.1ms) begin transaction
11041
+  (0.0ms) commit transaction
11042
+  (0.0ms) begin transaction
11043
+  (0.1ms) rollback transaction
11044
+  (0.1ms) begin transaction
11045
+  (0.0ms) commit transaction
11046
+  (0.0ms) begin transaction
11047
+  (0.0ms) rollback transaction
11048
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11049
+  (3.1ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
11050
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
11051
+  (0.1ms) select sqlite_version(*)
11052
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11053
+  (0.1ms) SELECT version FROM "schema_migrations"
11054
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
11055
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
11056
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
11057
+  (2.3ms) DELETE FROM "addresses";
11058
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11059
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
11060
+  (0.1ms) begin transaction
11061
+  (0.0ms) commit transaction
11062
+  (0.0ms) begin transaction
11063
+  (0.1ms) rollback transaction
11064
+  (0.1ms) begin transaction
11065
+  (0.1ms) commit transaction
11066
+  (0.1ms) begin transaction
11067
+  (0.0ms) rollback transaction
11068
+  (0.0ms) begin transaction
11069
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:48.588622"], ["updated_at", "2016-02-02 20:30:48.588622"]]
11070
+  (2.8ms) commit transaction
11071
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11072
+ Processing by AddressesDemoController#tags as HTML
11073
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
11074
+ Rendered addresses_demo/tags.html.erb within layouts/application (43.9ms)
11075
+ Completed 200 OK in 167ms (Views: 166.0ms | ActiveRecord: 0.3ms)
11076
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11077
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11078
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11079
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11080
+ Parameters: {"country_code"=>"GU"}
11081
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11082
+  (3.3ms) DELETE FROM "addresses";
11083
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11084
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11085
+  (0.1ms) begin transaction
11086
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:51.600207"], ["updated_at", "2016-02-02 20:30:51.600207"]]
11087
+  (0.8ms) commit transaction
11088
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11089
+ Processing by AddressesDemoController#tags as HTML
11090
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11091
+ Rendered addresses_demo/tags.html.erb within layouts/application (38.5ms)
11092
+ Completed 200 OK in 40ms (Views: 39.5ms | ActiveRecord: 0.2ms)
11093
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11094
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11095
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11096
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11097
+ Parameters: {"country_code"=>"IE"}
11098
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
11099
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11100
+ Processing by AddressesDemoController#update as HTML
11101
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11102
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11103
+  (0.1ms) begin transaction
11104
+ SQL (0.6ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:30:51.761197"], ["id", 1]]
11105
+  (2.6ms) commit transaction
11106
+ Redirected to http://127.0.0.1:53786/
11107
+ Completed 302 Found in 20ms (ActiveRecord: 3.4ms)
11108
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11109
+ Processing by AddressesDemoController#index as HTML
11110
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11111
+ Rendered addresses_demo/index.html.erb within layouts/application (120.7ms)
11112
+ Completed 200 OK in 123ms (Views: 123.1ms | ActiveRecord: 0.2ms)
11113
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11114
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11115
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11116
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11117
+  (2.5ms) DELETE FROM "addresses";
11118
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11119
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11120
+  (0.1ms) begin transaction
11121
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:51.977369"], ["updated_at", "2016-02-02 20:30:51.977369"]]
11122
+  (0.8ms) commit transaction
11123
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
11124
+ Processing by AddressesDemoController#index as HTML
11125
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11126
+ Rendered addresses_demo/index.html.erb within layouts/application (87.8ms)
11127
+ Completed 200 OK in 89ms (Views: 88.8ms | ActiveRecord: 0.2ms)
11128
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11129
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11130
+  (2.7ms) DELETE FROM "addresses";
11131
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11132
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11133
+  (0.0ms) begin transaction
11134
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:52.221785"], ["updated_at", "2016-02-02 20:30:52.221785"]]
11135
+  (0.6ms) commit transaction
11136
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11137
+ Processing by AddressesDemoController#index as HTML
11138
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11139
+ Rendered addresses_demo/index.html.erb within layouts/application (38.2ms)
11140
+ Completed 200 OK in 40ms (Views: 39.3ms | ActiveRecord: 0.2ms)
11141
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11142
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11143
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11144
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11145
+ Parameters: {"country_code"=>"IE"}
11146
+ Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11147
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11148
+ Processing by AddressesDemoController#update as HTML
11149
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11150
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11151
+  (0.0ms) begin transaction
11152
+ SQL (0.2ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:30:52.382843"], ["id", 1]]
11153
+  (2.5ms) commit transaction
11154
+ Redirected to http://127.0.0.1:53786/
11155
+ Completed 302 Found in 5ms (ActiveRecord: 2.9ms)
11156
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11157
+ Processing by AddressesDemoController#index as HTML
11158
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11159
+ Rendered addresses_demo/index.html.erb within layouts/application (32.2ms)
11160
+ Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.1ms)
11161
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11162
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11163
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11164
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11165
+  (2.7ms) DELETE FROM "addresses";
11166
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11167
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11168
+  (0.1ms) begin transaction
11169
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:52.504206"], ["updated_at", "2016-02-02 20:30:52.504206"]]
11170
+  (0.8ms) commit transaction
11171
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11172
+ Processing by AddressesDemoController#index as HTML
11173
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11174
+ Rendered addresses_demo/index.html.erb within layouts/application (36.5ms)
11175
+ Completed 200 OK in 38ms (Views: 37.4ms | ActiveRecord: 0.2ms)
11176
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11177
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11178
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11179
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11180
+ Parameters: {"country_code"=>"DE"}
11181
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
11182
+  (2.8ms) DELETE FROM "addresses";
11183
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11184
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11185
+  (0.1ms) begin transaction
11186
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:52.677060"], ["updated_at", "2016-02-02 20:30:52.677060"]]
11187
+  (0.8ms) commit transaction
11188
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11189
+ Processing by AddressesDemoController#tags as HTML
11190
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11191
+ Rendered addresses_demo/tags.html.erb within layouts/application (42.8ms)
11192
+ Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.2ms)
11193
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11194
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11195
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11196
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11197
+ Parameters: {"country_code"=>"DE"}
11198
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
11199
+  (2.9ms) DELETE FROM "addresses";
11200
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11201
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11202
+  (0.1ms) begin transaction
11203
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:52.852143"], ["updated_at", "2016-02-02 20:30:52.852143"]]
11204
+  (0.7ms) commit transaction
11205
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11206
+ Processing by AddressesDemoController#index as HTML
11207
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11208
+ Rendered addresses_demo/index.html.erb within layouts/application (36.7ms)
11209
+ Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.2ms)
11210
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11211
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11212
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:30:52 -0700
11213
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11214
+ Parameters: {"country_code"=>"GU"}
11215
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11216
+  (2.7ms) DELETE FROM "addresses";
11217
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11218
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11219
+  (0.1ms) begin transaction
11220
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:30:53.001379"], ["updated_at", "2016-02-02 20:30:53.001379"]]
11221
+  (0.8ms) commit transaction
11222
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:30:53 -0700
11223
+ Processing by AddressesDemoController#tags as HTML
11224
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11225
+ Rendered addresses_demo/tags.html.erb within layouts/application (38.7ms)
11226
+ Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.2ms)
11227
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:30:53 -0700
11228
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:30:53 -0700
11229
+  (2.4ms) DELETE FROM "addresses";
11230
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11231
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11232
+  (0.1ms) begin transaction
11233
+  (0.0ms) commit transaction
11234
+  (0.0ms) begin transaction
11235
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11236
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11237
+  (0.0ms) rollback transaction
11238
+  (0.1ms) begin transaction
11239
+  (0.1ms) commit transaction
11240
+  (0.1ms) begin transaction
11241
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11242
+ Parameters: {"country_code"=>"IE"}
11243
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11244
+  (0.1ms) rollback transaction
11245
+  (0.1ms) begin transaction
11246
+  (0.1ms) commit transaction
11247
+  (0.1ms) begin transaction
11248
+ Processing by AddressesDemoController#tags as HTML
11249
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.4ms)
11250
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
11251
+  (0.0ms) rollback transaction
11252
+  (0.1ms) begin transaction
11253
+  (0.1ms) commit transaction
11254
+  (0.0ms) begin transaction
11255
+ Processing by AddressesDemoController#index as HTML
11256
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
11257
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
11258
+  (0.0ms) rollback transaction
11259
+  (0.1ms) begin transaction
11260
+  (0.0ms) commit transaction
11261
+  (0.0ms) begin transaction
11262
+  (0.0ms) SAVEPOINT active_record_1
11263
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:30:53.172671"], ["updated_at", "2016-02-02 20:30:53.172671"]]
11264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
11265
+ Processing by AddressesDemoController#update as HTML
11266
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
11267
+ Address Load (0.0ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11268
+  (0.0ms) SAVEPOINT active_record_1
11269
+ SQL (1.0ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:30:53.175639"], ["id", 1]]
11270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
11271
+ Redirected to http://test.host/
11272
+ Completed 302 Found in 3ms (ActiveRecord: 1.2ms)
11273
+  (0.7ms) rollback transaction
11274
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11275
+  (3.6ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
11276
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
11277
+  (0.1ms) select sqlite_version(*)
11278
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11279
+  (0.1ms) SELECT version FROM "schema_migrations"
11280
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
11281
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
11282
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11283
+  (2.3ms) DELETE FROM "addresses";
11284
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11285
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
11286
+  (0.1ms) begin transaction
11287
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:42.160327"], ["updated_at", "2016-02-02 20:31:42.160327"]]
11288
+  (0.9ms) commit transaction
11289
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:31:44 -0700
11290
+ Processing by AddressesDemoController#tags as HTML
11291
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
11292
+ Rendered addresses_demo/tags.html.erb within layouts/application (166.1ms)
11293
+ Completed 200 OK in 289ms (Views: 288.3ms | ActiveRecord: 0.3ms)
11294
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11295
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11296
+  (2.3ms) DELETE FROM "addresses";
11297
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11298
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
11299
+  (0.1ms) begin transaction
11300
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:45.401161"], ["updated_at", "2016-02-02 20:31:45.401161"]]
11301
+  (0.9ms) commit transaction
11302
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11303
+ Processing by AddressesDemoController#index as HTML
11304
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11305
+ Rendered addresses_demo/index.html.erb within layouts/application (189.3ms)
11306
+ Completed 200 OK in 191ms (Views: 190.8ms | ActiveRecord: 0.2ms)
11307
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11308
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11309
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11310
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11311
+ Parameters: {"country_code"=>"IE"}
11312
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11313
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11314
+ Processing by AddressesDemoController#update as HTML
11315
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11316
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11317
+  (0.0ms) begin transaction
11318
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:31:45.762753"], ["id", 1]]
11319
+  (2.0ms) commit transaction
11320
+ Redirected to http://127.0.0.1:53808/
11321
+ Completed 302 Found in 21ms (ActiveRecord: 2.5ms)
11322
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11323
+ Processing by AddressesDemoController#index as HTML
11324
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11325
+ Rendered addresses_demo/index.html.erb within layouts/application (31.1ms)
11326
+ Completed 200 OK in 32ms (Views: 32.1ms | ActiveRecord: 0.2ms)
11327
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11328
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11329
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11330
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11331
+  (2.6ms) DELETE FROM "addresses";
11332
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11333
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11334
+  (0.1ms) begin transaction
11335
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:45.878366"], ["updated_at", "2016-02-02 20:31:45.878366"]]
11336
+  (0.8ms) commit transaction
11337
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11338
+ Processing by AddressesDemoController#tags as HTML
11339
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11340
+ Rendered addresses_demo/tags.html.erb within layouts/application (96.7ms)
11341
+ Completed 200 OK in 98ms (Views: 97.8ms | ActiveRecord: 0.2ms)
11342
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11343
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
11344
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11345
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11346
+ Parameters: {"country_code"=>"IE"}
11347
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11348
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11349
+ Processing by AddressesDemoController#update as HTML
11350
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11351
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11352
+  (0.1ms) begin transaction
11353
+ SQL (0.5ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:31:46.131343"], ["id", 1]]
11354
+  (1.1ms) commit transaction
11355
+ Redirected to http://127.0.0.1:53808/
11356
+ Completed 302 Found in 5ms (ActiveRecord: 1.8ms)
11357
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11358
+ Processing by AddressesDemoController#index as HTML
11359
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11360
+ Rendered addresses_demo/index.html.erb within layouts/application (34.9ms)
11361
+ Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.2ms)
11362
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11363
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11364
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11365
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11366
+  (2.8ms) DELETE FROM "addresses";
11367
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11368
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11369
+  (0.1ms) begin transaction
11370
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:46.254114"], ["updated_at", "2016-02-02 20:31:46.254114"]]
11371
+  (0.8ms) commit transaction
11372
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11373
+ Processing by AddressesDemoController#tags as HTML
11374
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11375
+ Rendered addresses_demo/tags.html.erb within layouts/application (35.9ms)
11376
+ Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.2ms)
11377
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11378
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11379
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11380
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11381
+ Parameters: {"country_code"=>"GU"}
11382
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11383
+  (2.8ms) DELETE FROM "addresses";
11384
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11385
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11386
+  (0.1ms) begin transaction
11387
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:46.404421"], ["updated_at", "2016-02-02 20:31:46.404421"]]
11388
+  (0.8ms) commit transaction
11389
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11390
+ Processing by AddressesDemoController#index as HTML
11391
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11392
+ Rendered addresses_demo/index.html.erb within layouts/application (36.0ms)
11393
+ Completed 200 OK in 38ms (Views: 37.0ms | ActiveRecord: 0.2ms)
11394
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11395
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11396
+  (2.8ms) DELETE FROM "addresses";
11397
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11398
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11399
+  (0.1ms) begin transaction
11400
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:46.555662"], ["updated_at", "2016-02-02 20:31:46.555662"]]
11401
+  (1.2ms) commit transaction
11402
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11403
+ Processing by AddressesDemoController#index as HTML
11404
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11405
+ Rendered addresses_demo/index.html.erb within layouts/application (44.9ms)
11406
+ Completed 200 OK in 46ms (Views: 45.8ms | ActiveRecord: 0.2ms)
11407
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11408
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11409
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11410
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11411
+ Parameters: {"country_code"=>"DE"}
11412
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
11413
+  (2.7ms) DELETE FROM "addresses";
11414
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11415
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11416
+  (0.1ms) begin transaction
11417
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:46.731793"], ["updated_at", "2016-02-02 20:31:46.731793"]]
11418
+  (0.9ms) commit transaction
11419
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11420
+ Processing by AddressesDemoController#index as HTML
11421
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11422
+ Rendered addresses_demo/index.html.erb within layouts/application (38.6ms)
11423
+ Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.2ms)
11424
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11425
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11426
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11427
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11428
+ Parameters: {"country_code"=>"GU"}
11429
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
11430
+  (0.8ms) DELETE FROM "addresses";
11431
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11432
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11433
+  (0.1ms) begin transaction
11434
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:31:46.951828"], ["updated_at", "2016-02-02 20:31:46.951828"]]
11435
+  (1.2ms) commit transaction
11436
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
11437
+ Processing by AddressesDemoController#tags as HTML
11438
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
11439
+ Rendered addresses_demo/tags.html.erb within layouts/application (38.6ms)
11440
+ Completed 200 OK in 41ms (Views: 40.5ms | ActiveRecord: 0.3ms)
11441
+ Started GET "/assets/application.css" for 127.0.0.1 at 2016-02-02 13:31:47 -0700
11442
+ Started GET "/assets/application.js" for 127.0.0.1 at 2016-02-02 13:31:47 -0700
11443
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:31:47 -0700
11444
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11445
+ Parameters: {"country_code"=>"DE"}
11446
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
11447
+  (2.8ms) DELETE FROM "addresses";
11448
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11449
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
11450
+  (0.1ms) begin transaction
11451
+  (0.0ms) commit transaction
11452
+  (0.0ms) begin transaction
11453
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11454
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11455
+  (0.1ms) rollback transaction
11456
+  (0.1ms) begin transaction
11457
+  (0.0ms) commit transaction
11458
+  (0.0ms) begin transaction
11459
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11460
+ Parameters: {"country_code"=>"IE"}
11461
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11462
+  (0.1ms) rollback transaction
11463
+  (0.1ms) begin transaction
11464
+  (0.0ms) commit transaction
11465
+  (0.0ms) begin transaction
11466
+  (0.1ms) rollback transaction
11467
+  (0.1ms) begin transaction
11468
+  (0.1ms) commit transaction
11469
+  (0.1ms) begin transaction
11470
+  (0.1ms) rollback transaction
11471
+  (0.1ms) begin transaction
11472
+  (0.0ms) commit transaction
11473
+  (0.0ms) begin transaction
11474
+ Processing by AddressesDemoController#tags as HTML
11475
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.3ms)
11476
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
11477
+  (0.0ms) rollback transaction
11478
+  (0.0ms) begin transaction
11479
+  (0.0ms) commit transaction
11480
+  (0.0ms) begin transaction
11481
+ Processing by AddressesDemoController#index as HTML
11482
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
11483
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
11484
+  (0.1ms) rollback transaction
11485
+  (0.1ms) begin transaction
11486
+  (0.0ms) commit transaction
11487
+  (0.0ms) begin transaction
11488
+  (0.0ms) SAVEPOINT active_record_1
11489
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:31:47.224827"], ["updated_at", "2016-02-02 20:31:47.224827"]]
11490
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11491
+ Processing by AddressesDemoController#update as HTML
11492
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
11493
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11494
+  (0.0ms) SAVEPOINT active_record_1
11495
+ SQL (1.5ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:31:47.228357"], ["id", 1]]
11496
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11497
+ Redirected to http://test.host/
11498
+ Completed 302 Found in 5ms (ActiveRecord: 1.7ms)
11499
+  (0.6ms) rollback transaction
11500
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11501
+  (2.4ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
11502
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
11503
+  (0.1ms) select sqlite_version(*)
11504
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11505
+  (0.1ms) SELECT version FROM "schema_migrations"
11506
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
11507
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
11508
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
11509
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
11510
+  (2.2ms) DELETE FROM "addresses";
11511
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11512
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
11513
+  (0.1ms) begin transaction
11514
+  (0.0ms) commit transaction
11515
+  (0.0ms) begin transaction
11516
+  (0.1ms) SAVEPOINT active_record_1
11517
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:32:34.559553"], ["updated_at", "2016-02-02 20:32:34.559553"]]
11518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
11519
+ Processing by AddressesDemoController#update as HTML
11520
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
11521
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11522
+  (0.0ms) SAVEPOINT active_record_1
11523
+ SQL (1.2ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:32:34.584972"], ["id", 1]]
11524
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11525
+ Redirected to http://test.host/
11526
+ Completed 302 Found in 10ms (ActiveRecord: 1.5ms)
11527
+  (0.5ms) rollback transaction
11528
+  (0.1ms) begin transaction
11529
+  (0.0ms) commit transaction
11530
+  (0.0ms) begin transaction
11531
+ Processing by AddressesDemoController#tags as HTML
11532
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.3ms)
11533
+ Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
11534
+  (0.1ms) rollback transaction
11535
+  (0.1ms) begin transaction
11536
+  (0.0ms) commit transaction
11537
+  (0.1ms) begin transaction
11538
+ Processing by AddressesDemoController#index as HTML
11539
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
11540
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
11541
+  (0.1ms) rollback transaction
11542
+  (0.1ms) begin transaction
11543
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:34.609530"], ["updated_at", "2016-02-02 20:32:34.609530"]]
11544
+  (0.8ms) commit transaction
11545
+  (2.2ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
11546
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
11547
+  (0.1ms) select sqlite_version(*)
11548
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11549
+  (0.1ms) SELECT version FROM "schema_migrations"
11550
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
11551
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
11552
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11553
+  (0.9ms) DELETE FROM "addresses";
11554
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11555
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
11556
+  (0.1ms) begin transaction
11557
+  (0.1ms) commit transaction
11558
+  (0.1ms) begin transaction
11559
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11560
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11561
+  (0.1ms) rollback transaction
11562
+  (0.1ms) begin transaction
11563
+  (0.0ms) commit transaction
11564
+  (0.1ms) begin transaction
11565
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11566
+ Parameters: {"country_code"=>"IE"}
11567
+ Completed 200 OK in 104ms (Views: 0.5ms | ActiveRecord: 0.0ms)
11568
+  (0.1ms) rollback transaction
11569
+  (0.1ms) begin transaction
11570
+  (0.1ms) commit transaction
11571
+  (0.1ms) begin transaction
11572
+  (0.1ms) rollback transaction
11573
+  (0.1ms) begin transaction
11574
+  (0.1ms) commit transaction
11575
+  (0.1ms) begin transaction
11576
+  (0.1ms) rollback transaction
11577
+  (0.1ms) begin transaction
11578
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:37.639042"], ["updated_at", "2016-02-02 20:32:37.639042"]]
11579
+  (1.8ms) commit transaction
11580
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:32:37 -0700
11581
+ Processing by AddressesDemoController#index as HTML
11582
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
11583
+ Rendered addresses_demo/index.html.erb within layouts/application (336.5ms)
11584
+ Completed 200 OK in 1318ms (Views: 1316.8ms | ActiveRecord: 0.4ms)
11585
+ Started GET "/assets/application-94887f304fce2ebd6e097bcf37d46c4030cb9a9a383cfbf905194fdfd117a178.css" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11586
+ Started GET "/assets/application-cd43f8f27ce7fe89300a6c2f3415de9a3c22ba65c3a25837c99befcb58d1867f.js" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11587
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11588
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11589
+ Parameters: {"country_code"=>"IE"}
11590
+ Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms)
11591
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11592
+ Processing by AddressesDemoController#update as HTML
11593
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11594
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11595
+  (0.1ms) begin transaction
11596
+ SQL (0.6ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:32:39.392080"], ["id", 1]]
11597
+  (1.1ms) commit transaction
11598
+ Redirected to http://127.0.0.1:53866/
11599
+ Completed 302 Found in 27ms (ActiveRecord: 2.0ms)
11600
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11601
+ Processing by AddressesDemoController#index as HTML
11602
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
11603
+ Rendered addresses_demo/index.html.erb within layouts/application (171.3ms)
11604
+ Completed 200 OK in 174ms (Views: 173.8ms | ActiveRecord: 0.3ms)
11605
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11606
+  (0.4ms) DELETE FROM "addresses";
11607
+  (0.1ms) begin transaction
11608
+ SQL (0.5ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:39.736480"], ["updated_at", "2016-02-02 20:32:39.736480"]]
11609
+  (0.9ms) commit transaction
11610
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11611
+ Processing by AddressesDemoController#index as HTML
11612
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
11613
+ Rendered addresses_demo/index.html.erb within layouts/application (67.9ms)
11614
+ Completed 200 OK in 71ms (Views: 70.0ms | ActiveRecord: 0.3ms)
11615
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11616
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11617
+ Parameters: {"country_code"=>"GU"}
11618
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11619
+  (1.2ms) DELETE FROM "addresses";
11620
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11621
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
11622
+  (0.1ms) begin transaction
11623
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:39.892411"], ["updated_at", "2016-02-02 20:32:39.892411"]]
11624
+  (0.1ms) rollback transaction
11625
+  (0.1ms) DELETE FROM "addresses";
11626
+  (0.1ms) begin transaction
11627
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:39.895071"], ["updated_at", "2016-02-02 20:32:39.895071"]]
11628
+  (0.7ms) commit transaction
11629
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
11630
+ Processing by AddressesDemoController#index as HTML
11631
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11632
+ Rendered addresses_demo/index.html.erb within layouts/application (40.7ms)
11633
+ Completed 200 OK in 42ms (Views: 41.7ms | ActiveRecord: 0.2ms)
11634
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:32:40 -0700
11635
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11636
+ Parameters: {"country_code"=>"DE"}
11637
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11638
+  (1.4ms) DELETE FROM "addresses";
11639
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11640
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11641
+  (0.1ms) begin transaction
11642
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:40.083665"], ["updated_at", "2016-02-02 20:32:40.083665"]]
11643
+  (0.1ms) rollback transaction
11644
+  (0.3ms) DELETE FROM "addresses";
11645
+  (0.1ms) begin transaction
11646
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:40.088506"], ["updated_at", "2016-02-02 20:32:40.088506"]]
11647
+  (0.9ms) commit transaction
11648
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:32:40 -0700
11649
+ Processing by AddressesDemoController#tags as HTML
11650
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
11651
+ Rendered addresses_demo/tags.html.erb within layouts/application (52.8ms)
11652
+ Completed 200 OK in 55ms (Views: 54.4ms | ActiveRecord: 0.3ms)
11653
+  (1.0ms) DELETE FROM "addresses";
11654
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11655
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
11656
+  (0.1ms) begin transaction
11657
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:40.250661"], ["updated_at", "2016-02-02 20:32:40.250661"]]
11658
+  (0.1ms) rollback transaction
11659
+  (0.1ms) DELETE FROM "addresses";
11660
+  (0.2ms) begin transaction
11661
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:32:40.253809"], ["updated_at", "2016-02-02 20:32:40.253809"]]
11662
+  (0.9ms) commit transaction
11663
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:32:40 -0700
11664
+ Processing by AddressesDemoController#index as HTML
11665
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11666
+ Rendered addresses_demo/index.html.erb within layouts/application (41.5ms)
11667
+ Completed 200 OK in 43ms (Views: 42.7ms | ActiveRecord: 0.2ms)
11668
+  (1.2ms) DELETE FROM "addresses";
11669
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11670
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
11671
+  (0.1ms) begin transaction
11672
+  (0.0ms) commit transaction
11673
+  (0.0ms) begin transaction
11674
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11675
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11676
+  (0.1ms) rollback transaction
11677
+  (0.1ms) begin transaction
11678
+  (0.0ms) commit transaction
11679
+  (0.0ms) begin transaction
11680
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11681
+ Parameters: {"country_code"=>"IE"}
11682
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11683
+  (0.1ms) rollback transaction
11684
+  (0.1ms) begin transaction
11685
+  (0.0ms) commit transaction
11686
+  (0.0ms) begin transaction
11687
+  (0.1ms) rollback transaction
11688
+  (0.1ms) begin transaction
11689
+  (0.0ms) commit transaction
11690
+  (0.0ms) begin transaction
11691
+  (0.1ms) rollback transaction
11692
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11693
+  (1.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
11694
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
11695
+  (0.1ms) select sqlite_version(*)
11696
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11697
+  (0.1ms) SELECT version FROM "schema_migrations"
11698
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
11699
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
11700
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11701
+  (1.9ms) DELETE FROM "addresses";
11702
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11703
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
11704
+  (0.1ms) begin transaction
11705
+  (0.1ms) commit transaction
11706
+  (0.0ms) begin transaction
11707
+  (0.1ms) rollback transaction
11708
+  (0.1ms) begin transaction
11709
+  (0.1ms) commit transaction
11710
+  (0.0ms) begin transaction
11711
+  (0.1ms) rollback transaction
11712
+  (0.1ms) begin transaction
11713
+  (0.0ms) commit transaction
11714
+  (0.0ms) begin transaction
11715
+  (0.1ms) SAVEPOINT active_record_1
11716
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:34:09.623249"], ["updated_at", "2016-02-02 20:34:09.623249"]]
11717
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11718
+ Processing by AddressesDemoController#update as HTML
11719
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
11720
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11721
+  (0.1ms) SAVEPOINT active_record_1
11722
+ SQL (1.1ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:34:09.643419"], ["id", 1]]
11723
+  (0.0ms) RELEASE SAVEPOINT active_record_1
11724
+ Redirected to http://test.host/
11725
+ Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
11726
+  (1.6ms) rollback transaction
11727
+  (0.1ms) begin transaction
11728
+  (0.0ms) commit transaction
11729
+  (0.0ms) begin transaction
11730
+ Processing by AddressesDemoController#index as HTML
11731
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
11732
+ Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
11733
+  (0.1ms) rollback transaction
11734
+  (0.0ms) begin transaction
11735
+  (0.0ms) commit transaction
11736
+  (0.0ms) begin transaction
11737
+ Processing by AddressesDemoController#tags as HTML
11738
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.2ms)
11739
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
11740
+  (0.1ms) rollback transaction
11741
+  (0.0ms) begin transaction
11742
+  (0.0ms) commit transaction
11743
+  (0.0ms) begin transaction
11744
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11745
+ Parameters: {"country_code"=>"IE"}
11746
+ Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
11747
+  (0.1ms) rollback transaction
11748
+  (0.1ms) begin transaction
11749
+  (0.0ms) commit transaction
11750
+  (0.0ms) begin transaction
11751
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11752
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11753
+  (0.1ms) rollback transaction
11754
+  (0.0ms) begin transaction
11755
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:09.682283"], ["updated_at", "2016-02-02 20:34:09.682283"]]
11756
+  (0.7ms) commit transaction
11757
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:12 -0700
11758
+ Processing by AddressesDemoController#tags as HTML
11759
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
11760
+ Rendered addresses_demo/tags.html.erb within layouts/application (54.1ms)
11761
+ Completed 200 OK in 300ms (Views: 299.0ms | ActiveRecord: 0.4ms)
11762
+ Started GET "/assets/application-94887f304fce2ebd6e097bcf37d46c4030cb9a9a383cfbf905194fdfd117a178.css" for 127.0.0.1 at 2016-02-02 13:34:13 -0700
11763
+ Started GET "/assets/application-cd43f8f27ce7fe89300a6c2f3415de9a3c22ba65c3a25837c99befcb58d1867f.js" for 127.0.0.1 at 2016-02-02 13:34:13 -0700
11764
+  (2.3ms) DELETE FROM "addresses";
11765
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11766
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11767
+  (0.1ms) begin transaction
11768
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:13.164886"], ["updated_at", "2016-02-02 20:34:13.164886"]]
11769
+  (0.7ms) commit transaction
11770
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:13 -0700
11771
+ Processing by AddressesDemoController#index as HTML
11772
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11773
+ Rendered addresses_demo/index.html.erb within layouts/application (230.8ms)
11774
+ Completed 200 OK in 233ms (Views: 232.8ms | ActiveRecord: 0.2ms)
11775
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:34:13 -0700
11776
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11777
+ Parameters: {"country_code"=>"DE"}
11778
+ Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
11779
+  (2.6ms) DELETE FROM "addresses";
11780
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11781
+  (1.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
11782
+  (0.1ms) begin transaction
11783
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:13.636090"], ["updated_at", "2016-02-02 20:34:13.636090"]]
11784
+  (0.7ms) commit transaction
11785
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:13 -0700
11786
+ Processing by AddressesDemoController#tags as HTML
11787
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11788
+ Rendered addresses_demo/tags.html.erb within layouts/application (102.8ms)
11789
+ Completed 200 OK in 104ms (Views: 104.0ms | ActiveRecord: 0.2ms)
11790
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:34:13 -0700
11791
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11792
+ Parameters: {"country_code"=>"GU"}
11793
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11794
+  (2.2ms) DELETE FROM "addresses";
11795
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11796
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
11797
+  (0.1ms) begin transaction
11798
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:13.885343"], ["updated_at", "2016-02-02 20:34:13.885343"]]
11799
+  (0.6ms) commit transaction
11800
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:13 -0700
11801
+ Processing by AddressesDemoController#index as HTML
11802
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11803
+ Rendered addresses_demo/index.html.erb within layouts/application (37.9ms)
11804
+ Completed 200 OK in 39ms (Views: 39.0ms | ActiveRecord: 0.2ms)
11805
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11806
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11807
+ Parameters: {"country_code"=>"IE"}
11808
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11809
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11810
+ Processing by AddressesDemoController#update as HTML
11811
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11812
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11813
+  (0.1ms) begin transaction
11814
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:34:14.050163"], ["id", 1]]
11815
+  (2.1ms) commit transaction
11816
+ Redirected to http://127.0.0.1:53975/
11817
+ Completed 302 Found in 15ms (ActiveRecord: 2.5ms)
11818
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11819
+ Processing by AddressesDemoController#index as HTML
11820
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11821
+ Rendered addresses_demo/index.html.erb within layouts/application (40.3ms)
11822
+ Completed 200 OK in 42ms (Views: 41.4ms | ActiveRecord: 0.2ms)
11823
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11824
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11825
+  (2.2ms) DELETE FROM "addresses";
11826
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11827
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11828
+  (0.1ms) begin transaction
11829
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:14.169415"], ["updated_at", "2016-02-02 20:34:14.169415"]]
11830
+  (0.6ms) commit transaction
11831
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11832
+ Processing by AddressesDemoController#tags as HTML
11833
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11834
+ Rendered addresses_demo/tags.html.erb within layouts/application (40.0ms)
11835
+ Completed 200 OK in 41ms (Views: 41.0ms | ActiveRecord: 0.2ms)
11836
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11837
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11838
+ Parameters: {"country_code"=>"IE"}
11839
+ Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11840
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11841
+ Processing by AddressesDemoController#update as HTML
11842
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11843
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11844
+  (0.1ms) begin transaction
11845
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:34:14.328140"], ["id", 1]]
11846
+  (2.1ms) commit transaction
11847
+ Redirected to http://127.0.0.1:53975/
11848
+ Completed 302 Found in 5ms (ActiveRecord: 2.5ms)
11849
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11850
+ Processing by AddressesDemoController#index as HTML
11851
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11852
+ Rendered addresses_demo/index.html.erb within layouts/application (46.0ms)
11853
+ Completed 200 OK in 48ms (Views: 47.1ms | ActiveRecord: 0.2ms)
11854
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11855
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11856
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11857
+  (2.2ms) DELETE FROM "addresses";
11858
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11859
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
11860
+  (0.1ms) begin transaction
11861
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:14.451015"], ["updated_at", "2016-02-02 20:34:14.451015"]]
11862
+  (0.8ms) commit transaction
11863
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11864
+ Processing by AddressesDemoController#index as HTML
11865
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11866
+ Rendered addresses_demo/index.html.erb within layouts/application (37.9ms)
11867
+ Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.2ms)
11868
+  (2.8ms) DELETE FROM "addresses";
11869
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11870
+  (1.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11871
+  (0.1ms) begin transaction
11872
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:14.622624"], ["updated_at", "2016-02-02 20:34:14.622624"]]
11873
+  (0.8ms) commit transaction
11874
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11875
+ Processing by AddressesDemoController#tags as HTML
11876
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11877
+ Rendered addresses_demo/tags.html.erb within layouts/application (47.2ms)
11878
+ Completed 200 OK in 49ms (Views: 48.3ms | ActiveRecord: 0.2ms)
11879
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11880
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11881
+ Parameters: {"country_code"=>"DE"}
11882
+ Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.0ms)
11883
+  (2.2ms) DELETE FROM "addresses";
11884
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11885
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
11886
+  (0.1ms) begin transaction
11887
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:14.884015"], ["updated_at", "2016-02-02 20:34:14.884015"]]
11888
+  (0.6ms) commit transaction
11889
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:14 -0700
11890
+ Processing by AddressesDemoController#index as HTML
11891
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11892
+ Rendered addresses_demo/index.html.erb within layouts/application (47.1ms)
11893
+ Completed 200 OK in 49ms (Views: 48.1ms | ActiveRecord: 0.2ms)
11894
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:34:15 -0700
11895
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11896
+ Parameters: {"country_code"=>"GU"}
11897
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11898
+  (2.4ms) DELETE FROM "addresses";
11899
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11900
+  (1.2ms) DELETE FROM sqlite_sequence where name = 'addresses';
11901
+  (3.1ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
11902
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
11903
+  (0.1ms) select sqlite_version(*)
11904
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11905
+  (0.1ms) SELECT version FROM "schema_migrations"
11906
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
11907
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
11908
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11909
+  (3.0ms) DELETE FROM "addresses";
11910
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11911
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
11912
+  (0.1ms) begin transaction
11913
+  (0.0ms) commit transaction
11914
+  (0.0ms) begin transaction
11915
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11916
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
11917
+  (0.1ms) rollback transaction
11918
+  (0.1ms) begin transaction
11919
+  (0.0ms) commit transaction
11920
+  (0.0ms) begin transaction
11921
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
11922
+ Parameters: {"country_code"=>"IE"}
11923
+ Completed 200 OK in 79ms (Views: 0.5ms | ActiveRecord: 0.0ms)
11924
+  (0.1ms) rollback transaction
11925
+  (0.2ms) begin transaction
11926
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:16.774369"], ["updated_at", "2016-02-02 20:34:16.774369"]]
11927
+  (2.6ms) commit transaction
11928
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:19 -0700
11929
+ Processing by AddressesDemoController#tags as HTML
11930
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
11931
+ Rendered addresses_demo/tags.html.erb within layouts/application (91.2ms)
11932
+ Completed 200 OK in 271ms (Views: 270.1ms | ActiveRecord: 0.3ms)
11933
+ Started GET "/assets/application-94887f304fce2ebd6e097bcf37d46c4030cb9a9a383cfbf905194fdfd117a178.css" for 127.0.0.1 at 2016-02-02 13:34:19 -0700
11934
+ Started GET "/assets/application-cd43f8f27ce7fe89300a6c2f3415de9a3c22ba65c3a25837c99befcb58d1867f.js" for 127.0.0.1 at 2016-02-02 13:34:19 -0700
11935
+  (2.5ms) DELETE FROM "addresses";
11936
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11937
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11938
+  (0.1ms) begin transaction
11939
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:19.848027"], ["updated_at", "2016-02-02 20:34:19.848027"]]
11940
+  (0.8ms) commit transaction
11941
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:19 -0700
11942
+ Processing by AddressesDemoController#index as HTML
11943
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11944
+ Rendered addresses_demo/index.html.erb within layouts/application (139.2ms)
11945
+ Completed 200 OK in 141ms (Views: 140.8ms | ActiveRecord: 0.2ms)
11946
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
11947
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11948
+ Parameters: {"country_code"=>"DE"}
11949
+ Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
11950
+  (2.2ms) DELETE FROM "addresses";
11951
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11952
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
11953
+  (0.1ms) begin transaction
11954
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:20.182627"], ["updated_at", "2016-02-02 20:34:20.182627"]]
11955
+  (0.8ms) commit transaction
11956
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
11957
+ Processing by AddressesDemoController#tags as HTML
11958
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11959
+ Rendered addresses_demo/tags.html.erb within layouts/application (98.5ms)
11960
+ Completed 200 OK in 100ms (Views: 99.7ms | ActiveRecord: 0.2ms)
11961
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
11962
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11963
+ Parameters: {"country_code"=>"IE"}
11964
+ Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
11965
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
11966
+ Processing by AddressesDemoController#update as HTML
11967
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
11968
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11969
+  (0.1ms) begin transaction
11970
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:34:20.448666"], ["id", 1]]
11971
+  (2.1ms) commit transaction
11972
+ Redirected to http://127.0.0.1:53995/
11973
+ Completed 302 Found in 20ms (ActiveRecord: 2.7ms)
11974
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
11975
+ Processing by AddressesDemoController#index as HTML
11976
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11977
+ Rendered addresses_demo/index.html.erb within layouts/application (41.9ms)
11978
+ Completed 200 OK in 43ms (Views: 43.1ms | ActiveRecord: 0.2ms)
11979
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11980
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
11981
+  (2.2ms) DELETE FROM "addresses";
11982
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11983
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
11984
+  (0.1ms) begin transaction
11985
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:20.561828"], ["updated_at", "2016-02-02 20:34:20.561828"]]
11986
+  (0.7ms) commit transaction
11987
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
11988
+ Processing by AddressesDemoController#index as HTML
11989
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
11990
+ Rendered addresses_demo/index.html.erb within layouts/application (41.8ms)
11991
+ Completed 200 OK in 43ms (Views: 42.8ms | ActiveRecord: 0.2ms)
11992
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
11993
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
11994
+ Parameters: {"country_code"=>"GU"}
11995
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11996
+  (2.3ms) DELETE FROM "addresses";
11997
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
11998
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'addresses';
11999
+  (0.1ms) begin transaction
12000
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:20.764202"], ["updated_at", "2016-02-02 20:34:20.764202"]]
12001
+  (0.7ms) commit transaction
12002
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
12003
+ Processing by AddressesDemoController#index as HTML
12004
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12005
+ Rendered addresses_demo/index.html.erb within layouts/application (40.9ms)
12006
+ Completed 200 OK in 43ms (Views: 42.0ms | ActiveRecord: 0.2ms)
12007
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
12008
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12009
+ Parameters: {"country_code"=>"IE"}
12010
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12011
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
12012
+ Processing by AddressesDemoController#update as HTML
12013
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
12014
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12015
+  (0.1ms) begin transaction
12016
+ SQL (0.2ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:34:20.925224"], ["id", 1]]
12017
+  (2.4ms) commit transaction
12018
+ Redirected to http://127.0.0.1:53995/
12019
+ Completed 302 Found in 6ms (ActiveRecord: 2.8ms)
12020
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
12021
+ Processing by AddressesDemoController#index as HTML
12022
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses"
12023
+ Rendered addresses_demo/index.html.erb within layouts/application (38.2ms)
12024
+ Completed 200 OK in 40ms (Views: 39.5ms | ActiveRecord: 0.1ms)
12025
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12026
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12027
+  (2.7ms) DELETE FROM "addresses";
12028
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12029
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12030
+  (0.1ms) begin transaction
12031
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:21.049688"], ["updated_at", "2016-02-02 20:34:21.049688"]]
12032
+  (0.9ms) commit transaction
12033
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:21 -0700
12034
+ Processing by AddressesDemoController#tags as HTML
12035
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
12036
+ Rendered addresses_demo/tags.html.erb within layouts/application (33.6ms)
12037
+ Completed 200 OK in 35ms (Views: 34.4ms | ActiveRecord: 0.4ms)
12038
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:34:21 -0700
12039
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12040
+ Parameters: {"country_code"=>"DE"}
12041
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12042
+  (2.2ms) DELETE FROM "addresses";
12043
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12044
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12045
+  (0.1ms) begin transaction
12046
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:21.278103"], ["updated_at", "2016-02-02 20:34:21.278103"]]
12047
+  (0.8ms) commit transaction
12048
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:34:21 -0700
12049
+ Processing by AddressesDemoController#tags as HTML
12050
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12051
+ Rendered addresses_demo/tags.html.erb within layouts/application (32.2ms)
12052
+ Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.2ms)
12053
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:34:21 -0700
12054
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12055
+ Parameters: {"country_code"=>"GU"}
12056
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12057
+  (2.3ms) DELETE FROM "addresses";
12058
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12059
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
12060
+  (0.1ms) begin transaction
12061
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:34:21.486023"], ["updated_at", "2016-02-02 20:34:21.486023"]]
12062
+  (0.9ms) commit transaction
12063
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:21 -0700
12064
+ Processing by AddressesDemoController#index as HTML
12065
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12066
+ Rendered addresses_demo/index.html.erb within layouts/application (37.1ms)
12067
+ Completed 200 OK in 38ms (Views: 38.1ms | ActiveRecord: 0.2ms)
12068
+  (2.5ms) DELETE FROM "addresses";
12069
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12070
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12071
+  (0.1ms) begin transaction
12072
+  (0.0ms) commit transaction
12073
+  (0.1ms) begin transaction
12074
+  (0.1ms) rollback transaction
12075
+  (0.1ms) begin transaction
12076
+  (0.0ms) commit transaction
12077
+  (0.0ms) begin transaction
12078
+  (0.1ms) rollback transaction
12079
+  (0.6ms) begin transaction
12080
+  (0.0ms) commit transaction
12081
+  (0.0ms) begin transaction
12082
+ Processing by AddressesDemoController#index as HTML
12083
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
12084
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
12085
+  (0.1ms) rollback transaction
12086
+  (0.1ms) begin transaction
12087
+  (0.0ms) commit transaction
12088
+  (0.0ms) begin transaction
12089
+  (0.0ms) SAVEPOINT active_record_1
12090
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:34:21.661929"], ["updated_at", "2016-02-02 20:34:21.661929"]]
12091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12092
+ Processing by AddressesDemoController#update as HTML
12093
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
12094
+ Address Load (0.0ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12095
+  (0.0ms) SAVEPOINT active_record_1
12096
+ SQL (1.0ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:34:21.665077"], ["id", 1]]
12097
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12098
+ Redirected to http://test.host/
12099
+ Completed 302 Found in 3ms (ActiveRecord: 1.1ms)
12100
+  (0.7ms) rollback transaction
12101
+  (0.1ms) begin transaction
12102
+  (0.0ms) commit transaction
12103
+  (0.0ms) begin transaction
12104
+ Processing by AddressesDemoController#tags as HTML
12105
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.2ms)
12106
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
12107
+  (0.0ms) rollback transaction
12108
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12109
+  (3.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
12110
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
12111
+  (0.1ms) select sqlite_version(*)
12112
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12113
+  (0.1ms) SELECT version FROM "schema_migrations"
12114
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
12115
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
12116
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12117
+  (2.5ms) DELETE FROM "addresses";
12118
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12119
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
12120
+  (0.1ms) begin transaction
12121
+  (0.1ms) commit transaction
12122
+  (0.0ms) begin transaction
12123
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12124
+ Parameters: {"country_code"=>"IE"}
12125
+ Completed 200 OK in 78ms (Views: 0.7ms | ActiveRecord: 0.0ms)
12126
+  (0.1ms) rollback transaction
12127
+  (0.1ms) begin transaction
12128
+  (0.1ms) commit transaction
12129
+  (0.0ms) begin transaction
12130
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12131
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12132
+  (0.1ms) rollback transaction
12133
+  (0.1ms) begin transaction
12134
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:50.632657"], ["updated_at", "2016-02-02 20:40:50.632657"]]
12135
+  (2.8ms) commit transaction
12136
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:40:53 -0700
12137
+ Processing by AddressesDemoController#tags as HTML
12138
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
12139
+ Rendered addresses_demo/tags.html.erb within layouts/application (44.6ms)
12140
+ Completed 200 OK in 250ms (Views: 249.3ms | ActiveRecord: 0.3ms)
12141
+ Started GET "/assets/application-94887f304fce2ebd6e097bcf37d46c4030cb9a9a383cfbf905194fdfd117a178.css" for 127.0.0.1 at 2016-02-02 13:40:53 -0700
12142
+ Started GET "/assets/application-cd43f8f27ce7fe89300a6c2f3415de9a3c22ba65c3a25837c99befcb58d1867f.js" for 127.0.0.1 at 2016-02-02 13:40:53 -0700
12143
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:40:53 -0700
12144
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12145
+ Parameters: {"country_code"=>"IE"}
12146
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12147
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:40:53 -0700
12148
+ Processing by AddressesDemoController#update as HTML
12149
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
12150
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12151
+  (0.1ms) begin transaction
12152
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:40:53.651650"], ["id", 1]]
12153
+  (3.3ms) commit transaction
12154
+ Redirected to http://127.0.0.1:54123/
12155
+ Completed 302 Found in 21ms (ActiveRecord: 3.9ms)
12156
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:40:53 -0700
12157
+ Processing by AddressesDemoController#index as HTML
12158
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12159
+ Rendered addresses_demo/index.html.erb within layouts/application (129.0ms)
12160
+ Completed 200 OK in 131ms (Views: 130.7ms | ActiveRecord: 0.2ms)
12161
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12162
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12163
+  (2.7ms) DELETE FROM "addresses";
12164
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12165
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12166
+  (0.1ms) begin transaction
12167
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:53.870325"], ["updated_at", "2016-02-02 20:40:53.870325"]]
12168
+  (0.9ms) commit transaction
12169
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:40:53 -0700
12170
+ Processing by AddressesDemoController#index as HTML
12171
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12172
+ Rendered addresses_demo/index.html.erb within layouts/application (94.2ms)
12173
+ Completed 200 OK in 96ms (Views: 95.3ms | ActiveRecord: 0.2ms)
12174
+  (2.3ms) DELETE FROM "addresses";
12175
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12176
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12177
+  (0.1ms) begin transaction
12178
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:54.120766"], ["updated_at", "2016-02-02 20:40:54.120766"]]
12179
+  (0.8ms) commit transaction
12180
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12181
+ Processing by AddressesDemoController#tags as HTML
12182
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12183
+ Rendered addresses_demo/tags.html.erb within layouts/application (39.8ms)
12184
+ Completed 200 OK in 41ms (Views: 41.0ms | ActiveRecord: 0.2ms)
12185
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12186
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12187
+ Parameters: {"country_code"=>"DE"}
12188
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12189
+  (2.8ms) DELETE FROM "addresses";
12190
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12191
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12192
+  (0.1ms) begin transaction
12193
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:54.297296"], ["updated_at", "2016-02-02 20:40:54.297296"]]
12194
+  (0.9ms) commit transaction
12195
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12196
+ Processing by AddressesDemoController#index as HTML
12197
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12198
+ Rendered addresses_demo/index.html.erb within layouts/application (40.2ms)
12199
+ Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.2ms)
12200
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12201
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12202
+ Parameters: {"country_code"=>"IE"}
12203
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12204
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12205
+ Processing by AddressesDemoController#update as HTML
12206
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
12207
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12208
+  (0.1ms) begin transaction
12209
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:40:54.451940"], ["id", 1]]
12210
+  (2.5ms) commit transaction
12211
+ Redirected to http://127.0.0.1:54123/
12212
+ Completed 302 Found in 6ms (ActiveRecord: 2.9ms)
12213
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12214
+ Processing by AddressesDemoController#index as HTML
12215
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12216
+ Rendered addresses_demo/index.html.erb within layouts/application (33.7ms)
12217
+ Completed 200 OK in 35ms (Views: 34.7ms | ActiveRecord: 0.2ms)
12218
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12219
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12220
+  (2.4ms) DELETE FROM "addresses";
12221
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12222
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12223
+  (0.1ms) begin transaction
12224
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:54.574719"], ["updated_at", "2016-02-02 20:40:54.574719"]]
12225
+  (0.8ms) commit transaction
12226
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12227
+ Processing by AddressesDemoController#tags as HTML
12228
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12229
+ Rendered addresses_demo/tags.html.erb within layouts/application (35.0ms)
12230
+ Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.2ms)
12231
+  (2.8ms) DELETE FROM "addresses";
12232
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12233
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'addresses';
12234
+  (0.1ms) begin transaction
12235
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:54.724288"], ["updated_at", "2016-02-02 20:40:54.724288"]]
12236
+  (1.0ms) commit transaction
12237
+ Started GET "/tags" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12238
+ Processing by AddressesDemoController#tags as HTML
12239
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12240
+ Rendered addresses_demo/tags.html.erb within layouts/application (43.1ms)
12241
+ Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.2ms)
12242
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12243
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12244
+ Parameters: {"country_code"=>"GU"}
12245
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12246
+  (2.8ms) DELETE FROM "addresses";
12247
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12248
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12249
+  (0.1ms) begin transaction
12250
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:54.933321"], ["updated_at", "2016-02-02 20:40:54.933321"]]
12251
+  (0.8ms) commit transaction
12252
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:40:54 -0700
12253
+ Processing by AddressesDemoController#index as HTML
12254
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12255
+ Rendered addresses_demo/index.html.erb within layouts/application (38.5ms)
12256
+ Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.2ms)
12257
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-02 13:40:55 -0700
12258
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12259
+ Parameters: {"country_code"=>"GU"}
12260
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12261
+  (2.7ms) DELETE FROM "addresses";
12262
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12263
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12264
+  (0.1ms) begin transaction
12265
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-02 20:40:55.137101"], ["updated_at", "2016-02-02 20:40:55.137101"]]
12266
+  (0.8ms) commit transaction
12267
+ Started GET "/" for 127.0.0.1 at 2016-02-02 13:40:55 -0700
12268
+ Processing by AddressesDemoController#index as HTML
12269
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12270
+ Rendered addresses_demo/index.html.erb within layouts/application (37.0ms)
12271
+ Completed 200 OK in 38ms (Views: 38.0ms | ActiveRecord: 0.2ms)
12272
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-02 13:40:55 -0700
12273
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12274
+ Parameters: {"country_code"=>"DE"}
12275
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12276
+  (2.7ms) DELETE FROM "addresses";
12277
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12278
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12279
+  (0.1ms) begin transaction
12280
+  (0.0ms) commit transaction
12281
+  (0.0ms) begin transaction
12282
+  (0.1ms) rollback transaction
12283
+  (0.1ms) begin transaction
12284
+  (0.0ms) commit transaction
12285
+  (0.0ms) begin transaction
12286
+  (0.1ms) rollback transaction
12287
+  (0.1ms) begin transaction
12288
+  (0.0ms) commit transaction
12289
+  (0.0ms) begin transaction
12290
+ Processing by AddressesDemoController#tags as HTML
12291
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.2ms)
12292
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
12293
+  (0.1ms) rollback transaction
12294
+  (0.1ms) begin transaction
12295
+  (0.0ms) commit transaction
12296
+  (0.0ms) begin transaction
12297
+ Processing by AddressesDemoController#index as HTML
12298
+ Rendered addresses_demo/index.html.erb within layouts/application (0.2ms)
12299
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
12300
+  (0.0ms) rollback transaction
12301
+  (0.1ms) begin transaction
12302
+  (0.0ms) commit transaction
12303
+  (0.0ms) begin transaction
12304
+  (0.1ms) SAVEPOINT active_record_1
12305
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-02 20:40:55.402991"], ["updated_at", "2016-02-02 20:40:55.402991"]]
12306
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12307
+ Processing by AddressesDemoController#update as HTML
12308
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
12309
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12310
+  (0.0ms) SAVEPOINT active_record_1
12311
+ SQL (2.0ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:40:55.406188"], ["id", 1]]
12312
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12313
+ Redirected to http://test.host/
12314
+ Completed 302 Found in 5ms (ActiveRecord: 2.1ms)
12315
+  (0.7ms) rollback transaction
12316
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
12317
+  (1.1ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
12318
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
12319
+  (0.1ms) select sqlite_version(*)
12320
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12321
+  (0.1ms) SELECT version FROM "schema_migrations"
12322
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
12323
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
12324
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12325
+  (1.1ms) DELETE FROM "addresses";
12326
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12327
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
12328
+  (0.1ms) begin transaction
12329
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:35.656443"], ["updated_at", "2016-02-13 22:35:35.656443"]]
12330
+  (0.9ms) commit transaction
12331
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:35:39 -0700
12332
+ Processing by AddressesDemoController#index as HTML
12333
+ Address Load (0.4ms) SELECT "addresses".* FROM "addresses"
12334
+ Rendered addresses_demo/index.html.erb within layouts/application (285.5ms)
12335
+ Completed 200 OK in 586ms (Views: 585.2ms | ActiveRecord: 0.4ms)
12336
+ Started GET "/assets/application-94887f304fce2ebd6e097bcf37d46c4030cb9a9a383cfbf905194fdfd117a178.css" for 127.0.0.1 at 2016-02-13 15:35:39 -0700
12337
+ Started GET "/assets/application-cd43f8f27ce7fe89300a6c2f3415de9a3c22ba65c3a25837c99befcb58d1867f.js" for 127.0.0.1 at 2016-02-13 15:35:39 -0700
12338
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-13 15:35:39 -0700
12339
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12340
+ Parameters: {"country_code"=>"DE"}
12341
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12342
+  (2.5ms) DELETE FROM "addresses";
12343
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12344
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12345
+  (0.1ms) begin transaction
12346
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:40.095362"], ["updated_at", "2016-02-13 22:35:40.095362"]]
12347
+  (0.8ms) commit transaction
12348
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12349
+ Processing by AddressesDemoController#tags as HTML
12350
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12351
+ Rendered addresses_demo/tags.html.erb within layouts/application (99.6ms)
12352
+ Completed 200 OK in 103ms (Views: 102.4ms | ActiveRecord: 0.2ms)
12353
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12354
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12355
+ Parameters: {"country_code"=>"GU"}
12356
+ Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12357
+  (1.0ms) DELETE FROM "addresses";
12358
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12359
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12360
+  (0.1ms) begin transaction
12361
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:40.345883"], ["updated_at", "2016-02-13 22:35:40.345883"]]
12362
+  (0.8ms) commit transaction
12363
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12364
+ Processing by AddressesDemoController#index as HTML
12365
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12366
+ Rendered addresses_demo/index.html.erb within layouts/application (40.0ms)
12367
+ Completed 200 OK in 41ms (Views: 41.1ms | ActiveRecord: 0.2ms)
12368
+  (1.1ms) DELETE FROM "addresses";
12369
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12370
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12371
+  (0.1ms) begin transaction
12372
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:40.495822"], ["updated_at", "2016-02-13 22:35:40.495822"]]
12373
+  (0.8ms) commit transaction
12374
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12375
+ Processing by AddressesDemoController#tags as HTML
12376
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12377
+ Rendered addresses_demo/tags.html.erb within layouts/application (37.8ms)
12378
+ Completed 200 OK in 39ms (Views: 38.8ms | ActiveRecord: 0.2ms)
12379
+  (2.4ms) DELETE FROM "addresses";
12380
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12381
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12382
+  (0.1ms) begin transaction
12383
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:40.640454"], ["updated_at", "2016-02-13 22:35:40.640454"]]
12384
+  (0.7ms) commit transaction
12385
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12386
+ Processing by AddressesDemoController#tags as HTML
12387
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12388
+ Rendered addresses_demo/tags.html.erb within layouts/application (36.1ms)
12389
+ Completed 200 OK in 37ms (Views: 37.1ms | ActiveRecord: 0.2ms)
12390
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12391
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12392
+ Parameters: {"country_code"=>"IE"}
12393
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12394
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12395
+ Processing by AddressesDemoController#update as HTML
12396
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
12397
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12398
+  (0.0ms) begin transaction
12399
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:35:40.854321"], ["id", 1]]
12400
+  (0.8ms) commit transaction
12401
+ Redirected to http://127.0.0.1:52789/
12402
+ Completed 302 Found in 19ms (ActiveRecord: 1.3ms)
12403
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12404
+ Processing by AddressesDemoController#index as HTML
12405
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12406
+ Rendered addresses_demo/index.html.erb within layouts/application (31.5ms)
12407
+ Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.2ms)
12408
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12409
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12410
+  (1.0ms) DELETE FROM "addresses";
12411
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12412
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12413
+  (0.2ms) begin transaction
12414
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:40.966365"], ["updated_at", "2016-02-13 22:35:40.966365"]]
12415
+  (0.8ms) commit transaction
12416
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:35:40 -0700
12417
+ Processing by AddressesDemoController#index as HTML
12418
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12419
+ Rendered addresses_demo/index.html.erb within layouts/application (36.2ms)
12420
+ Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.2ms)
12421
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
12422
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12423
+ Parameters: {"country_code"=>"GU"}
12424
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
12425
+  (2.4ms) DELETE FROM "addresses";
12426
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12427
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12428
+  (0.1ms) begin transaction
12429
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:41.173869"], ["updated_at", "2016-02-13 22:35:41.173869"]]
12430
+  (0.7ms) commit transaction
12431
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
12432
+ Processing by AddressesDemoController#index as HTML
12433
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12434
+ Rendered addresses_demo/index.html.erb within layouts/application (61.3ms)
12435
+ Completed 200 OK in 63ms (Views: 62.9ms | ActiveRecord: 0.2ms)
12436
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
12437
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12438
+ Parameters: {"country_code"=>"IE"}
12439
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12440
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
12441
+ Processing by AddressesDemoController#update as HTML
12442
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
12443
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12444
+  (0.1ms) begin transaction
12445
+ SQL (0.2ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:35:41.389467"], ["id", 1]]
12446
+  (2.2ms) commit transaction
12447
+ Redirected to http://127.0.0.1:52789/
12448
+ Completed 302 Found in 5ms (ActiveRecord: 2.6ms)
12449
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
12450
+ Processing by AddressesDemoController#index as HTML
12451
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12452
+ Rendered addresses_demo/index.html.erb within layouts/application (31.7ms)
12453
+ Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.2ms)
12454
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12455
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12456
+  (2.4ms) DELETE FROM "addresses";
12457
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12458
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12459
+  (0.1ms) begin transaction
12460
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:35:41.513016"], ["updated_at", "2016-02-13 22:35:41.513016"]]
12461
+  (0.9ms) commit transaction
12462
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
12463
+ Processing by AddressesDemoController#tags as HTML
12464
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12465
+ Rendered addresses_demo/tags.html.erb within layouts/application (34.5ms)
12466
+ Completed 200 OK in 36ms (Views: 35.5ms | ActiveRecord: 0.2ms)
12467
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
12468
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12469
+ Parameters: {"country_code"=>"DE"}
12470
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12471
+  (2.4ms) DELETE FROM "addresses";
12472
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12473
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12474
+  (0.1ms) begin transaction
12475
+  (0.0ms) commit transaction
12476
+  (0.0ms) begin transaction
12477
+  (0.1ms) rollback transaction
12478
+  (0.1ms) begin transaction
12479
+  (0.0ms) commit transaction
12480
+  (0.0ms) begin transaction
12481
+  (0.0ms) rollback transaction
12482
+  (0.1ms) begin transaction
12483
+  (0.0ms) commit transaction
12484
+  (0.0ms) begin transaction
12485
+  (0.0ms) SAVEPOINT active_record_1
12486
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-13 22:35:41.701112"], ["updated_at", "2016-02-13 22:35:41.701112"]]
12487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12488
+ Processing by AddressesDemoController#update as HTML
12489
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
12490
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12491
+  (0.0ms) SAVEPOINT active_record_1
12492
+ SQL (1.1ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:35:41.705612"], ["id", 1]]
12493
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12494
+ Redirected to http://test.host/
12495
+ Completed 302 Found in 3ms (ActiveRecord: 1.2ms)
12496
+  (0.8ms) rollback transaction
12497
+  (0.1ms) begin transaction
12498
+  (0.0ms) commit transaction
12499
+  (0.0ms) begin transaction
12500
+ Processing by AddressesDemoController#index as HTML
12501
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
12502
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
12503
+  (0.1ms) rollback transaction
12504
+  (0.1ms) begin transaction
12505
+  (0.0ms) commit transaction
12506
+  (0.0ms) begin transaction
12507
+ Processing by AddressesDemoController#tags as HTML
12508
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.2ms)
12509
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
12510
+  (0.0ms) rollback transaction
12511
+  (0.1ms) begin transaction
12512
+  (0.0ms) commit transaction
12513
+  (0.0ms) begin transaction
12514
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12515
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12516
+  (0.1ms) rollback transaction
12517
+  (0.0ms) begin transaction
12518
+  (0.0ms) commit transaction
12519
+  (0.0ms) begin transaction
12520
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12521
+ Parameters: {"country_code"=>"IE"}
12522
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12523
+  (0.1ms) rollback transaction
12524
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12525
+  (2.3ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
12526
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
12527
+  (0.1ms) select sqlite_version(*)
12528
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12529
+  (0.1ms) SELECT version FROM "schema_migrations"
12530
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
12531
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
12532
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12533
+  (1.3ms) DELETE FROM "addresses";
12534
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12535
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'addresses';
12536
+  (0.2ms) begin transaction
12537
+  (0.1ms) commit transaction
12538
+  (0.1ms) begin transaction
12539
+ Processing by AddressesDemoController#tags as HTML
12540
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.3ms)
12541
+ Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.0ms)
12542
+  (0.1ms) rollback transaction
12543
+  (0.1ms) begin transaction
12544
+  (0.0ms) commit transaction
12545
+  (0.0ms) begin transaction
12546
+ Processing by AddressesDemoController#index as HTML
12547
+ Rendered addresses_demo/index.html.erb within layouts/application (0.5ms)
12548
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
12549
+  (0.1ms) rollback transaction
12550
+  (0.1ms) begin transaction
12551
+  (0.1ms) commit transaction
12552
+  (0.1ms) begin transaction
12553
+  (0.1ms) SAVEPOINT active_record_1
12554
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-13 22:36:17.332467"], ["updated_at", "2016-02-13 22:36:17.332467"]]
12555
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12556
+ Processing by AddressesDemoController#update as HTML
12557
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
12558
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12559
+  (0.1ms) SAVEPOINT active_record_1
12560
+ SQL (1.6ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:36:17.349855"], ["id", 1]]
12561
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12562
+ Redirected to http://test.host/
12563
+ Completed 302 Found in 14ms (ActiveRecord: 1.9ms)
12564
+  (0.8ms) rollback transaction
12565
+  (0.1ms) begin transaction
12566
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:17.358112"], ["updated_at", "2016-02-13 22:36:17.358112"]]
12567
+  (0.9ms) commit transaction
12568
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:36:20 -0700
12569
+ Processing by AddressesDemoController#tags as HTML
12570
+ Address Load (0.6ms) SELECT "addresses".* FROM "addresses"
12571
+ Rendered addresses_demo/tags.html.erb within layouts/application (163.1ms)
12572
+ Completed 500 Internal Server Error in 333ms (ActiveRecord: 0.6ms)
12573
+  (1.1ms) DELETE FROM "addresses";
12574
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12575
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12576
+  (0.1ms) begin transaction
12577
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:20.569139"], ["updated_at", "2016-02-13 22:36:20.569139"]]
12578
+  (0.9ms) commit transaction
12579
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:36:20 -0700
12580
+ Processing by AddressesDemoController#index as HTML
12581
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12582
+ Rendered addresses_demo/index.html.erb within layouts/application (134.5ms)
12583
+ Completed 500 Internal Server Error in 140ms (ActiveRecord: 0.2ms)
12584
+  (2.0ms) DELETE FROM "addresses";
12585
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12586
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12587
+  (0.1ms) begin transaction
12588
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:20.796663"], ["updated_at", "2016-02-13 22:36:20.796663"]]
12589
+  (0.8ms) commit transaction
12590
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:36:20 -0700
12591
+ Processing by AddressesDemoController#index as HTML
12592
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12593
+ Rendered addresses_demo/index.html.erb within layouts/application (42.9ms)
12594
+ Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.2ms)
12595
+  (2.0ms) DELETE FROM "addresses";
12596
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12597
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12598
+  (0.1ms) begin transaction
12599
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:20.919121"], ["updated_at", "2016-02-13 22:36:20.919121"]]
12600
+  (0.8ms) commit transaction
12601
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:36:20 -0700
12602
+ Processing by AddressesDemoController#tags as HTML
12603
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12604
+ Rendered addresses_demo/tags.html.erb within layouts/application (89.5ms)
12605
+ Completed 500 Internal Server Error in 97ms (ActiveRecord: 0.2ms)
12606
+  (1.8ms) DELETE FROM "addresses";
12607
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12608
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'addresses';
12609
+  (0.1ms) begin transaction
12610
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:21.144719"], ["updated_at", "2016-02-13 22:36:21.144719"]]
12611
+  (1.1ms) commit transaction
12612
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:36:21 -0700
12613
+ Processing by AddressesDemoController#tags as HTML
12614
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12615
+ Rendered addresses_demo/tags.html.erb within layouts/application (40.2ms)
12616
+ Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.2ms)
12617
+  (2.1ms) DELETE FROM "addresses";
12618
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12619
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12620
+  (0.1ms) begin transaction
12621
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:21.270535"], ["updated_at", "2016-02-13 22:36:21.270535"]]
12622
+  (0.8ms) commit transaction
12623
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:36:21 -0700
12624
+ Processing by AddressesDemoController#index as HTML
12625
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12626
+ Rendered addresses_demo/index.html.erb within layouts/application (40.6ms)
12627
+ Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.2ms)
12628
+  (1.9ms) DELETE FROM "addresses";
12629
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12630
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12631
+  (0.1ms) begin transaction
12632
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:21.396503"], ["updated_at", "2016-02-13 22:36:21.396503"]]
12633
+  (0.8ms) commit transaction
12634
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:36:21 -0700
12635
+ Processing by AddressesDemoController#tags as HTML
12636
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
12637
+ Rendered addresses_demo/tags.html.erb within layouts/application (35.2ms)
12638
+ Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.3ms)
12639
+  (2.1ms) DELETE FROM "addresses";
12640
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12641
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12642
+  (0.1ms) begin transaction
12643
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:36:21.523536"], ["updated_at", "2016-02-13 22:36:21.523536"]]
12644
+  (0.8ms) commit transaction
12645
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:36:21 -0700
12646
+ Processing by AddressesDemoController#index as HTML
12647
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12648
+ Rendered addresses_demo/index.html.erb within layouts/application (37.2ms)
12649
+ Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.2ms)
12650
+  (2.2ms) DELETE FROM "addresses";
12651
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12652
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12653
+  (0.1ms) begin transaction
12654
+  (0.0ms) commit transaction
12655
+  (0.0ms) begin transaction
12656
+  (0.1ms) rollback transaction
12657
+  (0.1ms) begin transaction
12658
+  (0.1ms) commit transaction
12659
+  (0.1ms) begin transaction
12660
+  (0.0ms) rollback transaction
12661
+  (0.1ms) begin transaction
12662
+  (0.1ms) commit transaction
12663
+  (0.1ms) begin transaction
12664
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12665
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12666
+  (0.1ms) rollback transaction
12667
+  (0.1ms) begin transaction
12668
+  (0.0ms) commit transaction
12669
+  (0.0ms) begin transaction
12670
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12671
+ Parameters: {"country_code"=>"IE"}
12672
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
12673
+  (0.1ms) rollback transaction
12674
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12675
+  (2.8ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country" varchar, "subdivision" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "title" varchar) 
12676
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
12677
+  (0.1ms) select sqlite_version(*)
12678
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12679
+  (0.1ms) SELECT version FROM "schema_migrations"
12680
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
12681
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150505181543')
12682
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
12683
+  (2.5ms) DELETE FROM "addresses";
12684
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12685
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
12686
+  (0.1ms) begin transaction
12687
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:05.448358"], ["updated_at", "2016-02-13 22:37:05.448358"]]
12688
+  (1.1ms) commit transaction
12689
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:08 -0700
12690
+ Processing by AddressesDemoController#index as HTML
12691
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
12692
+ Rendered addresses_demo/index.html.erb within layouts/application (286.7ms)
12693
+ Completed 200 OK in 592ms (Views: 591.6ms | ActiveRecord: 0.3ms)
12694
+ Started GET "/assets/application-94887f304fce2ebd6e097bcf37d46c4030cb9a9a383cfbf905194fdfd117a178.css" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12695
+ Started GET "/assets/application-cd43f8f27ce7fe89300a6c2f3415de9a3c22ba65c3a25837c99befcb58d1867f.js" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12696
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12697
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12698
+ Parameters: {"country_code"=>"IE"}
12699
+ Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12700
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12701
+ Processing by AddressesDemoController#update as HTML
12702
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
12703
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12704
+  (0.1ms) begin transaction
12705
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:37:09.192152"], ["id", 1]]
12706
+  (2.1ms) commit transaction
12707
+ Redirected to http://127.0.0.1:52867/
12708
+ Completed 302 Found in 23ms (ActiveRecord: 2.8ms)
12709
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12710
+ Processing by AddressesDemoController#index as HTML
12711
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12712
+ Rendered addresses_demo/index.html.erb within layouts/application (93.0ms)
12713
+ Completed 200 OK in 95ms (Views: 94.4ms | ActiveRecord: 0.2ms)
12714
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12715
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12716
+  (2.3ms) DELETE FROM "addresses";
12717
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12718
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12719
+  (0.1ms) begin transaction
12720
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:09.408347"], ["updated_at", "2016-02-13 22:37:09.408347"]]
12721
+  (0.8ms) commit transaction
12722
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12723
+ Processing by AddressesDemoController#index as HTML
12724
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12725
+ Rendered addresses_demo/index.html.erb within layouts/application (47.3ms)
12726
+ Completed 200 OK in 49ms (Views: 48.6ms | ActiveRecord: 0.2ms)
12727
+  (2.3ms) DELETE FROM "addresses";
12728
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12729
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12730
+  (0.1ms) begin transaction
12731
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:09.580529"], ["updated_at", "2016-02-13 22:37:09.580529"]]
12732
+  (0.7ms) commit transaction
12733
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12734
+ Processing by AddressesDemoController#index as HTML
12735
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12736
+ Rendered addresses_demo/index.html.erb within layouts/application (42.0ms)
12737
+ Completed 200 OK in 44ms (Views: 43.4ms | ActiveRecord: 0.2ms)
12738
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12739
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12740
+ Parameters: {"country_code"=>"GU"}
12741
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
12742
+  (1.4ms) DELETE FROM "addresses";
12743
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12744
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12745
+  (0.1ms) begin transaction
12746
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:09.735414"], ["updated_at", "2016-02-13 22:37:09.735414"]]
12747
+  (0.8ms) commit transaction
12748
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12749
+ Processing by AddressesDemoController#tags as HTML
12750
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12751
+ Rendered addresses_demo/tags.html.erb within layouts/application (41.7ms)
12752
+ Completed 200 OK in 44ms (Views: 43.8ms | ActiveRecord: 0.2ms)
12753
+ Started GET "/subdivisions?country_code=IE" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12754
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12755
+ Parameters: {"country_code"=>"IE"}
12756
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12757
+ Started PATCH "/1" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12758
+ Processing by AddressesDemoController#update as HTML
12759
+ Parameters: {"utf8"=>"✓", "address"=>{"title"=>"Massachusetts Address", "country"=>"IE", "subdivision"=>"D"}, "commit"=>"Update Address", "id"=>"1"}
12760
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12761
+  (0.1ms) begin transaction
12762
+ SQL (0.3ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:37:09.901105"], ["id", 1]]
12763
+  (0.9ms) commit transaction
12764
+ Redirected to http://127.0.0.1:52867/
12765
+ Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
12766
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
12767
+ Processing by AddressesDemoController#index as HTML
12768
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
12769
+ Rendered addresses_demo/index.html.erb within layouts/application (35.3ms)
12770
+ Completed 200 OK in 37ms (Views: 36.4ms | ActiveRecord: 0.3ms)
12771
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12772
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12773
+  (2.4ms) DELETE FROM "addresses";
12774
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12775
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12776
+  (0.1ms) begin transaction
12777
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:10.025351"], ["updated_at", "2016-02-13 22:37:10.025351"]]
12778
+  (0.9ms) commit transaction
12779
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
12780
+ Processing by AddressesDemoController#tags as HTML
12781
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12782
+ Rendered addresses_demo/tags.html.erb within layouts/application (42.0ms)
12783
+ Completed 200 OK in 44ms (Views: 43.6ms | ActiveRecord: 0.2ms)
12784
+  (2.5ms) DELETE FROM "addresses";
12785
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12786
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'addresses';
12787
+  (0.1ms) begin transaction
12788
+ SQL (0.2ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:10.185667"], ["updated_at", "2016-02-13 22:37:10.185667"]]
12789
+  (0.8ms) commit transaction
12790
+ Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
12791
+ Processing by AddressesDemoController#index as HTML
12792
+ Address Load (0.3ms) SELECT "addresses".* FROM "addresses"
12793
+ Rendered addresses_demo/index.html.erb within layouts/application (56.3ms)
12794
+ Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.3ms)
12795
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
12796
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12797
+ Parameters: {"country_code"=>"DE"}
12798
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12799
+  (1.9ms) DELETE FROM "addresses";
12800
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12801
+  (1.1ms) DELETE FROM sqlite_sequence where name = 'addresses';
12802
+  (0.1ms) begin transaction
12803
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:10.382177"], ["updated_at", "2016-02-13 22:37:10.382177"]]
12804
+  (2.1ms) commit transaction
12805
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
12806
+ Processing by AddressesDemoController#tags as HTML
12807
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12808
+ Rendered addresses_demo/tags.html.erb within layouts/application (44.7ms)
12809
+ Completed 200 OK in 46ms (Views: 46.0ms | ActiveRecord: 0.2ms)
12810
+ Started GET "/subdivisions?country_code=DE" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
12811
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12812
+ Parameters: {"country_code"=>"DE"}
12813
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
12814
+  (2.3ms) DELETE FROM "addresses";
12815
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12816
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12817
+  (0.1ms) begin transaction
12818
+ SQL (0.3ms) INSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Massachusetts Address"], ["country", "US"], ["subdivision", "MA"], ["created_at", "2016-02-13 22:37:10.571764"], ["updated_at", "2016-02-13 22:37:10.571764"]]
12819
+  (0.8ms) commit transaction
12820
+ Started GET "/tags" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
12821
+ Processing by AddressesDemoController#tags as HTML
12822
+ Address Load (0.2ms) SELECT "addresses".* FROM "addresses"
12823
+ Rendered addresses_demo/tags.html.erb within layouts/application (44.2ms)
12824
+ Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.2ms)
12825
+ Started GET "/subdivisions?country_code=GU" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
12826
+ Processing by SubdivisionSelect::SubdivisionsController#get as */*
12827
+ Parameters: {"country_code"=>"GU"}
12828
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12829
+  (2.3ms) DELETE FROM "addresses";
12830
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
12831
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'addresses';
12832
+  (0.1ms) begin transaction
12833
+  (0.1ms) commit transaction
12834
+  (0.0ms) begin transaction
12835
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12836
+ Parameters: {"country_code"=>"IE"}
12837
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
12838
+  (0.1ms) rollback transaction
12839
+  (0.1ms) begin transaction
12840
+  (0.1ms) commit transaction
12841
+  (0.0ms) begin transaction
12842
+ Processing by SubdivisionSelect::SubdivisionsController#get as HTML
12843
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
12844
+  (0.1ms) rollback transaction
12845
+  (0.1ms) begin transaction
12846
+  (0.0ms) commit transaction
12847
+  (0.0ms) begin transaction
12848
+  (0.1ms) rollback transaction
12849
+  (0.1ms) begin transaction
12850
+  (0.1ms) commit transaction
12851
+  (0.1ms) begin transaction
12852
+  (0.1ms) rollback transaction
12853
+  (0.1ms) begin transaction
12854
+  (0.0ms) commit transaction
12855
+  (0.0ms) begin transaction
12856
+ Processing by AddressesDemoController#index as HTML
12857
+ Rendered addresses_demo/index.html.erb within layouts/application (0.3ms)
12858
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
12859
+  (0.1ms) rollback transaction
12860
+  (0.1ms) begin transaction
12861
+  (0.1ms) commit transaction
12862
+  (0.0ms) begin transaction
12863
+  (0.0ms) SAVEPOINT active_record_1
12864
+ SQL (0.4ms) INSERT INTO "addresses" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Blank Address"], ["created_at", "2016-02-13 22:37:10.831483"], ["updated_at", "2016-02-13 22:37:10.831483"]]
12865
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12866
+ Processing by AddressesDemoController#update as HTML
12867
+ Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
12868
+ Address Load (0.1ms) SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
12869
+  (0.1ms) SAVEPOINT active_record_1
12870
+ SQL (1.0ms) UPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ? [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:37:10.836967"], ["id", 1]]
12871
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12872
+ Redirected to http://test.host/
12873
+ Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
12874
+  (0.7ms) rollback transaction
12875
+  (0.1ms) begin transaction
12876
+  (0.0ms) commit transaction
12877
+  (0.0ms) begin transaction
12878
+ Processing by AddressesDemoController#tags as HTML
12879
+ Rendered addresses_demo/tags.html.erb within layouts/application (0.3ms)
12880
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
12881
+  (0.1ms) rollback transaction