dorsale 2.2.10 → 2.2.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/dorsale/styles.sass +6 -0
  3. data/app/controllers/dorsale/users_controller.rb +17 -12
  4. data/app/helpers/dorsale/all_helpers.rb +1 -0
  5. data/app/helpers/dorsale/users_helper.rb +13 -0
  6. data/app/models/dorsale/users/avatar.rb +19 -0
  7. data/app/uploaders/dorsale/avatar_uploader.rb +9 -0
  8. data/app/views/dorsale/users/_form.html.slim +11 -4
  9. data/app/views/dorsale/users/_list.html.slim +8 -8
  10. data/app/views/dorsale/users/edit.html.slim +1 -2
  11. data/app/views/dorsale/users/show.html.slim +1 -1
  12. data/config/locales/common.en.yml +2 -0
  13. data/config/locales/common.fr.yml +2 -0
  14. data/db/migrate/20151230104012_users_add_avatar.rb +5 -0
  15. data/lib/dorsale/version.rb +1 -1
  16. data/spec/dummy/app/models/user.rb +1 -0
  17. data/spec/dummy/db/development.sqlite3 +0 -0
  18. data/spec/dummy/db/schema.rb +2 -1
  19. data/spec/dummy/db/test.sqlite3 +0 -0
  20. data/spec/dummy/log/development.log +3513 -0
  21. data/spec/dummy/log/test.log +1184 -0
  22. data/spec/dummy/public/uploads/tmp/1451472037-50188-8005/lolcat-failure.jpg +0 -0
  23. data/spec/dummy/public/uploads/user/avatar/2/lolcat-failure.jpg +0 -0
  24. data/spec/dummy/public/uploads/user/avatar/3/avatar.png +0 -0
  25. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/-8XAY8Alr_C8KhpOOefeHreQpT5CNTHnvtegfFSix_U.cache +0 -0
  26. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/-DrU6iyLvrXIqM0Ij0MwQGKwyOLidqkmVtNW0xY33ZM.cache +1 -0
  27. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/-bzX_w4ooYHpypSTuio8AHKCizhWmc1yjs8sCszG26o.cache +1 -0
  28. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/0YWC9zSZNGN566OL4W7d_cGoyqdPLFb_FUQP058dEYM.cache +0 -0
  29. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/1WIEQa2XishNiFoNQ3iT8AX7Qzi3B8P_KtTO8PWuFyU.cache +0 -0
  30. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/1YKOKpVSAN6h9J4QJp6G6c_6GsAOXVbCIMx3q89M3L0.cache +3 -0
  31. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/1hskyJo-lHUZ9XswCTcy3m27ogtS0tXMXALLRJ7Vk00.cache +1 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/26RXJbKj_As3JRm1xkOgv4zzgdWcx5JocmqIyrUamgc.cache +1 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/2S8SBGQ9_cxQeuoQBGrD5uUNNOCP8nX9dysvoYe7fks.cache +0 -0
  34. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/3inpVzdWmXX0qQvOXAkDrB_wTnPLXA8PUkfK-eLejIw.cache +1 -0
  35. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/4llCh6VKlIUwibTHHjgNuVwa77k_LcmtPEjTc_YvCHU.cache +0 -0
  36. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/4oI91yo6U-RvaOFLDL7Y46-sJFt2wKpbb1C3YEcN9V0.cache +0 -0
  37. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/5N-X8OmLF0aoemqSWf49C_P6kYtd2stSkQVeuxZchGk.cache +1 -0
  38. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/6cRa2sjEhczY2UMT5seoe3mIum3yhh_lImYpFHkZO4o.cache +1 -0
  39. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/6k2tg6mdf86PnHaEHQFJOmJUjHNWxUsOWtv3u1bXrGY.cache +1 -0
  40. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/6sncjb-fO-WJNsSPvUzR9ozoIuIr1MYYNraSX9DNZ1E.cache +1 -0
  41. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/7Q1w-jlFJEEW5FuUjCF6rI8vL0kUtbAEFrkDfaoY9Oo.cache +1 -0
  42. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/7saJUPfydjaiIItGKHkkThHV7zajdMm_nWUJ59C0NfQ.cache +0 -0
  43. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/8CZSiW3QVt2xjZz6aF7BB-oGfhu9cL0tED_Iy4w5eZo.cache +1 -0
  44. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/8EC34CmdhhF6TiyQdLJMkz6oLUodyGZ5NOqtQmgO-7c.cache +1 -0
  45. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/9FfT2nptGrfFqXCOuEHRLuzr6-poPYysWi6Lwrgqzuw.cache +1 -0
  46. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/9uk-zzIlj_fZY8uqevnMSXa4AEtY5jh17zU0ETMv1NQ.cache +0 -0
  47. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/AB59ip5XiIgHg4iMPT7TKCCh_n9wAm0Dxr4vS7MnTOg.cache +0 -0
  48. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/AN9vOojg3tvaSTNGHgYAwcXMGmAW-_pdjhgXwKBXFME.cache +0 -0
  49. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ATqfTn4mP3SudwsmJbhQquoJodO781-brlFRnRJDYWE.cache +1 -0
  50. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/AZaE3w_F1evpso8Lzy6Qm-zOaugqk2QSTnunp_mG55U.cache +0 -0
  51. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/A_HWpEGG4wIeV6knkrQoHrbMOAvBrLjzbrEp-49hXso.cache +0 -0
  52. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/BKjlJopgEYHqWyNFyQ9XkLgtIm22LoFi1wvROf2ZeIA.cache +0 -0
  53. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/BoTkQY-2LlshRj_u0eZLAQ8paTGk0fEydSMj016Yduk.cache +0 -0
  54. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/CL8gDaHeVWsd9bWS-YMmmQaj5NAY5MzNONkMeJluPwo.cache +1 -0
  55. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Co_71gtxQVDAbLaE5Q9tXrCcIDKXwDNpM6Sb60o-LbY.cache +0 -0
  56. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/EbzZJS80HyxhqDQbA9PY-1WQQlE4gSd6-CLZxQook_g.cache +0 -0
  57. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/FJSRpfUXBTMGHY2S7h82EV4K1Jx9XKTAGuX6XVcm_ok.cache +1 -0
  58. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/FWXbMJ05mUtOPzpsGJGypim222h3iB3rHfqBr-3S-ZY.cache +1 -0
  59. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/FunaQxPdYiRzZ4NEcHOETfKywwwxDEhvTOgVXosY9OA.cache +1 -0
  60. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/HFEwimavULxySqo74CFkh5D_O8RsHqOGANiMmFn7UME.cache +1 -0
  61. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Hpw8FJQd3Tz5jDuHsTCnpApczVHFS29SKXFpMyzsC2I.cache +0 -0
  62. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/IK5cAKTC09k_DQpJTG50qAGdByxFIfyFVDTrCNyYta0.cache +1 -0
  63. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/IrTAsft7Ny1yR7reTXffXpb4rBQfI6-EXSTMJhJ8-EU.cache +1 -0
  64. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Irj6B-5nBc_Jy-SMlZPmKVmg3bjNbMsOUq7CugNEg6c.cache +1 -0
  65. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ItKx6Y9S5jaCqy-9HmwhY0T14ZuS0Il4UEf3Zzr1lnA.cache +1 -0
  66. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/JTBH5ZxjNJT7us_4G5RnHDvUvwH4hgLNJi1_P0dkcaw.cache +1 -0
  67. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Jy7xx-9QVuPwXQqov_6c5jKs-p0paqVHKh_D2Ht6rSs.cache +0 -0
  68. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/KDlZ1fXBN9LUu6miaQWHaw3tB2u_jfeduZ99BmsQxbo.cache +0 -0
  69. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/KQ7cSPt-VYvsoVRxpcOOJZKSTFBWifRP5dfCbVYwyvI.cache +0 -0
  70. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/KV0ip8m1hr2if2WKg9Pq1kjvNNjZ40D-hmK6XdGXFa4.cache +1 -0
  71. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/KqqMU8COhTNg4n3ak3btcSPXBUg-E7HuU6Vd8JuNlG0.cache +0 -0
  72. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Kuhp9CNVEiYLQ6ZWXRZhrobjnGd5yOUIR_0Pybzi4Do.cache +1 -0
  73. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/L1zaqyn7q3ke_bqlBURlQp69NTsicf1RoUIAWvIlncs.cache +1 -0
  74. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/LAE5N16hGn5w2YWO0xV04ZJ2UdtyDxsfTjApeJ2sW9U.cache +1 -0
  75. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Mk0vqdFk-uculLRnUPpiOfhnseH7d_gr6eydOJi67fA.cache +0 -0
  76. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/NMMvFa73UbTpbV2gtlEJgvnEJ2wum5eEmlsE3ETXlsM.cache +0 -0
  77. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/NRT9XdOAFksbF7Rw_TQhX43fE40ymQ50R-1FqnlKNmM.cache +0 -0
  78. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/NwDmgnjE2lrno_WrnGsBo0qXL-bMLUIg0NQqjY8AJRU.cache +1 -0
  79. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/O8fTNVfyxINGQvPKV-Xn3Z30Y1h1DKf1agkorFbVGuM.cache +1 -0
  80. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Q2MAG5AfM9kA8E4ZEgZhwTdkSK8a-rcDxP6a2M4dNBg.cache +0 -0
  81. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Rmnmp_913q_shrCdbz_0ui32YDJ0f29IY4t_jEUo_H4.cache +4 -0
  82. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/SZGVblezWR-rMYTBmd8DRWhu_imjxJJcG2IJQYHw2n8.cache +0 -0
  83. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/SeU8f7cqaYqXnDylJiXVM1fYvmufVT1Mdb9SyKyW7xA.cache +1 -0
  84. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/SqrbanmakuSY8Y9kyL5VUXLwX_yDEH-13AuRWqZz_nc.cache +1 -0
  85. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/TWDyOU-gp4kvY9pvf3HqIjlqjHid90KDO0aYqOf8kjQ.cache +0 -0
  86. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/U-yUmmeibOePatFLoICmr1RmQIUqgNNIXjsfNJ2imRY.cache +1 -0
  87. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/UMXzfG0EeeziBiLavNMN0FOmNeGkbjKgXtxlZmLVADg.cache +2 -0
  88. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/VA6GhSHA729nLAm0kKzuMAOLWVyAwkEeLlSWNvAQ2AI.cache +1 -0
  89. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/VUMUBZTVV_V2FO1C17DV6g6elWLi1BmLv5H0G8sn9l0.cache +0 -0
  90. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/VtmA97C4WrbRsRxrBd2J22i2a-5mKGkjOMeMV8hZy7A.cache +1 -0
  91. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/WWvhBzlPCxQHu7oYcljvuT-EYYQg_DlMkwp8aQ2u88g.cache +0 -0
  92. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/WkdKY6FqhMV2LEH7TeBZlClV_uF6qZ2CrnQEkgARyLk.cache +0 -0
  93. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/X39J6qpr0X-4b5JvmknAbmqzF1kOKnBeppxBXva0mUA.cache +0 -0
  94. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/XW3FKxIQxllX55M4pkiWmyUJAWA4YGCsSsF-N8TjGyI.cache +3 -0
  95. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/XWHdK35dykSHgyLgGmwpYZT-SFFOC3knrmGrb3r8uZs.cache +1 -0
  96. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Y4NGTYrXYh3b7MawCJYYjrhrR7O-3uTfNF6kqQsMI_o.cache +0 -0
  97. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/YaQRgVwAbrKC1x3oMHOF7YmdmGKcKwI4MlxbwN3Sd58.cache +0 -0
  98. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ZQK8JR1CBxsdKyL6HeMobvdg3WqPwRuWoEIc2QoRbNg.cache +1 -0
  99. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/_M9ELxw8LcTWVld2pq_hl5KxJYkFxaG1kuILzuZRVp4.cache +1 -0
  100. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/aRhKfHl3RzCW_nRGPsKn3YRlYrgyzFivoY-LFnfWTx0.cache +0 -0
  101. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/aWjmbOvFzbF0ZIX85o7uaDNLkGPt48Dq012666xKxJM.cache +0 -0
  102. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ameWlAM7-e5uLk6RGBrM1HvFP3PxBR4yfyIKGisrSXI.cache +2 -0
  103. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/auFlLvHOHljTJTgWHORSKAnIMu5wSPfUrU8ktKT0tLk.cache +0 -0
  104. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/bcclTPW2z7eEL9HXF8YoawGtkt9-b5NCz4MiccG9Qlc.cache +0 -0
  105. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/boi-pQ4cik1f2Me4YiK8iFqvIcM-Q-X3H2R3Ab6cXJw.cache +0 -0
  106. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/c2NataYpzBOHnog2dHAht0LQ1ry_aCy4hC7ixj8KLT0.cache +3 -0
  107. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/c2ezzeVxTb-wueTwLQEcQnkHcqtBQ4wMRGD6ZrRMkMI.cache +1 -0
  108. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/crKwyMfHJCrLfS4w2AIeljRIWQtCaItXwR9HdYrs1CI.cache +0 -0
  109. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/dfUKvtWzMmjtN8CZgOD-2C3VPX6ucHfcMx-6Ev_SoBo.cache +1 -0
  110. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/dgt-6CB1nuO4CejYHeoMdo3cWlSR8Kgw_4gu1TFQvWs.cache +3 -0
  111. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/eNq9oZWyp0_lHZiS5CyKaIQA5cybdJej37n2eNTkGM8.cache +0 -0
  112. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/fO1M93RDyBSeTxZRZ3yrDqv9zS--oIJr5klEPV6mnik.cache +1 -0
  113. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/g8mtqVbLdn7NMjKBczeYpyzswNXGlnB9miy_ww5ZKxI.cache +0 -0
  114. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/g_CZVELhZ5I6jzrzH7MLe4DTUdxa-R0KxiSO-rBcgoU.cache +0 -0
  115. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/h22IawujjbUVlQ4y_VInweyrT7gYkM5wn9L0JdkAiu8.cache +0 -0
  116. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/jP1_-IZ7cuoXVW0_FT75tgqhoz4IVtjqggcTytlAPq0.cache +1 -0
  117. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/kkM8TSoRLAAnxsNdTmiQEabVP9YcO6yOniSTlzgJlhs.cache +0 -0
  118. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/knWbqva2dh5ucL-iwMlMxU_9MFxl7k6mEGY8yP0dHwQ.cache +0 -0
  119. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/kw_iZuaMleSrKNhIC2unp04ZjX3CYf2A6FRl5pHsarc.cache +0 -0
  120. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/mNG8gdckxEELFl3wm8UGuaJI5Gi1hMQ2Z_ugNblt3QU.cache +3 -0
  121. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/nbESyOcGjo7qYOhzzl5xvDFdQjhhaOnXlyB_TZ6dqms.cache +0 -0
  122. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/o4Gbv0WQhMYw2KmQ3UF55M6gTHCLMUl14vaePAIayaU.cache +1 -0
  123. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/o_2xeLBp3KUyUTrtA3hlp_suJktIdzP6rgI5CA_JyJo.cache +0 -0
  124. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/o_8lww6CASVNytGffXRPlUAhT62TrbZx6HlwFh2rygM.cache +1 -0
  125. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ou7yl6dU-ww2lMtIccllJ8jgCTPIeU96dQtTx4LoJCs.cache +1 -0
  126. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/p8Ml4jpR-qmOSwkaDo6mYBA7vjIkMym6Ap_4n5J2LCI.cache +0 -0
  127. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/pYrK05tTD9zZK-NbBHJ-J9qaKxQ3JwWPNh1pLm8No28.cache +0 -0
  128. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/q7SmPcVw_yoyeeAp9JrhsAXckpryDcuoMWhtc3jChSg.cache +0 -0
  129. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/q_ayGhLDpL-zbCabLSTzIo2_gr47NYyUNfyu5yU8N3c.cache +1 -0
  130. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/r-TmVq08XSHQ1bL7CtaquhKaCZwbxvFloHKlnrKfEp0.cache +0 -0
  131. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/sXBfOGOyuKSlClhs6pk5656ZonFzSq3s0KIkm8mEnag.cache +0 -0
  132. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/tYet1NPKvUKzYYdO34JiI8vqdwvAbHl53nbmxpUU7yA.cache +1 -0
  133. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/tZFbwDScgFVOvkOqPv_PsoId_ua0r7Ki2NSttZyNZc4.cache +3 -0
  134. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/uqW8wX_wLd5rJjzlq0K8kIaijYAZ25DUkaVUcwCi-vE.cache +0 -0
  135. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/wIB3uAHDZdWByzrkGDcI9Su98YakxqaEVnXva-gf-js.cache +1 -0
  136. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/xGsZ7Z13ESmtL6mmPCFQqJn4GTtiOMrd3QXMG8Czvzs.cache +1 -0
  137. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/yZHtJYX7odApSU3twJfBpN8guTMS6If8m9dniw55caY.cache +0 -0
  138. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/yb5RrzegXF37askZw_OUdFFZPVfM5FUVmAY_iepOHI0.cache +0 -0
  139. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/yloU8a4DQkx32RpV86vMf-RrpnKKHznb83kRqciCz20.cache +1 -0
  140. data/spec/files/avatar.png +0 -0
  141. data/spec/models/dorsale/users_spec.rb +27 -2
  142. metadata +219 -2
  143. data/app/views/dorsale/users/_details.html.slim +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8eef08a743065e70fe8506d1ea43393c4cee896
