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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/lib/subdivision_select/version.rb +1 -1
- data/spec/{test_app → dummy}/README.rdoc +0 -0
- data/spec/{test_app → dummy}/Rakefile +0 -0
- data/spec/{test_app → dummy}/app/assets/javascripts/application.js +0 -0
- data/spec/{test_app → dummy}/app/assets/stylesheets/addresses_demo.css +0 -0
- data/{app/assets/stylesheets/subdivision_select → spec/dummy/app/assets/stylesheets}/application.css +0 -0
- data/spec/{test_app → dummy}/app/controllers/addresses_demo_controller.rb +1 -1
- data/spec/{test_app → dummy}/app/controllers/application_controller.rb +0 -0
- data/spec/{test_app → dummy}/app/helpers/application_helper.rb +0 -0
- data/spec/{test_app → dummy}/app/models/address.rb +0 -0
- data/spec/{test_app → dummy}/app/views/addresses_demo/_form.html.erb +0 -0
- data/spec/{test_app → dummy}/app/views/addresses_demo/index.html.erb +0 -0
- data/spec/{test_app → dummy}/app/views/addresses_demo/tags.html.erb +0 -0
- data/spec/{test_app → dummy}/app/views/layouts/application.html.erb +0 -0
- data/spec/{test_app → dummy}/bin/bundle +0 -0
- data/spec/{test_app → dummy}/bin/rails +0 -0
- data/spec/{test_app → dummy}/bin/rake +0 -0
- data/spec/{test_app → dummy}/bin/setup +0 -0
- data/spec/{test_app → dummy}/config/application.rb +0 -0
- data/spec/{test_app → dummy}/config/boot.rb +0 -0
- data/spec/{test_app → dummy}/config/database.yml +0 -0
- data/spec/{test_app → dummy}/config/environment.rb +0 -0
- data/spec/{test_app → dummy}/config/environments/development.rb +0 -0
- data/spec/{test_app → dummy}/config/environments/production.rb +0 -0
- data/spec/{test_app → dummy}/config/environments/test.rb +0 -0
- data/spec/{test_app → dummy}/config/initializers/assets.rb +0 -0
- data/spec/{test_app → dummy}/config/initializers/backtrace_silencers.rb +0 -0
- data/spec/{test_app → dummy}/config/initializers/cookies_serializer.rb +0 -0
- data/spec/{test_app → dummy}/config/initializers/filter_parameter_logging.rb +0 -0
- data/spec/{test_app → dummy}/config/initializers/inflections.rb +0 -0
- data/spec/{test_app → dummy}/config/initializers/mime_types.rb +0 -0
- data/spec/dummy/config/initializers/session_store.rb +4 -0
- data/spec/{test_app → dummy}/config/initializers/wrap_parameters.rb +0 -0
- data/spec/{test_app → dummy}/config/locales/en.yml +0 -0
- data/spec/{test_app → dummy}/config/routes.rb +0 -0
- data/spec/{test_app → dummy}/config/secrets.yml +0 -0
- data/spec/{test_app → dummy}/config.ru +0 -0
- data/spec/{test_app → dummy}/db/development.sqlite3 +0 -0
- data/spec/{test_app → dummy}/db/migrate/20150505181543_create_addresses.rb +0 -0
- data/spec/{test_app → dummy}/db/migrate/20150505182454_add_title_to_addresses.rb +0 -0
- data/spec/{test_app → dummy}/db/schema.rb +0 -0
- data/spec/{test_app → dummy}/db/seeds.rb +0 -0
- data/spec/{test_app → dummy}/db/test.sqlite3 +0 -0
- data/spec/{test_app → dummy}/log/development.log +0 -0
- data/spec/{test_app → dummy}/log/test.log +2757 -0
- data/spec/{test_app → dummy}/public/404.html +0 -0
- data/spec/{test_app → dummy}/public/422.html +0 -0
- data/spec/{test_app → dummy}/public/500.html +0 -0
- data/spec/{test_app → dummy}/public/favicon.ico +0 -0
- data/spec/{test_app → dummy}/spec/controllers/addresses_demo_controller_spec.rb +0 -0
- data/spec/{test_app → dummy}/spec/features/select_boxes_spec.rb +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/0e86e92aa1a7fa502550f682d1eff538 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/3262e90c302e3e34c98b57cb15a5b27d +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/40f61c50b6d6c35efefea3238e00b207 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/4fecaadc92042e3205c672f79acd3d53 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/5342836c5888a5ebf28e2de221e5253f +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/670fbdb8a72ec9ac99a781d7d22b3f4d +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/80bc23cc99868eb749d85729de1d581c +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/85ceb80957448de1ad16090a43790597 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/86ba36fa1967df4fe7a5fdd85d944f8b +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/a71eee989fdb18229089d8186762b57a +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/a91867dcc3218be71a70e7659d113e33 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/aa8c7ed1b6c24feb5236df8f536b0376 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/b50a9d45908f02319edc45b04faccf30 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/b79233589329a96b0de414e6bef4e6e6 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/e21efccbec07dbc2c25554b5a116ca7e +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-4zQSSB0Ny3HvS_Sm1acc6RK-bAhsy-y_XAlWd5rp8o.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-6TKUaJcjJVmHaEtYHCsRnpYWHCL3xNQOq_baAvHVzA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-BKkD9409F3UqWy57ZIIxCp2t8MzFrEmHvNsw2mSzBM.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/-kKTKdAgrbpLVPW3mfCzVmt01zuhnV82Cy5P0MlHzcc.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/1YlEVtY4XNn5e9yr8iic-QEAuMvUP78_dRJtFhpSMD0.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/3YVZoA0mNXoMh163YtKnQ8BPuKQ1Kw3B0lUgV8SO1Ds.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/3ljnwFGcPYqS83-ZjQVe5ucy1JsZdKmm6HmpMhsPfV0.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/40-WaaVgQEENDz26f0WHk2cenMBTKUx9LsW1tDQ2aLI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/4Df_jfHqbB0nQIuhk408EHMkKri6zxfh9NXVBy1rhM0.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/4N_ZrtrJgYdTsFy1d-xqcBx638yLylSi9cuH7Xv_Z7c.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/4bfQFR20YosW6FFh0KAT37vt7e0MgzW4mRjI26YU3KA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/5GNf4uN1gcEwX_VTkuKO0NCVRceuJ0CNLsiQJpxvVmY.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/5lUjTP0B5Ydv-vw1ZJ0Fh7HrS-4Dp7qUxguBPzRnNss.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/6FYxC7OH_cTPWdCMJbkxZgxg5djoqHEV6NvX5nBGlhk.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/7HobxYzwP-gp05vGJvmKy28jZWjtF88XWXngMLhwf48.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/8QcpXf_Le3ll5DF3as85ZbWTBMXgQI4PzS0-SSlzOaU.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/8e0613uYjBE7kdPf2NfzJVFbmFo4UhF4V0cV2y6HDHY.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/9WEc1q9vBJ7UGrpbFTpvx7MKXqDaqCBPN8ZZM67pnEE.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/A0WH4A_NLk1b2EglfGbKs-F5g_ccI0R5arJLgk_M_bI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ANrypOqB5SrCmjnbHH7frywv4-rONN4RMW2OCy0Ygos.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Bhd9Qow23weU26GAhklgu1r2lpBSxHR2ZhK9cah29F4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/CG8jFrgm3D5-eutmgRa-9U52AKM1zWeOZ2VxsM63tck.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/CdIzTNWCrzyZZrWeinDRGEnP8K7b1V8hcxWoLzrlOBQ.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/DZxlhypdd_7vZQOoJoHuDUf614ZdEsdT0m6YxlE1JXw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/DfvKKTeQUhursJrH6_23Bduu_bXkQDRQyieLeABGcS4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/EUWqEO2PluIawTrHnhQh1FzNlFjmMcBny6zvNlWTacw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Ezp8Yatg9U7pbSNyehBDMv91VGKFLbHTFIgZ4_PYFI4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/FAEkD7rBDtHSZU5JIRO2MdjtTlgJ-q8BtE5ccYNeP6U.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GI1cUmASeEaBKCXxF7sBWaTfbE4p-HxdtReeptlR4d8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GIhiZ25FffJWMvAdS5LHxZQHT5oDjgfLldfFQNImhoA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GWC1mfybmKVcEdwicjLqT2n8efKNaH-sw4Ntv4vvv58.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GheTBgTE58caQzWODIoitYKH0SCt1tPq56IOz8Sd_IU.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/GrsRcvopP6aAOfHM70UOJ-rOjmHYVnCYkazRLWqmBrE.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/HRosbBzS0jswCHVB2Eu8H93HxniDl5u62_8SWPHDzg8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/HZY-P8x-rD45kbLvPqc6kC30PjVwpECfTSKqoSyuAHs.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/IqwL1sqFKKKPcwmoJy1qs7PbQBtJo4u7_i-OgH6bvmI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/J0Ctu-AMkyP84LswlhNvf4Dz1ZXI2ftXCJ_-OnNRblA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/JYPcdHZUiaiK8vjbNgex_toxbntRptRCvLPId4na9jE.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/K0ULBXnORqC1Ql2Q0uRNmvaNvWI9zauZQuPLPNQuz5k.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/KtZn1cDjh4IO5yrMfFZwsiwxg__k_aiyb5NwJiksd_E.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/LIMHIhpeoHv9L5A_hDtCEjSpYlC8LR4qSJHFcKGQjig.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/LxM9E0kcFqi30CNAr18f8n7Osq4y6NYWOyHO9WWcOng.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/M99jtqKfpX8kPyVKqwL5g7LeWbcdsKD9JyArZ_qbk0w.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/MC0CK-byw4sNFRQwQ_7cih5eLSio_GU73dSDCTWvMXs.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/MN0c3swTQcbxAJs3sC87cSevhMpbnhrVVWNJu6cSD74.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/MVl0GirX9lwrvra_2wxkb-G8wPoIJo8Z1VLMl52N7es.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/OCZ6dDerc0qnrWOuPmZZeJ9lHNOn6k_XHOwk_xtpulo.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/OfZXr_MXFW1mCvRhVKjX2OmiU8MmEOh0NnYlAgZjXig.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/PfST9jqI7T2aLhQh0mFbBUQTsm4sKJIgunR6K8-l0a4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Rjt81nlgtQ7Y964wpdFYF4ek71DLgFZl89q_Ix_YcLs.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/SXJSjQtKsjatsdIfHWU5F97k843JTEgNd_d1wy6Y16g.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/SYRC7lM6r6D5loGsreHtKfZXFe7E-NhFLnrL16_FWJ8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Swqxo5qhDoOZppFccCj26jBotbbBdwg1x6UWwYhZKFc.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/TTmm-NahGHbA5iAmaVZzgHvDpANR0aZSk06d9s93kK8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Ux21XkMDBGGv7wbglh1X2c0C3l6pLW7zuOZKd-LXOZY.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/V1ebupQvzYW8LC0cpwlUJ21dWdB_w4wbqlIBIkRgZZ4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/VB2MBD7krr1cw8qkSK5SKdZslC_GAktAJxD-3lKpZEU.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/VM2DGadeXK7Yj4d5uTkzfZjNnbz1S2gX6rz1suU9cIA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/W4ATLVPpx1a6xU3LTQ4currTJdbkxhyabJzy4AuVjhA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/WIFehNlVdxMfRf6M7sFsHwoUHMrheNo23Pp7ye1hXk4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/XctymDWMVL6Ce2pWds3T8PCnlUxt5QFuWMabXOYu1ZE.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Yi_EQHg-UKxN3CV9gDN9Yk8W2jpUqhgXcJ0wit0aetg.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/Z97C3OysztP04x2vQys7BXlI01VXl62GKZUNl13u6LA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ZGWPuj1uaQqci9KW7c8d-riw3buId2-dzfbeEefvrdw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ZXBaU4YtMG8BvFrAv6l5YSfhnV120mIo7ExqQqn5tJI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/_1suQ69a-DbRyq-u4LF4JjPIKK75ugZX7vSryu5bccI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/a2MgYuxcn4GnHcIYbyOVg1bj7Jd-xh8PawrgnWkFeLQ.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/b37_BT6rfKbQMvZcE1eHX6iHP3vqtFsbK5zNnZB-FJo.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/bK_IfNqrPwWk6heUYciRZn0MqS0wr0VbhOj3Leb8Q2U.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/bw3xbyEvMTx-DuqXPBuPK5sQkHJ3apDFywA9oDfoXJw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/bwcpD9m_K8S-0R0DdH1mvqt4-8tCdhKIE8Wzk2T4420.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/euuy2x670prhsjCLtf1_9aXLLETHb5vbY8GUr0KNzF8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ezoLwymIJfGVk-rsw0bhEPl7AYfGJC4qAvbAJypBdY8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/fNRLdVTBtYnLesllH931oXcb13LIVnn-hyR4pbLw6zw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/gcremBjPCXaN0DCCxB84bK1D_H2JZSUGxm7WjvhYGek.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/gxov-793LqXI0BJWhhJ1kL7kUT9cccWFISSxdCbirgw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/hkLrrOdpF4CtA8qwHN17i0zf2Ab2WnQd7jkE1DC2Pfw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/i0IhgGtfgE_k20i6AdJ86JzCTk65ZUe4p-Yw_Cor3Ts.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/iQP3XH7BaHPxMjdRvs9S-CP9ABJrcAgoxAQNjaIMysY.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/jzfGi06HcVEQdOpmQDjwjAyqImONZMznf9ARRtA-jyk.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/kEGxAuC0KyvZlti585RG1Umq_pVUnPO_PFxIkUyWtZg.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/lgGT6oubXIO8wO5LG0CdJPYuB-M2F5o0Z-dHm-CgN5g.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/meBM6jieJhk67I6aP7d6UjQdekIrbfwHxlzSrVbsPE4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/n10Rh-arp1-sBeWyGP-BEsVPfb30wQMLx3UL6IlAC8U.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/n45BO_XBxFKf9YBnhBEWAWGQhKa4hSsBit1LmlCqAYo.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/nlZi5iLTrqPpnWpiuP3dToACoymc07MClayczvZ76uE.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/pE9SglIk9LSr7PpvV23ct3gStd384optUDE5CboYam8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/qeFI7N38utdcGJLP3d3S5Jgib06uYYef9Eg6sGj-sZ4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/r_f1fo1AVopCOxxSes-jdw0TIQA54LiMcXgGOp2LFb0.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/s_X24peJAlZxJs0fPg7QFXIRF5dLGZMNYYT3tyc9MdI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/spxpKr8oa8HYsZ7a_mlo6wT8nGTdgclmYVRW6LXYRV8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/toi4zVJ7Is5SF7zfxKRNcpxy79vaZd83xy0tb-mRbec.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/uASShif-McpRUv6Z0pcycjtR0BrYcZlg4nL74u-derU.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/w5ZUVpFrLGf39UumwxIKGkluMK_LQLtKezJpc9O4L9E.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/w9DS6QOJyxEpJTgoz6Tsjb_DBmagHbZ8Ed6Ao16AVOs.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/wQ6NxafgRwRavMvfZ8_5rKzvxlAx9Pvt_T0HJKggbpI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/wbYqUy6Ij8xISvrxW5He7EnGKjqxnyBy-3vcoaO3Ryo.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/xCWT8Gex6nM1s0-zkZHxvZMcWrLvk4_WOnJEa_KQ_xU.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/y7wX9WUyIrS-MGquaaWcloebTE-TNXvC1HI3H9w9plA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/development/sprockets/v3.0/ykgk1zZxnkkLe6NqTwcXotw8DkjNiBOC5camNmp6OeQ.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/-mHVQbKaBU2gm6CwuN-r-27DfSKybjrPxrou6eD-3EE.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/05ENPswBOtHpNQfMc7_yugAnW6YZgZXL-1xPeLgJxg8.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/257KsWhe50iwvPBde-FvhuD18ffTKlanByEO_7dyMsY.cache +0 -0
- 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
- data/spec/{test_app/tmp/cache/assets/test → dummy/tmp/cache/assets}/sprockets/v3.0/4Df_jfHqbB0nQIuhk408EHMkKri6zxfh9NXVBy1rhM0.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4QVhPZ1bAF1QXQEzwnNV1aRj-KwGcoph-XUWYWg-XuY.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4hCYAKkYOfp26T8k_NlOnjtM62lfIoYSUfqz_48-mEE.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4hyg_jx1uq3CqwNsVfARfE_9vAHbMOQ0dhTafWy0GFE.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/5U65rPNc6l-YCjXAM9MCaBTth8230H3qqSEEnMBe-js.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9BTLMg0kcf77NXTuLJezWwehPGJWKXIUjbF-dzKgp4c.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9HGCjgJ3LG_jXDM6JZPR3QrWOcnw9QeMsxfz48BeKLU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/9JpPMn0JJENedL9Eo5dF4Ivcvt30-viRLN6pPCbbhDU.cache +0 -0
- 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
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/AppVmZcaHaOaCemLsghaJehiF6QjJ3yoZNuzY2nXQ1c.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/BKdJ5rjUPAGwU_scpGvf-x1V3fFbahQ0bQMWEV3iSYU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/CRK5lsUrsZsvtFiNZ_niD_hD0IkmfqfvXoOgD8gyK8E.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/DGc225OX4Ovzr4hXFi9tLX9N_PQsXcxz-zOvoOg8AAE.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EEG_BIXo-dWbw4TDy0to-0MNyGpYx3NWqrGR30fJzRw.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EKShMX7P5C84YB2rJuAlKjtzUKf8QqEgANrCkqaVGb4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EYGox04xt0HP4hg3ERBMMpy3SbeuczFrCkzbUNaHges.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EagpJjJ61yr30FrSRDZFC_ANXDyIeURwzvizPQyxBLg.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EeYMZJGZXirR6h-ygz44_mOephW9ouuR548B8DAvZ28.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/G8oVG7xaoY26SDfLcUW1IwQm7ppJexKua6YVE1OwG-I.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Geb4p4V5FfvGt-jCM7yCoDloBZfOLdoTqEW4TbfkQCs.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ICDCMO1hYmDF9C9pbhaNLDr7ViQqhZMzdTIuJl6fg5E.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ITbula6Amflw1IKdj2rJ1gq7qyZNdTy4d-_TFCcXWsQ.cache +0 -0
- 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
- 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
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/KBNxe2q1UCilRNvPXLfwGNPm7qDbWO-hqzCqEYNcE4Y.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ob_5ibjyJv6IVTtUlFx6NiiTKlLN6NXhlLbdwnaIxN8.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ol0HHgYFVyairvFmLS3BULZYpxNY2QttwEUR1ND0od4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Q8dS8ibfQDh2nyJgJVNvXGs56LIlQA1WgwoXCSB16-o.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QGADeKXs4pk_bR5ORp_sGL0aGP5glZ8D4g28tY00TYU.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QLrw3IxoGkLCV0hnAc9OWX_njNE_9-2Mh1zqn3GEjuY.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/RfbplK2MTf8QkA6agRNYRIZRWbd4AIsbBV8DnIZw7xM.cache +1 -0
- 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
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/RloJk7gREQpJrIP2GBRKMkWKVuARTQwAgVDQD6AeBKc.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/TPKauggMlg1BaqBbFDLLA434QxA_hA-xW-5OLhA5xeE.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/VjmJKSd8WtqFCCPs5CcOpp8G4H6vlcQsTlRM4tzjKKg.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/X957ytt4PhTjb1S_aam35fssXhCyQ7QsOuSKL0MrfFs.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/XQnO3QpiEo8To_dB5HjjYJzCj5Sr92SQi30xeZETxgI.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/YV1emY7xY_yhG9je6oVUDMt6yvx_dTCQLBi9tyRMHqc.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/YoNq1OUJOmD9MaV5lIvr9siSMg5pmthqMQV9FMgaPRE.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_w_NaTc9i5aHMgB3FlQVG_cQoDmn1doUtrDOli2xbIs.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/aMu784l1vTAehBWzz6GakzZyje2o0kkYP4Tuxm4khKk.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/cSKOUZ0W1q7I384Ndr10BpXQkFa_JJn_9jtuZWLvnBI.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/e41fuA7f1ZQOncMww0x-a6Tg7gdbUwYsQjJsL5lAgwg.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/eIT9VXqih163XnGd2arxfqWW5NMOSO5545abt7dmZ50.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/f9qYRsu9krPqjF1aV5h0ieeZxWf0Toz4XJsg9aWB5iY.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fZDLLxcy-GvGIahlyVDQTsQ4PK9PE5UFB1MMemwqu5c.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fbUx_zJn_Oobrs-BUkTN7Q0P9CMCSMj6s03qLt3YoFs.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/hOO32ukDVHvn9fns_a1YtnHJbl42bm_OIZbFwRtUOpc.cache +0 -0
- 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
- 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
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/jM2hkO6S7woiB6M362Uz0yE_OiCNf6l-BJyoe6_PAA8.cache +0 -0
- 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
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/j_2wU_5btNKmCF5tDrFGXTD_6yE9YCcHuKDMarRqG9o.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ljN3m-mgX9CL3PqhyMbYG6w2FtrUp9ZoLhir6SCnFUA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nze2_HEJh0LKcMTb8mLEuHSeDWEFrybIY5UYXmvEJ68.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/o29eNrkIg9RNwLgMX16CDajdDjZp8hkz3qOX07AinR4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ofm57SaV1_pt8fEde_l-FWTNnJCt66FNk0Tvkt9Q01Y.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/pE9SglIk9LSr7PpvV23ct3gStd384optUDE5CboYam8.cache +1 -0
- 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
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/rRvpL1zTzLoAUW2937mcPerOVM1eVhEvaEwos23OyA4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/reYr-KFHECMlQ89iBaDLSyH7X81lgRuuBvWBYkWoiz4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/tHjVyD-qYZJXbLGOmXxFMd0SIkYu2FPQtaI0cIpyy1Q.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/uJR8Gs_B1iFemIYoCfwUnchnYehKhrE1b-ocPS-argM.cache +1 -0
- 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
- data/spec/{test_app/tmp/cache/assets/test → dummy/tmp/cache/assets}/sprockets/v3.0/w5ZUVpFrLGf39UumwxIKGkluMK_LQLtKezJpc9O4L9E.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/w9DS6QOJyxEpJTgoz6Tsjb_DBmagHbZ8Ed6Ao16AVOs.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/wE72RbP4A7iXceQyeXJ9QXbexqaZZ8-x84QOzThDxyc.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/wLhisrIhXNDvVTGJBZEng8zJsrgX1ElYc1pjOSfwhC8.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/xK7ljPvX6SyGxjgxgm5f90sVCpC8kuhSNUWp6258xik.cache +1 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/y9NyvwmgZZR1R406Dt-s_TscKPifymdyYzDkJN1h1dw.cache +0 -0
- data/spec/dummy/tmp/cache/assets/sprockets/v3.0/zw_mV93HtCxUbvtzMfbkjRbnUEpfRX8IpUZuMHCOzus.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/3262e90c302e3e34c98b57cb15a5b27d +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/40f61c50b6d6c35efefea3238e00b207 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/670fbdb8a72ec9ac99a781d7d22b3f4d +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/80bc23cc99868eb749d85729de1d581c +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/a71eee989fdb18229089d8186762b57a +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/aa8c7ed1b6c24feb5236df8f536b0376 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/-P2z1xUuYLkRlNIvmfIR06mZgnoxy2bFBL6WYlhKcH8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/0FshXIP8U4qbEc6VS04_d4Mtxd-nrHHbWHp_vSRXSws.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/0tSm00kApqnqz2sMgh5bgOYJeWyXwZD5KUBM7Pv3cX4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/0vb2fc20vs2aZYvdvcIzoxvwZqbzWvwHSxJSgN_9nW0.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/1VI50V2gaNK5aNC6ok1GX15pPXzdWMQ_97rtH_xN_h4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/3n-qFWhk2_8gD6fUhuVJnJs8p1EmGv3v-JAqAl_I4Yo.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/4Df_jfHqbB0nQIuhk408EHMkKri6zxfh9NXVBy1rhM0.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/4QVhPZ1bAF1QXQEzwnNV1aRj-KwGcoph-XUWYWg-XuY.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
- 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
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/8e0613uYjBE7kdPf2NfzJVFbmFo4UhF4V0cV2y6HDHY.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/9JpPMn0JJENedL9Eo5dF4Ivcvt30-viRLN6pPCbbhDU.cache +2 -0
- 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
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/AHPYLm0UyDhLcGo36asbrTfu0P-BjiEL_YBhAhG2_vY.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/ANrypOqB5SrCmjnbHH7frywv4-rONN4RMW2OCy0Ygos.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/CdIzTNWCrzyZZrWeinDRGEnP8K7b1V8hcxWoLzrlOBQ.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/DZxlhypdd_7vZQOoJoHuDUf614ZdEsdT0m6YxlE1JXw.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/DdaXTuAwtcFyn4MfOosguPRJUzFzn45iPTJ5ICXx9EM.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/EhkXnRtsnNOWYTJP1nZMbt9ryKXw0yXZoBDajtG0GZA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/GoMAd3gZ-JkVEuMP6xC3hhXGUzq9hkRQ0L65AUmNT94.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/HCcjDjD5vZXQX40_rKRGQ4j7ZRy-ltW_DBvWlSsOZuU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/J0Ctu-AMkyP84LswlhNvf4Dz1ZXI2ftXCJ_-OnNRblA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/JDK_Ms4zYtJpK4cDAOb2SVpoJZK0OekAcMAM9f310R0.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/JJx4yYtjyfNaZk3Nxg1_-FYSOxbc10Pc5qjm17oqiD8.cache +0 -0
- 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
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/KCQ00LVROVPriQBnlaXnfD6DDzl7iGaequA6ORtv_o4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/LKeOj4w-6dc5FNh6uya-IjI0O-Dn0_6ZXAfaNx0yhdc.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/LZA2eOBbxNyUI2fR3WQJoFHiiII4ywZVxN4HfKuAXB8.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/LxM9E0kcFqi30CNAr18f8n7Osq4y6NYWOyHO9WWcOng.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/MC0CK-byw4sNFRQwQ_7cih5eLSio_GU73dSDCTWvMXs.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/MVl0GirX9lwrvra_2wxkb-G8wPoIJo8Z1VLMl52N7es.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/N3ZrvpG-N-mvtTEyuciLRnvHLtRwbMLWO78gRTofzZ8.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/NsbpkbaopyT81v70JpBnqwfhX45Qpy06Ql4JJz79XiM.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +2 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/OIf6xewk9x6m-Adiq7bwGjZA1LEhbLWGrEQqqcJaWMw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/Oqn0B8Qi68hw2INAuhJs05oSmGGZdSsjmqJl8tZL06I.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/OtS1IyaGwtLrvogUtUupExKtDnUkMW8rdGCBHQzttm4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/PS9ljjB7J9TFU_icZ8T1x1I2N5G1S1f8wNdMn5-Hvb8.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/PzrNQTC9gQ2G7DIWKETQmLjW2QI4eE1ZZUf-xKfd5Jk.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/QhM5PN8k4kNdffXzma4em5v9YfZzntr9r4h6UytU3Jc.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Rjt81nlgtQ7Y964wpdFYF4ek71DLgFZl89q_Ix_YcLs.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/Ru3MpObxeTCSyhBHQ1214zaMFlYCXXMn23za7QeIZzQ.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/SVG0IlNe_Edi95QoFD1jV9M3flYktDzIQPvl0FxEu80.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Swqxo5qhDoOZppFccCj26jBotbbBdwg1x6UWwYhZKFc.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/TTmm-NahGHbA5iAmaVZzgHvDpANR0aZSk06d9s93kK8.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/UQq3POExo0KCqqasG_N4wmrNd8HTzXPNX6iv0x5a7bg.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/UppuljgD_WTSoCBuyz95e56fq-TUZ6vXY--n9PGy1KI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/VAnBhuhgN2Y24HnNQYz8PHRsaOb4k8hiVWdzO_RTjLI.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/ViWCeCX4myoX3dltcTkvyE6chbke1V5i4NKnnJPTDvo.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/VvTpyA8qRAAGU9CrMl3cSPHbLoAnbiWpKfAwPrerOgs.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WDMURAYzmLlRKBoNG4qhgz7dwlPmJDzKarJrkaraf10.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WIGTIqJsNaF-rmpRX6vJECKKkuJfrBRebTeWdWVi6cg.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WQD0d399RfQnL5DhWAR1lir2rR708B_tgbeOeDu9C58.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/WqlTIrcLtYBwrVT2VMlkCIE7ag2Hepvrm-CdMyoVrls.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/XQnO3QpiEo8To_dB5HjjYJzCj5Sr92SQi30xeZETxgI.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/XrY9Et2FwM8G25bq-uybW_O4wT2O3Brx2mQBxwoP_Io.cache +0 -0
- 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
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/Ypm390R8IeHGShvubuhEj2PLYiROkaPmnWO34LSZ6Zs.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/a2MgYuxcn4GnHcIYbyOVg1bj7Jd-xh8PawrgnWkFeLQ.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/aIhypeiW87JfPryg3p6MQ6dGLuQHxepECmcecnVjmu4.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/bMCU5FWRXu8SW_aa8cTGc3d-JMUOwQeDkCOyy10-2yk.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/bwcpD9m_K8S-0R0DdH1mvqt4-8tCdhKIE8Wzk2T4420.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/eEUdWbeOT5epnsTdH50RZ99jMUDcyl-6JS30tGkKetg.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/egqyOF08rpH2X5U8gUA6dTsAd0Trufld908T_KyCGdo.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/fLTD6SFsaDpFYdTFHXm1bbS3zjnxtTcxtTrRwVtgJMM.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/g4vdxQG6z_TTKRU0WCCYOTPHAsF9_7R7Nt-ol7Aw7GU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/gM4JVAZq1is_TIGaSnooI4rfXFFIoAcP8C7mK_sPcQo.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/hOO32ukDVHvn9fns_a1YtnHJbl42bm_OIZbFwRtUOpc.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/j2CRkbXCRjGiSScGu8W3K2GNCQEkjRyiRim1LYGyKbA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/j9AknpOOmPN9obl47E0nWMFy71VK03fDWP2dYoxx80M.cache +1 -0
- 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
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/m20TDlMsEK__Qb00UZQ_KIBVYEgNRoJwl9Ur1mLQr50.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/meBM6jieJhk67I6aP7d6UjQdekIrbfwHxlzSrVbsPE4.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/mkGQS6iO46jjgCnS8J2j7mfdkAbjBW2eBEZbdL48RrA.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/n45BO_XBxFKf9YBnhBEWAWGQhKa4hSsBit1LmlCqAYo.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/njFKpmycMgAsCh2_KOiLe_y3mFuswxy5jLKvdhAgGJw.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/oScT5aRAvIS8plMsPW1BItJKtXjJqyvDWLoJYux23ys.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/oc4ZubACMqNM95E7DjnSdGKPNA1dXwI0ilZCjMNaZw4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/p3kAxdW6NDAvIkdST_EWAksOWMpjgs153Oue9LJGG0M.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/pE9SglIk9LSr7PpvV23ct3gStd384optUDE5CboYam8.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/q6UfwUbArqPmy5JSO84cWRtOjExldp3ec6DxfjlaPEY.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/qVpVKlMy1h9mjiDLx1oKRq4K71fQ0ze0eN3ZF_49mOk.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/qfNFbY-XYmjt34K3kSUVUiZhC_JykDdE27SaXlkn1co.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/r30DBBCzgN7k8r7AgUrjH6FsqcfkLDcW_PzTEba-cC8.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/r_f1fo1AVopCOxxSes-jdw0TIQA54LiMcXgGOp2LFb0.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ragcGac2BfxXmYvlyC9m-axFZA1JAkrle5erqYDNVXk.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/rwj56SK-DhbA-YkGLvYYmd9hk7j70dSgC_MqfeInpbU.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/sZKsH0syurJVEkjmHPv8OvTYLjUwfIe75uveSgiU1TY.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/s_X24peJAlZxJs0fPg7QFXIRF5dLGZMNYYT3tyc9MdI.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/smi6XXyX25gyvZ1gYd-Ujv7BI-RNghP7HzOzL-Sv5xU.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/t76taGwJW6cJ-kxp10xaI1Zfr2h6jWOKTuwmIT6vu4E.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/tvcMrLyd7iuUPStYdrlwHUxH3MQJseDR0OM4f09RU4U.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/tvknZFa3vs8uuOYHrf9u5OWhRsTXMtz53t1bNdzVqIo.cache +2 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/uASShif-McpRUv6Z0pcycjtR0BrYcZlg4nL74u-derU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/uOl4dGgiXuGI3jQWJItfMGAe6jPuT_9Gvd-WxA8I_t8.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/uYwnZNrP4CD06yeinCXxoM1aa6M8jixadWGoNxncUzA.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ucy6Lagx64w1PpqZVssekSpBA0YPXYtf4Oz4c6ozPQ4.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/vKEp6_mvOHp0Y_N4Wfy8bXVPGj0PgzNicu6xWXj3GCQ.cache +0 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/vVA9q8Dy1oqaLu08qN0wWuecAd6Hxo4gbQcLvS-Pkg4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/w5ZUVpFrLGf39UumwxIKGkluMK_LQLtKezJpc9O4L9E.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/w9DS6QOJyxEpJTgoz6Tsjb_DBmagHbZ8Ed6Ao16AVOs.cache +1 -0
- data/spec/{test_app → dummy}/tmp/cache/assets/test/sprockets/v3.0/xymYiOVD5pZB9Z60G34LCMLjk7o1Yplg3RJmRf4SpJ4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/xz60PqOmznUx7ShvMgv9bk-5VYU3dc9Jj84mt8nET0c.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ySq0hyqmCNX8C5qIYwktY2MRmXU95m3Z92T2HFrAUIs.cache +1 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291131209825278815.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291150401230302205.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291206543623839131.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-20150429120937203197592.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291210383988435864.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-20150429121627707334270.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291236506064013706.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291319426841751741.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291320577316381446.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291324064605129112.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291325214676808281.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291329305133892137.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291331505222229998.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291342298940226392.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291343237421868398.html +0 -0
- data/spec/{test_app → dummy}/tmp/capybara/capybara-201504291344199401915203.html +0 -0
- data/spec/rails_helper.rb +5 -2
- metadata +765 -554
- data/spec/test_app/app/assets/stylesheets/application.css +0 -15
- 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
|
[1m[35m (0.7ms)[0m rollback transaction
|
|
10125
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
10126
|
+
[1m[36m (1.4ms)[0m [1mCREATE 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) [0m
|
|
10127
|
+
[1m[35m (1.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
10128
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
10129
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10130
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
10131
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
10132
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
10133
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
10134
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10135
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10136
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10137
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10138
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10139
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10140
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
10141
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
10142
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10143
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10144
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10145
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10150
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10151
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.4ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (1.0ms)[0m DELETE FROM "addresses";
|
|
10165
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10166
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10167
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10168
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10182
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10183
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10184
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10185
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (1.1ms)[0m DELETE FROM "addresses";
|
|
10195
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10196
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10197
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10198
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10208
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10209
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10210
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10211
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (1.1ms)[0m DELETE FROM "addresses";
|
|
10225
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10226
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10227
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10228
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
10230
|
+
Started GET "/" for 127.0.0.1 at 2015-10-06 19:40:16 -0600
|
|
10231
|
+
Processing by AddressesDemoController#index as HTML
|
|
10232
|
+
[1m[35mAddress Load (0.4ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10242
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10243
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10244
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10245
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.3ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10262
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10263
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
10275
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10276
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10277
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10278
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10279
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10280
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10297
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10298
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
10310
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10311
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10312
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10313
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10314
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10315
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10316
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10321
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10322
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10323
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10328
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10329
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10330
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10331
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10332
|
+
[1m[35mSQL (0.7ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10334
|
+
Processing by AddressesDemoController#update as HTML
|
|
10335
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
10336
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10337
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10338
|
+
[1m[35mSQL (1.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10340
|
+
Redirected to http://test.host/
|
|
10341
|
+
Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
|
|
10342
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
10343
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10344
|
+
[1m[35m (0.1ms)[0m commit transaction
|
|
10345
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10346
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10347
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10348
|
+
[1m[35m (0.1ms)[0m commit transaction
|
|
10349
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10350
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10351
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
10352
|
+
[1m[36m (1.8ms)[0m [1mCREATE 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) [0m
|
|
10353
|
+
[1m[35m (2.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
10354
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
10355
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10356
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
10357
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
10358
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
10359
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
10360
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10361
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10362
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10363
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10364
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10365
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10366
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10367
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10368
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10369
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10370
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10371
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10372
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10374
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10375
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10376
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10377
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10378
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10380
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
10381
|
+
[1m[36m (2.9ms)[0m [1mCREATE 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) [0m
|
|
10382
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
10383
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
10384
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10385
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
10386
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
10387
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
10388
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
10389
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10390
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10391
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10392
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10393
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10394
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10399
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10400
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10401
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10402
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
10403
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
10404
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
10405
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10406
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
10408
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10409
|
+
SQLite3::ReadOnlyException: attempt to write a readonly database: DELETE FROM "addresses";
|
|
10410
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10411
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10412
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10413
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
10414
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10416
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10417
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10418
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10419
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10420
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10422
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10423
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10424
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10425
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10426
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10428
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10429
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10430
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10431
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10432
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10434
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10435
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10436
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10437
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10438
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10440
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10441
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10442
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10443
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10444
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
10446
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10447
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10448
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10449
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10450
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10452
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10453
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10454
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10455
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10456
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10457
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10458
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10459
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10461
|
+
Processing by AddressesDemoController#update as HTML
|
|
10462
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
10463
|
+
[1m[35mAddress Load (0.3ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10464
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10465
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10467
|
+
Redirected to http://test.host/
|
|
10468
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.8ms)
|
|
10469
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
|
10470
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10471
|
+
[1m[35m (0.1ms)[0m commit transaction
|
|
10472
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10477
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10478
|
+
[1m[35m (0.1ms)[0m commit transaction
|
|
10479
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10484
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10485
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10486
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10487
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10488
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10489
|
+
[1m[35m (0.1ms)[0m commit transaction
|
|
10490
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10491
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10492
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
10493
|
+
[1m[36m (1.2ms)[0m [1mCREATE 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) [0m
|
|
10494
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
10495
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
10496
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10497
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
10498
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
10499
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
10500
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
10501
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10502
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10503
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10504
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10505
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10506
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10511
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10512
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10513
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10518
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10519
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10520
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10521
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10522
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10524
|
+
Processing by AddressesDemoController#update as HTML
|
|
10525
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
10526
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10527
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10528
|
+
[1m[35mSQL (1.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10530
|
+
Redirected to http://test.host/
|
|
10531
|
+
Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
|
|
10532
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
10533
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10534
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10535
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10536
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10537
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10538
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10539
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10540
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
10541
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10542
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
10544
|
+
[1m[35m (0.9ms)[0m DELETE FROM "addresses";
|
|
10545
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10546
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10547
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10548
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
10550
|
+
[1m[35m (0.9ms)[0m DELETE FROM "addresses";
|
|
10551
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10552
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10553
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10554
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
10556
|
+
[1m[35m (0.9ms)[0m DELETE FROM "addresses";
|
|
10557
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10558
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10559
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10560
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
10562
|
+
[1m[35m (0.7ms)[0m DELETE FROM "addresses";
|
|
10563
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10564
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10565
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10566
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
|
10568
|
+
[1m[35m (1.1ms)[0m DELETE FROM "addresses";
|
|
10569
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10570
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10571
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10572
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
10574
|
+
[1m[35m (0.8ms)[0m DELETE FROM "addresses";
|
|
10575
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10576
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10577
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10578
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
10580
|
+
[1m[35m (0.8ms)[0m DELETE FROM "addresses";
|
|
10581
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10582
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10583
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10584
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
10586
|
+
[1m[35m (1.0ms)[0m DELETE FROM "addresses";
|
|
10587
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10588
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10589
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10590
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10592
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
10593
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
10594
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10595
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10596
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10597
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10602
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
10603
|
+
[1m[36m (3.9ms)[0m [1mCREATE 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) [0m
|
|
10604
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
10605
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
10606
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10607
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
10608
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
10609
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
10610
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
10611
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10612
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10613
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10614
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10615
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10616
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10617
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
10618
|
+
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
10619
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10620
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
10621
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10622
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10627
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10628
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10629
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10630
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10631
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10632
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10633
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10634
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
10635
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10636
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (2.6ms)[0m commit transaction
|
|
10638
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10639
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10640
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10642
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10644
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10645
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10646
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10647
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10648
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10650
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10651
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10652
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10653
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10654
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
10656
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10657
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10658
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10659
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10660
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10662
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10663
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10664
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10665
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10666
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10668
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10669
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10670
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10671
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10672
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10674
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10675
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10676
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10677
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10678
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10680
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10681
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10682
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10683
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10684
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10685
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10690
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10691
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10692
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
10697
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10698
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10699
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10700
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10701
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10703
|
+
Processing by AddressesDemoController#update as HTML
|
|
10704
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
10705
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10706
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10707
|
+
[1m[35mSQL (1.9ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10709
|
+
Redirected to http://test.host/
|
|
10710
|
+
Completed 302 Found in 10ms (ActiveRecord: 2.3ms)
|
|
10711
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
10712
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
10713
|
+
[1m[36m (3.4ms)[0m [1mCREATE 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) [0m
|
|
10714
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
10715
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
10716
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10717
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
10718
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
10719
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
10720
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
10721
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10722
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10723
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10724
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10725
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10727
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10728
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10729
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10730
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10731
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10733
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10734
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10735
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10736
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10737
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10739
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10740
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10741
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10742
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10743
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10745
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10746
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10747
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10748
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10749
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
10751
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10752
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10753
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10754
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10755
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
10757
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10758
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10759
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10760
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10761
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.6ms)[0m commit transaction
|
|
10763
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10764
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10765
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10766
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10767
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
10769
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10770
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10771
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10772
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10773
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10774
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10775
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
10776
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
10777
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10778
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10779
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10780
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10785
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10786
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10787
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10788
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
10789
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10790
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10791
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10792
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
10793
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10794
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10795
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10796
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10797
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10799
|
+
Processing by AddressesDemoController#update as HTML
|
|
10800
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
10801
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10802
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10803
|
+
[1m[35mSQL (1.8ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10805
|
+
Redirected to http://test.host/
|
|
10806
|
+
Completed 302 Found in 47ms (ActiveRecord: 2.1ms)
|
|
10807
|
+
[1m[35m (2.3ms)[0m rollback transaction
|
|
10808
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10809
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10810
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
10815
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10816
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10817
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
10822
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
10823
|
+
[1m[36m (3.2ms)[0m [1mCREATE 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) [0m
|
|
10824
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
10825
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
10826
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
10827
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
10828
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
10829
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
10830
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
10831
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10832
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10833
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10834
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
10835
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10836
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10841
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10842
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10843
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10844
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
10845
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
10846
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
10847
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10848
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
10849
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
10854
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10855
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
10856
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10857
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10858
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10860
|
+
Processing by AddressesDemoController#update as HTML
|
|
10861
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
10862
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10863
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10864
|
+
[1m[35mSQL (1.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
10866
|
+
Redirected to http://test.host/
|
|
10867
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
|
|
10868
|
+
[1m[35m (2.4ms)[0m rollback transaction
|
|
10869
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10870
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
10871
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
10876
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10877
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
10879
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:31 -0700
|
|
10880
|
+
Processing by AddressesDemoController#index as HTML
|
|
10881
|
+
[1m[35mAddress Load (0.4ms)[0m 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
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10891
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10892
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10893
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10894
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10911
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10912
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.4ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
10924
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10925
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10926
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10927
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10928
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10929
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.8ms)[0m DELETE FROM "addresses";
|
|
10939
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
10940
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
10941
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
10942
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
10944
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:32 -0700
|
|
10945
|
+
Processing by AddressesDemoController#index as HTML
|
|
10946
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10956
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10957
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10958
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
10959
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10976
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
10977
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
10989
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
10990
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
10991
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
10992
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
10993
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
10994
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.8ms)[0m DELETE FROM "addresses";
|
|
11004
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11005
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11006
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11007
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11021
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11022
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11023
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11024
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.7ms)[0m DELETE FROM "addresses";
|
|
11038
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11039
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11040
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11041
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11042
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11043
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11044
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11045
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11046
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11047
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11048
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11049
|
+
[1m[36m (3.1ms)[0m [1mCREATE 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) [0m
|
|
11050
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
11051
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
11052
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
11053
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
11054
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
11055
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
11056
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
11057
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11058
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11059
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11060
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11061
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11062
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11063
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11064
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11065
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11066
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11067
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
11068
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11069
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (2.8ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (3.3ms)[0m DELETE FROM "addresses";
|
|
11083
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11084
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11085
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11086
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11103
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11104
|
+
[1m[36mSQL (0.6ms)[0m [1mUPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ?[0m [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:30:51.761197"], ["id", 1]]
|
|
11105
|
+
[1m[35m (2.6ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.3ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11116
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11117
|
+
[1m[35m (2.5ms)[0m DELETE FROM "addresses";
|
|
11118
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11119
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11120
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11121
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
11123
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:30:51 -0700
|
|
11124
|
+
Processing by AddressesDemoController#index as HTML
|
|
11125
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11131
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11132
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11133
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11134
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11152
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11164
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11165
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11166
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11167
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11168
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11169
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.8ms)[0m DELETE FROM "addresses";
|
|
11183
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11184
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11185
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11186
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11200
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11201
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11202
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11203
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.7ms)[0m DELETE FROM "addresses";
|
|
11217
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11218
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11219
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11220
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11230
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11231
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11232
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11233
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11234
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11235
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
11236
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
11237
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
11238
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11239
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11240
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11246
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11247
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
11252
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11253
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11254
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
11259
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11260
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11261
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11262
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11263
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11265
|
+
Processing by AddressesDemoController#update as HTML
|
|
11266
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
11267
|
+
[1m[35mAddress Load (0.0ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11268
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11269
|
+
[1m[35mSQL (1.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11271
|
+
Redirected to http://test.host/
|
|
11272
|
+
Completed 302 Found in 3ms (ActiveRecord: 1.2ms)
|
|
11273
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
11274
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11275
|
+
[1m[36m (3.6ms)[0m [1mCREATE 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) [0m
|
|
11276
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
11277
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
11278
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
11279
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
11280
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
11281
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
11282
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
11283
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11284
|
+
[1m[35m (0.4ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11285
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11286
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11287
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.3ms)[0m DELETE FROM "addresses";
|
|
11297
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11298
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11299
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11300
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
11302
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:45 -0700
|
|
11303
|
+
Processing by AddressesDemoController#index as HTML
|
|
11304
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11317
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11318
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ?[0m [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:31:45.762753"], ["id", 1]]
|
|
11319
|
+
[1m[35m (2.0ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.3ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11330
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11331
|
+
[1m[35m (2.6ms)[0m DELETE FROM "addresses";
|
|
11332
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11333
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11334
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11335
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11352
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11353
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ?[0m [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:31:46.131343"], ["id", 1]]
|
|
11354
|
+
[1m[35m (1.1ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11365
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11366
|
+
[1m[35m (2.8ms)[0m DELETE FROM "addresses";
|
|
11367
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11368
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11369
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11370
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11384
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11385
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11386
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11387
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.8ms)[0m DELETE FROM "addresses";
|
|
11397
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11398
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11399
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11400
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
11402
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:31:46 -0700
|
|
11403
|
+
Processing by AddressesDemoController#index as HTML
|
|
11404
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11414
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11415
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11416
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11417
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (0.8ms)[0m DELETE FROM "addresses";
|
|
11431
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11432
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11433
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11434
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.3ms)[0m 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
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11448
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11449
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11450
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11451
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11452
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11453
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
11454
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
11455
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11456
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11457
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11458
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11463
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11464
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11465
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11466
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11467
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11468
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11469
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11470
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11471
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11472
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11473
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
11478
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11479
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11480
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11485
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11486
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11487
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11488
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11489
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11491
|
+
Processing by AddressesDemoController#update as HTML
|
|
11492
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
11493
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11494
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11495
|
+
[1m[35mSQL (1.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11497
|
+
Redirected to http://test.host/
|
|
11498
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.7ms)
|
|
11499
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
11500
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11501
|
+
[1m[36m (2.4ms)[0m [1mCREATE 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) [0m
|
|
11502
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
11503
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
11504
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
11505
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
11506
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
11507
|
+
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
11508
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
11509
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11510
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11511
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11512
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11513
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11514
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11515
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11516
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11517
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11519
|
+
Processing by AddressesDemoController#update as HTML
|
|
11520
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
11521
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11522
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11523
|
+
[1m[35mSQL (1.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11525
|
+
Redirected to http://test.host/
|
|
11526
|
+
Completed 302 Found in 10ms (ActiveRecord: 1.5ms)
|
|
11527
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
11528
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11529
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11530
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11535
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11536
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11537
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11542
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11543
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
11545
|
+
[1m[36m (2.2ms)[0m [1mCREATE 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) [0m
|
|
11546
|
+
[1m[35m (1.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
11547
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
11548
|
+
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
11549
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
11550
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
11551
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
11552
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
11553
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11554
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11555
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11556
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11557
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11558
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11559
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
11560
|
+
Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
11561
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11562
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11563
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11564
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11569
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11570
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11571
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11572
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11573
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11574
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11575
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11576
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11577
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11578
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (1.8ms)[0m 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
|
+
[1m[35mAddress Load (0.4ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11595
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11596
|
+
[1m[36mSQL (0.6ms)[0m [1mUPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ?[0m [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:32:39.392080"], ["id", 1]]
|
|
11597
|
+
[1m[35m (1.1ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11606
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11607
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11608
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (1.2ms)[0m DELETE FROM "addresses";
|
|
11620
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11621
|
+
[1m[35m (1.0ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11622
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11623
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11625
|
+
[1m[35m (0.1ms)[0m DELETE FROM "addresses";
|
|
11626
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11627
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
11629
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:32:39 -0700
|
|
11630
|
+
Processing by AddressesDemoController#index as HTML
|
|
11631
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11639
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11640
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11642
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11644
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11645
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11646
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (1.0ms)[0m DELETE FROM "addresses";
|
|
11654
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11655
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11656
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11657
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11659
|
+
[1m[35m (0.1ms)[0m DELETE FROM "addresses";
|
|
11660
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
11661
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
11663
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:32:40 -0700
|
|
11664
|
+
Processing by AddressesDemoController#index as HTML
|
|
11665
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11669
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11670
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11671
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11672
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11673
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11674
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
11675
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
11676
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11677
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11678
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11679
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11684
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11685
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11686
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11687
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11688
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11689
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11690
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11691
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11692
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11693
|
+
[1m[36m (1.0ms)[0m [1mCREATE 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) [0m
|
|
11694
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
11695
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
11696
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
11697
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
11698
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
11699
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
11700
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
11701
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11702
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11703
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11704
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11705
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11706
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11707
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11708
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11709
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
11710
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11711
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11712
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11713
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11714
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11715
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11716
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11718
|
+
Processing by AddressesDemoController#update as HTML
|
|
11719
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
11720
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11721
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
11722
|
+
[1m[35mSQL (1.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
11724
|
+
Redirected to http://test.host/
|
|
11725
|
+
Completed 302 Found in 13ms (ActiveRecord: 1.4ms)
|
|
11726
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
|
11727
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11728
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11729
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11734
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11735
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11736
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11741
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11742
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11743
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11748
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11749
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
11750
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11751
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
11752
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
11753
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11754
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11755
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.4ms)[0m 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
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11765
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11766
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11767
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11768
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.6ms)[0m DELETE FROM "addresses";
|
|
11780
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11781
|
+
[1m[35m (1.1ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11782
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11783
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11795
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11796
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11797
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11798
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11813
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11814
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11824
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11825
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11826
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11827
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11828
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11829
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11844
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11845
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11855
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11856
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11857
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11858
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11859
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11860
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11861
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.8ms)[0m DELETE FROM "addresses";
|
|
11869
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11870
|
+
[1m[35m (1.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11871
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11872
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11884
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11885
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11886
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11887
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.4ms)[0m DELETE FROM "addresses";
|
|
11899
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11900
|
+
[1m[35m (1.2ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11901
|
+
[1m[36m (3.1ms)[0m [1mCREATE 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) [0m
|
|
11902
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
11903
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
11904
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
11905
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
11906
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
11907
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
11908
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
11909
|
+
[1m[36m (3.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11910
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11911
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11912
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11913
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11914
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11915
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
11916
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
11917
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11918
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11919
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11920
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
11925
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
11926
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (2.6ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.5ms)[0m DELETE FROM "addresses";
|
|
11936
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11937
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11938
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11939
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
11941
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:19 -0700
|
|
11942
|
+
Processing by AddressesDemoController#index as HTML
|
|
11943
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11951
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11952
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11953
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11954
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11969
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11970
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
11980
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
11981
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
11982
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
11983
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
11984
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11985
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.3ms)[0m DELETE FROM "addresses";
|
|
11997
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
11998
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
11999
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12000
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
12002
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:20 -0700
|
|
12003
|
+
Processing by AddressesDemoController#index as HTML
|
|
12004
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12015
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12016
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ?[0m [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-02 20:34:20.925224"], ["id", 1]]
|
|
12017
|
+
[1m[35m (2.4ms)[0m 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
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12026
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12027
|
+
[1m[35m (2.7ms)[0m DELETE FROM "addresses";
|
|
12028
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12029
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12030
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12031
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.4ms)[0m 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
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12043
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12044
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12045
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12046
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.3ms)[0m DELETE FROM "addresses";
|
|
12058
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12059
|
+
[1m[35m (1.0ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12060
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12061
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
12063
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:34:21 -0700
|
|
12064
|
+
Processing by AddressesDemoController#index as HTML
|
|
12065
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.5ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12069
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12070
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12071
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12072
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12073
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12074
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12075
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12076
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12077
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12078
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12079
|
+
[1m[35m (0.6ms)[0m begin transaction
|
|
12080
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12081
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12086
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12087
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12088
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12089
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12090
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12092
|
+
Processing by AddressesDemoController#update as HTML
|
|
12093
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
12094
|
+
[1m[35mAddress Load (0.0ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12095
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12096
|
+
[1m[35mSQL (1.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12098
|
+
Redirected to http://test.host/
|
|
12099
|
+
Completed 302 Found in 3ms (ActiveRecord: 1.1ms)
|
|
12100
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
12101
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12102
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12103
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
12108
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
12109
|
+
[1m[36m (3.0ms)[0m [1mCREATE 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) [0m
|
|
12110
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
12111
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
12112
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
12113
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
12114
|
+
[1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
12115
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
12116
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
12117
|
+
[1m[36m (2.5ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12118
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12119
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12120
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12121
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12122
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12127
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12128
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12129
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12130
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
12131
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
12132
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12133
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12134
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (2.8ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12151
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12152
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12162
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12163
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12164
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12165
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12166
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12167
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.3ms)[0m DELETE FROM "addresses";
|
|
12175
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12176
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12177
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12178
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12190
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12191
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12192
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12193
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12208
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12209
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.4ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12219
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12220
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12221
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12222
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12223
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12224
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.8ms)[0m DELETE FROM "addresses";
|
|
12232
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12233
|
+
[1m[35m (1.0ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12234
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12235
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12247
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12248
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12249
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12250
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.7ms)[0m DELETE FROM "addresses";
|
|
12262
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12263
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12264
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12265
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
12267
|
+
Started GET "/" for 127.0.0.1 at 2016-02-02 13:40:55 -0700
|
|
12268
|
+
Processing by AddressesDemoController#index as HTML
|
|
12269
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12277
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12278
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12279
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12280
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12281
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12282
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12283
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12284
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12285
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12286
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12287
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12288
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12289
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12294
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12295
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12296
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
12301
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12302
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12303
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12304
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12305
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12307
|
+
Processing by AddressesDemoController#update as HTML
|
|
12308
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
12309
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12310
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12311
|
+
[1m[35mSQL (2.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12313
|
+
Redirected to http://test.host/
|
|
12314
|
+
Completed 302 Found in 5ms (ActiveRecord: 2.1ms)
|
|
12315
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
12316
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
12317
|
+
[1m[36m (1.1ms)[0m [1mCREATE 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) [0m
|
|
12318
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
12319
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
12320
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
12321
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
12322
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
12323
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
12324
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
12325
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12326
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12327
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12328
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12329
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.4ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.5ms)[0m DELETE FROM "addresses";
|
|
12343
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12344
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12345
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12346
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12358
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12359
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12360
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12361
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (1.1ms)[0m DELETE FROM "addresses";
|
|
12369
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12370
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12371
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12372
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12380
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12381
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12382
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12383
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12398
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
12399
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12409
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12410
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12411
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12412
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12413
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
12414
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.4ms)[0m DELETE FROM "addresses";
|
|
12426
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12427
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12428
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12429
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
12431
|
+
Started GET "/" for 127.0.0.1 at 2016-02-13 15:35:41 -0700
|
|
12432
|
+
Processing by AddressesDemoController#index as HTML
|
|
12433
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12444
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12445
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "addresses" SET "subdivision" = ?, "country" = ?, "updated_at" = ? WHERE "addresses"."id" = ?[0m [["subdivision", "D"], ["country", "IE"], ["updated_at", "2016-02-13 22:35:41.389467"], ["id", 1]]
|
|
12446
|
+
[1m[35m (2.2ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12455
|
+
[1m[36mAddress Load (0.1ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12456
|
+
[1m[35m (2.4ms)[0m DELETE FROM "addresses";
|
|
12457
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12458
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12459
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12460
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12472
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12473
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12474
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12475
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12476
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12477
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12478
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12479
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12480
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12481
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
12482
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12483
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12484
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12485
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12486
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12488
|
+
Processing by AddressesDemoController#update as HTML
|
|
12489
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
12490
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12491
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12492
|
+
[1m[35mSQL (1.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12494
|
+
Redirected to http://test.host/
|
|
12495
|
+
Completed 302 Found in 3ms (ActiveRecord: 1.2ms)
|
|
12496
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
12497
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12498
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12499
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
12504
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12505
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12506
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
12511
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12512
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
12514
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
12515
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
12516
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
12517
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
12518
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12519
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
12524
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
12525
|
+
[1m[36m (2.3ms)[0m [1mCREATE 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) [0m
|
|
12526
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
12527
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
12528
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
12529
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
12530
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
12531
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
12532
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
12533
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12534
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12535
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12536
|
+
[1m[35m (0.2ms)[0m begin transaction
|
|
12537
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12538
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12543
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12544
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12545
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12550
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12551
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12552
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12553
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12554
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12556
|
+
Processing by AddressesDemoController#update as HTML
|
|
12557
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
12558
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12559
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12560
|
+
[1m[35mSQL (1.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12562
|
+
Redirected to http://test.host/
|
|
12563
|
+
Completed 302 Found in 14ms (ActiveRecord: 1.9ms)
|
|
12564
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
12565
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12566
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.6ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12574
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12575
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12576
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12577
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
12582
|
+
Rendered addresses_demo/index.html.erb within layouts/application (134.5ms)
|
|
12583
|
+
Completed 500 Internal Server Error in 140ms (ActiveRecord: 0.2ms)
|
|
12584
|
+
[1m[35m (2.0ms)[0m DELETE FROM "addresses";
|
|
12585
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12586
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12587
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12588
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
12590
|
+
Started GET "/" for 127.0.0.1 at 2016-02-13 15:36:20 -0700
|
|
12591
|
+
Processing by AddressesDemoController#index as HTML
|
|
12592
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12596
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12597
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12598
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12599
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
12604
|
+
Rendered addresses_demo/tags.html.erb within layouts/application (89.5ms)
|
|
12605
|
+
Completed 500 Internal Server Error in 97ms (ActiveRecord: 0.2ms)
|
|
12606
|
+
[1m[35m (1.8ms)[0m DELETE FROM "addresses";
|
|
12607
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12608
|
+
[1m[35m (0.6ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12609
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12610
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12618
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12619
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12620
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12621
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
12626
|
+
Rendered addresses_demo/index.html.erb within layouts/application (40.6ms)
|
|
12627
|
+
Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.2ms)
|
|
12628
|
+
[1m[35m (1.9ms)[0m DELETE FROM "addresses";
|
|
12629
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12630
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12631
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12632
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.3ms)[0m 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
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12640
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12641
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12642
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12643
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
12648
|
+
Rendered addresses_demo/index.html.erb within layouts/application (37.2ms)
|
|
12649
|
+
Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.2ms)
|
|
12650
|
+
[1m[35m (2.2ms)[0m DELETE FROM "addresses";
|
|
12651
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12652
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12653
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12654
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12655
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
12656
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
12657
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12658
|
+
[1m[35m (0.1ms)[0m commit transaction
|
|
12659
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12660
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
12661
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12662
|
+
[1m[35m (0.1ms)[0m commit transaction
|
|
12663
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12664
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
12665
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
12666
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
12667
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12668
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12669
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
12674
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
12675
|
+
[1m[36m (2.8ms)[0m [1mCREATE 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) [0m
|
|
12676
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
12677
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
12678
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
12679
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
12680
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150505182454')
|
|
12681
|
+
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150505181543')[0m
|
|
12682
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
12683
|
+
[1m[36m (2.5ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12684
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12685
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12686
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12687
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (1.1ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.3ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12704
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12705
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36mAddress Load (0.3ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12715
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12716
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12717
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12718
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12719
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12720
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.3ms)[0m DELETE FROM "addresses";
|
|
12728
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12729
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12730
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12731
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
12733
|
+
Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:09 -0700
|
|
12734
|
+
Processing by AddressesDemoController#index as HTML
|
|
12735
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12743
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12744
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12745
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12746
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12761
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12762
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.3ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12772
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12773
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12774
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12775
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12776
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12777
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.5ms)[0m DELETE FROM "addresses";
|
|
12785
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12786
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12787
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12788
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
12790
|
+
Started GET "/" for 127.0.0.1 at 2016-02-13 15:37:10 -0700
|
|
12791
|
+
Processing by AddressesDemoController#index as HTML
|
|
12792
|
+
[1m[35mAddress Load (0.3ms)[0m 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
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12800
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12801
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12802
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12803
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "addresses" ("title", "country", "subdivision", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (2.1ms)[0m 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
|
+
[1m[36mAddress Load (0.2ms)[0m [1mSELECT "addresses".* FROM "addresses"[0m
|
|
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
|
+
[1m[35m (2.3ms)[0m DELETE FROM "addresses";
|
|
12815
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
12816
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'addresses';
|
|
12817
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12818
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
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
|
+
[1m[35mAddress Load (0.2ms)[0m 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
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "addresses";[0m
|
|
12830
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
12831
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'addresses';[0m
|
|
12832
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12833
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12834
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12839
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12840
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12841
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12842
|
+
Processing by SubdivisionSelect::SubdivisionsController#get as HTML
|
|
12843
|
+
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
12844
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12845
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12846
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12847
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12848
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12849
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12850
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12851
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12852
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12853
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12854
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
12855
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
12860
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12861
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
|
12862
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
12863
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12864
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12866
|
+
Processing by AddressesDemoController#update as HTML
|
|
12867
|
+
Parameters: {"address"=>{"subdivision"=>"D", "country"=>"IE"}, "id"=>"1"}
|
|
12868
|
+
[1m[35mAddress Load (0.1ms)[0m SELECT "addresses".* FROM "addresses" WHERE "addresses"."id" = ? LIMIT 1 [["id", 1]]
|
|
12869
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12870
|
+
[1m[35mSQL (1.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
12872
|
+
Redirected to http://test.host/
|
|
12873
|
+
Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
|
|
12874
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
12875
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12876
|
+
[1m[35m (0.0ms)[0m commit transaction
|
|
12877
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|