4
- data.tar.gz: 5694d32daf3b02cbc7e4e16ce79eaace4cdc18d3
3
+ metadata.gz: dedb4170f2152ff5ed316b9f05b2615f6a4f3ab2
4
+ data.tar.gz: 33b44042677e4dd2d0066ca554a8cb62c457cfdd
5
5
  SHA512:
6
- metadata.gz: 28e610c611b4349a84f3843b6e6b2fb41142b37f4fb026d09a81298c8504eafcd61e9e54c2e178aad686cbf6dc75aa1676b34b0f7888bd4ffa755a2571ee9238
7
- data.tar.gz: 77de184390567bf9dd09c39af4ade5f86f21c229213bf1d374ff02d8ad352323f77fbfe72ce603a3511dbb5bb613a8cf6a6bf0868b7952507a6fc1a8e5bb2206
6
+ metadata.gz: 8aa7ff2ebc127f89ac9e580776accc49c9742a8d5730245f142f27c9a7f0fbaff38fc94e392ee57049add06bef6993afa0ca336939dd6b6a678dc205766c4526
7
+ data.tar.gz: c74d81741c33582d1113d52f502cc82529708d1c8ae375d41ad7320a25d0b0fc2e6aa6f9f25cdb129ff9458e0b7613e5262b92558cf98ab2a1e30b6eac6d7948
@@ -20,3 +20,9 @@
20
20
 
21
21
  img
22
22
  max-width: 100%
23
+
24
+ $avatar-size: 80px !default
25
+ img.avatar
26
+ height: $avatar-size
27
+ width: $avatar-size
28
+ border-radius: $avatar-size/2
@@ -1,7 +1,5 @@
1
1
  module Dorsale
2
2
  class UsersController < ::Dorsale::ApplicationController
3
- handles_sortable_columns
4
-
5
3
  before_action :set_user, only: [
6
4
  :show,
7
5
  :edit,
@@ -9,16 +7,17 @@ module Dorsale
9
7
  ]
10
8
 
11
9
  def show
12
-
13
10
  end
14
11
 
15
12
  def index
16
13
  authorize! :list, User
14
+
17
15
  @users = User.all
18
16
  end
19
17
 
20
18
  def new
21
19
  @user = User.new
20
+
22
21
  authorize! :create, @user
23
22
  end
24
23
 
@@ -28,21 +27,26 @@ module Dorsale
28
27
 
29
28
  def create
30
29
  @user = User.new(user_params)
30
+
31
31
  authorize! :create, @user
32
+
32
33
  if @user.save
33
- redirect_to dorsale.users_path, notice: t("messages.users.create_ok")
34
+ flash[:notice] = t("messages.users.create_ok")
35
+ redirect_to dorsale.users_path
34
36
  else
35
- flash[:error] = t("messages.users.create_error")
37
+ flash.now[:error] = t("messages.users.create_error")
36
38
  render :new
37
39
  end
38
40
  end
39
41
 
40
42
  def update
41
43
  authorize! :update, @user
44
+
42
45
  if @user.update(user_params)
43
- redirect_to dorsale.users_path, notice: t("messages.users.update_ok")
46
+ flash[:notice] = t("messages.users.update_ok")
47
+ redirect_to dorsale.users_path
44
48
  else
45
- flash[:error] = t("messages.users.update_error")
49
+ flash.now[:error] = t("messages.users.update_error")
46
50
  render :edit
47
51
  end
48
52
  end
@@ -55,10 +59,11 @@ module Dorsale
55
59
 
56
60
  def permitted_params
57
61
  [
58
- :email,
59
- :password,
60
- :password_confirmation,
61
- :is_active,
62
+ :email,
63
+ :password,
64
+ :password_confirmation,
65
+ :is_active,
66
+ :avatar,
62
67
  ]
63
68
  end
64
69
 
@@ -66,4 +71,4 @@ module Dorsale
66
71
  params.require(:user).permit(permitted_params)
67
72
  end
68
73
  end
69
- end
74
+ end
@@ -12,5 +12,6 @@ module Dorsale
12
12
 
13
13
  include ::Dorsale::Alexandrie::AttachmentsHelper
14
14
  include ::Dorsale::Flyboy::ApplicationHelper
15
+ include ::Dorsale::UsersHelper
15
16
  end
16
17
  end
@@ -0,0 +1,13 @@
1
+ module Dorsale
2
+ module UsersHelper
3
+ def avatar_img(user, url = nil)
4
+ url = user.avatar_url if url.nil?
5
+
6
+ image_tag(url,
7
+ :class => "avatar",
8
+ :alt => user.to_s,
9
+ :title => user.to_s,
10
+ )
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,19 @@
1
+ module Dorsale::Users::Avatar
2
+ def self.included(user_model)
3
+ user_model.class_eval do
4
+ mount_uploader :avatar, ::Dorsale::AvatarUploader
5
+
6
+ def avatar_url
7
+ local_avatar_url || gravatar_url
8
+ end
9
+
10
+ def local_avatar_url
11
+ avatar.try(:url)
12
+ end
13
+
14
+ def gravatar_url
15
+ "https://www.gravatar.com/avatar/" + Digest::MD5.hexdigest(email) + "?default=mm&size=200"
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,9 @@
1
+ require "mini_magick"
2
+
3
+ module Dorsale
4
+ class AvatarUploader < ImageUploader
5
+ include CarrierWave::MiniMagick
6
+
7
+ process resize_to_fill: [200, 200]
8
+ end
9
+ end
@@ -1,6 +1,13 @@
1
1
  .well
2
- = horizontal_form_for @user do |u|
3
- = u.input :email
4
- = u.input :is_active, as: :boolean, wrapper: :horizontal_radio_and_checkboxes
2
+ = horizontal_form_for @user, multipart: true do |f|
3
+ = f.input :email
4
+ = f.input :is_active, as: :boolean, wrapper: :horizontal_radio_and_checkboxes
5
+ = f.input :avatar, wrapper: :horizontal_form
5
6
 
6
- = form_buttons obj: @user
7
+ .form-group
8
+ label.col-md-3.control-label
9
+ = @user.t(:current_avatar)
10
+ .col-md-9
11
+ = avatar_img(@user)
12
+
13
+ = form_buttons obj: @user
@@ -1,18 +1,18 @@
1
1
  table.default
2
2
  thead
3
3
  tr
4
- th.hidden-xs
5
- = t("attributes.email")
6
-
7
- th
8
- = t("actions.actions")
4
+ th = t("attributes.avatar")
5
+ th = t("attributes.email")
6
+ th = t("actions.actions")
9
7
 
10
8
  tbody
11
9
  - users.each do |user|
12
- tr.user-line
10
+ tr.user
11
+ td.user-avatar
12
+ = avatar_img(user)
13
13
 
14
- td.hidden-xs.email
14
+ td.user-email
15
15
  = user
16
16
 
17
17
  td.actions
18
- = update_button dorsale.edit_user_path(user)
18
+ = update_button dorsale.edit_user_path(user)
@@ -1,3 +1,2 @@
1
- .pull-right = link_to t("user_list"), dorsale.users_path, class: 'btn btn-default'
2
- h1= @user.name
1
+ h1 = @user
3
2
  = render "dorsale/users/form"
@@ -1 +1 @@
1
- = render "dorsale/users/details"
1
+ h1 = @user
@@ -128,6 +128,8 @@ en:
128
128
  subject : "Subject"
129
129
  body : "Message"
130
130
  attachment : "Attachment"
131
+ avatar : "Avatar"
132
+ current_avatar : "Current avatar"
131
133
 
132
134
  # BillingMachine
133
135
  unit : "Unit"
@@ -139,6 +139,8 @@ fr:
139
139
  subject : "Objet"
140
140
  body : "Message"
141
141
  attachment : "Pièce jointe"
142
+ avatar : "Avatar"
143
+ current_avatar : "Avatar actuel"
142
144
 
143
145
  # BillingMachine
144
146
  unit : "Unité"
@@ -0,0 +1,5 @@
1
+ class UsersAddAvatar < ActiveRecord::Migration
2
+ def change
3
+ add_column :users, :avatar, :string
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module Dorsale
2
- VERSION = "2.2.10"
2
+ VERSION = "2.2.11"
3
3
  end
@@ -6,6 +6,7 @@ class User < ActiveRecord::Base
6
6
 
7
7
  include Dorsale::Users::Active
8
8
  include Dorsale::Users::PasswordGeneration
9
+ include Dorsale::Users::Avatar
9
10
 
10
11
  def name
11
12
  email
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # It's strongly recommended that you check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(version: 20151216124705) do
14
+ ActiveRecord::Schema.define(version: 20151230104012) do
15
15
 
16
16
  create_table "dorsale_addresses", force: :cascade do |t|
17
17
  t.string "street"
@@ -302,6 +302,7 @@ ActiveRecord::Schema.define(version: 20151216124705) do
302
302
  t.datetime "created_at", null: false
303
303
  t.datetime "updated_at", null: false
304
304
  t.boolean "is_active"
305
+ t.string "avatar"
305
306
  end
306
307
 
307
308
  add_index "users", ["email"], name: "index_users_on_email", unique: true
Binary file
@@ -115006,3 +115006,3516 @@ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-29 17:01:12
115006
115006
 
115007
115007
 
115008
115008
  Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-29 17:01:12 +0100
115009
+
115010
+
115011
+ Started GET "/" for ::1 at 2015-12-30 11:22:10 +0100
115012
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
115013
+ Processing by HomeController#home as HTML
115014
+ Rendered home/home.html.slim within layouts/application (17.5ms)
115015
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (3.4ms)
115016
+ Completed 200 OK in 4981ms (Views: 4969.0ms | ActiveRecord: 0.0ms)
115017
+
115018
+
115019
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115020
+
115021
+
115022
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115023
+
115024
+
115025
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115026
+
115027
+
115028
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115029
+
115030
+
115031
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115032
+
115033
+
115034
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115035
+
115036
+
115037
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115038
+
115039
+
115040
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115041
+
115042
+
115043
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115044
+
115045
+
115046
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115047
+
115048
+
115049
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115050
+
115051
+
115052
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115053
+
115054
+
115055
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:22:15 +0100
115056
+
115057
+
115058
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:22:16 +0100
115059
+
115060
+
115061
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:22:16 +0100
115062
+
115063
+
115064
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:22:16 +0100
115065
+
115066
+
115067
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:22:16 +0100
115068
+
115069
+
115070
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:22:16 +0100
115071
+
115072
+
115073
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:22:16 +0100
115074
+
115075
+
115076
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:22:16 +0100
115077
+
115078
+
115079
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:22:16 +0100
115080
+
115081
+
115082
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:22:17 +0100
115083
+ Processing by Dorsale::UsersController#index as HTML
115084
+ User Load (0.3ms) SELECT "users".* FROM "users"
115085
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (21.1ms)
115086
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (1119.4ms)
115087
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (2.9ms)
115088
+ Completed 200 OK in 1286ms (Views: 1275.1ms | ActiveRecord: 0.8ms)
115089
+
115090
+
115091
+ Started GET "/dorsale/users/1/edit" for ::1 at 2015-12-30 11:22:24 +0100
115092
+ Processing by Dorsale::UsersController#edit as HTML
115093
+ Parameters: {"id"=>"1"}
115094
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
115095
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (247.6ms)
115096
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (260.2ms)
115097
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.2ms)
115098
+ Completed 200 OK in 487ms (Views: 464.2ms | ActiveRecord: 0.2ms)
115099
+
115100
+
115101
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:22:33 +0100
115102
+ Processing by Dorsale::UsersController#index as HTML
115103
+ User Load (0.2ms) SELECT "users".* FROM "users"
115104
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (2.0ms)
115105
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (11.2ms)
115106
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115107
+ Completed 200 OK in 149ms (Views: 144.9ms | ActiveRecord: 0.2ms)
115108
+
115109
+
115110
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:30:20 +0100
115111
+ Processing by Dorsale::UsersController#index as HTML
115112
+ User Load (1.0ms) SELECT "users".* FROM "users"
115113
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (16.5ms)
115114
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (25.9ms)
115115
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115116
+ Completed 200 OK in 217ms (Views: 156.8ms | ActiveRecord: 1.4ms)
115117
+
115118
+
115119
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115120
+
115121
+
115122
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115123
+
115124
+
115125
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115126
+
115127
+
115128
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115129
+
115130
+
115131
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115132
+
115133
+
115134
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115135
+
115136
+
115137
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115138
+
115139
+
115140
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115141
+
115142
+
115143
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115144
+
115145
+
115146
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115147
+
115148
+
115149
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115150
+
115151
+
115152
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115153
+
115154
+
115155
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115156
+
115157
+
115158
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115159
+
115160
+
115161
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115162
+
115163
+
115164
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115165
+
115166
+
115167
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115168
+
115169
+
115170
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115171
+
115172
+
115173
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115174
+
115175
+
115176
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:30:21 +0100
115177
+
115178
+
115179
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:30:21 +0100
115180
+
115181
+
115182
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:31:18 +0100
115183
+ Processing by Dorsale::UsersController#index as HTML
115184
+ User Load (0.2ms) SELECT "users".* FROM "users"
115185
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (6.1ms)
115186
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (11.9ms)
115187
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115188
+ Completed 200 OK in 145ms (Views: 142.5ms | ActiveRecord: 0.2ms)
115189
+
115190
+
115191
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115192
+
115193
+
115194
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115195
+
115196
+
115197
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115198
+
115199
+
115200
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115201
+
115202
+
115203
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115204
+
115205
+
115206
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115207
+
115208
+
115209
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115210
+
115211
+
115212
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115213
+
115214
+
115215
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:31:18 +0100
115216
+
115217
+
115218
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115219
+
115220
+
115221
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115222
+
115223
+
115224
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115225
+
115226
+
115227
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115228
+
115229
+
115230
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115231
+
115232
+
115233
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115234
+
115235
+
115236
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115237
+
115238
+
115239
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115240
+
115241
+
115242
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115243
+
115244
+
115245
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115246
+
115247
+
115248
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:31:19 +0100
115249
+
115250
+
115251
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:31:19 +0100
115252
+
115253
+
115254
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:34:37 +0100
115255
+
115256
+ LoadError (Unable to autoload constant Dorsale::UsersHelper, expected /Users/benoit/www/agilidee/dorsale/app/helpers/dorsale/users_helper.rb to define it):
115257
+ app/controllers/application_controller.rb:6:in `<class:ApplicationController>'
115258
+ app/controllers/application_controller.rb:1:in `<top (required)>'
115259
+
115260
+
115261
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms)
115262
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
115263
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
115264
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (88.0ms)
115265
+
115266
+
115267
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:34:48 +0100
115268
+ Processing by Dorsale::UsersController#index as HTML
115269
+ User Load (0.7ms) SELECT "users".* FROM "users"
115270
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (19.5ms)
115271
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (856.5ms)
115272
+ Completed 500 Internal Server Error in 948ms (ActiveRecord: 1.2ms)
115273
+
115274
+ ActionView::Template::Error (undefined method `avatar_url' for #<User:0x007fe31a8e3d70>):
115275
+ 9: - users.each do |user|
115276
+ 10: tr.user
115277
+ 11: td.user-avatar
115278
+ 12: = avatar_img(user)
115279
+ 13:
115280
+ 14: td.user-email
115281
+ 15: = user
115282
+ activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
115283
+ /Users/benoit/www/agilidee/dorsale/app/helpers/dorsale/users_helper.rb:4:in `avatar_img'
115284
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim:12:in `block in ___sers_benoit_www_agilidee_dorsale_app_views_dorsale_users__list_html_slim___462824241837971321_70306685388480'
115285
+ activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
115286
+ activerecord (4.2.4) lib/active_record/relation/delegation.rb:46:in `each'
115287
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim:9:in `___sers_benoit_www_agilidee_dorsale_app_views_dorsale_users__list_html_slim___462824241837971321_70306685388480'
115288
+ actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
115289
+ activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
115290
+ actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
115291
+ actionview (4.2.4) lib/action_view/template.rb:143:in `render'
115292
+ actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
115293
+ actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
115294
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
115295
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
115296
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
115297
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
115298
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
115299
+ actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
115300
+ actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
115301
+ actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
115302
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim:5:in `___sers_benoit_www_agilidee_dorsale_app_views_dorsale_users_index_html_slim___2401376625321034264_70306670108500'
115303
+ actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
115304
+ activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
115305
+ actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
115306
+ actionview (4.2.4) lib/action_view/template.rb:143:in `render'
115307
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
115308
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
115309
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
115310
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
115311
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
115312
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
115313
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
115314
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
115315
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
115316
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
115317
+ actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
115318
+ actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
115319
+ actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
115320
+ actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
115321
+ actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
115322
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
115323
+ actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
115324
+ actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
115325
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
115326
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
115327
+ activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
115328
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
115329
+ activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
115330
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
115331
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
115332
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
115333
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
115334
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
115335
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
115336
+ actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
115337
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
115338
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
115339
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
115340
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
115341
+ activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
115342
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
115343
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
115344
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
115345
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
115346
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
115347
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
115348
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
115349
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
115350
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
115351
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
115352
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
115353
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
115354
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
115355
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
115356
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
115357
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
115358
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
115359
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
115360
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
115361
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
115362
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
115363
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
115364
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
115365
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
115366
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
115367
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
115368
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
115369
+ railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
115370
+ railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
115371
+ actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
115372
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
115373
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
115374
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
115375
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
115376
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
115377
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
115378
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
115379
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
115380
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
115381
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
115382
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
115383
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
115384
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
115385
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
115386
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
115387
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
115388
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
115389
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
115390
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
115391
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
115392
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
115393
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
115394
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
115395
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
115396
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
115397
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
115398
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
115399
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
115400
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
115401
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
115402
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
115403
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
115404
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
115405
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
115406
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
115407
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
115408
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
115409
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
115410
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
115411
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
115412
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
115413
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
115414
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
115415
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
115416
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
115417
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
115418
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
115419
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
115420
+
115421
+
115422
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms)
115423
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
115424
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
115425
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (80.0ms)
115426
+
115427
+
115428
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:35:02 +0100
115429
+ Processing by Dorsale::UsersController#index as HTML
115430
+ User Load (0.9ms) SELECT "users".* FROM "users"
115431
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (15.7ms)
115432
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (20.9ms)
115433
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115434
+ Completed 200 OK in 252ms (Views: 177.8ms | ActiveRecord: 1.4ms)
115435
+
115436
+
115437
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115438
+
115439
+
115440
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115441
+
115442
+
115443
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115444
+
115445
+
115446
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115447
+
115448
+
115449
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115450
+
115451
+
115452
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115453
+
115454
+
115455
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115456
+
115457
+
115458
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115459
+
115460
+
115461
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115462
+
115463
+
115464
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115465
+
115466
+
115467
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115468
+
115469
+
115470
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115471
+
115472
+
115473
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115474
+
115475
+
115476
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115477
+
115478
+
115479
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115480
+
115481
+
115482
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115483
+
115484
+
115485
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115486
+
115487
+
115488
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115489
+
115490
+
115491
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115492
+
115493
+
115494
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:35:03 +0100
115495
+
115496
+
115497
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:35:03 +0100
115498
+
115499
+
115500
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:36:03 +0100
115501
+ Processing by Dorsale::UsersController#index as HTML
115502
+ User Load (0.7ms) SELECT "users".* FROM "users"
115503
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (13.6ms)
115504
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (18.8ms)
115505
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115506
+ Completed 200 OK in 230ms (Views: 154.7ms | ActiveRecord: 1.2ms)
115507
+
115508
+
115509
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115510
+
115511
+
115512
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115513
+
115514
+
115515
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115516
+
115517
+
115518
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115519
+
115520
+
115521
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115522
+
115523
+
115524
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115525
+
115526
+
115527
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115528
+
115529
+
115530
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115531
+
115532
+
115533
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115534
+
115535
+
115536
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115537
+
115538
+
115539
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115540
+
115541
+
115542
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115543
+
115544
+
115545
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115546
+
115547
+
115548
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115549
+
115550
+
115551
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115552
+
115553
+
115554
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115555
+
115556
+
115557
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115558
+
115559
+
115560
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115561
+
115562
+
115563
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115564
+
115565
+
115566
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:36:04 +0100
115567
+
115568
+
115569
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:36:04 +0100
115570
+
115571
+
115572
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:36:11 +0100
115573
+ Processing by Dorsale::UsersController#index as HTML
115574
+ User Load (0.7ms) SELECT "users".* FROM "users"
115575
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (14.2ms)
115576
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (19.5ms)
115577
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115578
+ Completed 200 OK in 260ms (Views: 190.8ms | ActiveRecord: 1.2ms)
115579
+
115580
+
115581
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115582
+
115583
+
115584
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115585
+
115586
+
115587
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115588
+
115589
+
115590
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115591
+
115592
+
115593
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115594
+
115595
+
115596
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115597
+
115598
+
115599
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115600
+
115601
+
115602
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115603
+
115604
+
115605
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:36:11 +0100
115606
+
115607
+
115608
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115609
+
115610
+
115611
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115612
+
115613
+
115614
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115615
+
115616
+
115617
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115618
+
115619
+
115620
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115621
+
115622
+
115623
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115624
+
115625
+
115626
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115627
+
115628
+
115629
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115630
+
115631
+
115632
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115633
+
115634
+
115635
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115636
+
115637
+
115638
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:36:12 +0100
115639
+
115640
+
115641
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:36:12 +0100
115642
+
115643
+
115644
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:38:05 +0100
115645
+ Processing by Dorsale::UsersController#index as HTML
115646
+ User Load (0.7ms) SELECT "users".* FROM "users"
115647
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (11.4ms)
115648
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (16.0ms)
115649
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115650
+ Completed 200 OK in 4052ms (Views: 3997.0ms | ActiveRecord: 1.0ms)
115651
+
115652
+
115653
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115654
+
115655
+
115656
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115657
+
115658
+
115659
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115660
+
115661
+
115662
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115663
+
115664
+
115665
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115666
+
115667
+
115668
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115669
+
115670
+
115671
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115672
+
115673
+
115674
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115675
+
115676
+
115677
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115678
+
115679
+
115680
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115681
+
115682
+
115683
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115684
+
115685
+
115686
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115687
+
115688
+
115689
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115690
+
115691
+
115692
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115693
+
115694
+
115695
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115696
+
115697
+
115698
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115699
+
115700
+
115701
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115702
+
115703
+
115704
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115705
+
115706
+
115707
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115708
+
115709
+
115710
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:38:10 +0100
115711
+
115712
+
115713
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:38:10 +0100
115714
+
115715
+
115716
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:38:26 +0100
115717
+ Processing by Dorsale::UsersController#index as HTML
115718
+ User Load (0.2ms) SELECT "users".* FROM "users"
115719
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (2.3ms)
115720
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (7.2ms)
115721
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115722
+ Completed 200 OK in 4267ms (Views: 4265.0ms | ActiveRecord: 0.2ms)
115723
+
115724
+
115725
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115726
+
115727
+
115728
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115729
+
115730
+
115731
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115732
+
115733
+
115734
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115735
+
115736
+
115737
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115738
+
115739
+
115740
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115741
+
115742
+
115743
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115744
+
115745
+
115746
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115747
+
115748
+
115749
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115750
+
115751
+
115752
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115753
+
115754
+
115755
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115756
+
115757
+
115758
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115759
+
115760
+
115761
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115762
+
115763
+
115764
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115765
+
115766
+
115767
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115768
+
115769
+
115770
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115771
+
115772
+
115773
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115774
+
115775
+
115776
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115777
+
115778
+
115779
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115780
+
115781
+
115782
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:38:30 +0100
115783
+
115784
+
115785
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:38:30 +0100
115786
+
115787
+
115788
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:38:43 +0100
115789
+ Processing by Dorsale::UsersController#index as HTML
115790
+ User Load (0.2ms) SELECT "users".* FROM "users"
115791
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (2.3ms)
115792
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (6.7ms)
115793
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115794
+ Completed 200 OK in 4290ms (Views: 4288.7ms | ActiveRecord: 0.2ms)
115795
+
115796
+
115797
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115798
+
115799
+
115800
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115801
+
115802
+
115803
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115804
+
115805
+
115806
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115807
+
115808
+
115809
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115810
+
115811
+
115812
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115813
+
115814
+
115815
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115816
+
115817
+
115818
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115819
+
115820
+
115821
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115822
+
115823
+
115824
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115825
+
115826
+
115827
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115828
+
115829
+
115830
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115831
+
115832
+
115833
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115834
+
115835
+
115836
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115837
+
115838
+
115839
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115840
+
115841
+
115842
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115843
+
115844
+
115845
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115846
+
115847
+
115848
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115849
+
115850
+
115851
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115852
+
115853
+
115854
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:38:48 +0100
115855
+
115856
+
115857
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:38:48 +0100
115858
+
115859
+
115860
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:39:08 +0100
115861
+ Processing by Dorsale::UsersController#index as HTML
115862
+ User Load (0.2ms) SELECT "users".* FROM "users"
115863
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (2.5ms)
115864
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (7.1ms)
115865
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115866
+ Completed 200 OK in 4319ms (Views: 4317.4ms | ActiveRecord: 0.2ms)
115867
+
115868
+
115869
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115870
+
115871
+
115872
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115873
+
115874
+
115875
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115876
+
115877
+
115878
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115879
+
115880
+
115881
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115882
+
115883
+
115884
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115885
+
115886
+
115887
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115888
+
115889
+
115890
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115891
+
115892
+
115893
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115894
+
115895
+
115896
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115897
+
115898
+
115899
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115900
+
115901
+
115902
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115903
+
115904
+
115905
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115906
+
115907
+
115908
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115909
+
115910
+
115911
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115912
+
115913
+
115914
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115915
+
115916
+
115917
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115918
+
115919
+
115920
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115921
+
115922
+
115923
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115924
+
115925
+
115926
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:39:13 +0100
115927
+
115928
+
115929
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:39:13 +0100
115930
+
115931
+
115932
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:39:46 +0100
115933
+ Processing by Dorsale::UsersController#edit as HTML
115934
+ Parameters: {"id"=>"2"}
115935
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
115936
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (48.4ms)
115937
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (55.4ms)
115938
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
115939
+ Completed 200 OK in 210ms (Views: 206.1ms | ActiveRecord: 0.2ms)
115940
+
115941
+
115942
+ Started PATCH "/dorsale/users/2" for ::1 at 2015-12-30 11:39:51 +0100
115943
+ Processing by Dorsale::UsersController#update as HTML
115944
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"58OpETHj6geqaqaytLIskMq0YdVt5PtRQ9+atLfUj1NFyqfrmcj6syBvfpDV/zTx9ndFWxYMliHvNX0n1grP6g==", "user"=>{"email"=>"abc@def.com", "is_active"=>"1", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007fe31613b630 @tempfile=#<Tempfile:/var/folders/wm/2gfkznc90x52zl5hf7n9b8qw0000gn/T/RackMultipart20151230-50188-17b1wa6.jpg>, @original_filename="lolcat-failure.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"user[avatar]\"; filename=\"lolcat-failure.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "back_url"=>"http://localhost:3000/dorsale/users/2/edit", "id"=>"2"}
115945
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
115946
+  (0.2ms) begin transaction
115947
+  (0.1ms) rollback transaction
115948
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.4ms)
115949
+
115950
+ NoMethodError (undefined method `avatar_will_change!' for #<User:0x007fe30c557228>):
115951
+ activemodel (4.2.4) lib/active_model/attribute_methods.rb:433:in `method_missing'
115952
+ carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:38:in `avatar='
115953
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send'
115954
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute'
115955
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes'
115956
+ actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
115957
+ actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
115958
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:35:in `assign_attributes'
115959
+ activerecord (4.2.4) lib/active_record/persistence.rb:251:in `block in update'
115960
+ activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
115961
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
115962
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
115963
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
115964
+ activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
115965
+ activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
115966
+ activerecord (4.2.4) lib/active_record/persistence.rb:250:in `update'
115967
+ /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/users_controller.rb:45:in `update'
115968
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
115969
+ actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
115970
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
115971
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
115972
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
115973
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
115974
+ activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
115975
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
115976
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
115977
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
115978
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
115979
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
115980
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
115981
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
115982
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
115983
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
115984
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
115985
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
115986
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
115987
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
115988
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
115989
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
115990
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
115991
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
115992
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
115993
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
115994
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
115995
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
115996
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
115997
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
115998
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
115999
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
116000
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
116001
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
116002
+ railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
116003
+ railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
116004
+ actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
116005
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
116006
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
116007
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
116008
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
116009
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
116010
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
116011
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
116012
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
116013
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
116014
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
116015
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
116016
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
116017
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
116018
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
116019
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
116020
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
116021
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
116022
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
116023
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
116024
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
116025
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
116026
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
116027
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
116028
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
116029
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
116030
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
116031
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
116032
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
116033
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
116034
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
116035
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
116036
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
116037
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
116038
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
116039
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
116040
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
116041
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
116042
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
116043
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
116044
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
116045
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
116046
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
116047
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
116048
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
116049
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
116050
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
116051
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
116052
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
116053
+
116054
+
116055
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms)
116056
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
116057
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
116058
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.1ms)
116059
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
116060
+ Migrating to UsersAddAvatar (20151230104012)
116061
+  (0.1ms) begin transaction
116062
+  (0.7ms) ALTER TABLE "users" ADD "avatar" varchar
116063
+ SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151230104012"]]
116064
+  (0.9ms) commit transaction
116065
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
116066
+  (0.3ms)  SELECT sql
116067
+ FROM sqlite_master
116068
+ WHERE name='index_dorsale_billing_machine_invoice_lines_on_invoice_id' AND type='index'
116069
+ UNION ALL
116070
+ SELECT sql
116071
+ FROM sqlite_temp_master
116072
+ WHERE name='index_dorsale_billing_machine_invoice_lines_on_invoice_id' AND type='index'
116073
+ 
116074
+  (0.2ms) SELECT sql
116075
+ FROM sqlite_master
116076
+ WHERE name='index_dorsale_billing_machine_invoices_on_payment_term_id' AND type='index'
116077
+ UNION ALL
116078
+ SELECT sql
116079
+ FROM sqlite_temp_master
116080
+ WHERE name='index_dorsale_billing_machine_invoices_on_payment_term_id' AND type='index'
116081
+
116082
+  (0.1ms)  SELECT sql
116083
+ FROM sqlite_master
116084
+ WHERE name='index_dorsale_billing_machine_invoices_on_id_card_id' AND type='index'
116085
+ UNION ALL
116086
+ SELECT sql
116087
+ FROM sqlite_temp_master
116088
+ WHERE name='index_dorsale_billing_machine_invoices_on_id_card_id' AND type='index'
116089
+ 
116090
+  (0.1ms) SELECT sql
116091
+ FROM sqlite_master
116092
+ WHERE name='index_dorsale_billing_machine_invoices_on_customer_type' AND type='index'
116093
+ UNION ALL
116094
+ SELECT sql
116095
+ FROM sqlite_temp_master
116096
+ WHERE name='index_dorsale_billing_machine_invoices_on_customer_type' AND type='index'
116097
+
116098
+  (0.1ms)  SELECT sql
116099
+ FROM sqlite_master
116100
+ WHERE name='index_dorsale_billing_machine_invoices_on_customer_id' AND type='index'
116101
+ UNION ALL
116102
+ SELECT sql
116103
+ FROM sqlite_temp_master
116104
+ WHERE name='index_dorsale_billing_machine_invoices_on_customer_id' AND type='index'
116105
+ 
116106
+  (0.1ms) SELECT sql
116107
+ FROM sqlite_master
116108
+ WHERE name='index_dorsale_billing_machine_quotation_lines_on_quotation_id' AND type='index'
116109
+ UNION ALL
116110
+ SELECT sql
116111
+ FROM sqlite_temp_master
116112
+ WHERE name='index_dorsale_billing_machine_quotation_lines_on_quotation_id' AND type='index'
116113
+
116114
+  (0.1ms)  SELECT sql
116115
+ FROM sqlite_master
116116
+ WHERE name='index_dorsale_billing_machine_quotations_on_payment_term_id' AND type='index'
116117
+ UNION ALL
116118
+ SELECT sql
116119
+ FROM sqlite_temp_master
116120
+ WHERE name='index_dorsale_billing_machine_quotations_on_payment_term_id' AND type='index'
116121
+ 
116122
+  (0.1ms) SELECT sql
116123
+ FROM sqlite_master
116124
+ WHERE name='index_dorsale_billing_machine_quotations_on_id_card_id' AND type='index'
116125
+ UNION ALL
116126
+ SELECT sql
116127
+ FROM sqlite_temp_master
116128
+ WHERE name='index_dorsale_billing_machine_quotations_on_id_card_id' AND type='index'
116129
+
116130
+  (0.1ms)  SELECT sql
116131
+ FROM sqlite_master
116132
+ WHERE name='index_dorsale_billing_machine_quotations_on_customer_type' AND type='index'
116133
+ UNION ALL
116134
+ SELECT sql
116135
+ FROM sqlite_temp_master
116136
+ WHERE name='index_dorsale_billing_machine_quotations_on_customer_type' AND type='index'
116137
+ 
116138
+  (0.1ms) SELECT sql
116139
+ FROM sqlite_master
116140
+ WHERE name='index_dorsale_billing_machine_quotations_on_customer_id' AND type='index'
116141
+ UNION ALL
116142
+ SELECT sql
116143
+ FROM sqlite_temp_master
116144
+ WHERE name='index_dorsale_billing_machine_quotations_on_customer_id' AND type='index'
116145
+
116146
+  (0.1ms)  SELECT sql
116147
+ FROM sqlite_master
116148
+ WHERE name='index_dorsale_customer_vault_links_on_bob_type' AND type='index'
116149
+ UNION ALL
116150
+ SELECT sql
116151
+ FROM sqlite_temp_master
116152
+ WHERE name='index_dorsale_customer_vault_links_on_bob_type' AND type='index'
116153
+ 
116154
+  (0.1ms) SELECT sql
116155
+ FROM sqlite_master
116156
+ WHERE name='index_dorsale_customer_vault_links_on_bob_id' AND type='index'
116157
+ UNION ALL
116158
+ SELECT sql
116159
+ FROM sqlite_temp_master
116160
+ WHERE name='index_dorsale_customer_vault_links_on_bob_id' AND type='index'
116161
+
116162
+  (0.1ms)  SELECT sql
116163
+ FROM sqlite_master
116164
+ WHERE name='index_dorsale_customer_vault_links_on_alice_type' AND type='index'
116165
+ UNION ALL
116166
+ SELECT sql
116167
+ FROM sqlite_temp_master
116168
+ WHERE name='index_dorsale_customer_vault_links_on_alice_type' AND type='index'
116169
+ 
116170
+  (0.1ms) SELECT sql
116171
+ FROM sqlite_master
116172
+ WHERE name='index_dorsale_customer_vault_links_on_alice_id' AND type='index'
116173
+ UNION ALL
116174
+ SELECT sql
116175
+ FROM sqlite_temp_master
116176
+ WHERE name='index_dorsale_customer_vault_links_on_alice_id' AND type='index'
116177
+
116178
+  (0.1ms)  SELECT sql
116179
+ FROM sqlite_master
116180
+ WHERE name='index_dorsale_flyboy_folders_on_folderable_type' AND type='index'
116181
+ UNION ALL
116182
+ SELECT sql
116183
+ FROM sqlite_temp_master
116184
+ WHERE name='index_dorsale_flyboy_folders_on_folderable_type' AND type='index'
116185
+ 
116186
+  (0.1ms) SELECT sql
116187
+ FROM sqlite_master
116188
+ WHERE name='index_dorsale_flyboy_folders_on_folderable_id' AND type='index'
116189
+ UNION ALL
116190
+ SELECT sql
116191
+ FROM sqlite_temp_master
116192
+ WHERE name='index_dorsale_flyboy_folders_on_folderable_id' AND type='index'
116193
+
116194
+  (0.1ms)  SELECT sql
116195
+ FROM sqlite_master
116196
+ WHERE name='index_dorsale_flyboy_task_comments_on_task_id' AND type='index'
116197
+ UNION ALL
116198
+ SELECT sql
116199
+ FROM sqlite_temp_master
116200
+ WHERE name='index_dorsale_flyboy_task_comments_on_task_id' AND type='index'
116201
+ 
116202
+  (0.1ms) SELECT sql
116203
+ FROM sqlite_master
116204
+ WHERE name='index_dorsale_flyboy_tasks_on_taskable_type' AND type='index'
116205
+ UNION ALL
116206
+ SELECT sql
116207
+ FROM sqlite_temp_master
116208
+ WHERE name='index_dorsale_flyboy_tasks_on_taskable_type' AND type='index'
116209
+
116210
+  (0.1ms)  SELECT sql
116211
+ FROM sqlite_master
116212
+ WHERE name='index_dorsale_flyboy_tasks_on_taskable_id' AND type='index'
116213
+ UNION ALL
116214
+ SELECT sql
116215
+ FROM sqlite_temp_master
116216
+ WHERE name='index_dorsale_flyboy_tasks_on_taskable_id' AND type='index'
116217
+ 
116218
+  (0.1ms) SELECT sql
116219
+ FROM sqlite_master
116220
+ WHERE name='index_taggings_on_taggable_id_and_taggable_type_and_context' AND type='index'
116221
+ UNION ALL
116222
+ SELECT sql
116223
+ FROM sqlite_temp_master
116224
+ WHERE name='index_taggings_on_taggable_id_and_taggable_type_and_context' AND type='index'
116225
+
116226
+  (0.1ms)  SELECT sql
116227
+ FROM sqlite_master
116228
+ WHERE name='taggings_idx' AND type='index'
116229
+ UNION ALL
116230
+ SELECT sql
116231
+ FROM sqlite_temp_master
116232
+ WHERE name='taggings_idx' AND type='index'
116233
+ 
116234
+  (0.1ms) SELECT sql
116235
+ FROM sqlite_master
116236
+ WHERE name='index_tags_on_name' AND type='index'
116237
+ UNION ALL
116238
+ SELECT sql
116239
+ FROM sqlite_temp_master
116240
+ WHERE name='index_tags_on_name' AND type='index'
116241
+
116242
+  (0.2ms)  SELECT sql
116243
+ FROM sqlite_master
116244
+ WHERE name='index_users_on_reset_password_token' AND type='index'
116245
+ UNION ALL
116246
+ SELECT sql
116247
+ FROM sqlite_temp_master
116248
+ WHERE name='index_users_on_reset_password_token' AND type='index'
116249
+ 
116250
+  (0.1ms) SELECT sql
116251
+ FROM sqlite_master
116252
+ WHERE name='index_users_on_email' AND type='index'
116253
+ UNION ALL
116254
+ SELECT sql
116255
+ FROM sqlite_temp_master
116256
+ WHERE name='index_users_on_email' AND type='index'
116257
+
116258
+
116259
+
116260
+ Started PATCH "/dorsale/users/2" for ::1 at 2015-12-30 11:40:37 +0100
116261
+ Processing by Dorsale::UsersController#update as HTML
116262
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"58OpETHj6geqaqaytLIskMq0YdVt5PtRQ9+atLfUj1NFyqfrmcj6syBvfpDV/zTx9ndFWxYMliHvNX0n1grP6g==", "user"=>{"email"=>"abc@def.com", "is_active"=>"1", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007fe318169c40 @tempfile=#<Tempfile:/var/folders/wm/2gfkznc90x52zl5hf7n9b8qw0000gn/T/RackMultipart20151230-50188-1wn5i5e.jpg>, @original_filename="lolcat-failure.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"user[avatar]\"; filename=\"lolcat-failure.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "back_url"=>"http://localhost:3000/dorsale/users/2/edit", "id"=>"2"}
116263
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116264
+  (0.1ms) begin transaction
116265
+  (0.1ms) rollback transaction
116266
+ Completed 500 Internal Server Error in 74ms (ActiveRecord: 1.3ms)
116267
+
116268
+ NoMethodError (undefined method `resize_to_fill' for #<Dorsale::AvatarUploader:0x007fe3185110a0>):
116269
+ carrierwave (0.10.0) lib/carrierwave/uploader/processing.rb:84:in `block in process!'
116270
+ carrierwave (0.10.0) lib/carrierwave/uploader/processing.rb:76:in `each'
116271
+ carrierwave (0.10.0) lib/carrierwave/uploader/processing.rb:76:in `process!'
116272
+ carrierwave (0.10.0) lib/carrierwave/uploader/callbacks.rb:18:in `block in with_callbacks'
116273
+ carrierwave (0.10.0) lib/carrierwave/uploader/callbacks.rb:18:in `each'
116274
+ carrierwave (0.10.0) lib/carrierwave/uploader/callbacks.rb:18:in `with_callbacks'
116275
+ carrierwave (0.10.0) lib/carrierwave/uploader/cache.rb:122:in `cache!'
116276
+ carrierwave (0.10.0) lib/carrierwave/mount.rb:329:in `cache'
116277
+ carrierwave (0.10.0) lib/carrierwave/mount.rb:163:in `avatar='
116278
+ carrierwave (0.10.0) lib/carrierwave/orm/activerecord.rb:39:in `avatar='
116279
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `public_send'
116280
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute'
116281
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes'
116282
+ actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
116283
+ actionpack (4.2.4) lib/action_controller/metal/strong_parameters.rb:185:in `each_pair'
116284
+ activerecord (4.2.4) lib/active_record/attribute_assignment.rb:35:in `assign_attributes'
116285
+ activerecord (4.2.4) lib/active_record/persistence.rb:251:in `block in update'
116286
+ activerecord (4.2.4) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
116287
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
116288
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
116289
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
116290
+ activerecord (4.2.4) lib/active_record/transactions.rb:220:in `transaction'
116291
+ activerecord (4.2.4) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
116292
+ activerecord (4.2.4) lib/active_record/persistence.rb:250:in `update'
116293
+ /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/users_controller.rb:45:in `update'
116294
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
116295
+ actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
116296
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
116297
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
116298
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
116299
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
116300
+ activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
116301
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
116302
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
116303
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
116304
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
116305
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
116306
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
116307
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
116308
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
116309
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
116310
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
116311
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
116312
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
116313
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
116314
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
116315
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
116316
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
116317
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
116318
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
116319
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
116320
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
116321
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
116322
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
116323
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
116324
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
116325
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
116326
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
116327
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
116328
+ railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
116329
+ railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
116330
+ actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
116331
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
116332
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
116333
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
116334
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
116335
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
116336
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
116337
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
116338
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
116339
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
116340
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
116341
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
116342
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
116343
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
116344
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
116345
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
116346
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
116347
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
116348
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
116349
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
116350
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
116351
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
116352
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
116353
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
116354
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
116355
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
116356
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
116357
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
116358
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
116359
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
116360
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
116361
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
116362
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
116363
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
116364
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
116365
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
116366
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
116367
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
116368
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
116369
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
116370
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
116371
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
116372
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
116373
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
116374
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
116375
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
116376
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
116377
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
116378
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
116379
+
116380
+
116381
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms)
116382
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
116383
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
116384
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.7ms)
116385
+
116386
+
116387
+ Started PATCH "/dorsale/users/2" for ::1 at 2015-12-30 11:42:00 +0100
116388
+
116389
+ LoadError (cannot load such file -- mini_magick):
116390
+ app/models/user.rb:9:in `include'
116391
+ app/models/user.rb:9:in `<class:User>'
116392
+ app/models/user.rb:1:in `<top (required)>'
116393
+ config/routes.rb:2:in `block in <top (required)>'
116394
+ config/routes.rb:1:in `<top (required)>'
116395
+
116396
+
116397
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
116398
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
116399
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
116400
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (77.6ms)
116401
+
116402
+
116403
+ Started PATCH "/dorsale/users/2" for ::1 at 2015-12-30 11:42:19 +0100
116404
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
116405
+ Processing by Dorsale::UsersController#update as HTML
116406
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"58OpETHj6geqaqaytLIskMq0YdVt5PtRQ9+atLfUj1NFyqfrmcj6syBvfpDV/zTx9ndFWxYMliHvNX0n1grP6g==", "user"=>{"email"=>"abc@def.com", "is_active"=>"1", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007fd95c501d28 @tempfile=#<Tempfile:/var/folders/wm/2gfkznc90x52zl5hf7n9b8qw0000gn/T/RackMultipart20151230-50611-1te8s8p.jpg>, @original_filename="lolcat-failure.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"user[avatar]\"; filename=\"lolcat-failure.jpg\"\r\nContent-Type: image/jpeg\r\n">}, "back_url"=>"http://localhost:3000/dorsale/users/2/edit", "id"=>"2"}
116407
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116408
+  (0.1ms) begin transaction
116409
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116410
+ SQL (0.6ms) UPDATE "users" SET "avatar" = ?, "updated_at" = ? WHERE "users"."id" = ? [["avatar", "lolcat-failure.jpg"], ["updated_at", "2015-12-30 10:42:19.739935"], ["id", 2]]
116411
+  (0.8ms) commit transaction
116412
+ Redirected to http://localhost:3000/dorsale/users
116413
+ Completed 302 Found in 1194ms (ActiveRecord: 2.5ms)
116414
+
116415
+
116416
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:42:20 +0100
116417
+ Processing by Dorsale::UsersController#index as HTML
116418
+ User Load (0.2ms) SELECT "users".* FROM "users"
116419
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (8.6ms)
116420
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (33.8ms)
116421
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (3.9ms)
116422
+ Completed 200 OK in 533ms (Views: 530.8ms | ActiveRecord: 0.2ms)
116423
+
116424
+
116425
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116426
+
116427
+
116428
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116429
+
116430
+
116431
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116432
+
116433
+
116434
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116435
+
116436
+
116437
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116438
+
116439
+
116440
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116441
+
116442
+
116443
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116444
+
116445
+
116446
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116447
+
116448
+
116449
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116450
+
116451
+
116452
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116453
+
116454
+
116455
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116456
+
116457
+
116458
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116459
+
116460
+
116461
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116462
+
116463
+
116464
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116465
+
116466
+
116467
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116468
+
116469
+
116470
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:42:21 +0100
116471
+
116472
+
116473
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:42:22 +0100
116474
+
116475
+
116476
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:42:22 +0100
116477
+
116478
+
116479
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:42:22 +0100
116480
+
116481
+
116482
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:42:22 +0100
116483
+
116484
+
116485
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:42:22 +0100
116486
+
116487
+
116488
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:42:25 +0100
116489
+ Processing by Dorsale::UsersController#edit as HTML
116490
+ Parameters: {"id"=>"2"}
116491
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116492
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (119.9ms)
116493
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (130.6ms)
116494
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (3.2ms)
116495
+ Completed 200 OK in 297ms (Views: 294.3ms | ActiveRecord: 0.2ms)
116496
+
116497
+
116498
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:42:51 +0100
116499
+ Processing by Dorsale::UsersController#edit as HTML
116500
+ Parameters: {"id"=>"2"}
116501
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116502
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (17.9ms)
116503
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (25.6ms)
116504
+ Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.1ms)
116505
+
116506
+ ActionView::Template::Error (Couldn't find wrapper with name horizontal):
116507
+ 2: = horizontal_form_for @user, multipart: true do |f|
116508
+ 3: = f.input :email
116509
+ 4: = f.input :is_active, as: :boolean, wrapper: :horizontal_radio_and_checkboxes
116510
+ 5: = f.input :avatar, wrapper: :horizontal
116511
+ 6:
116512
+ 7: = form_buttons obj: @user
116513
+ simple_form (3.2.1) lib/simple_form.rb:207:in `wrapper'
116514
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:592:in `find_wrapper'
116515
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:114:in `input'
116516
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim:5:in `block in ___sers_benoit_www_agilidee_dorsale_app_views_dorsale_users__form_html_slim__1705552711195513742_70285779505640'
116517
+ actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
116518
+ actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
116519
+ actionview (4.2.4) lib/action_view/helpers/capture_helper.rb:38:in `capture'
116520
+ actionview (4.2.4) lib/action_view/helpers/form_helper.rb:444:in `form_for'
116521
+ bh (1.3.5) lib/bh/core_ext/rails/form_for_helper.rb:13:in `form_for'
116522
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
116523
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
116524
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
116525
+ /Users/benoit/www/agilidee/dorsale/app/helpers/dorsale/form_helper.rb:40:in `horizontal_form_for'
116526
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim:2:in `___sers_benoit_www_agilidee_dorsale_app_views_dorsale_users__form_html_slim__1705552711195513742_70285779505640'
116527
+ actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
116528
+ activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
116529
+ actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
116530
+ actionview (4.2.4) lib/action_view/template.rb:143:in `render'
116531
+ actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
116532
+ actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
116533
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
116534
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
116535
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
116536
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
116537
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
116538
+ actionview (4.2.4) lib/action_view/renderer/partial_renderer.rb:309:in `render'
116539
+ actionview (4.2.4) lib/action_view/renderer/renderer.rb:47:in `render_partial'
116540
+ actionview (4.2.4) lib/action_view/helpers/rendering_helper.rb:35:in `render'
116541
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim:3:in `___sers_benoit_www_agilidee_dorsale_app_views_dorsale_users_edit_html_slim__3185681486302232094_70285824581120'
116542
+ actionview (4.2.4) lib/action_view/template.rb:145:in `block in render'
116543
+ activesupport (4.2.4) lib/active_support/notifications.rb:166:in `instrument'
116544
+ actionview (4.2.4) lib/action_view/template.rb:333:in `instrument'
116545
+ actionview (4.2.4) lib/action_view/template.rb:143:in `render'
116546
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
116547
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
116548
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
116549
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
116550
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
116551
+ actionview (4.2.4) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
116552
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
116553
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
116554
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
116555
+ actionview (4.2.4) lib/action_view/renderer/template_renderer.rb:14:in `render'
116556
+ actionview (4.2.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
116557
+ actionview (4.2.4) lib/action_view/renderer/renderer.rb:23:in `render'
116558
+ actionview (4.2.4) lib/action_view/rendering.rb:100:in `_render_template'
116559
+ actionpack (4.2.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
116560
+ actionview (4.2.4) lib/action_view/rendering.rb:83:in `render_to_body'
116561
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
116562
+ actionpack (4.2.4) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
116563
+ actionpack (4.2.4) lib/abstract_controller/rendering.rb:25:in `render'
116564
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:16:in `render'
116565
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
116566
+ activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
116567
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
116568
+ activesupport (4.2.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
116569
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
116570
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
116571
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
116572
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:43:in `render'
116573
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
116574
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
116575
+ actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
116576
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
116577
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
116578
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
116579
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
116580
+ activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
116581
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
116582
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
116583
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
116584
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
116585
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
116586
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
116587
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
116588
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
116589
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
116590
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
116591
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
116592
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
116593
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
116594
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
116595
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
116596
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
116597
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
116598
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
116599
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
116600
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
116601
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
116602
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
116603
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
116604
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
116605
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
116606
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
116607
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
116608
+ railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
116609
+ railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
116610
+ actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
116611
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
116612
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
116613
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
116614
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
116615
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
116616
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
116617
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
116618
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
116619
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
116620
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
116621
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
116622
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
116623
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
116624
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
116625
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
116626
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
116627
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
116628
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
116629
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
116630
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
116631
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
116632
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
116633
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
116634
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
116635
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
116636
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
116637
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
116638
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
116639
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
116640
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
116641
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
116642
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
116643
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
116644
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
116645
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
116646
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
116647
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
116648
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
116649
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
116650
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
116651
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
116652
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
116653
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
116654
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
116655
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
116656
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
116657
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
116658
+ /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
116659
+
116660
+
116661
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms)
116662
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
116663
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
116664
+ Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (83.7ms)
116665
+
116666
+
116667
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:42:56 +0100
116668
+ Processing by Dorsale::UsersController#edit as HTML
116669
+ Parameters: {"id"=>"2"}
116670
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116671
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.1ms)
116672
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.2ms)
116673
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
116674
+ Completed 200 OK in 176ms (Views: 173.8ms | ActiveRecord: 0.1ms)
116675
+
116676
+
116677
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116678
+
116679
+
116680
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116681
+
116682
+
116683
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116684
+
116685
+
116686
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116687
+
116688
+
116689
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116690
+
116691
+
116692
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116693
+
116694
+
116695
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116696
+
116697
+
116698
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116699
+
116700
+
116701
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116702
+
116703
+
116704
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116705
+
116706
+
116707
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116708
+
116709
+
116710
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116711
+
116712
+
116713
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:42:56 +0100
116714
+
116715
+
116716
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:42:57 +0100
116717
+
116718
+
116719
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:42:57 +0100
116720
+
116721
+
116722
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:42:57 +0100
116723
+
116724
+
116725
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:42:57 +0100
116726
+
116727
+
116728
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:42:57 +0100
116729
+
116730
+
116731
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:42:57 +0100
116732
+
116733
+
116734
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:42:57 +0100
116735
+
116736
+
116737
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:42:57 +0100
116738
+
116739
+
116740
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:43:12 +0100
116741
+ Processing by Dorsale::UsersController#index as HTML
116742
+ User Load (3.9ms) SELECT "users".* FROM "users"
116743
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (32.1ms)
116744
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (59.6ms)
116745
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
116746
+ Completed 200 OK in 387ms (Views: 367.3ms | ActiveRecord: 3.9ms)
116747
+
116748
+
116749
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:44:26 +0100
116750
+ Processing by Dorsale::UsersController#index as HTML
116751
+ User Load (0.7ms) SELECT "users".* FROM "users"
116752
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (14.5ms)
116753
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (19.7ms)
116754
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.3ms)
116755
+ Completed 200 OK in 217ms (Views: 160.1ms | ActiveRecord: 1.3ms)
116756
+
116757
+
116758
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:44:26 +0100
116759
+
116760
+
116761
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116762
+
116763
+
116764
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116765
+
116766
+
116767
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116768
+
116769
+
116770
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116771
+
116772
+
116773
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116774
+
116775
+
116776
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116777
+
116778
+
116779
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116780
+
116781
+
116782
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116783
+
116784
+
116785
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116786
+
116787
+
116788
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116789
+
116790
+
116791
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116792
+
116793
+
116794
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116795
+
116796
+
116797
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116798
+
116799
+
116800
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116801
+
116802
+
116803
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116804
+
116805
+
116806
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116807
+
116808
+
116809
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116810
+
116811
+
116812
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116813
+
116814
+
116815
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:44:27 +0100
116816
+
116817
+
116818
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:44:27 +0100
116819
+
116820
+
116821
+ Started GET "/dorsale/users/1/edit" for ::1 at 2015-12-30 11:44:28 +0100
116822
+ Processing by Dorsale::UsersController#edit as HTML
116823
+ Parameters: {"id"=>"1"}
116824
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
116825
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (11.6ms)
116826
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (18.0ms)
116827
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
116828
+ Completed 200 OK in 193ms (Views: 189.1ms | ActiveRecord: 0.2ms)
116829
+
116830
+
116831
+ Started GET "/dorsale/users/1/edit" for ::1 at 2015-12-30 11:44:35 +0100
116832
+ Processing by Dorsale::UsersController#edit as HTML
116833
+ Parameters: {"id"=>"1"}
116834
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
116835
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.0ms)
116836
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.2ms)
116837
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
116838
+ Completed 200 OK in 194ms (Views: 191.8ms | ActiveRecord: 0.1ms)
116839
+
116840
+
116841
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116842
+
116843
+
116844
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116845
+
116846
+
116847
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116848
+
116849
+
116850
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116851
+
116852
+
116853
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116854
+
116855
+
116856
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116857
+
116858
+
116859
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116860
+
116861
+
116862
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116863
+
116864
+
116865
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116866
+
116867
+
116868
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116869
+
116870
+
116871
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116872
+
116873
+
116874
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116875
+
116876
+
116877
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116878
+
116879
+
116880
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116881
+
116882
+
116883
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116884
+
116885
+
116886
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116887
+
116888
+
116889
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116890
+
116891
+
116892
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116893
+
116894
+
116895
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116896
+
116897
+
116898
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:44:36 +0100
116899
+
116900
+
116901
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:44:36 +0100
116902
+
116903
+
116904
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:44:40 +0100
116905
+ Processing by Dorsale::UsersController#index as HTML
116906
+ User Load (0.4ms) SELECT "users".* FROM "users"
116907
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (6.9ms)
116908
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (15.7ms)
116909
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.3ms)
116910
+ Completed 200 OK in 338ms (Views: 331.8ms | ActiveRecord: 0.4ms)
116911
+
116912
+
116913
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:44:41 +0100
116914
+ Processing by Dorsale::UsersController#edit as HTML
116915
+ Parameters: {"id"=>"2"}
116916
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116917
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (10.6ms)
116918
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.6ms)
116919
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
116920
+ Completed 200 OK in 191ms (Views: 187.9ms | ActiveRecord: 0.1ms)
116921
+
116922
+
116923
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:45:05 +0100
116924
+ Processing by Dorsale::UsersController#edit as HTML
116925
+ Parameters: {"id"=>"2"}
116926
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
116927
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.2ms)
116928
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.3ms)
116929
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
116930
+ Completed 200 OK in 166ms (Views: 163.8ms | ActiveRecord: 0.1ms)
116931
+
116932
+
116933
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:45:05 +0100
116934
+
116935
+
116936
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:45:05 +0100
116937
+
116938
+
116939
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:45:05 +0100
116940
+
116941
+
116942
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:45:05 +0100
116943
+
116944
+
116945
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:45:05 +0100
116946
+
116947
+
116948
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:45:05 +0100
116949
+
116950
+
116951
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116952
+
116953
+
116954
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116955
+
116956
+
116957
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116958
+
116959
+
116960
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116961
+
116962
+
116963
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116964
+
116965
+
116966
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116967
+
116968
+
116969
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116970
+
116971
+
116972
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116973
+
116974
+
116975
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116976
+
116977
+
116978
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116979
+
116980
+
116981
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116982
+
116983
+
116984
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116985
+
116986
+
116987
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116988
+
116989
+
116990
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:45:06 +0100
116991
+
116992
+
116993
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:45:06 +0100
116994
+
116995
+
116996
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:45:21 +0100
116997
+ Processing by Dorsale::UsersController#edit as HTML
116998
+ Parameters: {"id"=>"2"}
116999
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117000
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (11.5ms)
117001
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (16.8ms)
117002
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.2ms)
117003
+ Completed 200 OK in 164ms (Views: 161.1ms | ActiveRecord: 0.2ms)
117004
+
117005
+
117006
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117007
+
117008
+
117009
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117010
+
117011
+
117012
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117013
+
117014
+
117015
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117016
+
117017
+
117018
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117019
+
117020
+
117021
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117022
+
117023
+
117024
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117025
+
117026
+
117027
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117028
+
117029
+
117030
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117031
+
117032
+
117033
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117034
+
117035
+
117036
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117037
+
117038
+
117039
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117040
+
117041
+
117042
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117043
+
117044
+
117045
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117046
+
117047
+
117048
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117049
+
117050
+
117051
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117052
+
117053
+
117054
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117055
+
117056
+
117057
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117058
+
117059
+
117060
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117061
+
117062
+
117063
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:45:21 +0100
117064
+
117065
+
117066
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:45:21 +0100
117067
+
117068
+
117069
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:45:28 +0100
117070
+ Processing by Dorsale::UsersController#edit as HTML
117071
+ Parameters: {"id"=>"2"}
117072
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117073
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.8ms)
117074
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.4ms)
117075
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117076
+ Completed 200 OK in 160ms (Views: 157.6ms | ActiveRecord: 0.1ms)
117077
+
117078
+
117079
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:45:28 +0100
117080
+
117081
+
117082
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:45:28 +0100
117083
+
117084
+
117085
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:45:28 +0100
117086
+
117087
+
117088
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:45:28 +0100
117089
+
117090
+
117091
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117092
+
117093
+
117094
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117095
+
117096
+
117097
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117098
+
117099
+
117100
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117101
+
117102
+
117103
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117104
+
117105
+
117106
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117107
+
117108
+
117109
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117110
+
117111
+
117112
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117113
+
117114
+
117115
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117116
+
117117
+
117118
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117119
+
117120
+
117121
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117122
+
117123
+
117124
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117125
+
117126
+
117127
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117128
+
117129
+
117130
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117131
+
117132
+
117133
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117134
+
117135
+
117136
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:45:29 +0100
117137
+
117138
+
117139
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:45:29 +0100
117140
+
117141
+
117142
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:46:27 +0100
117143
+ Processing by Dorsale::UsersController#edit as HTML
117144
+ Parameters: {"id"=>"2"}
117145
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117146
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (17.8ms)
117147
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (26.2ms)
117148
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117149
+ Completed 200 OK in 186ms (Views: 181.3ms | ActiveRecord: 0.2ms)
117150
+
117151
+
117152
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117153
+
117154
+
117155
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117156
+
117157
+
117158
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117159
+
117160
+
117161
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117162
+
117163
+
117164
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117165
+
117166
+
117167
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117168
+
117169
+
117170
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117171
+
117172
+
117173
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117174
+
117175
+
117176
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117177
+
117178
+
117179
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117180
+
117181
+
117182
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117183
+
117184
+
117185
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117186
+
117187
+
117188
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117189
+
117190
+
117191
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117192
+
117193
+
117194
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117195
+
117196
+
117197
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117198
+
117199
+
117200
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117201
+
117202
+
117203
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117204
+
117205
+
117206
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117207
+
117208
+
117209
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:46:27 +0100
117210
+
117211
+
117212
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:46:28 +0100
117213
+
117214
+
117215
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:46:34 +0100
117216
+ Processing by Dorsale::UsersController#edit as HTML
117217
+ Parameters: {"id"=>"2"}
117218
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117219
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (23.2ms)
117220
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (28.0ms)
117221
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117222
+ Completed 200 OK in 179ms (Views: 176.7ms | ActiveRecord: 0.1ms)
117223
+
117224
+
117225
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117226
+
117227
+
117228
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117229
+
117230
+
117231
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117232
+
117233
+
117234
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117235
+
117236
+
117237
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117238
+
117239
+
117240
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117241
+
117242
+
117243
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117244
+
117245
+
117246
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117247
+
117248
+
117249
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117250
+
117251
+
117252
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117253
+
117254
+
117255
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117256
+
117257
+
117258
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117259
+
117260
+
117261
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117262
+
117263
+
117264
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117265
+
117266
+
117267
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117268
+
117269
+
117270
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117271
+
117272
+
117273
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117274
+
117275
+
117276
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117277
+
117278
+
117279
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:46:34 +0100
117280
+
117281
+
117282
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:46:35 +0100
117283
+
117284
+
117285
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:46:35 +0100
117286
+
117287
+
117288
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:46:51 +0100
117289
+ Processing by Dorsale::UsersController#edit as HTML
117290
+ Parameters: {"id"=>"2"}
117291
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117292
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.6ms)
117293
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (19.8ms)
117294
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.2ms)
117295
+ Completed 200 OK in 192ms (Views: 189.5ms | ActiveRecord: 0.1ms)
117296
+
117297
+
117298
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117299
+
117300
+
117301
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117302
+
117303
+
117304
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117305
+
117306
+
117307
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117308
+
117309
+
117310
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117311
+
117312
+
117313
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117314
+
117315
+
117316
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117317
+
117318
+
117319
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117320
+
117321
+
117322
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117323
+
117324
+
117325
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117326
+
117327
+
117328
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117329
+
117330
+
117331
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117332
+
117333
+
117334
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117335
+
117336
+
117337
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117338
+
117339
+
117340
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117341
+
117342
+
117343
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117344
+
117345
+
117346
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117347
+
117348
+
117349
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117350
+
117351
+
117352
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117353
+
117354
+
117355
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:46:51 +0100
117356
+
117357
+
117358
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:46:51 +0100
117359
+
117360
+
117361
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:47:07 +0100
117362
+ Processing by Dorsale::UsersController#edit as HTML
117363
+ Parameters: {"id"=>"2"}
117364
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117365
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.7ms)
117366
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.5ms)
117367
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117368
+ Completed 200 OK in 159ms (Views: 156.5ms | ActiveRecord: 0.1ms)
117369
+
117370
+
117371
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117372
+
117373
+
117374
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117375
+
117376
+
117377
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117378
+
117379
+
117380
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117381
+
117382
+
117383
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117384
+
117385
+
117386
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117387
+
117388
+
117389
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117390
+
117391
+
117392
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117393
+
117394
+
117395
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117396
+
117397
+
117398
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117399
+
117400
+
117401
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117402
+
117403
+
117404
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117405
+
117406
+
117407
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117408
+
117409
+
117410
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117411
+
117412
+
117413
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117414
+
117415
+
117416
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117417
+
117418
+
117419
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117420
+
117421
+
117422
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117423
+
117424
+
117425
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117426
+
117427
+
117428
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:47:08 +0100
117429
+
117430
+
117431
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:47:08 +0100
117432
+
117433
+
117434
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:47:16 +0100
117435
+
117436
+
117437
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:47:30 +0100
117438
+ Processing by Dorsale::UsersController#edit as HTML
117439
+ Parameters: {"id"=>"2"}
117440
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117441
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.5ms)
117442
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.4ms)
117443
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117444
+ Completed 200 OK in 170ms (Views: 168.2ms | ActiveRecord: 0.1ms)
117445
+
117446
+
117447
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117448
+
117449
+
117450
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117451
+
117452
+
117453
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117454
+
117455
+
117456
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117457
+
117458
+
117459
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117460
+
117461
+
117462
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117463
+
117464
+
117465
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117466
+
117467
+
117468
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117469
+
117470
+
117471
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117472
+
117473
+
117474
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117475
+
117476
+
117477
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117478
+
117479
+
117480
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117481
+
117482
+
117483
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117484
+
117485
+
117486
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117487
+
117488
+
117489
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117490
+
117491
+
117492
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117493
+
117494
+
117495
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117496
+
117497
+
117498
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117499
+
117500
+
117501
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117502
+
117503
+
117504
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:47:30 +0100
117505
+
117506
+
117507
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:47:30 +0100
117508
+
117509
+
117510
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:47:39 +0100
117511
+
117512
+
117513
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:48:00 +0100
117514
+ Processing by Dorsale::UsersController#edit as HTML
117515
+ Parameters: {"id"=>"2"}
117516
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117517
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (13.8ms)
117518
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (19.7ms)
117519
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117520
+ Completed 200 OK in 182ms (Views: 178.7ms | ActiveRecord: 0.1ms)
117521
+
117522
+
117523
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:48:00 +0100
117524
+
117525
+
117526
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:48:00 +0100
117527
+
117528
+
117529
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:48:00 +0100
117530
+
117531
+
117532
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:48:00 +0100
117533
+
117534
+
117535
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:48:00 +0100
117536
+
117537
+
117538
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:48:00 +0100
117539
+
117540
+
117541
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:48:00 +0100
117542
+
117543
+
117544
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117545
+
117546
+
117547
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117548
+
117549
+
117550
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117551
+
117552
+
117553
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117554
+
117555
+
117556
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117557
+
117558
+
117559
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117560
+
117561
+
117562
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117563
+
117564
+
117565
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117566
+
117567
+
117568
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117569
+
117570
+
117571
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117572
+
117573
+
117574
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117575
+
117576
+
117577
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117578
+
117579
+
117580
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:48:01 +0100
117581
+
117582
+
117583
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:48:01 +0100
117584
+
117585
+
117586
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:48:55 +0100
117587
+ Processing by Dorsale::UsersController#edit as HTML
117588
+ Parameters: {"id"=>"2"}
117589
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117590
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (9.0ms)
117591
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (945.0ms)
117592
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117593
+ Completed 200 OK in 1183ms (Views: 1105.4ms | ActiveRecord: 1.2ms)
117594
+
117595
+
117596
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117597
+
117598
+
117599
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117600
+
117601
+
117602
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117603
+
117604
+
117605
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117606
+
117607
+
117608
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117609
+
117610
+
117611
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117612
+
117613
+
117614
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117615
+
117616
+
117617
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117618
+
117619
+
117620
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117621
+
117622
+
117623
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117624
+
117625
+
117626
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117627
+
117628
+
117629
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117630
+
117631
+
117632
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117633
+
117634
+
117635
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117636
+
117637
+
117638
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117639
+
117640
+
117641
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117642
+
117643
+
117644
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117645
+
117646
+
117647
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117648
+
117649
+
117650
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117651
+
117652
+
117653
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:48:57 +0100
117654
+
117655
+
117656
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:48:57 +0100
117657
+
117658
+
117659
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:49:15 +0100
117660
+ Processing by Dorsale::UsersController#edit as HTML
117661
+ Parameters: {"id"=>"2"}
117662
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117663
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (7.8ms)
117664
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (12.5ms)
117665
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117666
+ Completed 200 OK in 4340ms (Views: 4338.0ms | ActiveRecord: 0.1ms)
117667
+
117668
+
117669
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:49:19 +0100
117670
+
117671
+
117672
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:49:19 +0100
117673
+
117674
+
117675
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:49:19 +0100
117676
+
117677
+
117678
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:49:19 +0100
117679
+
117680
+
117681
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:49:19 +0100
117682
+
117683
+
117684
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:49:19 +0100
117685
+
117686
+
117687
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117688
+
117689
+
117690
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117691
+
117692
+
117693
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117694
+
117695
+
117696
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117697
+
117698
+
117699
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117700
+
117701
+
117702
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117703
+
117704
+
117705
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117706
+
117707
+
117708
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117709
+
117710
+
117711
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117712
+
117713
+
117714
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117715
+
117716
+
117717
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117718
+
117719
+
117720
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117721
+
117722
+
117723
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117724
+
117725
+
117726
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:49:20 +0100
117727
+
117728
+
117729
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:49:20 +0100
117730
+
117731
+
117732
+ Started GET "/dorsale/users/2/edit" for ::1 at 2015-12-30 11:49:48 +0100
117733
+ Processing by Dorsale::UsersController#edit as HTML
117734
+ Parameters: {"id"=>"2"}
117735
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
117736
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (12.1ms)
117737
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (17.4ms)
117738
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117739
+ Completed 200 OK in 166ms (Views: 163.0ms | ActiveRecord: 0.1ms)
117740
+
117741
+
117742
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117743
+
117744
+
117745
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117746
+
117747
+
117748
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117749
+
117750
+
117751
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117752
+
117753
+
117754
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117755
+
117756
+
117757
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117758
+
117759
+
117760
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117761
+
117762
+
117763
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117764
+
117765
+
117766
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117767
+
117768
+
117769
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117770
+
117771
+
117772
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117773
+
117774
+
117775
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117776
+
117777
+
117778
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117779
+
117780
+
117781
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117782
+
117783
+
117784
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117785
+
117786
+
117787
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117788
+
117789
+
117790
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117791
+
117792
+
117793
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117794
+
117795
+
117796
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117797
+
117798
+
117799
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:49:48 +0100
117800
+
117801
+
117802
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:49:49 +0100
117803
+
117804
+
117805
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:52:41 +0100
117806
+ Processing by Dorsale::UsersController#index as HTML
117807
+ User Load (0.3ms) SELECT "users".* FROM "users"
117808
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (3.9ms)
117809
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (11.6ms)
117810
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117811
+ Completed 200 OK in 192ms (Views: 188.9ms | ActiveRecord: 0.3ms)
117812
+
117813
+
117814
+ Started GET "/dorsale/users/1/edit" for ::1 at 2015-12-30 11:53:14 +0100
117815
+ Processing by Dorsale::UsersController#edit as HTML
117816
+ Parameters: {"id"=>"1"}
117817
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117818
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (17.1ms)
117819
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (28.7ms)
117820
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117821
+ Completed 200 OK in 203ms (Views: 200.0ms | ActiveRecord: 0.1ms)
117822
+
117823
+
117824
+ Started GET "/dorsale/customer_vault/people" for ::1 at 2015-12-30 11:54:04 +0100
117825
+ Processing by Dorsale::CustomerVault::PeopleController#index as HTML
117826
+ Redirected to http://localhost:3000/dorsale/customer_vault/people/activity
117827
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
117828
+
117829
+
117830
+ Started GET "/dorsale/customer_vault/people/activity" for ::1 at 2015-12-30 11:54:04 +0100
117831
+ Processing by Dorsale::CustomerVault::PeopleController#activity as HTML
117832
+ Dorsale::CustomerVault::Individual Load (0.2ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals"
117833
+ Dorsale::CustomerVault::Corporation Load (0.2ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations"
117834
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/_breadcrumb.html.slim (16.7ms)
117835
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_new_people_contexts.html.slim (20.1ms)
117836
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (7.0ms)
117837
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_index_tabs.html.slim (19.3ms)
117838
+  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') LIMIT 50 OFFSET 0) subquery_for_count
117839
+ Dorsale::Comment Load (0.3ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') ORDER BY "dorsale_comments"."created_at" DESC, created_at DESC, id DESC LIMIT 50 OFFSET 0
117840
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117841
+ Dorsale::CustomerVault::Individual Load (0.3ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117842
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (35.9ms)
117843
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (46.4ms)
117844
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117845
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117846
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.6ms)
117847
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.2ms)
117848
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117849
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117850
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.0ms)
117851
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.6ms)
117852
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117853
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117854
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.0ms)
117855
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.0ms)
117856
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117857
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117858
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.5ms)
117859
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.6ms)
117860
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117861
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117862
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.8ms)
117863
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.4ms)
117864
+ CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117865
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117866
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.4ms)
117867
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.3ms)
117868
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117869
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117870
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.4ms)
117871
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.7ms)
117872
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117873
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117874
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.7ms)
117875
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.8ms)
117876
+  (0.2ms) SELECT COUNT(*) FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%')
117877
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (7.9ms)
117878
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/activity.slim within layouts/application (334.8ms)
117879
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117880
+ Completed 200 OK in 551ms (Views: 517.7ms | ActiveRecord: 2.7ms)
117881
+
117882
+
117883
+ Started GET "/dorsale/customer_vault/people/activity" for ::1 at 2015-12-30 11:54:16 +0100
117884
+ Processing by Dorsale::CustomerVault::PeopleController#activity as HTML
117885
+ Dorsale::CustomerVault::Individual Load (0.2ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals"
117886
+ Dorsale::CustomerVault::Corporation Load (0.2ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations"
117887
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/_breadcrumb.html.slim (6.7ms)
117888
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_new_people_contexts.html.slim (7.5ms)
117889
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (7.8ms)
117890
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_index_tabs.html.slim (19.8ms)
117891
+  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') LIMIT 50 OFFSET 0) subquery_for_count
117892
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') ORDER BY "dorsale_comments"."created_at" DESC, created_at DESC, id DESC LIMIT 50 OFFSET 0
117893
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117894
+ Dorsale::CustomerVault::Individual Load (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117895
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (18.3ms)
117896
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (26.2ms)
117897
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117898
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117899
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.4ms)
117900
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (10.4ms)
117901
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117902
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117903
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (8.9ms)
117904
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.5ms)
117905
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117906
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117907
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.8ms)
117908
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.8ms)
117909
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117910
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117911
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.8ms)
117912
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (10.4ms)
117913
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117914
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117915
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.3ms)
117916
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.7ms)
117917
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117918
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117919
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.8ms)
117920
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.4ms)
117921
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117922
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117923
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.2ms)
117924
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (10.5ms)
117925
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
117926
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
117927
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.7ms)
117928
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.5ms)
117929
+  (0.2ms) SELECT COUNT(*) FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%')
117930
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (5.6ms)
117931
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/activity.slim within layouts/application (247.4ms)
117932
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
117933
+ Completed 200 OK in 4437ms (Views: 4430.9ms | ActiveRecord: 1.6ms)
117934
+
117935
+
117936
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:54:20 +0100
117937
+
117938
+
117939
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:54:20 +0100
117940
+
117941
+
117942
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:54:20 +0100
117943
+
117944
+
117945
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:54:20 +0100
117946
+
117947
+
117948
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:54:20 +0100
117949
+
117950
+
117951
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117952
+
117953
+
117954
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117955
+
117956
+
117957
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117958
+
117959
+
117960
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117961
+
117962
+
117963
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117964
+
117965
+
117966
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117967
+
117968
+
117969
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117970
+
117971
+
117972
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117973
+
117974
+
117975
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117976
+
117977
+
117978
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117979
+
117980
+
117981
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117982
+
117983
+
117984
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117985
+
117986
+
117987
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117988
+
117989
+
117990
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117991
+
117992
+
117993
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:54:21 +0100
117994
+
117995
+
117996
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:54:21 +0100
117997
+
117998
+
117999
+ Started GET "/dorsale/customer_vault/people/activity" for ::1 at 2015-12-30 11:54:34 +0100
118000
+ Processing by Dorsale::CustomerVault::PeopleController#activity as HTML
118001
+ Dorsale::CustomerVault::Individual Load (0.2ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals"
118002
+ Dorsale::CustomerVault::Corporation Load (0.2ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations"
118003
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/_breadcrumb.html.slim (1.6ms)
118004
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_new_people_contexts.html.slim (1.5ms)
118005
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (0.2ms)
118006
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_index_tabs.html.slim (5.3ms)
118007
+  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') LIMIT 50 OFFSET 0) subquery_for_count
118008
+ Dorsale::Comment Load (0.7ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') ORDER BY "dorsale_comments"."created_at" DESC, created_at DESC, id DESC LIMIT 50 OFFSET 0
118009
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118010
+ Dorsale::CustomerVault::Individual Load (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118011
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.1ms)
118012
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.5ms)
118013
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118014
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118015
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.1ms)
118016
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (10.2ms)
118017
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118018
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118019
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.1ms)
118020
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (11.6ms)
118021
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118022
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118023
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.7ms)
118024
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.7ms)
118025
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118026
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118027
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.2ms)
118028
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (11.8ms)
118029
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118030
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118031
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.6ms)
118032
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.6ms)
118033
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118034
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118035
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.1ms)
118036
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (10.8ms)
118037
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118038
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118039
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.0ms)
118040
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.1ms)
118041
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118042
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118043
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.1ms)
118044
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (11.2ms)
118045
+  (0.2ms) SELECT COUNT(*) FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%')
118046
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (1.0ms)
118047
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/activity.slim within layouts/application (202.9ms)
118048
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118049
+ Completed 200 OK in 358ms (Views: 352.7ms | ActiveRecord: 2.1ms)
118050
+
118051
+
118052
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118053
+
118054
+
118055
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118056
+
118057
+
118058
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118059
+
118060
+
118061
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118062
+
118063
+
118064
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118065
+
118066
+
118067
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118068
+
118069
+
118070
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118071
+
118072
+
118073
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118074
+
118075
+
118076
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118077
+
118078
+
118079
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118080
+
118081
+
118082
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118083
+
118084
+
118085
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118086
+
118087
+
118088
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118089
+
118090
+
118091
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:54:34 +0100
118092
+
118093
+
118094
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:54:35 +0100
118095
+
118096
+
118097
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:54:35 +0100
118098
+
118099
+
118100
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:54:35 +0100
118101
+
118102
+
118103
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:54:35 +0100
118104
+
118105
+
118106
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:54:35 +0100
118107
+
118108
+
118109
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:54:35 +0100
118110
+
118111
+
118112
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:54:35 +0100
118113
+
118114
+
118115
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:54:49 +0100
118116
+
118117
+
118118
+ Started GET "/dorsale/comments/9/edit" for ::1 at 2015-12-30 11:55:20 +0100
118119
+ Processing by Dorsale::CommentsController#edit as HTML
118120
+ Parameters: {"id"=>"9"}
118121
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."id" = ? ORDER BY "dorsale_comments"."created_at" DESC LIMIT 1 [["id", 9]]
118122
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/edit.html.slim (8.7ms)
118123
+ Completed 200 OK in 61ms (Views: 58.2ms | ActiveRecord: 0.2ms)
118124
+
118125
+
118126
+ Started PATCH "/dorsale/comments/9" for ::1 at 2015-12-30 11:55:23 +0100
118127
+ Processing by Dorsale::CommentsController#update as HTML
118128
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"1JTf0+8nnOpdcVZB0Yj1DcBjwsVPb59JNjnngBBHSp12ndEpRwyMXtd0jmOwxe1s/KDmSzSH8jma0wATcZkKJA==", "comment"=>{"text"=>"aaa"}, "id"=>"9"}
118129
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."id" = ? ORDER BY "dorsale_comments"."created_at" DESC LIMIT 1 [["id", 9]]
118130
+  (0.1ms) begin transaction
118131
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118132
+ Dorsale::CustomerVault::Individual Load (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118133
+  (0.1ms) commit transaction
118134
+ Redirected to http://localhost:3000/dorsale/customer_vault/people/activity
118135
+ Completed 302 Found in 8ms (ActiveRecord: 0.5ms)
118136
+
118137
+
118138
+ Started GET "/dorsale/customer_vault/people/activity" for ::1 at 2015-12-30 11:55:23 +0100
118139
+ Processing by Dorsale::CustomerVault::PeopleController#activity as HTML
118140
+ Dorsale::CustomerVault::Individual Load (0.2ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals"
118141
+ Dorsale::CustomerVault::Corporation Load (0.1ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations"
118142
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/_breadcrumb.html.slim (1.6ms)
118143
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_new_people_contexts.html.slim (1.4ms)
118144
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (0.2ms)
118145
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_index_tabs.html.slim (5.1ms)
118146
+  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') LIMIT 50 OFFSET 0) subquery_for_count
118147
+ Dorsale::Comment Load (0.4ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') ORDER BY "dorsale_comments"."created_at" DESC, created_at DESC, id DESC LIMIT 50 OFFSET 0
118148
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118149
+ Dorsale::CustomerVault::Individual Load (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118150
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.2ms)
118151
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.6ms)
118152
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118153
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118154
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (4.8ms)
118155
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.6ms)
118156
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118157
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118158
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.2ms)
118159
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (11.1ms)
118160
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118161
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118162
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.0ms)
118163
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.3ms)
118164
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118165
+ CACHE (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118166
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.4ms)
118167
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (10.6ms)
118168
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118169
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118170
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.3ms)
118171
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (11.3ms)
118172
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118173
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118174
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.7ms)
118175
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (10.6ms)
118176
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118177
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118178
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.7ms)
118179
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (11.2ms)
118180
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118181
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118182
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.4ms)
118183
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (9.4ms)
118184
+  (0.2ms) SELECT COUNT(*) FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%')
118185
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (1.2ms)
118186
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/activity.slim within layouts/application (178.9ms)
118187
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.4ms)
118188
+ Completed 200 OK in 381ms (Views: 376.7ms | ActiveRecord: 1.7ms)
118189
+
118190
+
118191
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118192
+
118193
+
118194
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118195
+
118196
+
118197
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118198
+
118199
+
118200
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118201
+
118202
+
118203
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118204
+
118205
+
118206
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118207
+
118208
+
118209
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118210
+
118211
+
118212
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118213
+
118214
+
118215
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118216
+
118217
+
118218
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:55:23 +0100
118219
+
118220
+
118221
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118222
+
118223
+
118224
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118225
+
118226
+
118227
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118228
+
118229
+
118230
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118231
+
118232
+
118233
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118234
+
118235
+
118236
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118237
+
118238
+
118239
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118240
+
118241
+
118242
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118243
+
118244
+
118245
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118246
+
118247
+
118248
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:55:24 +0100
118249
+
118250
+
118251
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:55:24 +0100
118252
+
118253
+
118254
+ Started GET "/dorsale/comments/8/edit" for ::1 at 2015-12-30 11:55:26 +0100
118255
+ Processing by Dorsale::CommentsController#edit as HTML
118256
+ Parameters: {"id"=>"8"}
118257
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."id" = ? ORDER BY "dorsale_comments"."created_at" DESC LIMIT 1 [["id", 8]]
118258
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/edit.html.slim (2.7ms)
118259
+ Completed 200 OK in 51ms (Views: 48.2ms | ActiveRecord: 0.1ms)
118260
+
118261
+
118262
+ Started GET "/dorsale/customer_vault/people/list" for ::1 at 2015-12-30 11:55:29 +0100
118263
+ Processing by Dorsale::CustomerVault::PeopleController#list as HTML
118264
+ ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" ORDER BY "tags"."name" ASC
118265
+ Dorsale::CustomerVault::Individual Load (0.3ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals"
118266
+ Dorsale::CustomerVault::Corporation Load (0.3ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations"
118267
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/_breadcrumb.html.slim (1.9ms)
118268
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_new_people_contexts.html.slim (2.5ms)
118269
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (0.3ms)
118270
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_index_tabs.html.slim (7.7ms)
118271
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_filters.html.slim (7.2ms)
118272
+ ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ORDER BY "tags"."name" ASC [["taggable_id", 1], ["taggable_type", "Dorsale::CustomerVault::Individual"]]
118273
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/individuals/_list_details.html.slim (48.9ms)
118274
+ ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = ? AND "taggings"."taggable_type" = ? AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ORDER BY "tags"."name" ASC [["taggable_id", 1], ["taggable_type", "Dorsale::CustomerVault::Corporation"]]
118275
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/corporations/_list_details.html.slim (10.9ms)
118276
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.5ms)
118277
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/list.html.slim within layouts/application (144.2ms)
118278
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118279
+ Completed 200 OK in 372ms (Views: 325.7ms | ActiveRecord: 1.9ms)
118280
+
118281
+
118282
+ Started GET "/dorsale/customer_vault/people/activity" for ::1 at 2015-12-30 11:55:31 +0100
118283
+ Processing by Dorsale::CustomerVault::PeopleController#activity as HTML
118284
+ Dorsale::CustomerVault::Individual Load (0.2ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals"
118285
+ Dorsale::CustomerVault::Corporation Load (0.1ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations"
118286
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/_breadcrumb.html.slim (1.9ms)
118287
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_new_people_contexts.html.slim (1.6ms)
118288
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (0.3ms)
118289
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_index_tabs.html.slim (7.8ms)
118290
+  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') LIMIT 50 OFFSET 0) subquery_for_count
118291
+ Dorsale::Comment Load (0.4ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') ORDER BY "dorsale_comments"."created_at" DESC, created_at DESC, id DESC LIMIT 50 OFFSET 0
118292
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118293
+ Dorsale::CustomerVault::Individual Load (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118294
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.6ms)
118295
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.5ms)
118296
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118297
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118298
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.0ms)
118299
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (14.0ms)
118300
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118301
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118302
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.2ms)
118303
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (11.7ms)
118304
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118305
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118306
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.7ms)
118307
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (14.2ms)
118308
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118309
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118310
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.7ms)
118311
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (14.9ms)
118312
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118313
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118314
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.3ms)
118315
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (14.1ms)
118316
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118317
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118318
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.2ms)
118319
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (17.0ms)
118320
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118321
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118322
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.8ms)
118323
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.2ms)
118324
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118325
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118326
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.8ms)
118327
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (16.2ms)
118328
+  (0.2ms) SELECT COUNT(*) FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%')
118329
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.8ms)
118330
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/activity.slim within layouts/application (246.6ms)
118331
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.2ms)
118332
+ Completed 200 OK in 429ms (Views: 423.7ms | ActiveRecord: 1.7ms)
118333
+
118334
+
118335
+ Started GET "/dorsale/customer_vault/people" for ::1 at 2015-12-30 11:55:31 +0100
118336
+ Processing by Dorsale::CustomerVault::PeopleController#index as HTML
118337
+ Redirected to http://localhost:3000/dorsale/customer_vault/people/activity
118338
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
118339
+
118340
+
118341
+ Started GET "/dorsale/customer_vault/people/activity" for ::1 at 2015-12-30 11:55:31 +0100
118342
+ Processing by Dorsale::CustomerVault::PeopleController#activity as HTML
118343
+ Dorsale::CustomerVault::Individual Load (0.2ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals"
118344
+ Dorsale::CustomerVault::Corporation Load (0.1ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations"
118345
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/_breadcrumb.html.slim (1.6ms)
118346
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_new_people_contexts.html.slim (1.7ms)
118347
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (0.3ms)
118348
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_index_tabs.html.slim (8.1ms)
118349
+  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') LIMIT 50 OFFSET 0) subquery_for_count
118350
+ Dorsale::Comment Load (0.3ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%') ORDER BY "dorsale_comments"."created_at" DESC, created_at DESC, id DESC LIMIT 50 OFFSET 0
118351
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118352
+ Dorsale::CustomerVault::Individual Load (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118353
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.4ms)
118354
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.5ms)
118355
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118356
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118357
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.3ms)
118358
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.3ms)
118359
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118360
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118361
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (5.5ms)
118362
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.9ms)
118363
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118364
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118365
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.5ms)
118366
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (14.2ms)
118367
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118368
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118369
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (7.9ms)
118370
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (15.0ms)
118371
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118372
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118373
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.2ms)
118374
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (13.6ms)
118375
+ CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118376
+ CACHE (0.1ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118377
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (8.1ms)
118378
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (15.0ms)
118379
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118380
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118381
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.4ms)
118382
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (12.5ms)
118383
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118384
+ CACHE (0.0ms) SELECT "dorsale_customer_vault_individuals".* FROM "dorsale_customer_vault_individuals" WHERE "dorsale_customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
118385
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comment.html.slim (6.9ms)
118386
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/_comment.html.slim (16.2ms)
118387
+  (0.2ms) SELECT COUNT(*) FROM "dorsale_comments" WHERE (commentable_type LIKE '%CustomerVault%')
118388
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (1.1ms)
118389
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/customer_vault/people/activity.slim within layouts/application (245.8ms)
118390
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118391
+ Completed 200 OK in 426ms (Views: 420.9ms | ActiveRecord: 1.8ms)
118392
+
118393
+
118394
+ Started GET "/" for ::1 at 2015-12-30 11:55:34 +0100
118395
+ Processing by HomeController#home as HTML
118396
+ Rendered home/home.html.slim within layouts/application (3.5ms)
118397
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118398
+ Completed 200 OK in 143ms (Views: 141.7ms | ActiveRecord: 0.0ms)
118399
+
118400
+
118401
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:55:35 +0100
118402
+ Processing by Dorsale::UsersController#index as HTML
118403
+ User Load (0.2ms) SELECT "users".* FROM "users"
118404
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (3.7ms)
118405
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (10.9ms)
118406
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118407
+ Completed 200 OK in 219ms (Views: 217.0ms | ActiveRecord: 0.2ms)
118408
+
118409
+
118410
+ Started GET "/dorsale/users/1/edit" for ::1 at 2015-12-30 11:55:37 +0100
118411
+ Processing by Dorsale::UsersController#edit as HTML
118412
+ Parameters: {"id"=>"1"}
118413
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118414
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (11.4ms)
118415
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (19.3ms)
118416
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118417
+ Completed 200 OK in 165ms (Views: 162.4ms | ActiveRecord: 0.1ms)
118418
+
118419
+
118420
+ Started GET "/dorsale/users/3/edit" for ::1 at 2015-12-30 11:59:53 +0100
118421
+ Processing by Dorsale::UsersController#edit as HTML
118422
+ Parameters: {"id"=>"3"}
118423
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
118424
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (7.2ms)
118425
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (13.7ms)
118426
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118427
+ Completed 200 OK in 190ms (Views: 187.0ms | ActiveRecord: 0.1ms)
118428
+
118429
+
118430
+ Started PATCH "/dorsale/users/3" for ::1 at 2015-12-30 11:59:57 +0100
118431
+ Processing by Dorsale::UsersController#update as HTML
118432
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NHSd/DDnvhQlxWgRjWARJboFrOO6bqUpwqGiVaKjMiOWfZMGmMyuoK/AsDPsLQlEhsaIbcGGyFluS0XGw31ymg==", "user"=>{"email"=>"benoit.martin-chave+test@agilidee.com", "is_active"=>"1", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007fd965e4c2f8 @tempfile=#<Tempfile:/var/folders/wm/2gfkznc90x52zl5hf7n9b8qw0000gn/T/RackMultipart20151230-50611-120j0pc.png>, @original_filename="avatar.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"user[avatar]\"; filename=\"avatar.png\"\r\nContent-Type: image/png\r\n">}, "back_url"=>"http://localhost:3000/dorsale/users/3/edit", "id"=>"3"}
118433
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
118434
+  (0.1ms) begin transaction
118435
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
118436
+ SQL (0.4ms) UPDATE "users" SET "avatar" = ?, "updated_at" = ? WHERE "users"."id" = ? [["avatar", "avatar.png"], ["updated_at", "2015-12-30 10:59:57.738948"], ["id", 3]]
118437
+  (0.8ms) commit transaction
118438
+ Redirected to http://localhost:3000/dorsale/users
118439
+ Completed 302 Found in 90ms (ActiveRecord: 1.6ms)
118440
+
118441
+
118442
+ Started GET "/dorsale/users" for ::1 at 2015-12-30 11:59:57 +0100
118443
+ Processing by Dorsale::UsersController#index as HTML
118444
+ User Load (0.4ms) SELECT "users".* FROM "users"
118445
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_list.html.slim (3.6ms)
118446
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/index.html.slim within layouts/application (9.3ms)
118447
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.6ms)
118448
+ Completed 200 OK in 166ms (Views: 162.0ms | ActiveRecord: 0.4ms)
118449
+
118450
+
118451
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118452
+
118453
+
118454
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118455
+
118456
+
118457
+ Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118458
+
118459
+
118460
+ Started GET "/assets/application.self.css?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118461
+
118462
+
118463
+ Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118464
+
118465
+
118466
+ Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118467
+
118468
+
118469
+ Started GET "/assets/selectize.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118470
+
118471
+
118472
+ Started GET "/assets/accounting.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118473
+
118474
+
118475
+ Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118476
+
118477
+
118478
+ Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118479
+
118480
+
118481
+ Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118482
+
118483
+
118484
+ Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118485
+
118486
+
118487
+ Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118488
+
118489
+
118490
+ Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118491
+
118492
+
118493
+ Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118494
+
118495
+
118496
+ Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118497
+
118498
+
118499
+ Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118500
+
118501
+
118502
+ Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118503
+
118504
+
118505
+ Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118506
+
118507
+
118508
+ Started GET "/assets/application.self.js?body=1" for ::1 at 2015-12-30 11:59:58 +0100
118509
+
118510
+
118511
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2015-12-30 11:59:58 +0100
118512
+
118513
+
118514
+ Started GET "/dorsale/users/1/edit" for ::1 at 2015-12-30 12:04:59 +0100
118515
+ Processing by Dorsale::UsersController#edit as HTML
118516
+ Parameters: {"id"=>"1"}
118517
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
118518
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/_form.html.slim (8.0ms)
118519
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/users/edit.html.slim within layouts/application (15.0ms)
118520
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms)
118521
+ Completed 200 OK in 180ms (Views: 178.0ms | ActiveRecord: 0.2ms)