push_type_auth 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (506) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/push_type/confirmations_controller.rb +5 -17
  3. data/app/views/layouts/push_type/auth.html.erb +13 -10
  4. data/app/views/push_type/confirmations/show.html.haml +1 -1
  5. data/lib/push_type/auth/engine.rb +10 -11
  6. data/lib/push_type/auth.rb +2 -0
  7. data/test/controllers/concerns/push_type/authentication_methods_test.rb +2 -2
  8. data/test/controllers/concerns/push_type/invitation_methods_test.rb +2 -2
  9. data/test/controllers/push_type/confirmations_controller_test.rb +3 -3
  10. data/test/controllers/push_type/profiles_controller_test.rb +2 -2
  11. data/test/controllers/push_type/users_controller_test.rb +2 -2
  12. data/test/dummy/app/models/category.rb +2 -1
  13. data/test/dummy/app/models/page.rb +5 -4
  14. data/test/dummy/config/initializers/push_type.rb +21 -4
  15. data/test/dummy/config/secrets.yml +2 -2
  16. data/test/dummy/db/migrate/{20150816155532_create_push_type_users.push_type.rb → 20150824095231_create_push_type_users.push_type.rb} +0 -0
  17. data/test/dummy/db/migrate/{20150816155533_create_push_type_nodes.push_type.rb → 20150824095232_create_push_type_nodes.push_type.rb} +0 -0
  18. data/test/dummy/db/migrate/{20150816155534_create_push_type_node_hierarchies.push_type.rb → 20150824095233_create_push_type_node_hierarchies.push_type.rb} +0 -0
  19. data/test/dummy/db/migrate/{20150816155535_create_push_type_assets.push_type.rb → 20150824095234_create_push_type_assets.push_type.rb} +0 -0
  20. data/test/dummy/db/migrate/{20150816155536_create_push_type_taxonomies.push_type.rb → 20150824095235_create_push_type_taxonomies.push_type.rb} +0 -0
  21. data/test/dummy/db/migrate/{20150816155537_create_push_type_taxonomy_hierarchies.push_type.rb → 20150824095236_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
  22. data/test/dummy/db/migrate/{20150816155538_add_field_store_default_values.push_type.rb → 20150824095237_add_field_store_default_values.push_type.rb} +0 -0
  23. data/test/dummy/db/migrate/{20150816155539_devise_extend_push_type_users.push_type_auth.rb → 20150824095238_devise_extend_push_type_users.push_type_auth.rb} +0 -0
  24. data/test/dummy/db/schema.rb +1 -1
  25. data/test/dummy/log/test.log +716 -591
  26. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-S6Bl1HPcQQCtJ8nXEQcCqtb7iikxFmZ5sCeBscV4LY.cache +1 -0
  27. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{M0lUtBm_HSuIcHcQAA5NB42ZMumxP_D2ohdiHce_MXQ.cache → -V59-cykX3aW-edCCU3am490YjHE1DjxRdD0r7vKVkw.cache} +1 -1
  28. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-VE297892qITLU1BNGSsHmmy1uFdJeQAHbVWl3LiOzg.cache +0 -0
  29. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{gVZrKE1Ya8ZQGJTHS1is1v8Q2uHRE5p-S9hzUcGMvuk.cache → -nbxH-4qf6wcU_svZqPbq7p_oHnS2BxoTsCpUmCocHI.cache} +1 -1
  30. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0FIU1x4uuohPAdRx_dWKzjg5Hc0-Qo13QOUxMvvr8C0.cache +0 -0
  31. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0Ssu7NgEAUhOcZpaChN9nesEFvuxYljN0Pf5S3I8qkg.cache +0 -0
  32. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0h5Stn3QwuwUOWmuACjCIwkHZdxHvCA3Ud8RMgaNSmo.cache +1 -0
  33. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{Z-3m1PlTfGuvcN07NMN200Kwd2e7Pw8ZRTPmt51-JJA.cache → 0naNcOTdjN97B5JeTi8PpcAEW7Nglkh17vtzQyC9rCE.cache} +0 -0
  34. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/183QM_nYqfZjzkT5Q9zR3GdB4RQa2QIIsogfYu2g3Sk.cache +0 -0
  35. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{Ss3QbfGGrMiIDUNjoKsbQWd9z_ghG_pwRabMdTvuCas.cache → 1BINKKcKuTUfmRlIC23SVtQ-3e90Ci8cW1U4CH9Tpuc.cache} +0 -0
  36. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1gwHGYIjrnzxAimGEidnL0onM50Nq2mMJU4r7RMEtYU.cache +0 -0
  37. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1llFDLrHPiR_p468TQNN_OxCT77FTEEDWqQVnNCtW88.cache +0 -0
  38. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1r77VWPeKuXosKTbYoFQtsbIpiW59x7v5twX4G8muN8.cache +1 -0
  39. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/28L3RQn05Wvu0Vlrhe2Dr31UR1AV_7hf_QNCzhJbwzE.cache +1 -0
  40. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2Cb3-mOWcYpgToivwGJqrTBRVvd7bfcM0yUQjioYH3E.cache +0 -0
  41. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2NwUBln6399KugScC-cbuP2i4boN6EThy2DkigSjsQE.cache +0 -0
  42. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2PJ0Zoa_zA0BNOAjpsnBwyMJoqX810zx4jRjIsxB-lA.cache +1 -0
  43. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2ZUo-FjrvbLEfJ0jtBWaT_hqILrQsH4M4yE-GbQPx38.cache +0 -0
  44. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2j_ZVt8woJwF28ySHUCilt0f6ZBQTmJwUJcHp9lKxco.cache +0 -0
  45. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{x-bIJvoNjFWPcfltPmDFMD8yZRIJyNTxpFhGkFS1X7A.cache → 2lohJTHQWVf-TshxIk6xZrGMlFu_6v40MLyl8UKlj5I.cache} +0 -0
  46. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{_2DzMdKXm8J9X-dxd-29FgidEjDoh4BnLBvKATd0c3I.cache → 3EPUijqJr44wM8AynZWfpUfQ1vQwBOPSE2P2AGzpUAA.cache} +0 -0
  47. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3QdybWaZDZXGevLrZajZ2ajpzlWJ5teporHx5WoXQzQ.cache +0 -0
  48. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/41A70UGcKpx2PzgY0qd4A3fDMskk6RafUK5vG8CGiF8.cache +0 -0
  49. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{e_pxjcDdotTBZ3eFyuWGCBz8oyr8da8I_v81xqQXYNU.cache → 47aIS1cAqiy6v6q0n2Yr4_A9hyS_ibYYjTQkP-jqL3s.cache} +1 -1
  50. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/4Ua2339V7ccLPJ1mMZnEfhyDw9SAL7rDf6mTBSTgU-E.cache +0 -0
  51. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{U1K7UpoD7M9O6XMFy_-W153fKg9i07CNCx-U76klJhg.cache → 4d0_E6EoEux9D3QKiRs1TkcoXWFL_y4GG1iFk6M_kuw.cache} +1 -1
  52. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5em56btjix_eWBOjYktQMSmKoS4NWj1GROglzLMO8wE.cache +1 -0
  53. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{2vzj3eNQYQhCiCryq0qHS58OfwHuIcNenZNOTcTtPoM.cache → 67uSKtBhFaxPde9sBz4suI3NfSKmeOxO-307HlkzS8U.cache} +1 -1
  54. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{NWCSIa7ZKIHRvzcmomlB6-FLvet5hb2K3uz7F_YkN2Q.cache → 6HtBwizMRSiaHx7I53CXNkyDm4LbS-De0prewJRK6w8.cache} +0 -0
  55. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6JGXlR2sxcq5gZ7ewxlTZxeMktlBRvEUirRkkIWCEPE.cache +2 -0
  56. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/72bfiIO_gDPrLUcYSiJF4DYSNYWqmxHm5SZhUjWSdH4.cache +0 -0
  57. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7E4XLCZjikEIlUBVyDv7w9iZZEP4QACl8GM1xwEEi6k.cache +0 -0
  58. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{nVEWfxdXJzutDRWKjyXK-3J0n_RFy18eGKScHxEGxdM.cache → 7EkBoEjHdLjWdwXrb5ubIGRT35E_lqxg-6E5V_7Nvcs.cache} +1 -1
  59. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7JKkiLbnxzREtEB5e8OQgidJ8bHyDC2PiBi6qOM0dn8.cache +1 -0
  60. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7aY7_dG8GCZkRLvQqTI7DEe3MOZN0p0ek9dXClvK0wo.cache +0 -0
  61. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7cOKmFdrp6q_d9sZr_jqCwtoEUPq4Xcj4JGeI5oDu3g.cache +0 -0
  62. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7dU_u7cOEvC72eP7OLCl28lP7jYIPhioYdHcOx229EU.cache +1 -0
  63. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7pcPNzeEkfgBGb5wpoBlxwlfq3fBuT23M6WswSIayTM.cache +1 -0
  64. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{Y5b_umhmJ1M4blAhekEZrm5sF8lcwjNEe7Cap7DsQZc.cache → 8KOkGt_f8vxOlYmOFGJT5ECz3QnsE_ICEziAJRO2JKU.cache} +0 -0
  65. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8ZOULFr3PKrZzfIK4TDfcYRF7z2VMJfJloGr048-vro.cache +0 -0
  66. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{RBoKeVRwNs_n8WsqQh9yZDLZSQjNoUpfGlpooYU2fdM.cache → 942keToea149c-Fb1aaE2jZyg_LbP8QMEuJXAlG5_z0.cache} +0 -0
  67. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9CjK-9GNB9QIaVJvfYUwOFN2aKf3ZN9J0OkfN8e-cWc.cache +1 -0
  68. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{JfQf2LfKTaKl9LZWUgwn67zJzRm0MJV2kRrFj6dDd-g.cache → 9E-xbKSDK5hn5fMKkGY59NYTwEtejlhu5TuzqIDXcmM.cache} +1 -1
  69. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9HMGOSC_tFAew7IBpRv4ik5TmetcNt7KWrpoYgtGd1c.cache +0 -0
  70. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9OS-wfKCqeSF7PZCwNq5lzEmxq1_2m4Iv3noUaclgdY.cache +0 -0
  71. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9P2bM7adWpRK06ly4W-rxT5oSdCREVhrEj1mZ24jGuE.cache +1 -0
  72. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{FDUKk-oeuduiA8Ys11uPf0ZeFvnIXhycKj7hWmRVfhQ.cache → 9jrmka90l9pn-fkNEWLek2rGeihOwfKZ06Rew9jButM.cache} +1 -1
  73. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9maTL34FzP79m9O5GPa2fOhWXdP3WNPLwS6i8Uw-0NU.cache +2 -0
  74. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{wA0VImHDRUbzFYBc28_FT2oPBClSjce4mPOchsvn6O8.cache → APX1ODL8S_GUX_btPLLUAE9ee-H5KE55qDoqMqqudlg.cache} +0 -0
  75. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/BblH2ZTG8ed7uQSpmFOT_snlizzQ7HYT4xgmWtHujHk.cache +0 -0
  76. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{edxNBzzlJ-2BNjor2KpcOfLZWmaPyezH5r9pVya0_Rs.cache → BqtRf6G3gAPR_11qP9TeLb-BhzmrQLfvEBrk3qhhJjQ.cache} +1 -1
  77. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/BwIC-wE1pTn-23fPasnG24vIdIp-Gk9Frd8v8v6sZxg.cache +0 -0
  78. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/CHyZgOU2an4-EeWU1V3oNKHELcr-R57N9OK0L_kYX4U.cache +0 -0
  79. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{ySnDAOAO4SBFaUDMZlBy7ARonK2s-IC52jr_IR6HHx4.cache → CYa9dya1tziOnkVj8nsA56gwhsGCUnLsHLaGfTDvaDw.cache} +1 -1
  80. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{tjb3zhbzaU_13cC3fIXIVN7DKIOlHUHKe1uDgX02jAE.cache → CtteclbWGxbLUK4oWsfvhL1dcoPi9klPRgT2qzXweIM.cache} +0 -0
  81. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/D-F1Gw9dTFoqlb_cEKKeq1oyrwrC3Ir8EAev1C4eP-k.cache +0 -0
  82. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DGay1RS1o6SfG7mbsjthb386N7HD9DsjypWDh1QVjD4.cache +1 -0
  83. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DGg8NUaWNixHr1h1nK5xTMOxVhhwxVH38NdHwwNUhbg.cache +0 -0
  84. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{8rtLsLPatXxrd96WmfYhtq5_phrvgFhILsb-KVTHtcA.cache → Df2Of2F9bxYfPDKKtgzu0XRxT1Wu_EIRU7GUGLFwv2g.cache} +1 -1
  85. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Dl0XRA-lcPF6cR2g0JaAqQ_WWmjrc5MYvCZDGf9UeHw.cache +0 -0
  86. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/E-2_uIizJDUFH4VDQLYm78f8A5csAMDJtkIBRPGKDUo.cache +1 -0
  87. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/E6zG5u7IgU_uBMglMF03fFI4LF4UyAFpIkroAEv2apY.cache +0 -0
  88. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{3dtxXqyJzMrMplMu_jOyIKaESm66xXiiupDhF6b2atQ.cache → ESosAkY12XBzbmy2bQiqE8h1FXVU2SN9-a3jlh8bjuY.cache} +1 -1
  89. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{1tPiAw4tB_zHufh45T-jPkgBoCwK7VYsvTnnG49Hs-8.cache → ETqmn0Cme5BA11GV3JDRY5lpqU8oloueEZEbEHYTN7A.cache} +0 -0
  90. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ElG8hxRVa45TU2NkKVW8gP4BOJZP0HlgD3_KqK3WfWM.cache +0 -0
  91. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/EqAV3Qdwriimb6TpL_MIUG0Sdp8feeubz6GvCuMY1Oo.cache +1 -0
  92. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{bn5tOPraFq7l7EanDWAWLtXH4SbWgFoyLpPoHnLX4fY.cache → ExKY_3j5qXQY6AZO5aRSt5zh7ESM1JlDdV8E-DpQUbE.cache} +1 -1
  93. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/F6-5K25F6O9po1BgrGLgMQgcCOFGfGPgcyudxwBvj7Y.cache +3 -0
  94. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{bblJd1cpN1F2xPlPIrTp4hBv8qi-lpYXJEG7aQaTUZo.cache → FKnEHCiBPtYqySHLZ63AaPCWkvNuafrv3yBoolITplY.cache} +0 -0
  95. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{YrsZJGvCYEHeCjMc1-BuCCQlEwZ9iDISnFq0jd9DxvI.cache → FLvlZCBS_9hucrFycowFNMgUwRxU9sZ1b9kdIMSN7Gg.cache} +1 -1
  96. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{a87Fn05X5A38pL10l43-8yw-3uBttrP8IdbaSR1v6ts.cache → FS6XRwX2DX0ouFkmIVU-wxiLhC1TziVJGSzsQ-ar__M.cache} +1 -1
  97. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{W8tdDwfWejScZbIPFsNlcXzB2oJuxGN72M5DKOEVAvc.cache → FUpTLCMIyomVr9h18Pyg4D4zHaBBsGzaE35QErd3Q4E.cache} +0 -0
  98. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/FqNSw9DYT1CrGtNBp2Bdjp6eoEZq80ox6Yl1dNTalkk.cache +0 -0
  99. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/G23bMy5XGEcjVRuCLWHpCTD5K44yvu6EoejRzgnITJA.cache +1 -0
  100. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/G2I1F8hwGfcwh6jn-rKW8pSK-q3jVmzSMCT2C_CgPR8.cache +1 -0
  101. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GL1n3XIIso2F_VKyLTQH9JTpBrZHN42Q_49EON4UIlU.cache +0 -0
  102. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{-F7xvCFlHo5KTw-6b6Yp_cZ0syo1zIbSaiazgWo8d3U.cache → GgbXV0IasxU4HrQzNZtXF5IuT_Wkj4k7ImhtjOKp0Qk.cache} +1 -1
  103. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Gn1NGRFf4MtC7n0EL15yPvG9HedKqvAf0s8ZVt9R_Vg.cache +1 -0
  104. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GsYVD5Y36VgEM9-dHbIN3RajZlEl_ePYb0dWF3oelk4.cache +1 -0
  105. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/H0PWz24BWVnsw1_gmJYabjLD8WNWsjunpckILxvH1T0.cache +0 -0
  106. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/H7mrrWide8AmekJJL-HNkdcDFVTT-GfJw3voDO8wa9Q.cache +0 -0
  107. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/HSyTLdjY_MaUu__wcNl9NziFSQQW535Z0K285pV3YGA.cache +1 -0
  108. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/HaUnW1FPYwXuQDxPzTUR13eoyrHEVht6u7YsDBhKc5Q.cache +0 -0
  109. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/I2HtSIOKp1AQsRyAwtBRUU4W5AtTMKL2-gn0ukr3wWw.cache +0 -0
  110. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{jYqL6iWdr5k4xdQILoMvkF95_l-BqL4Sf8s3Cae4Q9I.cache → I6Q3KNvkant4kd22maJu4WRs2Sk2_R2o08sadkf9SP4.cache} +2 -2
  111. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IBTTGc_kYQDuRDalfEwx7QmAQl55zdZnLJemx5i93dk.cache +0 -0
  112. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IJtcpLq3baCAKcQocMJpucTb7_tYZ70w2p0lO-m2s8M.cache +1 -0
  113. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IcHbHm3wB-dLoIl5ZdlQdPGKzDrvpR1ibHFpgLTrbY4.cache +2 -0
  114. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/J2RoOMfxaQlq0VWRtHhE3n1G1PJPqEXuVEk8V8O-rx4.cache +0 -0
  115. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/JByZv7yDRzeO9rUvHlBmWVsDqNN8Q3qPHziOGYn3GeM.cache +0 -0
  116. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{5e5C76XpYo94BskYm9a2cS4VU614Kx3uBu4PvJMLDE8.cache → K3NZFmGFB6Kpy0DAwU-ro8K3GJDPGVgi2wsMJdEjE8Q.cache} +1 -1
  117. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{04V1J23XKxNLlD3Pz16uAgtN_fWuGh1E05WLFXohFYo.cache → KNZis0LyVTD-IbY-IQDdNhEP6_HH4Y2lU16bCTuDoOY.cache} +1 -1
  118. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{1C3ilG_zcG4QajYblU-gWuN9mcNY33ujPDdHRdRBJJw.cache → KOC0Su4ectWUs7atTe9qdsh_YGVfkN9M4_98la7FEuY.cache} +1 -1
  119. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{PswhkzameYrttjfxNPjJUePfLZ6RPiW984GoBDU2SYc.cache → KWM8z5ySnCFS6bW9EBmzCMGSDFVrQYm8h8o0-IyJCCE.cache} +1 -1
  120. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KfZ-4KsThYdrx4wBMP-qlirjwDnr44cPjgd0zSg8pNU.cache +0 -0
  121. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ki6dEbxip6dbLQ0gtmW-l9Ao_oZfKOb915FDn_ZdnDQ.cache +1 -0
  122. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KnhWSUyltstxQ2PdUaQnLQoAS4hg81dpiOnd9AGMsEw.cache +0 -0
  123. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KqDb95TYGhv51BOVes56pMQNo7PxqL24Km5PmpO7lcw.cache +1 -0
  124. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/L2enfZb2MDC7VG0GVka5McMtSt-4AKprbilB-rYPBlI.cache +1 -0
  125. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/L50X6I6Mw1lAjQTVJdFhestyayglK5Io-PxaCNjj7Eg.cache +1 -0
  126. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{XBSJq-mw2yRfaN1dj5fJudu79H2nqOcTgH9o7dL7kk0.cache → LbHvMjhhyxXA-AV8nJIQ6flP8CQnPtBKOCbY6siZwAQ.cache} +1 -1
  127. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{Ni0h67LGmPlgps_37N0E5bejbhTkNkZYfIzrAEosRAQ.cache → Lcb1EMp-gXQ_OWupJAEjLVIQnu8zJiHiMCWr9554nns.cache} +1 -1
  128. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Li7DSvF0oK9f89w50Khkr4A5rsjGuRiiOJ_tfinKxXU.cache +1 -0
  129. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LiHmlujL_nt6M2HrQBMPBseKTmnhZxeNYZejLy0zKa0.cache +0 -0
  130. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/M14kw8SSgsSQ_yAQOGjXwKOzqM8Q_LUyIbbh6eZ9cQQ.cache +0 -0
  131. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/M56sObXEwHBJKFdMQ_ZshvMai11UY_kN3wloog3LsMI.cache +1 -0
  132. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/MFU0YD8AC7ovqJRiJPpCj-uZI5cbO3Tj7vDRUBbUFaI.cache +1 -0
  133. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/MZNDzAJiZI7FYS3Ikh-2O_yi6Vtmhur3LWOpc_BPv9M.cache +1 -0
  134. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/MdjHYccO8d2yYQfIP-WYJo6M4Yj7CthcO8W4L85B8CA.cache +0 -0
  135. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{FkDoPJKdRRiC0o-TEctBZmLBfl4UXsHnmT4w0DKefDk.cache → MfWUNDJMpaFUjNwMqlvesBnKv5vOInuM1dzmyeEsflQ.cache} +1 -1
  136. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/MtzaqQQbNRvBXDCFwW3jw40MS-ijtYZOOZ-ZZ9kuDdk.cache +0 -0
  137. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/NpnzU7Gpuloqa-gaEUUqzg4bNQk6Bt52FNBqLnYoqdU.cache +0 -0
  138. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OL2raHlR6bslpx-rgAPGLH6BJUft-DmAIlpAhB0p-Ic.cache +0 -0
  139. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{0Zf2gv3gn1Qwc14jxhSLKQw-iFs8QHmIhMOVuwlk6rU.cache → OSki1RE06XtCh_mbWEZCkYrKMrrVdsiQ_LqL0h3LkfY.cache} +1 -1
  140. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OWX31V04JcL1-cocJ-xSF1wgeF56UE4Dw3tbG0B4JI0.cache +0 -0
  141. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{9hm5eGeW9PIq9RQisX1o-WoBJC6Vz_jfsGyicXEH8xI.cache → OYxUH49aH90fRJECGnWur3BDkeVbgqsAyPTk7h9SAME.cache} +0 -0
  142. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Oa7uTOgQtdZA-yffFSJMrglZyaMBSSjzmSc8k9QQ3Z0.cache +0 -0
  143. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{1_IeBNyTgiSWX1LGysbxH3YSYSIXw221xXKGzQYDEIU.cache → Ois_0tkm_7css_9svg9bbNMz6CBmnkYtyIlmfScBs2s.cache} +1 -1
  144. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OqfIbaXj5ucEMam2I6PPD3viDT6CYr4Dt0ccS9_h9ZM.cache +0 -0
  145. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{PaVh6w5hliDrK95of-cXmhg3zWfqqlufN3uuGVUlHgw.cache → P-Wi4NhQw0IqnjTmxrLfhWCpRkeFwA1aw83IeF2rUC0.cache} +0 -0
  146. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{va1618YSQfRSgYisDkWYgsxR__FRNePahq_yEc_ha3Y.cache → QGBAyyAoz6G71MOuFicXSDvN__roxNOdgxg4LYnE9pk.cache} +1 -1
  147. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{XMNgLounnxpnZ4xVtTgucmsO8-j8JmwIO88S6VprkEU.cache → QPBS20SOT_94EdS_yXQagq6w7axRwS0MXcd1_FiQyx8.cache} +1 -1
  148. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{0dxj9Kc1mP6hzylDnXaagEsoioUNrGHqxrE5V4O9sC8.cache → QcKxnglVpeSJ5U9fZlPbYeOZjlPkQZcY3KaspLgUUY8.cache} +0 -0
  149. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RvqCquwIW2PDwpibE8DZYwLOUMphW6I1_ovRe_gpcOA.cache +1 -0
  150. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/S8Le1mA63YkIEYb3pomVfQkTOt-KSwen4nm1We7x4QQ.cache +1 -0
  151. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{2wANaAf7qZ3nF2Kkg-mgbtrgE6UNiyGGqAAU1gBtNwc.cache → SmSbX1fp4298tUxdOd8gFy4t9hjqjr__Nda8fgze8aE.cache} +1 -1
  152. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Sssw-sNzJqe8LguN4nhiZtyTJQL382bDSpfKvsrXjV0.cache +0 -0
  153. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/TAJ9ftUTknmQZgXZPLid0dCfED8dA5hhpI3uvnnlrns.cache +0 -0
  154. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{N1DFWBUslY1zClAReWaSpVws_U1ta9lGxQxOHSIEpEM.cache → TP_9_Vw-ohvJQ8HhhCqxU9EVE65501OoMl0009GedWk.cache} +1 -1
  155. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/TRg5qkA1Vsh3CDuRjeJxTuVKFW7cjfBYse7cHX_ne-8.cache +1 -0
  156. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UUbCzd6Wur5lSrbBAxagQlOUafq0BVhwdeERANL2nMY.cache +0 -0
  157. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{8BrakLIPHwLh3SLxQlz3OkH3c-oBUVD5w4xTwGZ1Kp0.cache → UX_IN_FQz6AB3bqqWQcQhsxk-b_MMHotrBt0aoISajQ.cache} +2 -2
  158. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UYxDPvjfGDbZ3BKQSHbMm9VKGm23yy-lkMiHQX2nKHg.cache +0 -0
  159. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ufrow0j2BkzxZuRcW8SDDvpzxR8Y60SefY5UsMF0kPc.cache +1 -0
  160. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UyDpefVGHny5r2608p3LvqMZgbjlTFfvTBoDwRqcqyo.cache +1 -0
  161. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/V0AOYyEy_PjcjS1kLXCt_8WzJIBf1OneXAsdheQaqEs.cache +1 -0
  162. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VcPxNSQLnU-t0opsi5Jygl5p6s9SMZvV958mrYynV_g.cache +0 -0
  163. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VcVhk1L-dBNjBkwtVWsXuuCmlAwj5IWtpyGXP0yYWXM.cache +0 -0
  164. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VtGFCTc5XEKzsKeQ2C9r2c-GI1eYNWbXaWX8I1JtNkg.cache +0 -0
  165. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VyADsYlqzQcMVILMBZJbEfe_HMTSzvfbVtWV7okUhLs.cache +0 -0
  166. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{sh5IvJ_6Y_RB6iUSvealQVVfOYkRhhF1f3Z3r-AgDNA.cache → WJtU2FdGu_S_02ZXzsYbR_X545PAX8GQSFGBXau2_Mo.cache} +1 -1
  167. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/WcEAvDRhcLiYhFM_GPNRZeoKMuDAnQk8qDIk9t8DmWI.cache +0 -0
  168. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ws1HnaAaWW41z0FboDgCGn7UOK564t98bT4vg-Fw_dY.cache +1 -0
  169. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Wuqml3AK1bVrpk9wSYNY4q6oiOYfAy8iccJRZJaPM7Y.cache +0 -0
  170. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/WyBJb-gme0hiXtdDZcPvfU26UExur3JnCFdEPPjeFiE.cache +1 -0
  171. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{ZW-bYRkjmKxgnXGKBhGr9D2wScEwiMQmvSMYU2k4EeI.cache → XdPs9Q24DQ54oNjuryAt4o5TLgN-dM0ghNl4W8KjQKQ.cache} +1 -1
  172. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Y9aNoJqGzOZ0RHNVuJCLs54h7mKdPWfMTjk2lBQaUNs.cache +0 -0
  173. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YwZEGY2chB0tpRhKSDUILFGGQKGPTxCUBNF2HI7RT_g.cache +0 -0
  174. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZG3S0QJMVHh_f_5xOwIY4gV837IeMJbtVTEjnbaT9GA.cache +0 -0
  175. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZMbJE9302l_eI1zHJT5LOYAkNol7pHZw3EvU6NWgIT8.cache +0 -0
  176. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_8D0Ltg1wEfqlxLsR_U0YlmsMBoR3T1PMI1AtWFwTpc.cache +0 -0
  177. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_E_HDsULuZoiydWQ9BJO5bKXfLVScPnqyUW6S2ob9MY.cache +0 -0
  178. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_P42xlmd05teCWM2whU8ZzLGEchp1vW6oGCW8-0a8Bg.cache +1 -0
  179. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_WiO3JeuVUm-VmjHbdDf2xpfKMhw9T_OEhJCmXHWeGM.cache +1 -0
  180. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_YAfDfpJs8Px3cclDmhZnIIY0f5MWMFvCxkYRFds3EI.cache +1 -0
  181. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{puuMf9hBDsPwIZG2niVhzqBxZjZM7KbGim8hEFkJV30.cache → _hDt0z8svBuTImFE2S_FrSS5bAGsogtwEX8mBMtae3o.cache} +0 -0
  182. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_vjiwaxGNxdGwaZMHA3p1r68jAS-XRJXpl8YC5G8b0U.cache +1 -0
  183. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/aL0wFn9DL8MQw6y180ixqzi-t4M67p04summzJ4L4Ro.cache +0 -0
  184. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{qTi7s79i_M46UHlOF-S7bKuAYZLgkRiWsNeKxeV2Mdk.cache → aj2CCvEEm8aRU4ABy-pHE9iut3FJcPoKnL6Xx2QStzs.cache} +1 -1
  185. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/av3eZVvuyfpzBkYKi2ZtEuLwIJAh0-0qxYMOf4LSA3E.cache +1 -0
  186. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ay1fxZAOx3put5PkN3582n0pr3QL5gD1NaYlcVu2kXI.cache +0 -0
  187. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/b39kVMIElrmHY-P8jLscjhDbX_e9-qpcvjhRIj0ShKQ.cache +0 -0
  188. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/b7iE06XdzuZv8dbSWW2x6nW6V_2CA6Ary9oM1zrf11I.cache +0 -0
  189. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bZfonpng_QpJgdrRgItseUyu42IApBgDIdh37JGn1Bk.cache +0 -0
  190. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{XfY3p6rEnX_KbDGpeDmQednomYSN3GXHoJdrVg659tM.cache → baUvaj0ZJFUFGQVeaoZop2OPaLgYeHZFxuKGqT_HCaA.cache} +0 -0
  191. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bazKzk8_-2NTv58jTsJW7RKQU87X2vWTY8d0INbRXSI.cache +0 -0
  192. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bmTBbLCpDuCXrAod7PtQHfaIwQAQHdc-RTeqgGmTBW8.cache +0 -0
  193. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{efCudpx2-JZpO0vzuDreIB1MzF70Cw62Q3ZWlDp_BJg.cache → bqn6u9mesTPInc2q2lbYlM9FESMkUCLQN-azcFtOLXc.cache} +0 -0
  194. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bw_2vL8HwdVJtXxhogFr-XK6scovCfNLYoAgP18W4PI.cache +1 -0
  195. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/c5Jw0xa8H0knbTaBgNS_8CoFRNKGWzUQBgfIRwrTBr8.cache +1 -0
  196. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{VD_AzqubVullH5OXq-qXBkPPXYrGYVWHUL-XZGBvGVs.cache → cFB6WNReQCWU3lbrDDwkXVHjvCuYMadpeJTHqRsqGME.cache} +1 -1
  197. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cemYUqa9JhGr_OEVAbh_8AMcMRjMgsTzzmVDfrxrNuU.cache +0 -0
  198. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cfEKbQhbvXJ4PUTNJ3_EfLQh9pTqH1YdV7lX2Ccnmq8.cache +1 -0
  199. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{EGZju0HOdtuH_atwc30rUKtluKUOR1HrU4n5fdgv7JE.cache → cgdXwbAcD9W4XO6VlGpguE3NXC--rMbv5-UHnP3G7lg.cache} +1 -1
  200. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cxHCaLjjlHCHnXgn6lNaMULMy2es5esQBoNxUuqrsfk.cache +0 -0
  201. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{ZqXYtSb2MiQy4-U0ji0gA0U5lifH9Frk4Igtg4xpsuA.cache → dDumv8akzr5EzYBwjvKhzi4kA30Hnv-mr-SkKEwDqP4.cache} +1 -1
  202. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/dECvLkvkkhhxiictPtZlhrMN5LXzMgW-wtEbhMpMy9Y.cache +1 -0
  203. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{c80YxNyGCMJn5ge8D4DnywD44KdQuZeoQaRA-jWQ_Co.cache → dJ3wYRO83d9SrZeNcmNubPDjgj8uIYF4LUg8s4P-v0g.cache} +0 -0
  204. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{uB8oI0cjmDNgQKsiWWAoSEprVn84Ts7dUy3IhZrN3zI.cache → da60TRYs5UpS2qXLVQJyvK-NDtSwKs02c7X9nJo-oJs.cache} +1 -1
  205. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/dekYIDNURKiYLE-3IfU3FuWim_iH_i7RWfj96TIso5Q.cache +1 -0
  206. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{BfuKMHvqBd9QRQrngRCwItB_vo6D39aKPDnuNsKb2Rw.cache → eEN1CQMb4O3yJJG1dZr04PftM6ZkCZvYLKc5Gp3uS28.cache} +1 -1
  207. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{ER1OmaE4UjgKUtY-0q0p5XDGu_cX7QJIzYr8fURqeUc.cache → eLai_Jco5Gty2klvibpZkO9WZdOgb5o5Mkx4VWoLCeo.cache} +0 -0
  208. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/eTtX8mscNBUz73kDoB_4P9YM2_6u8Vwf6rmx6AtxSNg.cache +0 -0
  209. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{0a6YDDMn3K1uQT61FcSkEIg0Ob3vZScxy989g3NZOzM.cache → eX4AVif45PgHpC1DxSJYbS3YTQDSVu3a0bMDAsTGZh8.cache} +0 -0
  210. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/epRYgr8U2K0O8f4h3IXvm0PCxABOpfrCPH6ByB7xMSg.cache +1 -0
  211. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{0LugLjG27mMxsBWarkn2GtoQsjMEFaT2DUhSfnuL3S8.cache → fAXxdLYIxKPna7KlhVDbG1Q9iyuuR3IYxOtFMDIe1Z0.cache} +1 -1
  212. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fJ-yRpQHJP6-JQtceww23fAYrkne-9vsQtZtzLllktM.cache +0 -0
  213. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{BE-sIHBV_YurznP8XrSypkTO1rY4EIxEfITsIu3NF_8.cache → fniBRId11op886NWreFauLt6f8d0JAGOfmHBSO3IiP0.cache} +2 -2
  214. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fzYNvhCMeKB4oqML0YwCKq6lnU15TtBzPTgVA8p5sWY.cache +0 -0
  215. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gAWC7V_l4RGUDp02g3TiXpRbC2KQ7tB1LSuNFF4KlPc.cache +1 -0
  216. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gS37tUE8c0NKTAkNCkq7w6Tr-512KbIZCJSnMNzgdso.cache +1 -0
  217. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gcnJv3jDzVuIU1Z7TousE9i0kdXgc-rAO9nbkopeyMk.cache +0 -0
  218. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gmMHA9kfwlgoV_E86lMVRs9PMksAD-HZLxdBUfTlxsw.cache +1 -0
  219. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gpEe4ZvTvbrmluNloS4V7WM1VrqeF76QUbChDnMUK0U.cache +0 -0
  220. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/h9pGFrr-YG_HKMFyCy69UB6K6Ev5dIfzmCCGMjBPIVg.cache +0 -0
  221. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hEd4qfyrdK41iK2k_lCyJvODyQ6KaWLQ56ZcEn-4GTk.cache +1 -0
  222. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{C1C4JiENpgnHbBvmMmUOOS2JnaVLUC7r5AWt2CSDwKY.cache → hHoFdLF-c8SLdDf6BH8UmOS6j1HFnvT40DiKakWrRJE.cache} +0 -0
  223. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hbaCWkGHi4xx_akue0PZSxf9cxgoQ4SNVuyt_W61QMY.cache +0 -0
  224. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hdODhlljZ1jKkQQLih_Sjmyt9Bh39l7PTWoohkyb_Qo.cache +0 -0
  225. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hqsXgQKrjrCyBteINTGVVCWP_zSt7zsHA0wpjPl0TUI.cache +0 -0
  226. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/i1UX5lP9mj2zuuTLBbMdiwt9JQ7dTdMX-TKTjS0dAc8.cache +0 -0
  227. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{QW-cayQDsoBn14aGN55_aia2REpHDwhYYFafd_ePISc.cache → i4-rc4iTEFa1-gWt561LcTIWoUrsslcYStPiYbBqqnI.cache} +0 -0
  228. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/i4m5NxxLRw7CwOdiH7rsl6h5J7BMxI3TAhrINzQuQEg.cache +0 -0
  229. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{F77srfn0jcYAfIDfm1Poby3-8is9anOIKWShoBZF_Z4.cache → iEhpm68kg866WsDhIPz99K4eWkrpoI9-RQMk3E5HGfU.cache} +1 -1
  230. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iFMrb8pVgppKYUZrvFxdwfuvbwzeOcsoEqOu3nKi8Zo.cache +1 -0
  231. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iM0dsS4PHclXjzf2QDRyVLhCIob2WTJ4TW452F6OyrY.cache +1 -0
  232. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iU_mRh24cV9puTVe-9Wyot5CYPQzkITkGvFCiLYWsG8.cache +4 -0
  233. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iX0FQmDfNou0ZhSh6ZR4652mkSWS8E4vQpru8oI9I8Y.cache +2 -0
  234. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/i_a_DvIz6cLN6CP07oQ_lAuxOiVKA_qFQtXRGVShDdk.cache +2 -0
  235. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{I41G6gCbkZD7BWBENXe6MwJNcY45TH8x_8uErOUEduI.cache → jiwvtbmWQAguwJuLhj5MONM-vQD9pK1Ez6K2hFbQLQA.cache} +0 -0
  236. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/jzFsaC8ooZGs5-J3_UAwueY8NGHTiXjrIQUNjxN71Ho.cache +1 -0
  237. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/k2dzetzBa0PIn09FwbOd2-O4L7Bgy4WGlE3ZZNJQL08.cache +1 -0
  238. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{FewqBNNw4lWjDw_t9lDwysWgTr9yJvouCifLXuT5Ouk.cache → k5RlzvJVnVsLsuag_hggFFe_boJIBw2LSHYOXYeTj7U.cache} +1 -1
  239. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kLmnwoX0p8e7Fx30mk9q7pWmPl6yF_lWEOY5clmSKqE.cache +1 -0
  240. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kMBQvgMwN_y-fAvD0AuDt9BhsEiLVNMvpzO6n435t6g.cache +0 -0
  241. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kZ-QeaIJGhOta7DOqFl-NrIbOv3gc9X35YVVie5eiHo.cache +1 -0
  242. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kyxjsgc12b6y08FvxWr8OOTS02cYts1wrtqEL6izDOU.cache +0 -0
  243. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kzdk20bDOfcAHGxsBZCkMTzhOr0UF_CTr_LGFNxXKw4.cache +2 -0
  244. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{jdqgyXWuWfhU1i8_lt5p2xhoIurkuYIi3W1hwZIGl44.cache → lP92jvxPS1YN-aTupxBO-Lfn-IdRyMAPZ_53Fx0gQ1w.cache} +1 -1
  245. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{fretAqE3ejVIpbFUV3JHmEHxWXhaft1iy09xtrnts6k.cache → lWIjMusRlLK-G8RwtbFoarhLAiuYVebf0dSMdA6e0pw.cache} +0 -0
  246. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{fIf1jJ-75LW5I5Qast9wEccCWT76e3bimMj1dZ57hOM.cache → lZpqZF6lQ0Zm_HCTJ8kLKuluCA-YQuef3rK72MpYs6c.cache} +1 -1
  247. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lcgYnoK0PG_0CXR4ggidJvKhLFVXXN8UKOOjb7vH3uY.cache +1 -0
  248. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{wU4XvcV5BUXYdVUkiZH5IJQTTOxPsbJygHE88yMMWzQ.cache → lkiUx4OJJv4cPhqD51KaTBMtoGfb0-fMWRa8Xf8McbQ.cache} +1 -1
  249. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lm9qBCxnwz4zxHvYiC95Fp0JciWKvLUpHZy_HYQn9ao.cache +1 -0
  250. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lnw33ncdIr1d-Tjont_fGY9JE-gsxPK_XMGevYnB8IY.cache +1 -0
  251. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lwIOLjyKzKHE3fCiX_P00uznbKHDexCckplFTCn6Xo8.cache +0 -0
  252. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{5zl-nOgmoHIpS01cqLkm9_r6WNEpP4dK0-OnWR57np0.cache → m0VsMtM2AMN9_FJ5iyBgxfGXG8ZEK30zTdBnAoTAYXQ.cache} +1 -1
  253. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{lGlvudI9-9rJ_DQg-IhcF_TcUcUGaX3xNEING0a-Dco.cache → m6EPwcHEdhxGci--LvRSUvgyMs9E97umx5VVU77TWrA.cache} +1 -1
  254. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mDqq-z8uylVUFnLAidl62JRpk4ZxR90fAJyw4_cTNQk.cache +0 -0
  255. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mS9WrqjUmf2GZbnWgN4dGRkEYowcAzypjEFHj59Q1vQ.cache +0 -0
  256. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/m_CsLMW0cR_5fGC4-3_M0u0ZCXmUpAuWd5ZSP1lJAQo.cache +0 -0
  257. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mj5K-Sy-pIAwQDoc8wkI1sA8cH5xGGCUmhvz8LC5TDQ.cache +1 -0
  258. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mskgYCjcoPZoX4R2hEC1eTS_4t6z0l1wFipQltCCjJI.cache +1 -0
  259. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/n84rliYR-yG7Cz5X-cePeiY-MG8u9qQF3dd7jGXImXE.cache +1 -0
  260. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{DTozY1utrzFZH1iI-c78tpze8k5jdaL2JN5DwGShEas.cache → nUj5Hos6EPN5xItYbONqNGabQdhIi_6ucL807-nduoY.cache} +1 -1
  261. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/n_5HIHyi73kztYQh8OmGealBvAeOQ4KC_aNH3iFqnbo.cache +0 -0
  262. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/n_k3d50Cky-S4Soq-GCTjv7NjGjxvb-8XUDTT6laDuI.cache +0 -0
  263. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{uWu9QTira1FKlmEgeAI3pjl8uQQ5LgC87kdGzmEUllQ.cache → nchsXmoE3oNSb6OdGsF2GMvEJyFwGg61NiAD412UMew.cache} +1 -1
  264. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{PS6rfzFIP4dJ81qwRosK1RW9oRtfgtjIh9WPqrCg1cM.cache → niLEgHbYDiFGQ4b2qPIUx2nHCodlTg0MSU5MA2ZO5Uk.cache} +2 -2
  265. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{H1mOOj5Ua4u_6O_VRLTdkfFfSjAAMNRgO0T4SyQKN4M.cache → nkgrUNGtjTzmmd6pN9sD2cUnluKAJGw0q2K2Oem_mAU.cache} +1 -1
  266. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{4dkWkWmru-edv6yCcGLaL--KPzKaoCTmU00BALzhG9M.cache → nt4ODk_CeF0RW9IEReQyCrGgKmgmMjXQjZC4UEnWeSE.cache} +0 -0
  267. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/o-9cc70fEF-x3weltggJh4qBGofZqxJISxZVJ9_hPKA.cache +1 -0
  268. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{EkcFo7UhYHkJmk9K2fpRcfZh9IWdRCe6f8jMxAVlKS8.cache → oGLoVyTzqzxfGr0dK50_NaDPlOCHVOLl3a-zSr__yQ8.cache} +0 -0
  269. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oYaaTvZqxAtI7lsDa9Opqs1yGEi6hh4EBMwS9IrGKTA.cache +0 -0
  270. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{fmM0eZA_hljHeUDeQRCbBjM6iSGmVhg0grZg9knhl-g.cache → oqaCAipE5Z9iwbEmv4LjFtYyalTNNMqmqzDvaO79w8M.cache} +1 -1
  271. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/p53qZxNCcoS_st6-DHWDQvG5m_JfIRRD9I30P35BXX8.cache +1 -0
  272. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{sCfooW22EvxQgJg6mhP6HL9R9ErwBb3ZU-98p7x3ls0.cache → pEg2TXEbuY8ADZ8BwMlp4TJ4XHd8Si7by7h97S5IqBk.cache} +1 -1
  273. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{85_146LvYWlnTDPKg5psawsAWpwj1XWbJEZLkaO9RJQ.cache → pIK9Qm3WAP_xTnDKy2N2j3kve9hGkzQympdPTahG_48.cache} +0 -0
  274. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pQbgmbKd59D38cgUb_5A8twuwiTCbL31KxQtbjbmE5g.cache +1 -0
  275. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pXsxpbnBE3KIr7KBKpS9Vgn5INw6hD1o-y2KHmEt3sc.cache +1 -0
  276. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pa-XnYm3xzNvR8PYQx_O4rK0RdoVbrzc0s7AuGrNtEg.cache +1 -0
  277. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{SWi5Acf0oPqRDzSv669EJOmqMfFhEbgj9gU_vZVR1e8.cache → qAe4Pr47pNFgjqnyL5u7T7xSktbN2A3icdGxQpt4b3E.cache} +1 -1
  278. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qjKb2akKTcUQQzugNqfx61kIWJCToXIcBQCNL15Y3-Y.cache +0 -0
  279. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qqcV0nmpgeR78SC8Cgq7YKK0e1m7qdTmtFOd_eWXFJQ.cache +2 -0
  280. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{2un_jllNn87ct_kzf8zReRYddr1LnFayaj8cuxg4vyo.cache → r5aclzIdW9wv43vpG7BQudXY1U1-jBp108JCJJF3Jek.cache} +0 -0
  281. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{xubnJOtuOotZ9DxGEq3gjm9Sr5HiuEhxrKP1O98jhYY.cache → r7FF1gG-kKw6bU-2h4bIA6UXXUN9HUl5mwkL3UagNWk.cache} +1 -1
  282. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{4eEWpD1ZKJcCTczu9miLt3bmvZ4wiDa33unTYd1CRC8.cache → r_oi1g1Vcs18DZusawCmAxmp6HTZUWOulNyFRlG3_gE.cache} +1 -1
  283. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{0DiMWROWSYOt3BuJ6RNB9u5fP5y3Md7rFgrfUfVFLSo.cache → roQZdID5OVEkBhvSpwJF90XjEEUSZNBuxJgoKcoogY8.cache} +1 -1
  284. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{6gBgA8u1U53j5hCGLOQIDlNdq-aJdHApR0MsKxAmRxg.cache → rquhnQ0RCsaxHxNrYEFaA49YU66dBrYsEV8DSOohTMA.cache} +2 -2
  285. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{1qRQfa6dL_13Yn_JL21E0eelG3VKCWvm8Fnh9vxMC_c.cache → s6O_9WsDvGM8spJRkz3p_BZOhiEM4VLudS8awvi-zuY.cache} +1 -1
  286. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sAEHaGW80NvCVnV_ez69-kZvfVvDIXKK432eCw-O0Pw.cache +1 -0
  287. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sDLpCgoO82iKRNs3P9FombYzcIpW8PJrTaj3mk6YF7I.cache +2 -0
  288. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sI-fGWFj4ykPbdBHDQzGe5mkcmWawG-6yxFvxUvjPVo.cache +2 -0
  289. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sVv__ZDclJH3UUWGu3XDdYvEBQeZ7tlZCR8Pt9mzxm8.cache +1 -0
  290. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{QRKfhPA2Fu8SOx2i03zmQjS44Seoa81Th7HkQbls1Q4.cache → sZDtGgBFawVRCrD-3UBlByrKSiU4igGf6JiyooAH93s.cache} +1 -1
  291. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/tK1EhPFDXIve45ESf5F0vvbIGBRGa4KU5HqDxk41d9w.cache +2 -0
  292. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/tUMcxFwiQDXjc2Dcg6N0xZ90-s00fHBtWU_eVgeIl5s.cache +0 -0
  293. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{BUEumpIofOdZTzkwvRDeOQH5WgySLQXCfhACXBqZejs.cache → tWBsjraeHYb3k_7bqdnMpvJ4OrQudrE2CCraEceSN4Q.cache} +0 -0
  294. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/tbxK4vNVUIPKOE1WEbRt8rCQRD2yx6ygGeTzgUJAMHA.cache +1 -0
  295. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{yTuF1fbbCyedikpslDLuoBTE7a1yk62iQVaLSMaK22s.cache → tu7NzBMLBGwdKPY4DkekWDuTVhCgXhgsnusJjrK_EcY.cache} +0 -0
  296. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/uW6rNhukDVJt2mz-ADHBZI-NY71Q5NUJvY89z8qjLeM.cache +1 -0
  297. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/u_eoxO07vke2i3ZH4Ln21zbYPLZKZEdrCUb_cnM3V2k.cache +0 -0
  298. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{9Yn332orJF97BINE3nOlZ9Vvh8T7OIBWwn49_ocSGIU.cache → unsn8mE18-3E1dQfyzrqngOoSeYLaZVc23a3rCmFE7c.cache} +1 -1
  299. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vO1hbznQEYAmHR4dg-TlLPBhYP93kkHTvJKctDc5HF0.cache +0 -0
  300. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vW8SvZdOPDC5yebtHPQ0HjNCYvXBPxcxokPUPtxuayM.cache +2 -0
  301. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ve6YeJLhxMDn2LP4aEz5mARBRwBGUXDlO9UkDuwtJSI.cache +1 -0
  302. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ve9jgobwC-Fc2oAulBdY9u-YQ10p5z8YH350GTkgC7E.cache +1 -0
  303. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wI94YqW4oqdAdsdM71VsH5Kt8x5kg0kjDaW8eVysNrM.cache +1 -0
  304. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wvO2E8XtKtqv5ujgsCvRoOjrDiJkH--Biyc_Ajy0whs.cache +1 -0
  305. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wyaHOEzsJy4qL6ifXOIR7S7_Ae94c0XajePrU3S7vsQ.cache +0 -0
  306. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/xZ-EpmD_jql3ouKtuMook-ZXldFSMlw6xN61egA82x8.cache +1 -0
  307. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/xkorbJBY7j7DhnVcL89_XlDCuCIhKyMK8TW1OnJkrsU.cache +1 -0
  308. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{L4NS6XTHlbyPZhzXmETJEAilg2bHBDIL8UJEl9HgLqg.cache → xnsfunoo7JBPSoVeXGMhtbDRatM3lKhAtj8oe6kRwzA.cache} +0 -0
  309. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/y4vflgtoPy0pw5zHl8hzITHosKKBdz7KtHaw6oxHfro.cache +1 -0
  310. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/yEeGHr2FOBeE4cJ8CMaQbNfUXUsom94kVpGF9tL0gxE.cache +1 -0
  311. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zBrjJ7LPKjf5npwX8FT2WzG9Xa2COEAoH4P-12Ig5bU.cache +0 -0
  312. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zBzX3tmZ_lPGtB9FoRnYXdAmIHtnsXMR0Y2r8ti48Nc.cache +1 -0
  313. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zHh_FPOZhoGzLqPhvq-bvKQ4Suy_uuMjv24yoyoqM0E.cache +2 -0
  314. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zk_UaisdlRIfMyxv4i1kn6-5ohZuK7nLWsrgsf67YAA.cache +0 -0
  315. data/test/models/concerns/push_type/authenticatable_test.rb +3 -3
  316. data/test/test_helper.rb +4 -13
  317. metadata +597 -597
  318. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-psCX3xyrGemNQc8mFIqXISClL-BimFC9wz88U9TpBI.cache +0 -1
  319. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-v9d6aW5JCPESeRZg4VO4MymJ7Ow_q23xSws1N9PWW4.cache +0 -0
  320. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0_JKQAYmtl_Nyc2lqFXTJfBtPH7ENMIu63AoupxjLqY.cache +0 -2
  321. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0x5Ap0DQJwzzgVQwkBH0g_jNizlUknNZVQA31bsElP0.cache +0 -0
  322. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/16M9Ob-OA1JxNA1lDLV0dG4ttHd3GmGPY17CPwvU6-s.cache +0 -1
  323. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1_jbLp7FyOL89FpnnPApLZ9af09DsEaucdmhH_yuEE0.cache +0 -2
  324. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2Flg65s7YXq60obJ9JviP76YWhfY-68OTEXLkqd1nBc.cache +0 -1
  325. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2V1jvz2hMCme5P4tMe_mnxSYwsYWi1-YSGVe6WB1IQo.cache +0 -1
  326. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2dbUBYO6bTuUhCDvF7GsHkonWmLEBG-EH_3CX9hwCl4.cache +0 -0
  327. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2k9dqAWkcpDPwvBtFtUVaAPjJjm4x9Fo_v1QQXMI-sk.cache +0 -0
  328. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2mBE8LRZ48jzRuHFopziFJTHZ0T5KipJddpOYgKtOME.cache +0 -0
  329. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3VyWUzePfbczQ7N370LFWJhJY_fPywzj7GJPLzjHd5w.cache +0 -0
  330. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3muAZEqv7Ai_9t7Yzp_XmJ8AoNM_KotoDFxxBqKvpbs.cache +0 -0
  331. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/4BApy8U3JBy4-EXsDj5ScAZD4Y7xSNMx_Jx3SSYH074.cache +0 -0
  332. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/4SP8WqAfxbiQ4wf9JZctEwIJksIwXKJOD6_P7kn6KS0.cache +0 -0
  333. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/538qnVYP3ii-OWu8d2K2HsZdRZCXZkLGVVRQOW_Nhjw.cache +0 -1
  334. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5aXtwNoMXPH54IwLcvlZxZJiOsaaLv-lkb0PDk_bIJk.cache +0 -0
  335. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6765xZfwhz028lhV5JPCHJGhLNp4x2GFreVqoVFW-D0.cache +0 -0
  336. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6FJfoZlmGm6hRIZmePI723yN23J07D2HOkgesPFee-o.cache +0 -1
  337. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6P5VKL8fXmYfuTDnJyd-7VMqxR-ZdV_agVNkOscnfIY.cache +0 -1
  338. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6P7r-mTGQPwCJt7ZQ44RZ5j5P0zwcgYdIZDW08U4e4Q.cache +0 -1
  339. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6XAXIVuBZYDwUneF8BggP1SbH7LSIDAN-9pctzjD7Qk.cache +0 -1
  340. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6v3Z3rlIUEbzwq8FkG2TNZq0EdlrddtFVzlgQb7awXA.cache +0 -1
  341. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7IhG9hTSdcfCPWhkDJfm8180gQrrSMkreBKo4IiusqA.cache +0 -0
  342. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7TI-d0TkbhEydrNANtZiFcgLi8y_dvy_srTHDy8iRjc.cache +0 -1
  343. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7TrASzctsvlmjVGWMvXoG13V0XvRF5CE7lvPz8w9C3s.cache +0 -1
  344. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7XE_IcQWB6BqpLwQWfigPh7q9uQhaCJQbUHOgVFLgTA.cache +0 -1
  345. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/84aUEQIcxGwm8RyTECog6JoRYDW7tdzO2tevf1PZD2U.cache +0 -1
  346. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8MDBcqbV1Xd4OUdHaTedIqHyy9f5sY2WHUg-2juvwIs.cache +0 -0
  347. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8SleFd0MM15hw5cDwQhHEwu1dE_qtR5O45gBk3Uudsc.cache +0 -1
  348. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8c8jtZcJ1F4yRwzhO2dXMnEK2ba9DWA36Cj5Tmc4Rz0.cache +0 -1
  349. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9H5FQWssXMPXEN41rsqs_9kLCATCw4qKghplNQy3IvQ.cache +0 -1
  350. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9OMqkZVgqWuwz8uedPyAWp1UGvmmXhUO4O4JIPW-ZFI.cache +0 -0
  351. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9hRFAjDQxMC0D0jeEA-EN8uQEoflltj_eeex-g5JxlU.cache +0 -0
  352. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/AIAjx6wnItnyzdIUvxqO2YyteSXzn3XCfqpGRkJDyl0.cache +0 -0
  353. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/AqW3yH0tiT9n8ClI6u-Pil7RoZ7QFaZVMjy_yGkV_Ug.cache +0 -0
  354. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Bf3B0ira68wHHSpe7txvGgtr68XvAfVwyXk0e2thXjg.cache +0 -0
  355. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/BmsVKQM3dbyCqSBK9yiHaRkOFnKyv7hwcBR_sl3OWa4.cache +0 -0
  356. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/BqgRhJkFmrJbfBtqP8wHHrzvLWb32k8fTp4aMjeYEJo.cache +0 -0
  357. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Bv4Q6hqzYhESTZA2_pEwHlbMnPV-cLbk2G0DEuj5DVI.cache +0 -0
  358. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/CAZLWobVuttOgrBEB8zjp4kY3JduuHOcMICaYWefmRM.cache +0 -0
  359. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DQ-FsgtP_rfNmR2Gg3eRA-kHMxRMnY_BljZ_FJs9AJU.cache +0 -0
  360. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DdRi6X31BCogfy2yyRcl1EHQBJbMplfLZf6ye4sQgMM.cache +0 -1
  361. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/EMFFERIxQEuCFSYf_hpH7_n7jjaQ4hFCccAPa-k-I1c.cache +0 -0
  362. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GMzRvsieeiwv45tXvRk8AGtSRnLdmgwiO9wMOhhNc_0.cache +0 -1
  363. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GZBEITgOVjCBgDeVLCGTCLwLX1hcKVaIaCMc3iPeS0w.cache +0 -1
  364. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GbyKw-UklZrbULo4BYwIequcaeiJ53te4muvZha-nXU.cache +0 -0
  365. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/H_giWtbuLmjTxDuFNkGZNciA0NnGfjoINUt2jCzTHSY.cache +0 -1
  366. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/HizaHr-8X8n68ChQXlVPm_s8QIUnUCBDD8osKAWIf0g.cache +0 -0
  367. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Hk5pbLG7E9uTaiFeaUSph4zuGf0s89sKiohzLA7ztUo.cache +0 -0
  368. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/I1T4KYdl-GhyerbtTrt9Yv_HRx8ah-efEMTErWykbV0.cache +0 -0
  369. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/I7Q31KkWgOxXBHslrLWl9fB6sArOZkKN_89gDxChDpo.cache +0 -1
  370. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IwrJ6or0ESEgPuF_qk5F1ocOq7g2HnGWis6wA54pjkU.cache +0 -1
  371. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/J4eNrHV-coDbaK-0L8mbUhd_nlGq02WHDrWYN208VR4.cache +0 -1
  372. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/JK5v-RSrpnW5lh1c79qtmXJcc1Wv6qBN3XMOiMHoHFY.cache +0 -1
  373. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/JM5xqWaPUzbUzrJj_KY-AHgnGw_hfH_4jhueiih2NJE.cache +0 -0
  374. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/K_WG5iMdHuUPqlkoQh_YlLwu4IW1xWU8YWsFOncz92w.cache +0 -1
  375. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KxnF5r6iNTL0n5-Mmn6AfZKKNftk8k4R0ur626DJQ9M.cache +0 -0
  376. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/L5YWYuXPFRm48PIopixocZHwLxU4pX6mu4Jhla13TSQ.cache +0 -2
  377. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LGm1heNrzTmPfupU1M7NZ3FUQz2T8Fozbfmii3C06lw.cache +0 -1
  378. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/M74PRej9U03xG4nBaPQHuBDEJ7u-ijVL_Ut1SC-tuGY.cache +0 -1
  379. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Mp9rCEfoBcMY3sn8m_9nMeejNZ-NYu-VSjztGV7sIWU.cache +0 -0
  380. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/NDp41I0R_v4TDQt2ni2pLSdeVAar4KIJLIIY3JDn2R0.cache +0 -0
  381. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Nyov-BmFI0QwQ55Z_76PEyIQJfMMIOUh_JeuM3RM7W4.cache +0 -0
  382. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/O2jdIACZ777uxRkd8dG2p3Xm3E-8BtvIH02C3a5SQxM.cache +0 -0
  383. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OIzAIn_yz7HqB2ZPIYIVb5CxpMDgjBVgF2gzNbBk_4U.cache +0 -0
  384. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OL9i478YkIzRyMySR5ki0lD0J8ReVAyKF9D5ksUX_no.cache +0 -0
  385. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OhIhKpwWkKIGUjm1KtHX9mv8wu_CrMYQSJwJl8wHxAk.cache +0 -1
  386. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OjWOxyfiXx_zJQB4g2RUWsWn6vPXUKdFItJe-wB7pnw.cache +0 -0
  387. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/P8Q7N3MevznEcdWhwwzXwuP6Q1uDwIJS_vfp6pyHy6U.cache +0 -0
  388. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/PIQZPQ5CPiyAJ2B-0GQTatBPIDREZT6JTFqG6jQ2Rd0.cache +0 -0
  389. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Q_pb-fdQAl1lZ-f7etjPIVpFXVUHNzcUOOrHvckV2Qo.cache +0 -0
  390. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RNnKoTLurtJiGvIep2CjyJziHUKHjsNvgrrpFJ8RZrE.cache +0 -1
  391. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RPpxT_3Fh_gI2KflE6gXkKYAZF0nuuxQ0mQ3t1FEoPI.cache +0 -0
  392. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RVH8rWNczFjnao5XlEUmeSg75K1Slm3M1hp-x30TcLo.cache +0 -0
  393. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RfS8MNkMjg4abQs134XKo86JoUfDJvYZ1eM7VfiRJlQ.cache +0 -0
  394. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/SKsT_ru7qRDGW0YQoNL9sxMNrrdnzFndRvaP_hagQqM.cache +0 -1
  395. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/T7cuzQbJfVxinGZ2lBiGpkV3852A7ENhhdd7VNQ8irg.cache +0 -0
  396. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/TocV_ylqf045i6XKM5vQ3ujBRC_bqkn9wwCx5nySEyk.cache +0 -0
  397. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ty9CIZDgt3HMav_9QAof5MvgqEV0O97UqYsyGwfuS7k.cache +0 -1
  398. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/URtBp_U-AjfBF9dn27CfjyWJm96Gp4n_ABhpbZzn8SI.cache +0 -1
  399. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/V0sJhcYe50e9TPv3dpbkkimpC4onPhl8Li0r2Q1Ko8w.cache +0 -1
  400. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VIHY3RQYcGkAw9PkPr658v_nqwJNJJDwb4XXie_VVNc.cache +0 -0
  401. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VMblkAwR2hYe8YlObyrv4VU6bqAe911pFVkJFWGb5uE.cache +0 -0
  402. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VPUPXaUtGQzlMRFJo5TPvB02koN_0e1l2BMH5-6ownM.cache +0 -1
  403. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VrZtPyzupUwqp4ZW5r6GJqBRwAS5Z8Yrhsrwb4lH8Ps.cache +0 -1
  404. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/WNNCbsgHAqV5nx6SyOjEwIh4Daex6QYPE1akCf67FgE.cache +0 -1
  405. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XJZ2VaWmE20xHPqoiKbml7y7utd61qkBj75UHEEFQ5c.cache +0 -1
  406. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XLdhSFMhxgXhEPPEkC2LpDldBA2HskMW3nWViNiqtCA.cache +0 -1
  407. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XM_q1DDXfWT4OYPo1zI4qt2yzJYh6BUgjvb0BYwCOEU.cache +0 -0
  408. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XXG7zmYMeUifH_p8l5ufsxoexfODVnxYGu8GqNgN2As.cache +0 -0
  409. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Xgprdphmtfu-PkmCnXL_WgkIuOI-6sTOviPqxyYr25w.cache +0 -0
  410. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZHpMNX5MTGrooVXAU_8mJ8_eKTL7JdirO5OBFr2rbMk.cache +0 -1
  411. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZUkhIRhGxnAdz-wJun8G8QGS9vXsRtwm5rjgeRd9tfk.cache +0 -2
  412. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_QL7uoNecyUj4Yq2dhO7cFDB8gaBAF5KXSKbGvdWW8A.cache +0 -1
  413. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_Z1k4YSnZ7wgEGrfIwMm6mgH0OEKnps4mX-orWV8-gc.cache +0 -1
  414. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_rRGozvp_nNVKCx1nuJd6w23eqrgbbIjwlNebnt6vs8.cache +0 -1
  415. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/a0vy-OT6NstL9Kz5sQxo9G6WFZ9Y6Dq3MoWBM0wvQu4.cache +0 -0
  416. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/a4cZKlvQPjIpp5h2x9g11T8jwOzcQ50pQzOTgq0OU0w.cache +0 -1
  417. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/a7nGJW3sqIYG9LEK07Y9oEgyvXIIIANL-gtuKGfolj4.cache +0 -0
  418. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/acXkvT67SFdKsOLyJdAdH0xTxOm6PBhcPLFuRIS52Dc.cache +0 -1
  419. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/aho15oHznAuPd8n5X2493c041gTlvj27sGhm2XvrQtM.cache +0 -0
  420. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/b1W0THymtP4QIN08AHYHaM5qXzArJ1Uwa3Q4OhT0C-Q.cache +0 -0
  421. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/b4K8M0qG1EE_BfZfXrrf8f2eSZXqDACZ3dQdsw4woKs.cache +0 -1
  422. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/b6CvODo5e2ku0kxjBLYCyq1U0P4pKjREKCGslPqip0w.cache +0 -1
  423. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bMiS-wAew3_dNrx8mEkvm8iQ9_znLJP4bKd6iBZxURQ.cache +0 -0
  424. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bVLvDHMhRYpGlKiI1pHAsconcXe7I9FflqoVKDn8hIY.cache +0 -0
  425. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cH_lTZuQicSvKynVHUj1VcWvomMOHwLdrT4tOUfHYVs.cache +0 -1
  426. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ceYs3B2trhU0189ayH95cicDIjAD05GA2KqcFyJmGEU.cache +0 -1
  427. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cxGts8iefs3K8BfAzyR_zINATwl_G-jq2QSmKqWoAVk.cache +0 -2
  428. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/dPgtESADEuL1DJ0N_7riWq2aoQmud33kRoalNJBUPRQ.cache +0 -0
  429. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/doryPJtopX6nj0_Wx1mn4p95yoyOBEgpsGpWFSIHpmM.cache +0 -2
  430. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/doyLcsBGVRnW-6YN1-6iEXpsRaOQS8pVVPkcZnKZoO8.cache +0 -0
  431. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/dps7N706LTckzRn164wKMRniVNrgBlnbwwvkylYm4FQ.cache +0 -0
  432. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/dsz_AcIL83GrbNYHwbZqZ-Hvdni5rVsP49nSQJoG6ik.cache +0 -0
  433. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/e_EWEqaH_azZ7_uMUhSwqqlGiDYCGYv7cdV_YE6MRmE.cache +0 -1
  434. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fDtN6zBR3E11Jcr_Q1VTFbqbFfiMs5qlEdPeFKkTGpU.cache +0 -2
  435. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fVJJActZPy391T-2hM_9k572MtNcY42un-VwJ_0QDxU.cache +0 -0
  436. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gDbFzol-CalJPJzzK8vIRAJKfFYt2FNflyrXECEpkOY.cache +0 -1
  437. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gQTkPwAiJJyU69MbB9lWhqauUCkrWogX5gHae_iO3aU.cache +0 -1
  438. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/h4Pv9q-JloHcchZ1NYjgiND93Qy8K1oevL0-rVReXCg.cache +0 -1
  439. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hAuOLKi-tUTUhxTtyWItzbj6t-SZ1ZMJt55YyQAGBcM.cache +0 -0
  440. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hE8r2icwV7rg5jdzkVJdfJNuYaleXaYWfdHA2u80wGk.cache +0 -1
  441. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hPd-FAGstpRcCxRBDSlYZ_0VzAWQJdV-LnTbEjWdTAA.cache +0 -0
  442. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/he5wGG3Z8NLg_wp_Gc27tDcqpdatD8pFrpVRtf7wEZ4.cache +0 -1
  443. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hxU9klqmk-C_TzLQHE9TTwDEwFPmAYaNFWP8snhX2iY.cache +0 -1
  444. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hxpb7Kde5Gb8UUTRDnzkIyREMrzByZJtzmaH9P6Qdgw.cache +0 -1
  445. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iCwGFi-ilr7WOBE2z7dZUZB6njILLO4uzcVWxI32gl8.cache +0 -0
  446. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iJknFJI0_fLyXJZA6mTqakzJ8PGinResoUjSOZPpEug.cache +0 -0
  447. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iOXkuCFzkNdxfWenS74CRqXih-viaNehozipHkWzcQ0.cache +0 -0
  448. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/i_VOBKWxANKyP-htlSR_sduh074LIzCh-WaGtYAa9_0.cache +0 -0
  449. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iehwSz0nwh5ZjWxU2IXVNffvHistQlDlz8SRjGbuObY.cache +0 -0
  450. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/j8-TGNmSdSih97rfb_ZzCcbxzox_pYWgxsw2FONWmxo.cache +0 -1
  451. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/jdHnRov2VQB9fEU0tIuMapHrcWmrTskbRzssk_p9anw.cache +0 -1
  452. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/jik9ge0ySyIaFjd8YXFZto0R3r6eW-4CDNjMIcHdV3k.cache +0 -0
  453. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kvq33NnBIEUwMd7_oo4VrbmRLBXbAkXRL-rIw9KoC-I.cache +0 -1
  454. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ky8H5ZYFaCQ3Anh23mThfHe_4JSLwyqqn6J2emy4BoY.cache +0 -0
  455. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lcpObjP-Fb6UAr2C7w7NY1UrDCZYvGGyDQn2dKL-w-M.cache +0 -10
  456. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lt6eFPlJHcOJvMW8kz9_o8sCEoUXjfIIRcgMbpXzxoI.cache +0 -0
  457. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/luITuGLjSIJe2wrMIfjYcqnnECzm-qKGjtHhLWBXbBQ.cache +0 -1
  458. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/m6tBVYPM3htgWum9RZ_N3G6hjMCvEqxlck5NKY3lQAI.cache +0 -0
  459. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mCkDQcuF_ER-p4idFnXzBRANGQlK_l0L9LEJL2uFhwY.cache +0 -2
  460. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mDD3kwb_IzrMgZst2mNYE3zKzHuElRczEEyRHnpNEdA.cache +0 -1
  461. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mMrWyGxxSnA3jdvOLFOtm3PNNnNH7yWN41IIOIC5m6Q.cache +0 -0
  462. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/nKabk6DeaEJ2eYbt1mXsCvKJkjbNzDV82bcr_aaWOV0.cache +0 -1
  463. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/nhJFeLC2on_NUGMYAONrI7GmPtlQh8DMzzjg137YPgw.cache +0 -0
  464. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/o70IQYXUKNyXgnUSpY_SN72Evgncxe3KJABYD5UJkfY.cache +0 -0
  465. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oEVsQKNo9NhTVTImW7qZ51S3kqYNZymi2EqUShxGZxU.cache +0 -1
  466. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oFcmMZPtzrj0dIcOKJG96jJDH4jOOnX7hx3wJYzmJfQ.cache +0 -0
  467. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oPLNATuJCmS9YBt9p60RCKtOhmjSU328g9N5fl7_oA4.cache +0 -0
  468. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/obMUDTxCaYHyqPwrptHSkZvBBz6YgcZDykszCWrSwXs.cache +0 -1
  469. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oxZF3txywjLmBsdnD-0mJyzmajYnSwMSzs6M_B-2yJg.cache +0 -1
  470. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pAdbOh5TOxW5rOVuZyn3grDMibyKcKyl9GtA4DIcQP4.cache +0 -1
  471. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ptyhgnF8pyheFT1bRalb2HvyufeckCnD0rCxOOc3tSY.cache +0 -0
  472. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qT2hzqVAA2gyERjRWLyV4oNFykJZSMjzp805JI9KlvY.cache +0 -0
  473. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qfTZ4-RoOvqnRp4Ak5pnBJEmYAn2rks-OelBegUXQdg.cache +0 -1
  474. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qnV2KmD9eN9BPe1qah7i1-J9qUJB1mfYFYlAViYYcKI.cache +0 -0
  475. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qudOnzqd_Sn4iNh7EVYIEmfrux5ase7E2FgpcaACT64.cache +0 -1
  476. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/r8SqocxFLJP65srOvXR3Rd1zy6oixBBzJerc1BHB_ck.cache +0 -0
  477. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/r9NlkvwOZs4TU3tAJOdfnJemPc_fIvHV58yE5yiywP0.cache +0 -1
  478. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rNNhgbs1cmoum3zaO1Ti7ObxY_yiAUCdDPx5cyLMSj0.cache +0 -0
  479. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rNhHkD8tjXaP-qgpdwW4NxwBitpNefp742Nid33C7-M.cache +0 -2
  480. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rRLbUkMrUSorcRTFJNihTJE9jIzNpRnYMT4hE4oFQ9A.cache +0 -1
  481. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rnYruWHuHhDomy5c1vTFdcWIxEZLR0hBHm2pbS6kgCg.cache +0 -1
  482. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rtEoRdMcgperjZ71t63zEozIJzlWyGXpdZja9uIHu2o.cache +0 -0
  483. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/s7rAxQGRluTuAuAjhJpM8_fMToA75bF_pp7HrO1HgRE.cache +0 -1
  484. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sVsGDaepE1HHoFnX-9248G0e5r6TpKDzcVmgUEFQrBA.cache +0 -0
  485. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sj6pDKw9Uerr6nK6dpCLpshqKWeBgXFMwV4ot1Tt8sE.cache +0 -1
  486. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/t8uuIuKuYZdwiFY_eeofo2OD3lXgxqpSEUBQFd_eU3k.cache +0 -1
  487. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/tW-rPHBDbxylQak_XStzqCzfELqbHXV7Pq69mjz6pP8.cache +0 -1
  488. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/tZQK07tcgROfSuiJEg36QHxowmHqtbstMbjI11eZSZk.cache +0 -1
  489. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/tlWPhY9w7gjj8ZAJDDpV7KYtLgTLIkg1t4BQPnnFbI4.cache +0 -1
  490. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/u1PLNCLbsskx7vVrkR2SjQnPSHeNNmR5txpObxRG-0Q.cache +0 -0
  491. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/uHzrkm6NHUcP3D9HLaDizaZs6IeODY6sw58cJQ_wj_A.cache +0 -0
  492. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/uZipzPm6vsqADluyA9UJUF6q8Wi43LFZVkkVqUr9G6E.cache +0 -1
  493. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ubiNhGiTjCDcQ3w9jinsJXmeTEsk6jUYBeSpuWE762o.cache +0 -1
  494. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vetpF_xa7KKVcvQb58P8MRzBaWihqtJMY00n0QjJMyk.cache +0 -0
  495. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wY10Ovq1EsObH4QivGSzqSh68YOozQ7cHKkNh9Hojro.cache +0 -0
  496. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/w_FzKJFdEl11lkXXtA43vEzKwHCjr8ucqaYVhv6oD48.cache +0 -0
  497. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wgaBXi99Qaq9Ur4PFxv8jxFFraGDkPSLlT-9KJf439M.cache +0 -0
  498. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wuYL6eE_wUiYyqp5mhftrEla_3iO48mxegCFDi-_S1o.cache +0 -0
  499. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/xXJzwYQnKMUpMY0NP3k3vRxhs2nfFFtexFZ7EBaF4nA.cache +0 -0
  500. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/xeDVAodLINy_UEGVPcYLtfFmgOqmoBSf6VUCelMp2UI.cache +0 -0
  501. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/y3nsbM61Svhdz1x1qhYeDFVkpsPI78HhD1dsA-Ezp4A.cache +0 -0
  502. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ybMn2zoRYFVIDUCtxI3_H78gNi60MZtioSstIDwvJwo.cache +0 -1
  503. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/yiughfyvUJNpZDpO-2WsTJ6CiMav5H6Hwhh0QYpw6P4.cache +0 -0
  504. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zGLryhenEkVKV3lac7vb4p-crntwmfANr-TFuAYBHeo.cache +0 -1
  505. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zRNILNDe3WPTW0aecljtNFrNxSpJMAJP1e2ijSfApLA.cache +0 -0
  506. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zx6gcUjc0-Rd_JGpWm7gJZJfFtaAUHMC9EtO6vN0lPo.cache +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6d1737a885db557948b5f0225e755618bc8854d
4
- data.tar.gz: c26662d1924752857c847b7b83022017bae92c52
3
+ metadata.gz: 28e615f8a938125864330f4a002a3753fa663296
4
+ data.tar.gz: dc0899e175c3a5dcbc455ff889926084414992a8
5
5
  SHA512:
6
- metadata.gz: 8fd37ea6991d16d6f042962c005921afe40f94688e99121ee8fe92c08bc8ac09c00935b08416094fb0abcb3696f7b0d79e803ab11f94a0bc1b135b29de3f3242
7
- data.tar.gz: 768c1a155fbc4fc9c5ce0a50f2f01390e6ea80cb9c83c5ce8ff8d209ab5a1aa638df72592f1fb2cf43aa3d0b489cfe0f19549f8ead693034ee81dfb31d1f5798
6
+ metadata.gz: 9554eaea68c65027012a1272756a1fd0309d8671022c22a907f7cc4924e280ca26c99beab1f414d73d341583ea8cdf26cdc01b15cb61b23286f7cd2b05f8fee2
7
+ data.tar.gz: 3891e117131d1f6a5c0f6ecf84f8601cf05c84d56ebb2219e3241898310764c63c06aa529fd1e2654895dc2c58b6983c476692392145a72dce96d8f8b6a7cf8c
@@ -3,16 +3,16 @@ module PushType
3
3
  layout 'push_type/auth'
4
4
 
5
5
  def show
6
- self.resource = resource_class.find_by_confirmation_token digested_token
6
+ self.resource = resource_class.find_by_confirmation_token params[:confirmation_token]
7
7
  super if resource.nil? or resource.confirmed?
8
8
  end
9
9
 
10
10
  def update
11
- self.resource = resource_class.find_by_confirmation_token! digested_token
12
- resource.assign_attributes(permitted_params)
11
+ self.resource = resource_class.find_by_confirmation_token! user_params[:confirmation_token]
12
+ resource.assign_attributes(user_params)
13
13
 
14
14
  if resource.valid?
15
- self.resource.confirm!
15
+ self.resource.confirm
16
16
  set_flash_message :notice, :confirmed
17
17
  sign_in_and_redirect resource_name, resource
18
18
  else
@@ -22,21 +22,9 @@ module PushType
22
22
 
23
23
  private
24
24
 
25
- def permitted_params
25
+ def user_params
26
26
  params.fetch(resource_name, {}).permit(:confirmation_token, :password, :password_confirmation)
27
27
  end
28
28
 
29
- def digested_token
30
- @digested_token ||= Devise.token_generator.digest(self, :confirmation_token, original_token)
31
- end
32
-
33
- def original_token
34
- @original_token ||= if params[:confirmation_token].present?
35
- params[:confirmation_token]
36
- elsif params[resource_name].try(:[], :confirmation_token).present?
37
- params[resource_name][:confirmation_token]
38
- end
39
- end
40
-
41
29
  end
42
30
  end
@@ -12,18 +12,21 @@
12
12
  </head>
13
13
  <body>
14
14
 
15
- <header class="header" role="banner">
16
- <div class="row">
17
- <div class="small-6 columns">
18
- <%= image_tag('push_type/pushtype-logo.svg', size: '140x26', alt: 'PushType') %>
19
- </div>
20
- <nav class="small-6 columns">
21
- <ul class="inline-list right">
15
+ <header class="header contain-to-grid" role="banner">
16
+ <nav class="top-bar" data-topbar role="navigation">
17
+ <ul class="title-area">
18
+ <li class="name">
19
+ <h1><%= link_to image_tag('push_type/pushtype-logo.svg', size: '140x26', alt: 'PushType', class: 'logo'), push_type.root_path %></h1>
20
+ </li>
21
+ <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
22
+ </ul>
23
+ <section class="top-bar-section">
24
+ <ul class="right">
22
25
  <%= content_tag :li, link_to(ficon(:home, 'Back to site'), main_app.root_path), :'data-no-turbolink' => true %>
23
26
  </ul>
24
- </nav>
25
- </div>
26
- </header>
27
+ </section>
28
+ </nav>
29
+ </header>
27
30
 
28
31
  <section class="main" role="main">
29
32
  <div class="row">
@@ -1,7 +1,7 @@
1
1
  - title 'Create a password'
2
2
 
3
3
  = form_for @user, url: push_type.user_confirm_path do |f|
4
- = f.hidden_field :confirmation_token, value: @original_token
4
+ = f.hidden_field :confirmation_token
5
5
  .row.text
6
6
  .columns
7
7
  = f.label :password
@@ -7,21 +7,20 @@ module PushType
7
7
  config.generators do |g|
8
8
  g.assets false
9
9
  g.helper false
10
- g.test_framework :minitest, spec: true, fixture: false
10
+ g.test_framework :test_unit, fixture: false
11
11
  end
12
12
 
13
13
  config.to_prepare do
14
- PushType::User.send :include, PushType::Authenticatable
15
- Devise::Mailer.layout 'push_type/email'
16
- end
17
-
18
- initializer 'push_type_auth.extend_controllers' do
19
- PushType::AdminController.send :include, PushType::AuthenticationMethods
20
- PushType::UsersController.send :include, PushType::InvitationMethods
21
- end
22
-
23
- initializer 'push_type_auth.extend_helpers' do
14
+ # Make User authenticatable
15
+ PushType::User.include PushType::Authenticatable
16
+
17
+ # Extend controllers with auth/invitation methos
18
+ PushType::AdminController.include PushType::AuthenticationMethods
19
+ PushType::UsersController.include PushType::InvitationMethods
20
+
21
+ # Configure devise with helpers and layout
24
22
  DeviseController.helper PushType::AdminHelper
23
+ Devise::Mailer.layout 'push_type/email'
25
24
  end
26
25
 
27
26
  initializer 'push_type_auth.devise_config' do
@@ -5,7 +5,9 @@ require 'devise'
5
5
  module PushType
6
6
 
7
7
  module Auth
8
+ ActiveSupport.run_load_hooks(:push_type_auth, PushType)
8
9
  end
10
+
9
11
  end
10
12
 
11
13
  require 'push_type/auth/engine'
@@ -1,7 +1,7 @@
1
- require "test_helper"
1
+ require 'test_helper'
2
2
 
3
3
  module PushType
4
- describe AuthenticationMethods do
4
+ class AuthenticationMethodsTest < ActiveSupport::TestCase
5
5
 
6
6
  subject { PushType::AdminController.new }
7
7
  let :before_filters do
@@ -1,7 +1,7 @@
1
- require "test_helper"
1
+ require 'test_helper'
2
2
 
3
3
  module PushType
4
- describe InvitationMethods do
4
+ class InvitationMethodsTest < ActiveSupport::TestCase
5
5
 
6
6
  subject { PushType::UsersController.new }
7
7
 
@@ -1,12 +1,12 @@
1
- require "test_helper"
1
+ require 'test_helper'
2
2
 
3
3
  module PushType
4
- describe ConfirmationsController do
4
+ class ConfirmationsControllerTest < ActionController::TestCase
5
5
 
6
6
  before { @request.env["devise.mapping"] = Devise.mappings[:user] }
7
7
 
8
8
  let(:user) { FactoryGirl.create(:user) }
9
- let(:token) { user.instance_variable_get :'@raw_confirmation_token' }
9
+ let(:token) { user.confirmation_token }
10
10
 
11
11
  describe 'GET #show' do
12
12
  before { get :show, confirmation_token: token }
@@ -1,7 +1,7 @@
1
- require "test_helper"
1
+ require 'test_helper'
2
2
 
3
3
  module PushType
4
- describe ProfilesController do
4
+ class ProfilesControllerTest < ActionController::TestCase
5
5
 
6
6
  let(:current_user) { FactoryGirl.create(:confirmed_user) }
7
7
  before { sign_in current_user }
@@ -1,7 +1,7 @@
1
- require "test_helper"
1
+ require 'test_helper'
2
2
 
3
3
  module PushType
4
- describe UsersController do
4
+ class UsersControllerTest < ActionController::TestCase
5
5
 
6
6
  let(:current_user) { FactoryGirl.create(:confirmed_user) }
7
7
  let(:user) { FactoryGirl.create :user }
@@ -1,6 +1,7 @@
1
1
  class Category < PushType::Taxonomy
2
2
 
3
- # Set base slug
3
+ # The default prefix for a taxonomy term's permalink can be
4
+ # overridden be setting the base slug.
4
5
  # base_slug :category
5
6
 
6
7
  end
@@ -1,10 +1,11 @@
1
1
  class Page < PushType::Node
2
2
 
3
- # Control child nodes
4
- # has_child_nodes :all
3
+ # By default a node can have children of any other node type.
4
+ # Optionally pass a list of acceptable node types or prevent
5
+ # any descendents by passing false.
6
+ has_child_nodes :all
5
7
 
6
- # Set custom fields
8
+ # Model the content by adding custom fields to the node.
7
9
  # field :body, :text, validates: { presence: true }
8
-
9
10
 
10
11
  end
@@ -1,22 +1,39 @@
1
1
  PushType.setup do |config|
2
2
 
3
+ # By default all node types can be placed at the root of the
4
+ # content tree. Alternatively, set an array of node type symbols
5
+ # to whiltelist acceptable root nodes.
3
6
  config.root_nodes = :all
4
7
 
5
- config.unexposed_nodes = []
6
-
8
+ # Set the slug of the node that the `NodesFrontEndContoller` will
9
+ # render when visting the root URL of the site (the homepage).
10
+ # This setting can be overridden in config/routes.rb.
7
11
  config.home_slug = 'home'
8
12
 
13
+ # Set an array of node type symbols which will not be exposed to
14
+ # the `NodesFrontEndContoller`. These nodes will not be accessible
15
+ # through their permalink.
16
+ config.unexposed_nodes = []
17
+
18
+ # Set an array of taxonomy type symbols which will not be exposed
19
+ # to the `TaxonomiesFrontEndController`. These taxonomies will not
20
+ # be accessible through their permalink.
9
21
  config.unexposed_taxonomies = []
10
22
 
23
+ # Media styles allow you to predefine a collection of geometry
24
+ # strings for resizing images on the fly with the `Asset#media`
25
+ # method. Example: `image.media(:large)`
11
26
  config.media_styles = {
12
27
  large: '1024x1024>',
13
28
  medium: '512x512>',
14
29
  small: '256x256>'
15
30
  }
16
31
 
17
- # Configure the default mailer "from" address
32
+ # Configure the email address to be used as the "from" address
33
+ # for PushType's build in mailers.
18
34
  config.mailer_sender = 'pushtype@example.com'
19
35
 
36
+ # PushType uses Dragonfly for managing uploaded images/assets.
20
37
  # Dragonfly datastore configuration
21
38
  config.dragonfly_datastore = :file
22
39
  config.dragonfly_datastore_options = {
@@ -33,6 +50,6 @@ PushType.setup do |config|
33
50
  # secret_access_key: ENV['SECRET_ACCESS_KEY_ID']
34
51
  # }
35
52
 
36
- # config.dragonfly_secret = '412e4d7a3fec11b62741e9bbf8a6c86e7d8a9e19c8b9396f9977c42941800cca'
53
+ # config.dragonfly_secret = '6a24e9bda9e97ca979503bd5434ea5a061778deb5fb5a41f369856de7bcbdeaa'
37
54
 
38
55
  end
@@ -11,10 +11,10 @@
11
11
  # if you're sharing your code publicly.
12
12
 
13
13
  development:
14
- secret_key_base: 6373a94c6696106a50f719dac86c06bea0598c564e5f05681bf8d432e980408089623d73367e20c081734cba22c18b2d702e46a805a58b3ee35bb4b4bca4bc0d
14
+ secret_key_base: 382d32a8cf44e93f6489adfe008750d9d4e7d978a398b68fd3bb526f36205b0bf54017d0815c501ff8df08461bdbbd3d4731f6102f36dd3dcb9973ba83cae999
15
15
 
16
16
  test:
17
- secret_key_base: 4b0f707531346566236486f3812ff459c312562b42def1ae4831ebe9efeca5a7967f215b937ed62a4a0f016932ef7073ebc004bf1b74b9d7fe35001cf23f9f63
17
+ secret_key_base: 5cbdfae3d2e35f5f0df8bda81ef6a0a188159acfbf6ea447de9011a41fadca2f228d6451bbeca915f2026ef14723085a91db108093032ee53930ac1160d783d9
18
18
 
19
19
  # Do not keep production secrets in the repository,
20
20
  # instead read values from the environment.
@@ -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: 20150816155539) do
14
+ ActiveRecord::Schema.define(version: 20150824095238) do
15
15
 
16
16
  # These are extensions that must be enabled in order to support this database
17
17
  enable_extension "plpgsql"
@@ -1,61 +1,61 @@
1
-  (6.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
2
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
2
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
3
  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
4
- Migrating to CreatePushTypeUsers (20150816155532)
4
+ Migrating to CreatePushTypeUsers (20150824095231)
5
5
   (0.1ms) BEGIN
6
6
  SQL (1.8ms) CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
7
-  (2.3ms) CREATE TABLE "push_type_users" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "name" character varying, "email" character varying, "field_store" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
8
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155532"]]
9
-  (0.7ms) COMMIT
10
- Migrating to CreatePushTypeNodes (20150816155533)
11
-  (0.2ms) BEGIN
12
-  (1.9ms) CREATE TABLE "push_type_nodes" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "field_store" jsonb, "parent_id" uuid, "sort_order" integer, "status" integer, "published_at" timestamp, "published_to" timestamp, "creator_id" uuid, "updater_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
13
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155533"]]
14
-  (0.5ms) COMMIT
15
- Migrating to CreatePushTypeNodeHierarchies (20150816155534)
7
+  (2.5ms) CREATE TABLE "push_type_users" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "name" character varying, "email" character varying, "field_store" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
8
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095231"]]
9
+  (0.6ms) COMMIT
10
+ Migrating to CreatePushTypeNodes (20150824095232)
11
+  (0.1ms) BEGIN
12
+  (1.8ms) CREATE TABLE "push_type_nodes" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "field_store" jsonb, "parent_id" uuid, "sort_order" integer, "status" integer, "published_at" timestamp, "published_to" timestamp, "creator_id" uuid, "updater_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
13
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095232"]]
14
+  (0.4ms) COMMIT
15
+ Migrating to CreatePushTypeNodeHierarchies (20150824095233)
16
16
   (0.1ms) BEGIN
17
-  (0.5ms) CREATE TABLE "push_type_node_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL)
18
-  (0.7ms) CREATE UNIQUE INDEX "node_anc_desc_idx" ON "push_type_node_hierarchies" ("ancestor_id", "descendant_id", "generations")
19
-  (0.5ms) CREATE INDEX "node_desc_idx" ON "push_type_node_hierarchies" ("descendant_id")
20
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155534"]]
17
+  (0.3ms) CREATE TABLE "push_type_node_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL)
18
+  (0.8ms) CREATE UNIQUE INDEX "node_anc_desc_idx" ON "push_type_node_hierarchies" ("ancestor_id", "descendant_id", "generations")
19
+  (0.6ms) CREATE INDEX "node_desc_idx" ON "push_type_node_hierarchies" ("descendant_id")
20
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095233"]]
21
21
   (0.4ms) COMMIT
22
- Migrating to CreatePushTypeAssets (20150816155535)
22
+ Migrating to CreatePushTypeAssets (20150824095234)
23
23
   (0.1ms) BEGIN
24
-  (1.9ms) CREATE TABLE "push_type_assets" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "file_uid" character varying, "file_name" character varying, "file_size" integer, "file_ext" character varying, "mime_type" character varying, "description" character varying, "uploader_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
25
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155535"]]
24
+  (1.8ms) CREATE TABLE "push_type_assets" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "file_uid" character varying, "file_name" character varying, "file_size" integer, "file_ext" character varying, "mime_type" character varying, "description" character varying, "uploader_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp)
25
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095234"]]
26
26
   (0.5ms) COMMIT
27
- Migrating to CreatePushTypeTaxonomies (20150816155536)
27
+ Migrating to CreatePushTypeTaxonomies (20150824095235)
28
28
   (0.1ms) BEGIN
29
-  (1.7ms) CREATE TABLE "push_type_taxonomies" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "parent_id" uuid, "sort_order" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
30
-  (0.2ms) ALTER TABLE "push_type_assets" ADD "tags" character varying[]
31
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155536"]]
29
+  (1.8ms) CREATE TABLE "push_type_taxonomies" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "parent_id" uuid, "sort_order" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
30
+  (0.3ms) ALTER TABLE "push_type_assets" ADD "tags" character varying[]
31
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095235"]]
32
32
   (0.3ms) COMMIT
33
- Migrating to CreatePushTypeTaxonomyHierarchies (20150816155537)
33
+ Migrating to CreatePushTypeTaxonomyHierarchies (20150824095236)
34
34
   (0.1ms) BEGIN
35
-  (0.5ms) CREATE TABLE "push_type_taxonomy_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) 
36
-  (0.8ms) CREATE UNIQUE INDEX "taxonomy_anc_desc_idx" ON "push_type_taxonomy_hierarchies" ("ancestor_id", "descendant_id", "generations")
35
+  (0.4ms) CREATE TABLE "push_type_taxonomy_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) 
36
+  (0.9ms) CREATE UNIQUE INDEX "taxonomy_anc_desc_idx" ON "push_type_taxonomy_hierarchies" ("ancestor_id", "descendant_id", "generations")
37
37
   (0.5ms) CREATE INDEX "taxonomy_desc_idx" ON "push_type_taxonomy_hierarchies" ("descendant_id")
38
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155537"]]
39
-  (0.5ms) COMMIT
40
- Migrating to AddFieldStoreDefaultValues (20150816155538)
38
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095236"]]
39
+  (0.3ms) COMMIT
40
+ Migrating to AddFieldStoreDefaultValues (20150824095237)
41
41
   (0.1ms) BEGIN
42
42
   (0.2ms) ALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" TYPE jsonb
43
-  (0.3ms) ALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" SET DEFAULT '{}'
43
+  (0.2ms) ALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" SET DEFAULT '{}'
44
44
   (0.2ms) UPDATE "push_type_nodes" SET "field_store"='{}' WHERE "field_store" IS NULL
45
45
   (0.1ms) ALTER TABLE "push_type_nodes" ALTER "field_store" SET NOT NULL
46
46
   (0.2ms) ALTER TABLE "push_type_users" ALTER COLUMN "field_store" TYPE jsonb
47
47
   (0.1ms) ALTER TABLE "push_type_users" ALTER COLUMN "field_store" SET DEFAULT '{}'
48
48
   (0.2ms) UPDATE "push_type_users" SET "field_store"='{}' WHERE "field_store" IS NULL
49
49
   (0.1ms) ALTER TABLE "push_type_users" ALTER "field_store" SET NOT NULL
50
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155538"]]
50
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095237"]]
51
51
   (0.4ms) COMMIT
52
- Migrating to DeviseExtendPushTypeUsers (20150816155539)
52
+ Migrating to DeviseExtendPushTypeUsers (20150824095238)
53
53
   (0.1ms) BEGIN
54
-  (2.7ms) ALTER TABLE "push_type_users" ADD "encrypted_password" character varying DEFAULT '' NOT NULL
54
+  (3.6ms) ALTER TABLE "push_type_users" ADD "encrypted_password" character varying DEFAULT '' NOT NULL
55
55
   (0.2ms) ALTER TABLE "push_type_users" ADD "reset_password_token" character varying
56
56
   (0.1ms) ALTER TABLE "push_type_users" ADD "reset_password_sent_at" timestamp
57
57
   (0.1ms) ALTER TABLE "push_type_users" ADD "remember_created_at" timestamp
58
-  (2.1ms) ALTER TABLE "push_type_users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL
58
+  (1.9ms) ALTER TABLE "push_type_users" ADD "sign_in_count" integer DEFAULT 0 NOT NULL
59
59
   (0.1ms) ALTER TABLE "push_type_users" ADD "current_sign_in_at" timestamp
60
60
   (0.1ms) ALTER TABLE "push_type_users" ADD "last_sign_in_at" timestamp
61
61
   (0.1ms) ALTER TABLE "push_type_users" ADD "current_sign_in_ip" character varying
@@ -63,10 +63,10 @@ Migrating to DeviseExtendPushTypeUsers (20150816155539)
63
63
   (0.1ms) ALTER TABLE "push_type_users" ADD "confirmation_token" character varying
64
64
   (0.1ms) ALTER TABLE "push_type_users" ADD "confirmed_at" timestamp
65
65
   (0.1ms) ALTER TABLE "push_type_users" ADD "confirmation_sent_at" timestamp
66
-  (0.6ms) CREATE UNIQUE INDEX "index_push_type_users_on_email" ON "push_type_users" ("email")
67
-  (0.6ms) CREATE UNIQUE INDEX "index_push_type_users_on_reset_password_token" ON "push_type_users" ("reset_password_token")
68
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150816155539"]]
69
-  (1.1ms) COMMIT
66
+  (0.5ms) CREATE UNIQUE INDEX "index_push_type_users_on_email" ON "push_type_users" ("email")
67
+  (0.5ms) CREATE UNIQUE INDEX "index_push_type_users_on_reset_password_token" ON "push_type_users" ("reset_password_token")
68
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150824095238"]]
69
+  (1.0ms) COMMIT
70
70
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
71
71
   (1.6ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
72
72
  FROM pg_constraint c
@@ -92,7 +92,7 @@ WHERE c.contype = 'f'
92
92
  AND t3.nspname = ANY (current_schemas(false))
93
93
  ORDER BY c.conname
94
94
 
95
-  (1.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
95
+  (1.2ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
96
96
  FROM pg_constraint c
97
97
  JOIN pg_class t1 ON c.conrelid = t1.oid
98
98
  JOIN pg_class t2 ON c.confrelid = t2.oid
@@ -104,7 +104,7 @@ WHERE c.contype = 'f'
104
104
  AND t3.nspname = ANY (current_schemas(false))
105
105
  ORDER BY c.conname
106
106
  
107
-  (1.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
107
+  (1.2ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
108
108
  FROM pg_constraint c
109
109
  JOIN pg_class t1 ON c.conrelid = t1.oid
110
110
  JOIN pg_class t2 ON c.confrelid = t2.oid
@@ -141,147 +141,89 @@ WHERE c.contype = 'f'
141
141
  ORDER BY c.conname
142
142
 
143
143
  ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
144
-  (0.4ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" DISABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_assets" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_users" DISABLE TRIGGER ALL
145
-  (1.0ms)  SELECT schemaname || '.' || tablename
144
+  (1.0ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" DISABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_assets" DISABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" DISABLE TRIGGER ALL;ALTER TABLE "push_type_users" DISABLE TRIGGER ALL
145
+  (2.0ms)  SELECT schemaname || '.' || tablename
146
146
  FROM pg_tables
147
- WHERE tablename !~ '_prt_' AND schemaname = ANY (current_schemas(false))
147
+ WHERE
148
+ tablename !~ '_prt_' AND
149
+ tablename <> 'schema_migrations' AND
150
+ schemaname = ANY (current_schemas(false))
148
151
  
149
-  (1.0ms) select table_name from information_schema.views where table_schema = 'dummy_test'
150
-  (23.5ms) TRUNCATE TABLE "public"."schema_migrations", "public"."push_type_nodes", "public"."push_type_node_hierarchies", "public"."push_type_taxonomies", "public"."push_type_assets", "public"."push_type_taxonomy_hierarchies", "public"."push_type_users" RESTART IDENTITY CASCADE;
152
+  (1.6ms) select table_name from information_schema.views where table_schema = 'dummy_test'
153
+  (11.1ms) TRUNCATE TABLE "public"."push_type_nodes", "public"."push_type_node_hierarchies", "public"."push_type_taxonomies", "public"."push_type_assets", "public"."push_type_taxonomy_hierarchies", "public"."push_type_users" RESTART IDENTITY CASCADE;
151
154
   (0.5ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "push_type_nodes" ENABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomies" ENABLE TRIGGER ALL;ALTER TABLE "push_type_assets" ENABLE TRIGGER ALL;ALTER TABLE "push_type_users" ENABLE TRIGGER ALL;ALTER TABLE "push_type_node_hierarchies" ENABLE TRIGGER ALL;ALTER TABLE "push_type_taxonomy_hierarchies" ENABLE TRIGGER ALL
152
155
   (0.1ms) BEGIN
153
- --------------------------------------------------------------------------------------------------
154
- PushType::ConfirmationsController::GET #show::with invalid confirmation token: test_0002_anonymous
155
- --------------------------------------------------------------------------------------------------
156
+ ----------------------------------------------------------------
157
+ PushType::ProfilesControllerTest::GET #edit: test_0001_anonymous
158
+ ----------------------------------------------------------------
156
159
   (0.1ms) SAVEPOINT active_record_1
157
160
   (0.1ms) RELEASE SAVEPOINT active_record_1
158
-  (0.0ms) SAVEPOINT active_record_1
159
- Processing by PushType::ConfirmationsController#show as HTML
160
- Parameters: {"confirmation_token"=>"invalid"}
161
- PushType::User Load (0.4ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "6793188287069e306a053357da702b316ce9c17d51eaf9f6c4cdd42c3dc126f8"]]
162
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "6793188287069e306a053357da702b316ce9c17d51eaf9f6c4cdd42c3dc126f8"]]
163
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (1.2ms)
164
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (10.5ms)
165
- Completed 200 OK in 9977ms (Views: 9768.2ms | ActiveRecord: 0.8ms)
166
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
167
-  (0.2ms) ROLLBACK
168
-  (0.1ms) BEGIN
169
- --------------------------------------------------------------------------------------------------
170
- PushType::ConfirmationsController::GET #show::with invalid confirmation token: test_0001_anonymous
171
- --------------------------------------------------------------------------------------------------
172
-  (0.0ms) SAVEPOINT active_record_1
173
-  (0.0ms) RELEASE SAVEPOINT active_record_1
174
-  (0.0ms) SAVEPOINT active_record_1
175
- Processing by PushType::ConfirmationsController#show as HTML
176
- Parameters: {"confirmation_token"=>"invalid"}
177
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "6793188287069e306a053357da702b316ce9c17d51eaf9f6c4cdd42c3dc126f8"]]
178
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "6793188287069e306a053357da702b316ce9c17d51eaf9f6c4cdd42c3dc126f8"]]
179
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
180
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (1.5ms)
181
- Completed 200 OK in 8ms (Views: 4.9ms | ActiveRecord: 0.4ms)
182
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
183
-  (0.1ms) ROLLBACK
184
-  (0.1ms) BEGIN
185
- -------------------------------------------------------------------------------
186
- PushType::ProfilesController::PUT #update::with valid user: test_0002_anonymous
187
- -------------------------------------------------------------------------------
188
161
   (0.1ms) SAVEPOINT active_record_1
189
-  (0.1ms) RELEASE SAVEPOINT active_record_1
190
-  (0.0ms) SAVEPOINT active_record_1
191
162
   (0.1ms) SAVEPOINT active_record_2
192
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1
163
+ PushType::User Exists (0.4ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1
193
164
  PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-1@example.com' LIMIT 1
194
- SQL (0.7ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-1@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:48.348675"], ["confirmed_at", "2015-08-16 15:55:48.348770"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:48.355255"], ["updated_at", "2015-08-16 15:55:48.355255"]]
165
+ SQL (0.8ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-1@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:37.260749"], ["confirmed_at", "2015-08-24 09:52:37.260829"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:37.272292"], ["updated_at", "2015-08-24 09:52:37.272292"]]
195
166
   (0.1ms) RELEASE SAVEPOINT active_record_2
196
- Processing by PushType::ProfilesController#update as HTML
197
- Parameters: {"user"=>{"name"=>"Test user ABC"}}
198
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "6fd62b51-1789-48a0-90a3-cfc9149133dd"]]
199
-  (0.1ms) SAVEPOINT active_record_2
200
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-1@example.com' AND "push_type_users"."id" != '6fd62b51-1789-48a0-90a3-cfc9149133dd') LIMIT 1
201
- SQL (0.2ms) UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-08-16 15:55:48.362446"], ["id", "6fd62b51-1789-48a0-90a3-cfc9149133dd"]]
202
-  (0.1ms) RELEASE SAVEPOINT active_record_2
203
- Redirected to http://test.host/push_type/profile/edit
204
- Completed 302 Found in 5ms (ActiveRecord: 0.7ms)
167
+ Processing by PushType::ProfilesController#edit as HTML
168
+ PushType::User Load (0.3ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "403de84a-903c-4053-a030-5b224a58a57b"]]
169
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (11.7ms)
170
+ Completed 200 OK in 10831ms (Views: 10819.8ms | ActiveRecord: 0.3ms)
205
171
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
206
-  (0.1ms) ROLLBACK
207
-  (0.0ms) BEGIN
208
- -------------------------------------------------------------------------------
209
- PushType::ProfilesController::PUT #update::with valid user: test_0001_anonymous
210
- -------------------------------------------------------------------------------
172
+  (0.2ms) ROLLBACK
173
+  (0.1ms) BEGIN
174
+ ----------------------------------------------------------------
175
+ PushType::ProfilesControllerTest::GET #edit: test_0002_anonymous
176
+ ----------------------------------------------------------------
211
177
   (0.0ms) SAVEPOINT active_record_1
212
178
   (0.0ms) RELEASE SAVEPOINT active_record_1
213
179
   (0.0ms) SAVEPOINT active_record_1
214
180
   (0.1ms) SAVEPOINT active_record_2
215
181
  PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1
216
182
  PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-2@example.com' LIMIT 1
217
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-2@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:48.365977"], ["confirmed_at", "2015-08-16 15:55:48.366024"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:48.367257"], ["updated_at", "2015-08-16 15:55:48.367257"]]
183
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-2@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:48.111367"], ["confirmed_at", "2015-08-24 09:52:48.111449"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:48.113131"], ["updated_at", "2015-08-24 09:52:48.113131"]]
218
184
   (0.1ms) RELEASE SAVEPOINT active_record_2
219
- Processing by PushType::ProfilesController#update as HTML
220
- Parameters: {"user"=>{"name"=>"Test user ABC"}}
221
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "81138025-c680-4333-b89a-b1828a8a5037"]]
185
+ Processing by PushType::ProfilesController#edit as HTML
186
+ PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "33ae4871-5da3-4020-86d6-af9b7227dd60"]]
187
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (2.2ms)
188
+ Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.2ms)
189
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
190
+  (0.1ms) ROLLBACK
191
+  (0.1ms) BEGIN
192
+ ---------------------------------------------------------------
193
+ PushType::UsersControllerTest::PUT #invite: test_0002_anonymous
194
+ ---------------------------------------------------------------
195
+  (0.1ms) SAVEPOINT active_record_1
196
+  (0.1ms) RELEASE SAVEPOINT active_record_1
197
+  (0.0ms) SAVEPOINT active_record_1
222
198
   (0.1ms) SAVEPOINT active_record_2
223
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-2@example.com' AND "push_type_users"."id" != '81138025-c680-4333-b89a-b1828a8a5037') LIMIT 1
224
- SQL (0.2ms) UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-08-16 15:55:48.371298"], ["id", "81138025-c680-4333-b89a-b1828a8a5037"]]
225
-  (0.1ms) RELEASE SAVEPOINT active_record_2
226
- Redirected to http://test.host/push_type/profile/edit
227
- Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
228
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1 [["id", "81138025-c680-4333-b89a-b1828a8a5037"]]
229
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
230
-  (0.1ms) ROLLBACK
231
-  (0.1ms) BEGIN
232
- -------------------------------------------------------------------------------
233
- PushType::ProfilesController::PUT #update::with valid user: test_0003_anonymous
234
- -------------------------------------------------------------------------------
235
-  (0.0ms) SAVEPOINT active_record_1
236
-  (0.0ms) RELEASE SAVEPOINT active_record_1
237
-  (0.0ms) SAVEPOINT active_record_1
238
-  (0.0ms) SAVEPOINT active_record_2
239
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1
240
199
  PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1
241
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-3@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:48.374920"], ["confirmed_at", "2015-08-16 15:55:48.374966"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:48.376172"], ["updated_at", "2015-08-16 15:55:48.376172"]]
242
-  (0.1ms) RELEASE SAVEPOINT active_record_2
243
- Processing by PushType::ProfilesController#update as HTML
244
- Parameters: {"user"=>{"name"=>"Test user ABC"}}
245
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "9edfedd9-dc5b-4547-9daa-1dcff58e8239"]]
246
-  (0.1ms) SAVEPOINT active_record_2
247
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-3@example.com' AND "push_type_users"."id" != '9edfedd9-dc5b-4547-9daa-1dcff58e8239') LIMIT 1
248
- SQL (0.1ms) UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-08-16 15:55:48.379918"], ["id", "9edfedd9-dc5b-4547-9daa-1dcff58e8239"]]
200
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-3@example.com' LIMIT 1
201
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-3@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:48.128309"], ["confirmed_at", "2015-08-24 09:52:48.128371"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:48.129949"], ["updated_at", "2015-08-24 09:52:48.129949"]]
249
202
   (0.1ms) RELEASE SAVEPOINT active_record_2
250
- Redirected to http://test.host/push_type/profile/edit
251
- Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
252
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
253
-  (0.1ms) ROLLBACK
254
-  (0.1ms) BEGIN
255
- ------------------------------------------------------------------------------------------------
256
- PushType::ConfirmationsController::GET #show::with valid confirmation token: test_0001_anonymous
257
- ------------------------------------------------------------------------------------------------
258
-  (0.1ms) SAVEPOINT active_record_1
259
-  (0.1ms) RELEASE SAVEPOINT active_record_1
260
-  (0.0ms) SAVEPOINT active_record_1
261
-  (0.0ms) SAVEPOINT active_record_2
262
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-4@example.com' LIMIT 1
203
+  (0.1ms) SAVEPOINT active_record_2
204
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-4@example.com' LIMIT 1
263
205
  PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-4@example.com' LIMIT 1
264
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "79d6ab6e7234918d9ae774598e2575e32bcfd4e6b6c6dc8161e27ecc6ccf4eff"]]
265
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-4@example.com"], ["created_at", "2015-08-16 15:55:48.384765"], ["updated_at", "2015-08-16 15:55:48.384765"], ["confirmation_token", "79d6ab6e7234918d9ae774598e2575e32bcfd4e6b6c6dc8161e27ecc6ccf4eff"], ["confirmation_sent_at", "2015-08-16 15:55:48.385524"]]
266
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.6ms)
206
+ PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "6f9a17fe77f04aa591db348daeb63b14c8e0266d34820826192606e276592125"]]
207
+ SQL (0.2ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-4@example.com"], ["created_at", "2015-08-24 09:52:48.132657"], ["updated_at", "2015-08-24 09:52:48.132657"], ["confirmation_token", "Yvsp8xdQYazb63Ampjg2"], ["confirmation_sent_at", "2015-08-24 09:52:48.304089"]]
208
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.7ms)
267
209
 
268
- Devise::Mailer#confirmation_instructions: processed outbound mail in 171.7ms
210
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 83.6ms
269
211
 
270
- Sent mail to joe-4@example.com (32.6ms)
271
- Date: Sun, 16 Aug 2015 16:55:48 +0100
212
+ Sent mail to joe-4@example.com (6.4ms)
213
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
272
214
  From: pushtype@example.com
273
215
  Reply-To: pushtype@example.com
274
216
  To: joe-4@example.com
275
- Message-ID: <55d0b2849eada_23e63fe9b0c65be01494@Aarons-iMac.local.mail>
217
+ Message-ID: <55dae97068048_b943fce20465be455895@Aarons-iMac.local.mail>
276
218
  Subject: [PushType] Confirm your account
277
219
  Mime-Version: 1.0
278
220
  Content-Type: multipart/alternative;
279
- boundary="--==_mimepart_55d0b28497811_23e63fe9b0c65be014835";
221
+ boundary="--==_mimepart_55dae97067204_b943fce20465be4557cd";
280
222
  charset=UTF-8
281
223
  Content-Transfer-Encoding: 7bit
282
224
 
283
225
 
284
- ----==_mimepart_55d0b28497811_23e63fe9b0c65be014835
226
+ ----==_mimepart_55dae97067204_b943fce20465be4557cd
285
227
  Content-Type: text/plain;
286
228
  charset=UTF-8
287
229
  Content-Transfer-Encoding: 7bit
@@ -296,10 +238,10 @@ created for you.
296
238
  To get started, confirm your account and set your own password by
297
239
  clicking the link below:
298
240
 
299
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yN6Frkw_Hzb27svU1YRX )
241
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Yvsp8xdQYazb63Ampjg2 )
300
242
 
301
243
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
302
- ----==_mimepart_55d0b28497811_23e63fe9b0c65be014835
244
+ ----==_mimepart_55dae97067204_b943fce20465be4557cd
303
245
  Content-Type: text/html;
304
246
  charset=UTF-8
305
247
  Content-Transfer-Encoding: 7bit
@@ -345,7 +287,7 @@ body {
345
287
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
346
288
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
347
289
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
348
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=yN6Frkw_Hzb27svU1YRX" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
290
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=Yvsp8xdQYazb63Ampjg2" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
349
291
  </td>
350
292
  </tr>
351
293
  </table>
@@ -390,48 +332,34 @@ body {
390
332
  </body>
391
333
  </html>
392
334
 
393
- ----==_mimepart_55d0b28497811_23e63fe9b0c65be014835--
335
+ ----==_mimepart_55dae97067204_b943fce20465be4557cd--
394
336
 
337
+  (0.2ms) RELEASE SAVEPOINT active_record_2
338
+ Processing by PushType::UsersController#invite as HTML
339
+ Parameters: {"id"=>"651c3d26-9683-4db0-af3b-de9e6651be3c"}
340
+ PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "30f16b1b-2637-4eba-85c5-4e9268100e25"]]
341
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "651c3d26-9683-4db0-af3b-de9e6651be3c"]]
342
+  (0.1ms) SAVEPOINT active_record_2
395
343
   (0.1ms) RELEASE SAVEPOINT active_record_2
396
- Processing by PushType::ConfirmationsController#show as HTML
397
- Parameters: {"confirmation_token"=>"yN6Frkw_Hzb27svU1YRX"}
398
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "79d6ab6e7234918d9ae774598e2575e32bcfd4e6b6c6dc8161e27ecc6ccf4eff"]]
399
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
400
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (5.4ms)
401
- Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms)
402
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
403
-  (0.1ms) ROLLBACK
404
-  (0.1ms) BEGIN
405
- ------------------------------------------------------------------------------------------------
406
- PushType::ConfirmationsController::GET #show::with valid confirmation token: test_0002_anonymous
407
- ------------------------------------------------------------------------------------------------
408
-  (0.0ms) SAVEPOINT active_record_1
409
-  (0.0ms) RELEASE SAVEPOINT active_record_1
410
-  (0.0ms) SAVEPOINT active_record_1
411
-  (0.0ms) SAVEPOINT active_record_2
412
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1
413
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1
414
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "c285f56209047c1aef751d0f85666c79f2ec3a2fa52d341964e7db5f040dc5bb"]]
415
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-5@example.com"], ["created_at", "2015-08-16 15:55:48.669119"], ["updated_at", "2015-08-16 15:55:48.669119"], ["confirmation_token", "c285f56209047c1aef751d0f85666c79f2ec3a2fa52d341964e7db5f040dc5bb"], ["confirmation_sent_at", "2015-08-16 15:55:48.669866"]]
416
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
344
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
417
345
 
418
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.5ms
346
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
419
347
 
420
- Sent mail to joe-5@example.com (3.4ms)
421
- Date: Sun, 16 Aug 2015 16:55:48 +0100
348
+ Sent mail to joe-4@example.com (3.2ms)
349
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
422
350
  From: pushtype@example.com
423
351
  Reply-To: pushtype@example.com
424
- To: joe-5@example.com
425
- Message-ID: <55d0b284ab1a9_23e63fe9b0c65be01528f@Aarons-iMac.local.mail>
352
+ To: joe-4@example.com
353
+ Message-ID: <55dae9707136a_b943fce20465be45619c@Aarons-iMac.local.mail>
426
354
  Subject: [PushType] Confirm your account
427
355
  Mime-Version: 1.0
428
356
  Content-Type: multipart/alternative;
429
- boundary="--==_mimepart_55d0b284aabab_23e63fe9b0c65be01519d";
357
+ boundary="--==_mimepart_55dae97070dd7_b943fce20465be4560f6";
430
358
  charset=UTF-8
431
359
  Content-Transfer-Encoding: 7bit
432
360
 
433
361
 
434
- ----==_mimepart_55d0b284aabab_23e63fe9b0c65be01519d
362
+ ----==_mimepart_55dae97070dd7_b943fce20465be4560f6
435
363
  Content-Type: text/plain;
436
364
  charset=UTF-8
437
365
  Content-Transfer-Encoding: 7bit
@@ -446,10 +374,10 @@ created for you.
446
374
  To get started, confirm your account and set your own password by
447
375
  clicking the link below:
448
376
 
449
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=hiRruxnuyx7nYFvDwakF )
377
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Yvsp8xdQYazb63Ampjg2 )
450
378
 
451
379
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
452
- ----==_mimepart_55d0b284aabab_23e63fe9b0c65be01519d
380
+ ----==_mimepart_55dae97070dd7_b943fce20465be4560f6
453
381
  Content-Type: text/html;
454
382
  charset=UTF-8
455
383
  Content-Transfer-Encoding: 7bit
@@ -495,7 +423,7 @@ body {
495
423
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
496
424
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
497
425
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
498
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=hiRruxnuyx7nYFvDwakF" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
426
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=Yvsp8xdQYazb63Ampjg2" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
499
427
  </td>
500
428
  </tr>
501
429
  </table>
@@ -540,41 +468,48 @@ body {
540
468
  </body>
541
469
  </html>
542
470
 
543
- ----==_mimepart_55d0b284aabab_23e63fe9b0c65be01519d--
471
+ ----==_mimepart_55dae97070dd7_b943fce20465be4560f6--
544
472
 
545
-  (0.1ms) RELEASE SAVEPOINT active_record_2
546
- Processing by PushType::ConfirmationsController#show as HTML
547
- Parameters: {"confirmation_token"=>"hiRruxnuyx7nYFvDwakF"}
548
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "c285f56209047c1aef751d0f85666c79f2ec3a2fa52d341964e7db5f040dc5bb"]]
549
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.4ms)
550
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.7ms)
551
- Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
473
+ Redirected to /push_type/users
474
+ Completed 302 Found in 35ms (ActiveRecord: 0.5ms)
552
475
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
553
476
   (0.1ms) ROLLBACK
554
477
   (0.1ms) BEGIN
555
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-6@example.com' LIMIT 1
478
+ ---------------------------------------------------------------
479
+ PushType::UsersControllerTest::PUT #invite: test_0001_anonymous
480
+ ---------------------------------------------------------------
481
+  (0.0ms) SAVEPOINT active_record_1
482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
483
+  (0.0ms) SAVEPOINT active_record_1
484
+  (0.1ms) SAVEPOINT active_record_2
485
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1
486
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-5@example.com' LIMIT 1
487
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-5@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:48.468073"], ["confirmed_at", "2015-08-24 09:52:48.468134"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:48.469606"], ["updated_at", "2015-08-24 09:52:48.469606"]]
488
+  (0.1ms) RELEASE SAVEPOINT active_record_2
489
+  (0.1ms) SAVEPOINT active_record_2
556
490
  PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-6@example.com' LIMIT 1
557
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "c0c4f096b265c02dc0c7412dd73bd163742e23092b60c033d7a1ae15afe64bb6"]]
558
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-6@example.com"], ["created_at", "2015-08-16 15:55:48.717753"], ["updated_at", "2015-08-16 15:55:48.717753"], ["confirmation_token", "c0c4f096b265c02dc0c7412dd73bd163742e23092b60c033d7a1ae15afe64bb6"], ["confirmation_sent_at", "2015-08-16 15:55:48.718521"]]
559
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
491
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-6@example.com' LIMIT 1
492
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "e68addd69c62c6ad8243cf6cdb797a69605cbb2d1537d5c088f2c3edaf25abe8"]]
493
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-6@example.com"], ["created_at", "2015-08-24 09:52:48.472297"], ["updated_at", "2015-08-24 09:52:48.472297"], ["confirmation_token", "BpjFypmeUJboRJmx-QAR"], ["confirmation_sent_at", "2015-08-24 09:52:48.472998"]]
494
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
560
495
 
561
496
  Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
562
497
 
563
498
  Sent mail to joe-6@example.com (3.0ms)
564
- Date: Sun, 16 Aug 2015 16:55:48 +0100
499
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
565
500
  From: pushtype@example.com
566
501
  Reply-To: pushtype@example.com
567
502
  To: joe-6@example.com
568
- Message-ID: <55d0b284b6f80_23e63fe9b0c65be01556e@Aarons-iMac.local.mail>
503
+ Message-ID: <55dae9707ae00_b943fce20465be45641b@Aarons-iMac.local.mail>
569
504
  Subject: [PushType] Confirm your account
570
505
  Mime-Version: 1.0
571
506
  Content-Type: multipart/alternative;
572
- boundary="--==_mimepart_55d0b284b6a06_23e63fe9b0c65be015442";
507
+ boundary="--==_mimepart_55dae9707a884_b943fce20465be4563b7";
573
508
  charset=UTF-8
574
509
  Content-Transfer-Encoding: 7bit
575
510
 
576
511
 
577
- ----==_mimepart_55d0b284b6a06_23e63fe9b0c65be015442
512
+ ----==_mimepart_55dae9707a884_b943fce20465be4563b7
578
513
  Content-Type: text/plain;
579
514
  charset=UTF-8
580
515
  Content-Transfer-Encoding: 7bit
@@ -589,10 +524,10 @@ created for you.
589
524
  To get started, confirm your account and set your own password by
590
525
  clicking the link below:
591
526
 
592
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=5vEsjj7Zv1TnDhmUkoZK )
527
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=BpjFypmeUJboRJmx-QAR )
593
528
 
594
529
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
595
- ----==_mimepart_55d0b284b6a06_23e63fe9b0c65be015442
530
+ ----==_mimepart_55dae9707a884_b943fce20465be4563b7
596
531
  Content-Type: text/html;
597
532
  charset=UTF-8
598
533
  Content-Transfer-Encoding: 7bit
@@ -638,7 +573,7 @@ body {
638
573
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
639
574
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
640
575
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
641
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=5vEsjj7Zv1TnDhmUkoZK" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
576
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=BpjFypmeUJboRJmx-QAR" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
642
577
  </td>
643
578
  </tr>
644
579
  </table>
@@ -683,33 +618,34 @@ body {
683
618
  </body>
684
619
  </html>
685
620
 
686
- ----==_mimepart_55d0b284b6a06_23e63fe9b0c65be015442--
621
+ ----==_mimepart_55dae9707a884_b943fce20465be4563b7--
687
622
 
688
-  (1.4ms) COMMIT
689
-  (0.1ms) BEGIN
690
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1
691
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1
692
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "62e754041c8d21deb3335bbe42ee4de8844e897f2663ab57cc940913c4e6662f"]]
693
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-7@example.com"], ["created_at", "2015-08-16 15:55:48.758453"], ["updated_at", "2015-08-16 15:55:48.758453"], ["confirmation_token", "62e754041c8d21deb3335bbe42ee4de8844e897f2663ab57cc940913c4e6662f"], ["confirmation_sent_at", "2015-08-16 15:55:48.759187"]]
623
+  (0.1ms) RELEASE SAVEPOINT active_record_2
624
+ Processing by PushType::UsersController#invite as HTML
625
+ Parameters: {"id"=>"546b8cd5-1b3d-4464-a64b-bb54819f6afb"}
626
+ PushType::User Load (0.3ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "c4797148-9fb8-4437-b3c0-fa1ab4efa8e6"]]
627
+ PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "546b8cd5-1b3d-4464-a64b-bb54819f6afb"]]
628
+  (0.1ms) SAVEPOINT active_record_2
629
+  (0.1ms) RELEASE SAVEPOINT active_record_2
694
630
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
695
631
 
696
632
  Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
697
633
 
698
- Sent mail to joe-7@example.com (3.2ms)
699
- Date: Sun, 16 Aug 2015 16:55:48 +0100
634
+ Sent mail to joe-6@example.com (3.0ms)
635
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
700
636
  From: pushtype@example.com
701
637
  Reply-To: pushtype@example.com
702
- To: joe-7@example.com
703
- Message-ID: <55d0b284c0da7_23e63fe9b0c65be01587f@Aarons-iMac.local.mail>
638
+ To: joe-6@example.com
639
+ Message-ID: <55dae97097a49_b943fce20465be4567d2@Aarons-iMac.local.mail>
704
640
  Subject: [PushType] Confirm your account
705
641
  Mime-Version: 1.0
706
642
  Content-Type: multipart/alternative;
707
- boundary="--==_mimepart_55d0b284c07a5_23e63fe9b0c65be0157a5";
643
+ boundary="--==_mimepart_55dae970974a2_b943fce20465be4566b5";
708
644
  charset=UTF-8
709
645
  Content-Transfer-Encoding: 7bit
710
646
 
711
647
 
712
- ----==_mimepart_55d0b284c07a5_23e63fe9b0c65be0157a5
648
+ ----==_mimepart_55dae970974a2_b943fce20465be4566b5
713
649
  Content-Type: text/plain;
714
650
  charset=UTF-8
715
651
  Content-Transfer-Encoding: 7bit
@@ -724,10 +660,10 @@ created for you.
724
660
  To get started, confirm your account and set your own password by
725
661
  clicking the link below:
726
662
 
727
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yqQ2UJssoKzq5AwfjV2n )
663
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=BpjFypmeUJboRJmx-QAR )
728
664
 
729
665
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
730
- ----==_mimepart_55d0b284c07a5_23e63fe9b0c65be0157a5
666
+ ----==_mimepart_55dae970974a2_b943fce20465be4566b5
731
667
  Content-Type: text/html;
732
668
  charset=UTF-8
733
669
  Content-Transfer-Encoding: 7bit
@@ -773,7 +709,7 @@ body {
773
709
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
774
710
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
775
711
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
776
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=yqQ2UJssoKzq5AwfjV2n" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
712
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=BpjFypmeUJboRJmx-QAR" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
777
713
  </td>
778
714
  </tr>
779
715
  </table>
@@ -818,84 +754,48 @@ body {
818
754
  </body>
819
755
  </html>
820
756
 
821
- ----==_mimepart_55d0b284c07a5_23e63fe9b0c65be0157a5--
757
+ ----==_mimepart_55dae970974a2_b943fce20465be4566b5--
822
758
 
823
-  (0.7ms) COMMIT
824
-  (0.1ms) BEGIN
825
- ---------------------------------------------------------------------------------
826
- PushType::ProfilesController::PUT #update::with invalid user: test_0001_anonymous
827
- ---------------------------------------------------------------------------------
828
-  (0.1ms) SAVEPOINT active_record_1
829
-  (0.1ms) RELEASE SAVEPOINT active_record_1
830
-  (0.1ms) SAVEPOINT active_record_1
831
-  (0.1ms) SAVEPOINT active_record_2
832
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1
833
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1
834
- SQL (0.2ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-8@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:48.795045"], ["confirmed_at", "2015-08-16 15:55:48.795096"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:48.796691"], ["updated_at", "2015-08-16 15:55:48.796691"]]
835
-  (0.1ms) RELEASE SAVEPOINT active_record_2
836
- Processing by PushType::ProfilesController#update as HTML
837
- Parameters: {"user"=>{"name"=>""}}
838
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "fd755861-80db-4e5c-b6d0-fd7d31b4e802"]]
839
-  (0.1ms) SAVEPOINT active_record_2
840
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-8@example.com' AND "push_type_users"."id" != 'fd755861-80db-4e5c-b6d0-fd7d31b4e802') LIMIT 1
841
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
842
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (5.2ms)
843
- Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.5ms)
759
+ Redirected to /push_type/users
760
+ Completed 302 Found in 117ms (ActiveRecord: 0.6ms)
844
761
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
845
762
   (0.1ms) ROLLBACK
846
763
   (0.1ms) BEGIN
847
- ---------------------------------------------------------------------------------
848
- PushType::ProfilesController::PUT #update::with invalid user: test_0002_anonymous
849
- ---------------------------------------------------------------------------------
850
-  (0.1ms) SAVEPOINT active_record_1
851
-  (0.1ms) RELEASE SAVEPOINT active_record_1
852
-  (0.1ms) SAVEPOINT active_record_1
764
+ ---------------------------------------------------------------
765
+ PushType::UsersControllerTest::PUT #invite: test_0003_anonymous
766
+ ---------------------------------------------------------------
767
+  (0.0ms) SAVEPOINT active_record_1
768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
769
+  (0.0ms) SAVEPOINT active_record_1
853
770
   (0.1ms) SAVEPOINT active_record_2
854
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1
855
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1
856
- SQL (0.2ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-9@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:48.825484"], ["confirmed_at", "2015-08-16 15:55:48.825549"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:48.827028"], ["updated_at", "2015-08-16 15:55:48.827028"]]
771
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1
772
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-7@example.com' LIMIT 1
773
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-7@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:48.625141"], ["confirmed_at", "2015-08-24 09:52:48.625200"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:48.626680"], ["updated_at", "2015-08-24 09:52:48.626680"]]
857
774
   (0.1ms) RELEASE SAVEPOINT active_record_2
858
- Processing by PushType::ProfilesController#update as HTML
859
- Parameters: {"user"=>{"name"=>""}}
860
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "5de0173d-e93d-428d-88ce-6c5961c09a7b"]]
861
-  (0.1ms) SAVEPOINT active_record_2
862
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-9@example.com' AND "push_type_users"."id" != '5de0173d-e93d-428d-88ce-6c5961c09a7b') LIMIT 1
863
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
864
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.8ms)
865
- Completed 200 OK in 10ms (Views: 6.9ms | ActiveRecord: 0.5ms)
866
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
867
-  (0.1ms) ROLLBACK
868
-  (0.1ms) BEGIN
869
- ------------------------------------------------------------------------------------
870
- PushType::ConfirmationsController::PUT #update::with valid user: test_0001_anonymous
871
- ------------------------------------------------------------------------------------
872
-  (0.1ms) SAVEPOINT active_record_1
873
-  (0.0ms) RELEASE SAVEPOINT active_record_1
874
-  (0.0ms) SAVEPOINT active_record_1
875
-  (0.0ms) SAVEPOINT active_record_2
876
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1
877
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1
878
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "8a1cec5b64fd8650eb3093465fb6ea72eed1a1d6f41c8a02f13ca3d422064477"]]
879
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-10@example.com"], ["created_at", "2015-08-16 15:55:48.843016"], ["updated_at", "2015-08-16 15:55:48.843016"], ["confirmation_token", "8a1cec5b64fd8650eb3093465fb6ea72eed1a1d6f41c8a02f13ca3d422064477"], ["confirmation_sent_at", "2015-08-16 15:55:48.843760"]]
775
+  (0.1ms) SAVEPOINT active_record_2
776
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1
777
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-8@example.com' LIMIT 1
778
+ PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "cd1b25e3d4d6958441d2575095e326fe9bc350419da5d31616566fbb01c321ef"]]
779
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-8@example.com"], ["created_at", "2015-08-24 09:52:48.629284"], ["updated_at", "2015-08-24 09:52:48.629284"], ["confirmation_token", "iXHPtkxdxhhs9Qn1vSHR"], ["confirmation_sent_at", "2015-08-24 09:52:48.630009"]]
880
780
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
881
781
 
882
782
  Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
883
783
 
884
- Sent mail to joe-10@example.com (3.0ms)
885
- Date: Sun, 16 Aug 2015 16:55:48 +0100
784
+ Sent mail to joe-8@example.com (3.0ms)
785
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
886
786
  From: pushtype@example.com
887
787
  Reply-To: pushtype@example.com
888
- To: joe-10@example.com
889
- Message-ID: <55d0b284d587d_23e63fe9b0c65be016180@Aarons-iMac.local.mail>
788
+ To: joe-8@example.com
789
+ Message-ID: <55dae970a148a_b943fce20465be45701d@Aarons-iMac.local.mail>
890
790
  Subject: [PushType] Confirm your account
891
791
  Mime-Version: 1.0
892
792
  Content-Type: multipart/alternative;
893
- boundary="--==_mimepart_55d0b284d531f_23e63fe9b0c65be0160a6";
793
+ boundary="--==_mimepart_55dae970a0ee9_b943fce20465be456970";
894
794
  charset=UTF-8
895
795
  Content-Transfer-Encoding: 7bit
896
796
 
897
797
 
898
- ----==_mimepart_55d0b284d531f_23e63fe9b0c65be0160a6
798
+ ----==_mimepart_55dae970a0ee9_b943fce20465be456970
899
799
  Content-Type: text/plain;
900
800
  charset=UTF-8
901
801
  Content-Transfer-Encoding: 7bit
@@ -910,10 +810,10 @@ created for you.
910
810
  To get started, confirm your account and set your own password by
911
811
  clicking the link below:
912
812
 
913
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=s8ej1yGxyTmjt2Gr3vaA )
813
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=iXHPtkxdxhhs9Qn1vSHR )
914
814
 
915
815
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
916
- ----==_mimepart_55d0b284d531f_23e63fe9b0c65be0160a6
816
+ ----==_mimepart_55dae970a0ee9_b943fce20465be456970
917
817
  Content-Type: text/html;
918
818
  charset=UTF-8
919
819
  Content-Transfer-Encoding: 7bit
@@ -959,7 +859,7 @@ body {
959
859
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
960
860
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
961
861
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
962
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=s8ej1yGxyTmjt2Gr3vaA" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
862
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=iXHPtkxdxhhs9Qn1vSHR" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
963
863
  </td>
964
864
  </tr>
965
865
  </table>
@@ -1004,55 +904,34 @@ body {
1004
904
  </body>
1005
905
  </html>
1006
906
 
1007
- ----==_mimepart_55d0b284d531f_23e63fe9b0c65be0160a6--
907
+ ----==_mimepart_55dae970a0ee9_b943fce20465be456970--
1008
908
 
1009
909
   (0.1ms) RELEASE SAVEPOINT active_record_2
1010
- Processing by PushType::ConfirmationsController#update as HTML
1011
- Parameters: {"user"=>{"confirmation_token"=>"s8ej1yGxyTmjt2Gr3vaA", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
1012
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "8a1cec5b64fd8650eb3093465fb6ea72eed1a1d6f41c8a02f13ca3d422064477"]]
1013
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-10@example.com' AND "push_type_users"."id" != 'f9138d9d-61e4-4024-a8b8-eb49f29b722d') LIMIT 1
910
+ Processing by PushType::UsersController#invite as HTML
911
+ Parameters: {"id"=>"29aad242-5af4-4eda-9783-82b0b8fd7b56"}
912
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "0bbeca30-dbdd-467c-b0c0-7d840d27d034"]]
913
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "29aad242-5af4-4eda-9783-82b0b8fd7b56"]]
1014
914
   (0.1ms) SAVEPOINT active_record_2
1015
- SQL (0.2ms) UPDATE "push_type_users" SET "confirmation_token" = $1, "encrypted_password" = $2, "confirmed_at" = $3, "updated_at" = $4 WHERE "push_type_users"."id" = $5 [["confirmation_token", nil], ["encrypted_password", "$2a$04$4TwpVh4DbmwZ3RuksNT30Oftq/Qd9IR0bi98zVgkI7uEJI4u3MmAC"], ["confirmed_at", "2015-08-16 15:55:48.880967"], ["updated_at", "2015-08-16 15:55:48.881252"], ["id", "f9138d9d-61e4-4024-a8b8-eb49f29b722d"]]
1016
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1017
-  (0.1ms) SAVEPOINT active_record_2
1018
- SQL (0.2ms) UPDATE "push_type_users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "push_type_users"."id" = $7 [["last_sign_in_at", "2015-08-16 15:55:48.882693"], ["current_sign_in_at", "2015-08-16 15:55:48.882693"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-08-16 15:55:48.883151"], ["id", "f9138d9d-61e4-4024-a8b8-eb49f29b722d"]]
1019
915
   (0.1ms) RELEASE SAVEPOINT active_record_2
1020
- Redirected to http://test.host/push_type/
1021
- Completed 302 Found in 7ms (ActiveRecord: 1.0ms)
1022
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1 [["id", "f9138d9d-61e4-4024-a8b8-eb49f29b722d"]]
1023
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1024
-  (0.1ms) ROLLBACK
1025
-  (0.1ms) BEGIN
1026
- ------------------------------------------------------------------------------------
1027
- PushType::ConfirmationsController::PUT #update::with valid user: test_0002_anonymous
1028
- ------------------------------------------------------------------------------------
1029
-  (0.1ms) SAVEPOINT active_record_1
1030
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1031
-  (0.0ms) SAVEPOINT active_record_1
1032
-  (0.1ms) SAVEPOINT active_record_2
1033
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1
1034
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1
1035
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "36861681a9d456e276b51b57f03aae66af6110b0f32f6d55f8dbde630be9aadf"]]
1036
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-11@example.com"], ["created_at", "2015-08-16 15:55:48.888283"], ["updated_at", "2015-08-16 15:55:48.888283"], ["confirmation_token", "36861681a9d456e276b51b57f03aae66af6110b0f32f6d55f8dbde630be9aadf"], ["confirmation_sent_at", "2015-08-16 15:55:48.888948"]]
1037
916
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
1038
917
 
1039
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
918
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.1ms
1040
919
 
1041
- Sent mail to joe-11@example.com (3.0ms)
1042
- Date: Sun, 16 Aug 2015 16:55:48 +0100
920
+ Sent mail to joe-8@example.com (2.9ms)
921
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
1043
922
  From: pushtype@example.com
1044
923
  Reply-To: pushtype@example.com
1045
- To: joe-11@example.com
1046
- Message-ID: <55d0b284e0947_23e63fe9b0c65be01647b@Aarons-iMac.local.mail>
924
+ To: joe-8@example.com
925
+ Message-ID: <55dae970a9e58_b943fce20465be457314@Aarons-iMac.local.mail>
1047
926
  Subject: [PushType] Confirm your account
1048
927
  Mime-Version: 1.0
1049
928
  Content-Type: multipart/alternative;
1050
- boundary="--==_mimepart_55d0b284e03d6_23e63fe9b0c65be0163f2";
929
+ boundary="--==_mimepart_55dae970a991c_b943fce20465be457213";
1051
930
  charset=UTF-8
1052
931
  Content-Transfer-Encoding: 7bit
1053
932
 
1054
933
 
1055
- ----==_mimepart_55d0b284e03d6_23e63fe9b0c65be0163f2
934
+ ----==_mimepart_55dae970a991c_b943fce20465be457213
1056
935
  Content-Type: text/plain;
1057
936
  charset=UTF-8
1058
937
  Content-Transfer-Encoding: 7bit
@@ -1067,10 +946,10 @@ created for you.
1067
946
  To get started, confirm your account and set your own password by
1068
947
  clicking the link below:
1069
948
 
1070
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=JwLNy2yEbwHssmFEEh_M )
949
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=iXHPtkxdxhhs9Qn1vSHR )
1071
950
 
1072
951
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
1073
- ----==_mimepart_55d0b284e03d6_23e63fe9b0c65be0163f2
952
+ ----==_mimepart_55dae970a991c_b943fce20465be457213
1074
953
  Content-Type: text/html;
1075
954
  charset=UTF-8
1076
955
  Content-Transfer-Encoding: 7bit
@@ -1116,7 +995,7 @@ body {
1116
995
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
1117
996
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
1118
997
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
1119
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=JwLNy2yEbwHssmFEEh_M" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
998
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=iXHPtkxdxhhs9Qn1vSHR" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1120
999
  </td>
1121
1000
  </tr>
1122
1001
  </table>
@@ -1161,54 +1040,52 @@ body {
1161
1040
  </body>
1162
1041
  </html>
1163
1042
 
1164
- ----==_mimepart_55d0b284e03d6_23e63fe9b0c65be0163f2--
1043
+ ----==_mimepart_55dae970a991c_b943fce20465be457213--
1165
1044
 
1166
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1167
- Processing by PushType::ConfirmationsController#update as HTML
1168
- Parameters: {"user"=>{"confirmation_token"=>"JwLNy2yEbwHssmFEEh_M", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
1169
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "36861681a9d456e276b51b57f03aae66af6110b0f32f6d55f8dbde630be9aadf"]]
1170
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-11@example.com' AND "push_type_users"."id" != 'b7fa2ebd-087e-4666-b642-87d17f5cc698') LIMIT 1
1171
-  (0.1ms) SAVEPOINT active_record_2
1172
- SQL (0.2ms) UPDATE "push_type_users" SET "confirmation_token" = $1, "encrypted_password" = $2, "confirmed_at" = $3, "updated_at" = $4 WHERE "push_type_users"."id" = $5 [["confirmation_token", nil], ["encrypted_password", "$2a$04$hVPxVwoM0vRK3JR3ypKHfekpIFq4SwIB9M1nL3eqzrg8ZzdOCdJmq"], ["confirmed_at", "2015-08-16 15:55:48.925948"], ["updated_at", "2015-08-16 15:55:48.926226"], ["id", "b7fa2ebd-087e-4666-b642-87d17f5cc698"]]
1173
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1045
+ Redirected to /push_type/users
1046
+ Completed 302 Found in 34ms (ActiveRecord: 0.4ms)
1047
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1048
+  (0.1ms) ROLLBACK
1049
+  (0.1ms) BEGIN
1050
+ ---------------------------------------------------------------
1051
+ PushType::AuthenticatableTest::confirmable: test_0001_anonymous
1052
+ ---------------------------------------------------------------
1053
+  (0.1ms) SAVEPOINT active_record_1
1054
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1055
+  (0.0ms) SAVEPOINT active_record_1
1056
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1057
+  (0.1ms) ROLLBACK
1058
+  (0.1ms) BEGIN
1059
+ ----------------------------------------------------------------------------------------------------
1060
+ PushType::ConfirmationsControllerTest::GET #show::with valid confirmation token: test_0001_anonymous
1061
+ ----------------------------------------------------------------------------------------------------
1062
+  (0.1ms) SAVEPOINT active_record_1
1063
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1064
+  (0.1ms) SAVEPOINT active_record_1
1174
1065
   (0.1ms) SAVEPOINT active_record_2
1175
- SQL (0.1ms) UPDATE "push_type_users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "push_type_users"."id" = $7 [["last_sign_in_at", "2015-08-16 15:55:48.927484"], ["current_sign_in_at", "2015-08-16 15:55:48.927484"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-08-16 15:55:48.927796"], ["id", "b7fa2ebd-087e-4666-b642-87d17f5cc698"]]
1176
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1177
- Redirected to http://test.host/push_type/
1178
- Completed 302 Found in 6ms (ActiveRecord: 0.9ms)
1179
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1180
-  (0.1ms) ROLLBACK
1181
-  (0.1ms) BEGIN
1182
- --------------------------------------------------------------------------------------
1183
- PushType::ConfirmationsController::PUT #update::with invalid user: test_0003_anonymous
1184
- --------------------------------------------------------------------------------------
1185
-  (0.0ms) SAVEPOINT active_record_1
1186
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1187
-  (0.0ms) SAVEPOINT active_record_1
1188
-  (0.0ms) SAVEPOINT active_record_2
1189
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1
1190
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1
1191
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "d63c9d96b0ce733ece809bb00e73c6695e84c876882edf91c363b212771dd1d3"]]
1192
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-12@example.com"], ["created_at", "2015-08-16 15:55:48.932630"], ["updated_at", "2015-08-16 15:55:48.932630"], ["confirmation_token", "d63c9d96b0ce733ece809bb00e73c6695e84c876882edf91c363b212771dd1d3"], ["confirmation_sent_at", "2015-08-16 15:55:48.933321"]]
1193
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
1066
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1
1067
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-9@example.com' LIMIT 1
1068
+ PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "e8633df7b84f58a09cc7a66549f66433109d401dbdd4a9f7dcedbcbd66560021"]]
1069
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-9@example.com"], ["created_at", "2015-08-24 09:52:48.708014"], ["updated_at", "2015-08-24 09:52:48.708014"], ["confirmation_token", "dpP_oXJvWCE7WHiV1k8H"], ["confirmation_sent_at", "2015-08-24 09:52:48.708788"]]
1070
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
1194
1071
 
1195
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
1072
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.7ms
1196
1073
 
1197
- Sent mail to joe-12@example.com (3.0ms)
1198
- Date: Sun, 16 Aug 2015 16:55:48 +0100
1074
+ Sent mail to joe-9@example.com (3.0ms)
1075
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
1199
1076
  From: pushtype@example.com
1200
1077
  Reply-To: pushtype@example.com
1201
- To: joe-12@example.com
1202
- Message-ID: <55d0b284eba03_23e63fe9b0c65be0167d9@Aarons-iMac.local.mail>
1078
+ To: joe-9@example.com
1079
+ Message-ID: <55dae970b49c8_b943fce20465be457686@Aarons-iMac.local.mail>
1203
1080
  Subject: [PushType] Confirm your account
1204
1081
  Mime-Version: 1.0
1205
1082
  Content-Type: multipart/alternative;
1206
- boundary="--==_mimepart_55d0b284eb483_23e63fe9b0c65be016692";
1083
+ boundary="--==_mimepart_55dae970b4483_b943fce20465be4575db";
1207
1084
  charset=UTF-8
1208
1085
  Content-Transfer-Encoding: 7bit
1209
1086
 
1210
1087
 
1211
- ----==_mimepart_55d0b284eb483_23e63fe9b0c65be016692
1088
+ ----==_mimepart_55dae970b4483_b943fce20465be4575db
1212
1089
  Content-Type: text/plain;
1213
1090
  charset=UTF-8
1214
1091
  Content-Transfer-Encoding: 7bit
@@ -1223,10 +1100,10 @@ created for you.
1223
1100
  To get started, confirm your account and set your own password by
1224
1101
  clicking the link below:
1225
1102
 
1226
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=xSbz8yKRQY5VQLmrwFXB )
1103
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=dpP_oXJvWCE7WHiV1k8H )
1227
1104
 
1228
1105
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
1229
- ----==_mimepart_55d0b284eb483_23e63fe9b0c65be016692
1106
+ ----==_mimepart_55dae970b4483_b943fce20465be4575db
1230
1107
  Content-Type: text/html;
1231
1108
  charset=UTF-8
1232
1109
  Content-Transfer-Encoding: 7bit
@@ -1272,7 +1149,7 @@ body {
1272
1149
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
1273
1150
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
1274
1151
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
1275
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=xSbz8yKRQY5VQLmrwFXB" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1152
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=dpP_oXJvWCE7WHiV1k8H" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1276
1153
  </td>
1277
1154
  </tr>
1278
1155
  </table>
@@ -1317,49 +1194,48 @@ body {
1317
1194
  </body>
1318
1195
  </html>
1319
1196
 
1320
- ----==_mimepart_55d0b284eb483_23e63fe9b0c65be016692--
1197
+ ----==_mimepart_55dae970b4483_b943fce20465be4575db--
1321
1198
 
1322
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1323
- Processing by PushType::ConfirmationsController#update as HTML
1324
- Parameters: {"user"=>{"confirmation_token"=>"xSbz8yKRQY5VQLmrwFXB", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
1325
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "d63c9d96b0ce733ece809bb00e73c6695e84c876882edf91c363b212771dd1d3"]]
1326
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-12@example.com' AND "push_type_users"."id" != 'fc5e8e28-5b23-4b0c-b842-13a96de59fbd') LIMIT 1
1327
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
1328
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.7ms)
1329
- Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.3ms)
1199
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1200
+ Processing by PushType::ConfirmationsController#show as HTML
1201
+ Parameters: {"confirmation_token"=>"dpP_oXJvWCE7WHiV1k8H"}
1202
+ PushType::User Load (0.3ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "dpP_oXJvWCE7WHiV1k8H"]]
1203
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.9ms)
1204
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (6.5ms)
1205
+ Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.3ms)
1330
1206
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1331
1207
   (0.1ms) ROLLBACK
1332
1208
   (0.1ms) BEGIN
1333
- --------------------------------------------------------------------------------------
1334
- PushType::ConfirmationsController::PUT #update::with invalid user: test_0002_anonymous
1335
- --------------------------------------------------------------------------------------
1336
-  (0.1ms) SAVEPOINT active_record_1
1209
+ ----------------------------------------------------------------------------------------------------
1210
+ PushType::ConfirmationsControllerTest::GET #show::with valid confirmation token: test_0002_anonymous
1211
+ ----------------------------------------------------------------------------------------------------
1212
+  (0.0ms) SAVEPOINT active_record_1
1337
1213
   (0.0ms) RELEASE SAVEPOINT active_record_1
1338
1214
   (0.0ms) SAVEPOINT active_record_1
1339
-  (0.0ms) SAVEPOINT active_record_2
1340
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1
1341
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1
1342
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "927d98bccb0fe8e711763f00cd07665cff3282bf166ed85be5aa09e0ca4a8056"]]
1343
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-13@example.com"], ["created_at", "2015-08-16 15:55:48.978769"], ["updated_at", "2015-08-16 15:55:48.978769"], ["confirmation_token", "927d98bccb0fe8e711763f00cd07665cff3282bf166ed85be5aa09e0ca4a8056"], ["confirmation_sent_at", "2015-08-16 15:55:48.979440"]]
1215
+  (0.1ms) SAVEPOINT active_record_2
1216
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1
1217
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-10@example.com' LIMIT 1
1218
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "401fad70c9943f273bd400bb2bdaf4fbb396891d8120a3bd03de75ae488afba6"]]
1219
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-10@example.com"], ["created_at", "2015-08-24 09:52:48.760168"], ["updated_at", "2015-08-24 09:52:48.760168"], ["confirmation_token", "nu6K8--5y87duy72yM5u"], ["confirmation_sent_at", "2015-08-24 09:52:48.760926"]]
1344
1220
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
1345
1221
 
1346
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
1222
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
1347
1223
 
1348
- Sent mail to joe-13@example.com (3.1ms)
1349
- Date: Sun, 16 Aug 2015 16:55:49 +0100
1224
+ Sent mail to joe-10@example.com (3.0ms)
1225
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
1350
1226
  From: pushtype@example.com
1351
1227
  Reply-To: pushtype@example.com
1352
- To: joe-13@example.com
1353
- Message-ID: <55d0b285297a_23e63fe9b0c65be017086@Aarons-iMac.local.mail>
1228
+ To: joe-10@example.com
1229
+ Message-ID: <55dae970c126f_b943fce20465be4579d4@Aarons-iMac.local.mail>
1354
1230
  Subject: [PushType] Confirm your account
1355
1231
  Mime-Version: 1.0
1356
1232
  Content-Type: multipart/alternative;
1357
- boundary="--==_mimepart_55d0b285240b_23e63fe9b0c65be0169ca";
1233
+ boundary="--==_mimepart_55dae970c0d37_b943fce20465be45783e";
1358
1234
  charset=UTF-8
1359
1235
  Content-Transfer-Encoding: 7bit
1360
1236
 
1361
1237
 
1362
- ----==_mimepart_55d0b285240b_23e63fe9b0c65be0169ca
1238
+ ----==_mimepart_55dae970c0d37_b943fce20465be45783e
1363
1239
  Content-Type: text/plain;
1364
1240
  charset=UTF-8
1365
1241
  Content-Transfer-Encoding: 7bit
@@ -1374,10 +1250,10 @@ created for you.
1374
1250
  To get started, confirm your account and set your own password by
1375
1251
  clicking the link below:
1376
1252
 
1377
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=zxSPedHygcx7Hox9QsWk )
1253
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=nu6K8--5y87duy72yM5u )
1378
1254
 
1379
1255
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
1380
- ----==_mimepart_55d0b285240b_23e63fe9b0c65be0169ca
1256
+ ----==_mimepart_55dae970c0d37_b943fce20465be45783e
1381
1257
  Content-Type: text/html;
1382
1258
  charset=UTF-8
1383
1259
  Content-Transfer-Encoding: 7bit
@@ -1423,7 +1299,7 @@ body {
1423
1299
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
1424
1300
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
1425
1301
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
1426
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=zxSPedHygcx7Hox9QsWk" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1302
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=nu6K8--5y87duy72yM5u" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1427
1303
  </td>
1428
1304
  </tr>
1429
1305
  </table>
@@ -1468,49 +1344,66 @@ body {
1468
1344
  </body>
1469
1345
  </html>
1470
1346
 
1471
- ----==_mimepart_55d0b285240b_23e63fe9b0c65be0169ca--
1347
+ ----==_mimepart_55dae970c0d37_b943fce20465be45783e--
1472
1348
 
1473
1349
   (0.1ms) RELEASE SAVEPOINT active_record_2
1474
- Processing by PushType::ConfirmationsController#update as HTML
1475
- Parameters: {"user"=>{"confirmation_token"=>"zxSPedHygcx7Hox9QsWk", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
1476
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "927d98bccb0fe8e711763f00cd07665cff3282bf166ed85be5aa09e0ca4a8056"]]
1477
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-13@example.com' AND "push_type_users"."id" != 'feef1f8a-c3ab-43b4-a6e0-b88458d51368') LIMIT 1
1350
+ Processing by PushType::ConfirmationsController#show as HTML
1351
+ Parameters: {"confirmation_token"=>"nu6K8--5y87duy72yM5u"}
1352
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "nu6K8--5y87duy72yM5u"]]
1478
1353
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
1479
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.8ms)
1480
- Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.4ms)
1481
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1482
-  (0.1ms) ROLLBACK
1483
-  (0.1ms) BEGIN
1484
- --------------------------------------------------------------------------------------
1485
- PushType::ConfirmationsController::PUT #update::with invalid user: test_0001_anonymous
1486
- --------------------------------------------------------------------------------------
1487
-  (0.1ms) SAVEPOINT active_record_1
1488
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1489
-  (0.0ms) SAVEPOINT active_record_1
1490
-  (0.0ms) SAVEPOINT active_record_2
1491
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1
1492
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1
1493
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "90985e2bfd3fc1c6212a1027f6835a39669d4dfa0e1793752c507b4c789ceea9"]]
1494
- SQL (0.2ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-14@example.com"], ["created_at", "2015-08-16 15:55:49.024868"], ["updated_at", "2015-08-16 15:55:49.024868"], ["confirmation_token", "90985e2bfd3fc1c6212a1027f6835a39669d4dfa0e1793752c507b4c789ceea9"], ["confirmation_sent_at", "2015-08-16 15:55:49.025604"]]
1354
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
1355
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.1ms)
1356
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1357
+  (0.1ms) ROLLBACK
1358
+  (0.1ms) BEGIN
1359
+ ----------------------------------------------------
1360
+ PushType::InvitationMethodsTest: test_0001_anonymous
1361
+ ----------------------------------------------------
1362
+  (0.1ms) SAVEPOINT active_record_1
1363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1364
+  (0.0ms) SAVEPOINT active_record_1
1365
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1366
+  (0.0ms) ROLLBACK
1367
+  (0.1ms) BEGIN
1368
+ -------------------------------------------------------------
1369
+ PushType::AuthenticatableTest::trackable: test_0001_anonymous
1370
+ -------------------------------------------------------------
1371
+  (0.0ms) SAVEPOINT active_record_1
1372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1373
+  (0.0ms) SAVEPOINT active_record_1
1374
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1375
+  (0.1ms) ROLLBACK
1376
+  (0.1ms) BEGIN
1377
+ --------------------------------------------------------------------------------------------------------------
1378
+ PushType::AuthenticatableTest::#password_required?::with existing user and clean password: test_0001_anonymous
1379
+ --------------------------------------------------------------------------------------------------------------
1380
+  (0.0ms) SAVEPOINT active_record_1
1381
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1382
+  (0.0ms) SAVEPOINT active_record_1
1383
+  (0.0ms) SAVEPOINT active_record_2
1384
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1
1385
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-11@example.com' LIMIT 1
1386
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "4df3b6e72d44c5823c35310ea278cd77098564b16fe7391b8d44957b77745c28"]]
1387
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-11@example.com"], ["created_at", "2015-08-24 09:52:48.806762"], ["updated_at", "2015-08-24 09:52:48.806762"], ["confirmation_token", "7NoHDasPZ3QxNPypGmij"], ["confirmation_sent_at", "2015-08-24 09:52:48.807486"]]
1495
1388
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
1496
1389
 
1497
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
1390
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
1498
1391
 
1499
- Sent mail to joe-14@example.com (3.2ms)
1500
- Date: Sun, 16 Aug 2015 16:55:49 +0100
1392
+ Sent mail to joe-11@example.com (3.1ms)
1393
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
1501
1394
  From: pushtype@example.com
1502
1395
  Reply-To: pushtype@example.com
1503
- To: joe-14@example.com
1504
- Message-ID: <55d0b285daec_23e63fe9b0c65be01738e@Aarons-iMac.local.mail>
1396
+ To: joe-11@example.com
1397
+ Message-ID: <55dae970cc89a_b943fce20465be458274@Aarons-iMac.local.mail>
1505
1398
  Subject: [PushType] Confirm your account
1506
1399
  Mime-Version: 1.0
1507
1400
  Content-Type: multipart/alternative;
1508
- boundary="--==_mimepart_55d0b285d57b_23e63fe9b0c65be01721d";
1401
+ boundary="--==_mimepart_55dae970cc313_b943fce20465be458179";
1509
1402
  charset=UTF-8
1510
1403
  Content-Transfer-Encoding: 7bit
1511
1404
 
1512
1405
 
1513
- ----==_mimepart_55d0b285d57b_23e63fe9b0c65be01721d
1406
+ ----==_mimepart_55dae970cc313_b943fce20465be458179
1514
1407
  Content-Type: text/plain;
1515
1408
  charset=UTF-8
1516
1409
  Content-Transfer-Encoding: 7bit
@@ -1525,10 +1418,10 @@ created for you.
1525
1418
  To get started, confirm your account and set your own password by
1526
1419
  clicking the link below:
1527
1420
 
1528
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Gqd2iaKG8VKnXbc1a5jy )
1421
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=7NoHDasPZ3QxNPypGmij )
1529
1422
 
1530
1423
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
1531
- ----==_mimepart_55d0b285d57b_23e63fe9b0c65be01721d
1424
+ ----==_mimepart_55dae970cc313_b943fce20465be458179
1532
1425
  Content-Type: text/html;
1533
1426
  charset=UTF-8
1534
1427
  Content-Transfer-Encoding: 7bit
@@ -1574,7 +1467,7 @@ body {
1574
1467
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
1575
1468
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
1576
1469
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
1577
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=Gqd2iaKG8VKnXbc1a5jy" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1470
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=7NoHDasPZ3QxNPypGmij" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1578
1471
  </td>
1579
1472
  </tr>
1580
1473
  </table>
@@ -1619,90 +1512,129 @@ body {
1619
1512
  </body>
1620
1513
  </html>
1621
1514
 
1622
- ----==_mimepart_55d0b285d57b_23e63fe9b0c65be01721d--
1515
+ ----==_mimepart_55dae970cc313_b943fce20465be458179--
1623
1516
 
1624
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1625
- Processing by PushType::ConfirmationsController#update as HTML
1626
- Parameters: {"user"=>{"confirmation_token"=>"Gqd2iaKG8VKnXbc1a5jy", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
1627
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "90985e2bfd3fc1c6212a1027f6835a39669d4dfa0e1793752c507b4c789ceea9"]]
1628
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-14@example.com' AND "push_type_users"."id" != 'a767fdbe-3dc6-4b17-a914-943669143e33') LIMIT 1
1629
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
1630
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
1631
- Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.3ms)
1632
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1633
-  (0.1ms) ROLLBACK
1634
-  (0.1ms) BEGIN
1635
- ------------------------------------------------------------
1636
- PushType::ProfilesController::GET #edit: test_0001_anonymous
1637
- ------------------------------------------------------------
1638
-  (0.0ms) SAVEPOINT active_record_1
1639
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1640
-  (0.0ms) SAVEPOINT active_record_1
1641
-  (0.1ms) SAVEPOINT active_record_2
1642
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1
1643
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1
1644
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-15@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:49.069125"], ["confirmed_at", "2015-08-16 15:55:49.069189"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:49.070601"], ["updated_at", "2015-08-16 15:55:49.070601"]]
1645
1517
   (0.1ms) RELEASE SAVEPOINT active_record_2
1646
- Processing by PushType::ProfilesController#edit as HTML
1647
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "532485a0-8a50-46db-b8d3-f9869d394558"]]
1648
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.8ms)
1649
- Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms)
1518
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1519
+  (0.1ms) ROLLBACK
1520
+  (0.1ms) BEGIN
1521
+ ----------------------------------------------------------------
1522
+ PushType::AuthenticatableTest::rememberable: test_0001_anonymous
1523
+ ----------------------------------------------------------------
1524
+  (0.1ms) SAVEPOINT active_record_1
1525
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1526
+  (0.1ms) SAVEPOINT active_record_1
1527
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1528
+  (0.1ms) ROLLBACK
1529
+  (0.1ms) BEGIN
1530
+ -------------------------------------------------------------------------------------
1531
+ PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0001_anonymous
1532
+ -------------------------------------------------------------------------------------
1533
+  (0.1ms) SAVEPOINT active_record_1
1534
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1535
+  (0.0ms) SAVEPOINT active_record_1
1536
+  (0.1ms) SAVEPOINT active_record_2
1537
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1
1538
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-12@example.com' LIMIT 1
1539
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-12@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:48.845010"], ["confirmed_at", "2015-08-24 09:52:48.845064"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:48.846641"], ["updated_at", "2015-08-24 09:52:48.846641"]]
1540
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1541
+ Processing by PushType::ProfilesController#update as HTML
1542
+ Parameters: {"user"=>{"name"=>""}}
1543
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "383f25a5-426d-48fb-84af-c4c8b7700152"]]
1544
+  (0.1ms) SAVEPOINT active_record_2
1545
+ PushType::User Exists (0.3ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-12@example.com' AND "push_type_users"."id" != '383f25a5-426d-48fb-84af-c4c8b7700152') LIMIT 1
1546
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
1547
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (2.1ms)
1548
+ Completed 200 OK in 10ms (Views: 7.1ms | ActiveRecord: 0.6ms)
1650
1549
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1651
1550
   (0.1ms) ROLLBACK
1652
1551
   (0.1ms) BEGIN
1653
- ------------------------------------------------------------
1654
- PushType::ProfilesController::GET #edit: test_0002_anonymous
1655
- ------------------------------------------------------------
1552
+ -------------------------------------------------------------------------------------
1553
+ PushType::ProfilesControllerTest::PUT #update::with invalid user: test_0002_anonymous
1554
+ -------------------------------------------------------------------------------------
1656
1555
   (0.1ms) SAVEPOINT active_record_1
1657
1556
   (0.0ms) RELEASE SAVEPOINT active_record_1
1658
-  (0.0ms) SAVEPOINT active_record_1
1557
+  (0.1ms) SAVEPOINT active_record_1
1659
1558
   (0.1ms) SAVEPOINT active_record_2
1660
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1
1661
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1
1662
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-16@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:49.082442"], ["confirmed_at", "2015-08-16 15:55:49.082499"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:49.083862"], ["updated_at", "2015-08-16 15:55:49.083862"]]
1559
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1
1560
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-13@example.com' LIMIT 1
1561
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-13@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:48.861077"], ["confirmed_at", "2015-08-24 09:52:48.861141"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:48.862646"], ["updated_at", "2015-08-24 09:52:48.862646"]]
1663
1562
   (0.1ms) RELEASE SAVEPOINT active_record_2
1664
- Processing by PushType::ProfilesController#edit as HTML
1665
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "4b53c0ba-bdea-4bb4-bfb8-6fd53a65743f"]]
1666
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.7ms)
1667
- Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms)
1563
+ Processing by PushType::ProfilesController#update as HTML
1564
+ Parameters: {"user"=>{"name"=>""}}
1565
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "e6536849-2f2e-4e2f-8bf3-a81e45f9b9a0"]]
1566
+  (0.1ms) SAVEPOINT active_record_2
1567
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-13@example.com' AND "push_type_users"."id" != 'e6536849-2f2e-4e2f-8bf3-a81e45f9b9a0') LIMIT 1
1568
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2
1569
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/profiles/edit.html.haml within layouts/push_type/admin (1.9ms)
1570
+ Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.4ms)
1571
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1572
+  (0.1ms) ROLLBACK
1573
+  (0.1ms) BEGIN
1574
+ ------------------------------------------------------------------------------------------------------
1575
+ PushType::ConfirmationsControllerTest::GET #show::with invalid confirmation token: test_0001_anonymous
1576
+ ------------------------------------------------------------------------------------------------------
1577
+  (0.1ms) SAVEPOINT active_record_1
1578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1579
+  (0.0ms) SAVEPOINT active_record_1
1580
+ Processing by PushType::ConfirmationsController#show as HTML
1581
+ Parameters: {"confirmation_token"=>"invalid"}
1582
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "invalid"]]
1583
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "invalid"]]
1584
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "f2350dcb33f99a9ff72614b2c7aec8d310991ebec4e0fc2bf1d9be67ba66f059"]]
1585
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.2ms)
1586
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (2.5ms)
1587
+ Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.3ms)
1668
1588
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1669
1589
   (0.1ms) ROLLBACK
1670
1590
   (0.1ms) BEGIN
1671
- -----------------------------------------------------------
1672
- PushType::UsersController::PUT #invite: test_0003_anonymous
1673
- -----------------------------------------------------------
1674
-  (0.1ms) SAVEPOINT active_record_1
1675
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1676
-  (0.1ms) SAVEPOINT active_record_1
1677
-  (0.1ms) SAVEPOINT active_record_2
1678
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1
1679
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1
1680
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-17@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:49.096044"], ["confirmed_at", "2015-08-16 15:55:49.096103"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:49.097524"], ["updated_at", "2015-08-16 15:55:49.097524"]]
1681
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1591
+ ------------------------------------------------------------------------------------------------------
1592
+ PushType::ConfirmationsControllerTest::GET #show::with invalid confirmation token: test_0002_anonymous
1593
+ ------------------------------------------------------------------------------------------------------
1594
+  (0.0ms) SAVEPOINT active_record_1
1595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1596
+  (0.0ms) SAVEPOINT active_record_1
1597
+ Processing by PushType::ConfirmationsController#show as HTML
1598
+ Parameters: {"confirmation_token"=>"invalid"}
1599
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "invalid"]]
1600
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "invalid"]]
1601
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "f2350dcb33f99a9ff72614b2c7aec8d310991ebec4e0fc2bf1d9be67ba66f059"]]
1602
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
1603
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/new.html.haml within layouts/push_type/auth (1.4ms)
1604
+ Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.3ms)
1605
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1606
+  (0.1ms) ROLLBACK
1607
+  (0.1ms) BEGIN
1608
+ ------------------------------------------------------------------------------------------
1609
+ PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0001_anonymous
1610
+ ------------------------------------------------------------------------------------------
1611
+  (0.1ms) SAVEPOINT active_record_1
1612
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1613
+  (0.1ms) SAVEPOINT active_record_1
1682
1614
   (0.1ms) SAVEPOINT active_record_2
1683
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1
1684
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1
1685
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "8b3c3c1399b023be788644253fa732252d6218add4b267e9feffbedd5eea975a"]]
1686
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-18@example.com"], ["created_at", "2015-08-16 15:55:49.099950"], ["updated_at", "2015-08-16 15:55:49.099950"], ["confirmation_token", "8b3c3c1399b023be788644253fa732252d6218add4b267e9feffbedd5eea975a"], ["confirmation_sent_at", "2015-08-16 15:55:49.100802"]]
1687
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.4ms)
1615
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1
1616
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-14@example.com' LIMIT 1
1617
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "068e25f419796bdd65ebe79d8e6587e9ddd74c9af437a654250d38706ccd7132"]]
1618
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-14@example.com"], ["created_at", "2015-08-24 09:52:48.899037"], ["updated_at", "2015-08-24 09:52:48.899037"], ["confirmation_token", "ypGF1mGJu_NDsqT2zmMr"], ["confirmation_sent_at", "2015-08-24 09:52:48.899709"]]
1619
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
1688
1620
 
1689
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.9ms
1621
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
1690
1622
 
1691
- Sent mail to joe-18@example.com (3.0ms)
1692
- Date: Sun, 16 Aug 2015 16:55:49 +0100
1623
+ Sent mail to joe-14@example.com (2.9ms)
1624
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
1693
1625
  From: pushtype@example.com
1694
1626
  Reply-To: pushtype@example.com
1695
- To: joe-18@example.com
1696
- Message-ID: <55d0b28520728_23e63fe9b0c65be017635@Aarons-iMac.local.mail>
1627
+ To: joe-14@example.com
1628
+ Message-ID: <55dae970e30d0_b943fce20465be4585b7@Aarons-iMac.local.mail>
1697
1629
  Subject: [PushType] Confirm your account
1698
1630
  Mime-Version: 1.0
1699
1631
  Content-Type: multipart/alternative;
1700
- boundary="--==_mimepart_55d0b285201a9_23e63fe9b0c65be01751a";
1632
+ boundary="--==_mimepart_55dae970e2b8c_b943fce20465be45843e";
1701
1633
  charset=UTF-8
1702
1634
  Content-Transfer-Encoding: 7bit
1703
1635
 
1704
1636
 
1705
- ----==_mimepart_55d0b285201a9_23e63fe9b0c65be01751a
1637
+ ----==_mimepart_55dae970e2b8c_b943fce20465be45843e
1706
1638
  Content-Type: text/plain;
1707
1639
  charset=UTF-8
1708
1640
  Content-Transfer-Encoding: 7bit
@@ -1717,10 +1649,10 @@ created for you.
1717
1649
  To get started, confirm your account and set your own password by
1718
1650
  clicking the link below:
1719
1651
 
1720
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=yN4pus-5Axx-c-zzjumn )
1652
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=ypGF1mGJu_NDsqT2zmMr )
1721
1653
 
1722
1654
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
1723
- ----==_mimepart_55d0b285201a9_23e63fe9b0c65be01751a
1655
+ ----==_mimepart_55dae970e2b8c_b943fce20465be45843e
1724
1656
  Content-Type: text/html;
1725
1657
  charset=UTF-8
1726
1658
  Content-Transfer-Encoding: 7bit
@@ -1766,7 +1698,7 @@ body {
1766
1698
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
1767
1699
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
1768
1700
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
1769
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=yN4pus-5Axx-c-zzjumn" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1701
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=ypGF1mGJu_NDsqT2zmMr" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1770
1702
  </td>
1771
1703
  </tr>
1772
1704
  </table>
@@ -1811,36 +1743,49 @@ body {
1811
1743
  </body>
1812
1744
  </html>
1813
1745
 
1814
- ----==_mimepart_55d0b285201a9_23e63fe9b0c65be01751a--
1746
+ ----==_mimepart_55dae970e2b8c_b943fce20465be45843e--
1815
1747
 
1816
1748
   (0.1ms) RELEASE SAVEPOINT active_record_2
1817
- Processing by PushType::UsersController#invite as HTML
1818
- Parameters: {"id"=>"7c55a13e-e38f-41a1-afd6-fb373711cfb7"}
1819
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "9fac4d3d-eb0d-4888-bd36-1a7dace7ddbb"]]
1820
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "7c55a13e-e38f-41a1-afd6-fb373711cfb7"]]
1821
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "d3484fb7d0dde5b1c773e320f3d9f499d9ea71cf96794e216a6738a466f853d9"]]
1822
-  (0.1ms) SAVEPOINT active_record_2
1823
- SQL (0.2ms) UPDATE "push_type_users" SET "confirmation_token" = $1, "confirmation_sent_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["confirmation_token", "d3484fb7d0dde5b1c773e320f3d9f499d9ea71cf96794e216a6738a466f853d9"], ["confirmation_sent_at", "2015-08-16 15:55:49.139453"], ["updated_at", "2015-08-16 15:55:49.139783"], ["id", "7c55a13e-e38f-41a1-afd6-fb373711cfb7"]]
1824
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1825
- Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.3ms)
1749
+ Processing by PushType::ConfirmationsController#update as HTML
1750
+ Parameters: {"user"=>{"confirmation_token"=>"ypGF1mGJu_NDsqT2zmMr", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
1751
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "ypGF1mGJu_NDsqT2zmMr"]]
1752
+ PushType::User Exists (0.3ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-14@example.com' AND "push_type_users"."id" != 'ac0c15dd-2223-450f-8b96-fb78ee68adda') LIMIT 1
1753
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
1754
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.7ms)
1755
+ Completed 200 OK in 8ms (Views: 5.1ms | ActiveRecord: 0.4ms)
1756
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1757
+  (0.1ms) ROLLBACK
1758
+  (0.1ms) BEGIN
1759
+ ------------------------------------------------------------------------------------------
1760
+ PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0002_anonymous
1761
+ ------------------------------------------------------------------------------------------
1762
+  (0.0ms) SAVEPOINT active_record_1
1763
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1764
+  (0.0ms) SAVEPOINT active_record_1
1765
+  (0.1ms) SAVEPOINT active_record_2
1766
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1
1767
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-15@example.com' LIMIT 1
1768
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "4b469ab8fc31f3021af131f699a5bb45dfd60848d4fcc8f02649ff1acadc665e"]]
1769
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-15@example.com"], ["created_at", "2015-08-24 09:52:48.944097"], ["updated_at", "2015-08-24 09:52:48.944097"], ["confirmation_token", "Ri-bzefBH5oq5wzkyMuv"], ["confirmation_sent_at", "2015-08-24 09:52:48.944830"]]
1770
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
1826
1771
 
1827
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.4ms
1772
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
1828
1773
 
1829
- Sent mail to joe-18@example.com (3.2ms)
1830
- Date: Sun, 16 Aug 2015 16:55:49 +0100
1774
+ Sent mail to joe-15@example.com (2.9ms)
1775
+ Date: Mon, 24 Aug 2015 10:52:48 +0100
1831
1776
  From: pushtype@example.com
1832
1777
  Reply-To: pushtype@example.com
1833
- To: joe-18@example.com
1834
- Message-ID: <55d0b2852a2db_23e63fe9b0c65be0179a7@Aarons-iMac.local.mail>
1778
+ To: joe-15@example.com
1779
+ Message-ID: <55dae970ee16a_b943fce20465be45887b@Aarons-iMac.local.mail>
1835
1780
  Subject: [PushType] Confirm your account
1836
1781
  Mime-Version: 1.0
1837
1782
  Content-Type: multipart/alternative;
1838
- boundary="--==_mimepart_55d0b28529d34_23e63fe9b0c65be0178a8";
1783
+ boundary="--==_mimepart_55dae970edc0a_b943fce20465be458755";
1839
1784
  charset=UTF-8
1840
1785
  Content-Transfer-Encoding: 7bit
1841
1786
 
1842
1787
 
1843
- ----==_mimepart_55d0b28529d34_23e63fe9b0c65be0178a8
1788
+ ----==_mimepart_55dae970edc0a_b943fce20465be458755
1844
1789
  Content-Type: text/plain;
1845
1790
  charset=UTF-8
1846
1791
  Content-Transfer-Encoding: 7bit
@@ -1855,10 +1800,10 @@ created for you.
1855
1800
  To get started, confirm your account and set your own password by
1856
1801
  clicking the link below:
1857
1802
 
1858
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=JMxRgC_YyzgC1HAZvy_7 )
1803
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Ri-bzefBH5oq5wzkyMuv )
1859
1804
 
1860
1805
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
1861
- ----==_mimepart_55d0b28529d34_23e63fe9b0c65be0178a8
1806
+ ----==_mimepart_55dae970edc0a_b943fce20465be458755
1862
1807
  Content-Type: text/html;
1863
1808
  charset=UTF-8
1864
1809
  Content-Transfer-Encoding: 7bit
@@ -1904,7 +1849,7 @@ body {
1904
1849
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
1905
1850
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
1906
1851
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
1907
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=JMxRgC_YyzgC1HAZvy_7" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1852
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=Ri-bzefBH5oq5wzkyMuv" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
1908
1853
  </td>
1909
1854
  </tr>
1910
1855
  </table>
@@ -1949,48 +1894,49 @@ body {
1949
1894
  </body>
1950
1895
  </html>
1951
1896
 
1952
- ----==_mimepart_55d0b28529d34_23e63fe9b0c65be0178a8--
1897
+ ----==_mimepart_55dae970edc0a_b943fce20465be458755--
1953
1898
 
1954
- Redirected to /push_type/users
1955
- Completed 302 Found in 38ms (ActiveRecord: 0.7ms)
1956
-  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
1899
+  (0.1ms) RELEASE SAVEPOINT active_record_2
1900
+ Processing by PushType::ConfirmationsController#update as HTML
1901
+ Parameters: {"user"=>{"confirmation_token"=>"Ri-bzefBH5oq5wzkyMuv", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
1902
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "Ri-bzefBH5oq5wzkyMuv"]]
1903
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-15@example.com' AND "push_type_users"."id" != 'f70685fa-5f34-4736-9c47-7d941f59f6c6') LIMIT 1
1904
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
1905
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.6ms)
1906
+ Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.4ms)
1907
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1957
1908
   (0.1ms) ROLLBACK
1958
1909
   (0.1ms) BEGIN
1959
- -----------------------------------------------------------
1960
- PushType::UsersController::PUT #invite: test_0002_anonymous
1961
- -----------------------------------------------------------
1910
+ ------------------------------------------------------------------------------------------
1911
+ PushType::ConfirmationsControllerTest::PUT #update::with invalid user: test_0003_anonymous
1912
+ ------------------------------------------------------------------------------------------
1962
1913
   (0.1ms) SAVEPOINT active_record_1
1963
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1964
-  (0.0ms) SAVEPOINT active_record_1
1965
-  (0.0ms) SAVEPOINT active_record_2
1966
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1
1967
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1
1968
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-19@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:49.177031"], ["confirmed_at", "2015-08-16 15:55:49.177096"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:49.178471"], ["updated_at", "2015-08-16 15:55:49.178471"]]
1969
-  (0.1ms) RELEASE SAVEPOINT active_record_2
1970
-  (0.1ms) SAVEPOINT active_record_2
1971
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
1972
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
1973
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "6f624297fb675db98157f08239ebdca4c87b7be1898e54d7ac6bacfd530ee9ba"]]
1974
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-20@example.com"], ["created_at", "2015-08-16 15:55:49.180908"], ["updated_at", "2015-08-16 15:55:49.180908"], ["confirmation_token", "6f624297fb675db98157f08239ebdca4c87b7be1898e54d7ac6bacfd530ee9ba"], ["confirmation_sent_at", "2015-08-16 15:55:49.181564"]]
1914
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1915
+  (0.1ms) SAVEPOINT active_record_1
1916
+  (0.1ms) SAVEPOINT active_record_2
1917
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1
1918
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-16@example.com' LIMIT 1
1919
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "7c1ad3db12bc852656b3bbfd44e7c1076485ad2d82656c9801f6fc03733ac7bc"]]
1920
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-16@example.com"], ["created_at", "2015-08-24 09:52:48.989067"], ["updated_at", "2015-08-24 09:52:48.989067"], ["confirmation_token", "fmoSCxkcJfHPyq7Bks1u"], ["confirmation_sent_at", "2015-08-24 09:52:48.989785"]]
1975
1921
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
1976
1922
 
1977
1923
  Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
1978
1924
 
1979
- Sent mail to joe-20@example.com (3.3ms)
1980
- Date: Sun, 16 Aug 2015 16:55:49 +0100
1925
+ Sent mail to joe-16@example.com (3.0ms)
1926
+ Date: Mon, 24 Aug 2015 10:52:49 +0100
1981
1927
  From: pushtype@example.com
1982
1928
  Reply-To: pushtype@example.com
1983
- To: joe-20@example.com
1984
- Message-ID: <55d0b285422a6_23e63fe9b0c65be0182b0@Aarons-iMac.local.mail>
1929
+ To: joe-16@example.com
1930
+ Message-ID: <55dae9714f81_b943fce20465be459114@Aarons-iMac.local.mail>
1985
1931
  Subject: [PushType] Confirm your account
1986
1932
  Mime-Version: 1.0
1987
1933
  Content-Type: multipart/alternative;
1988
- boundary="--==_mimepart_55d0b28541c0c_23e63fe9b0c65be0181d8";
1934
+ boundary="--==_mimepart_55dae9714a2b_b943fce20465be4590de";
1989
1935
  charset=UTF-8
1990
1936
  Content-Transfer-Encoding: 7bit
1991
1937
 
1992
1938
 
1993
- ----==_mimepart_55d0b28541c0c_23e63fe9b0c65be0181d8
1939
+ ----==_mimepart_55dae9714a2b_b943fce20465be4590de
1994
1940
  Content-Type: text/plain;
1995
1941
  charset=UTF-8
1996
1942
  Content-Transfer-Encoding: 7bit
@@ -2005,10 +1951,10 @@ created for you.
2005
1951
  To get started, confirm your account and set your own password by
2006
1952
  clicking the link below:
2007
1953
 
2008
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=hr4Z2iCoC1bs1mDrmMXa )
1954
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=fmoSCxkcJfHPyq7Bks1u )
2009
1955
 
2010
1956
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
2011
- ----==_mimepart_55d0b28541c0c_23e63fe9b0c65be0181d8
1957
+ ----==_mimepart_55dae9714a2b_b943fce20465be4590de
2012
1958
  Content-Type: text/html;
2013
1959
  charset=UTF-8
2014
1960
  Content-Transfer-Encoding: 7bit
@@ -2054,7 +2000,7 @@ body {
2054
2000
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
2055
2001
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
2056
2002
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
2057
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=hr4Z2iCoC1bs1mDrmMXa" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2003
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=fmoSCxkcJfHPyq7Bks1u" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2058
2004
  </td>
2059
2005
  </tr>
2060
2006
  </table>
@@ -2099,36 +2045,49 @@ body {
2099
2045
  </body>
2100
2046
  </html>
2101
2047
 
2102
- ----==_mimepart_55d0b28541c0c_23e63fe9b0c65be0181d8--
2048
+ ----==_mimepart_55dae9714a2b_b943fce20465be4590de--
2103
2049
 
2104
-  (0.1ms) RELEASE SAVEPOINT active_record_2
2105
- Processing by PushType::UsersController#invite as HTML
2106
- Parameters: {"id"=>"7f7c5113-9f83-451b-b32a-e7e459d57401"}
2107
- PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "8f33be12-954e-4c96-ace0-7387a616eade"]]
2108
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "7f7c5113-9f83-451b-b32a-e7e459d57401"]]
2109
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "8248c11a59d6c2e5bcd7c983e960e90519a1640ff15a668a8829ddde19c5bd59"]]
2050
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2051
+ Processing by PushType::ConfirmationsController#update as HTML
2052
+ Parameters: {"user"=>{"confirmation_token"=>"fmoSCxkcJfHPyq7Bks1u", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
2053
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "fmoSCxkcJfHPyq7Bks1u"]]
2054
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-16@example.com' AND "push_type_users"."id" != '73e54fe8-48ae-44a0-be0f-5e59a6cdf274') LIMIT 1
2055
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/shared/_links.html.erb (0.3ms)
2056
+ Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/push_type/confirmations/show.html.haml within layouts/push_type/auth (1.8ms)
2057
+ Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.3ms)
2058
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2059
+  (0.1ms) ROLLBACK
2060
+  (0.1ms) BEGIN
2061
+ ----------------------------------------------------------------------------------------
2062
+ PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0001_anonymous
2063
+ ----------------------------------------------------------------------------------------
2064
+  (0.1ms) SAVEPOINT active_record_1
2065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2066
+  (0.1ms) SAVEPOINT active_record_1
2110
2067
   (0.1ms) SAVEPOINT active_record_2
2111
- SQL (0.2ms) UPDATE "push_type_users" SET "confirmation_token" = $1, "confirmation_sent_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["confirmation_token", "8248c11a59d6c2e5bcd7c983e960e90519a1640ff15a668a8829ddde19c5bd59"], ["confirmation_sent_at", "2015-08-16 15:55:49.279385"], ["updated_at", "2015-08-16 15:55:49.279725"], ["id", "7f7c5113-9f83-451b-b32a-e7e459d57401"]]
2112
-  (0.1ms) RELEASE SAVEPOINT active_record_2
2068
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1
2069
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-17@example.com' LIMIT 1
2070
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "880046202c973cef1f11b0bae9decef7e279f46bf8c3ae0ec225ba765127ce6e"]]
2071
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-17@example.com"], ["created_at", "2015-08-24 09:52:49.035795"], ["updated_at", "2015-08-24 09:52:49.035795"], ["confirmation_token", "Mxdy4-V4Rq9E5hjGjbdZ"], ["confirmation_sent_at", "2015-08-24 09:52:49.036547"]]
2113
2072
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
2114
2073
 
2115
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.8ms
2074
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
2116
2075
 
2117
- Sent mail to joe-20@example.com (3.9ms)
2118
- Date: Sun, 16 Aug 2015 16:55:49 +0100
2076
+ Sent mail to joe-17@example.com (3.0ms)
2077
+ Date: Mon, 24 Aug 2015 10:52:49 +0100
2119
2078
  From: pushtype@example.com
2120
2079
  Reply-To: pushtype@example.com
2121
- To: joe-20@example.com
2122
- Message-ID: <55d0b285517be_23e63fe9b0c65be018592@Aarons-iMac.local.mail>
2080
+ To: joe-17@example.com
2081
+ Message-ID: <55dae9711042a_b943fce20465be45942e@Aarons-iMac.local.mail>
2123
2082
  Subject: [PushType] Confirm your account
2124
2083
  Mime-Version: 1.0
2125
2084
  Content-Type: multipart/alternative;
2126
- boundary="--==_mimepart_55d0b2855107e_23e63fe9b0c65be0184b5";
2085
+ boundary="--==_mimepart_55dae971feb3_b943fce20465be4593d4";
2127
2086
  charset=UTF-8
2128
2087
  Content-Transfer-Encoding: 7bit
2129
2088
 
2130
2089
 
2131
- ----==_mimepart_55d0b2855107e_23e63fe9b0c65be0184b5
2090
+ ----==_mimepart_55dae971feb3_b943fce20465be4593d4
2132
2091
  Content-Type: text/plain;
2133
2092
  charset=UTF-8
2134
2093
  Content-Transfer-Encoding: 7bit
@@ -2143,10 +2102,10 @@ created for you.
2143
2102
  To get started, confirm your account and set your own password by
2144
2103
  clicking the link below:
2145
2104
 
2146
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=4sq1uAViotX2fKRfXXeq )
2105
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Mxdy4-V4Rq9E5hjGjbdZ )
2147
2106
 
2148
2107
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
2149
- ----==_mimepart_55d0b2855107e_23e63fe9b0c65be0184b5
2108
+ ----==_mimepart_55dae971feb3_b943fce20465be4593d4
2150
2109
  Content-Type: text/html;
2151
2110
  charset=UTF-8
2152
2111
  Content-Transfer-Encoding: 7bit
@@ -2192,7 +2151,7 @@ body {
2192
2151
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
2193
2152
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
2194
2153
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
2195
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=4sq1uAViotX2fKRfXXeq" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2154
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=Mxdy4-V4Rq9E5hjGjbdZ" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2196
2155
  </td>
2197
2156
  </tr>
2198
2157
  </table>
@@ -2237,48 +2196,55 @@ body {
2237
2196
  </body>
2238
2197
  </html>
2239
2198
 
2240
- ----==_mimepart_55d0b2855107e_23e63fe9b0c65be0184b5--
2199
+ ----==_mimepart_55dae971feb3_b943fce20465be4593d4--
2241
2200
 
2242
- Redirected to /push_type/users
2243
- Completed 302 Found in 60ms (ActiveRecord: 0.6ms)
2244
-  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
2201
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2202
+ Processing by PushType::ConfirmationsController#update as HTML
2203
+ Parameters: {"user"=>{"confirmation_token"=>"Mxdy4-V4Rq9E5hjGjbdZ", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
2204
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "Mxdy4-V4Rq9E5hjGjbdZ"]]
2205
+ PushType::User Exists (0.3ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-17@example.com' AND "push_type_users"."id" != '3adde6b6-a755-4fce-824a-da6d7bc9e1d6') LIMIT 1
2206
+  (0.1ms) SAVEPOINT active_record_2
2207
+ SQL (0.2ms) UPDATE "push_type_users" SET "encrypted_password" = $1, "confirmed_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["encrypted_password", "$2a$04$h2QKGVCTawHUMHB0fILl1eDC4mUyPlkzaO.P4W6OrdpXXIYpjq5im"], ["confirmed_at", "2015-08-24 09:52:49.079221"], ["updated_at", "2015-08-24 09:52:49.079691"], ["id", "3adde6b6-a755-4fce-824a-da6d7bc9e1d6"]]
2208
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2209
+  (0.1ms) SAVEPOINT active_record_2
2210
+ SQL (0.1ms) UPDATE "push_type_users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "push_type_users"."id" = $7 [["last_sign_in_at", "2015-08-24 09:52:49.081675"], ["current_sign_in_at", "2015-08-24 09:52:49.081675"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-08-24 09:52:49.082229"], ["id", "3adde6b6-a755-4fce-824a-da6d7bc9e1d6"]]
2211
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2212
+ Redirected to http://test.host/push_type/
2213
+ Completed 302 Found in 14ms (ActiveRecord: 1.0ms)
2214
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1 [["id", "3adde6b6-a755-4fce-824a-da6d7bc9e1d6"]]
2215
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2245
2216
   (0.1ms) ROLLBACK
2246
2217
   (0.1ms) BEGIN
2247
- -----------------------------------------------------------
2248
- PushType::UsersController::PUT #invite: test_0001_anonymous
2249
- -----------------------------------------------------------
2218
+ ----------------------------------------------------------------------------------------
2219
+ PushType::ConfirmationsControllerTest::PUT #update::with valid user: test_0002_anonymous
2220
+ ----------------------------------------------------------------------------------------
2250
2221
   (0.0ms) SAVEPOINT active_record_1
2251
2222
   (0.0ms) RELEASE SAVEPOINT active_record_1
2252
2223
   (0.0ms) SAVEPOINT active_record_1
2253
-  (0.1ms) SAVEPOINT active_record_2
2254
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1
2255
- PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1
2256
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-21@example.com"], ["confirmation_sent_at", "2015-08-16 15:55:49.338402"], ["confirmed_at", "2015-08-16 15:55:49.338468"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-16 15:55:49.339880"], ["updated_at", "2015-08-16 15:55:49.339880"]]
2257
-  (0.1ms) RELEASE SAVEPOINT active_record_2
2258
-  (0.1ms) SAVEPOINT active_record_2
2259
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
2260
- PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
2261
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "332c20f55a156e26f193b3acc53bab24f27f9dad46b43d59c647f9dd986c5892"]]
2262
- SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-22@example.com"], ["created_at", "2015-08-16 15:55:49.342328"], ["updated_at", "2015-08-16 15:55:49.342328"], ["confirmation_token", "332c20f55a156e26f193b3acc53bab24f27f9dad46b43d59c647f9dd986c5892"], ["confirmation_sent_at", "2015-08-16 15:55:49.343280"]]
2224
+  (0.0ms) SAVEPOINT active_record_2
2225
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1
2226
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-18@example.com' LIMIT 1
2227
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "d8574671ff1c249e17f854a6ce658540e3bbbac6951cee33c97a56865525a50a"]]
2228
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-18@example.com"], ["created_at", "2015-08-24 09:52:49.087476"], ["updated_at", "2015-08-24 09:52:49.087476"], ["confirmation_token", "-U8SyZJsVifwy627z8GH"], ["confirmation_sent_at", "2015-08-24 09:52:49.088127"]]
2263
2229
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
2264
2230
 
2265
- Devise::Mailer#confirmation_instructions: processed outbound mail in 2.7ms
2231
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.3ms
2266
2232
 
2267
- Sent mail to joe-22@example.com (3.6ms)
2268
- Date: Sun, 16 Aug 2015 16:55:49 +0100
2233
+ Sent mail to joe-18@example.com (3.0ms)
2234
+ Date: Mon, 24 Aug 2015 10:52:49 +0100
2269
2235
  From: pushtype@example.com
2270
2236
  Reply-To: pushtype@example.com
2271
- To: joe-22@example.com
2272
- Message-ID: <55d0b2855cc18_23e63fe9b0c65be0188e2@Aarons-iMac.local.mail>
2237
+ To: joe-18@example.com
2238
+ Message-ID: <55dae9711ce2f_b943fce20465be45976a@Aarons-iMac.local.mail>
2273
2239
  Subject: [PushType] Confirm your account
2274
2240
  Mime-Version: 1.0
2275
2241
  Content-Type: multipart/alternative;
2276
- boundary="--==_mimepart_55d0b2855c64d_23e63fe9b0c65be018729";
2242
+ boundary="--==_mimepart_55dae9711c8f8_b943fce20465be459648";
2277
2243
  charset=UTF-8
2278
2244
  Content-Transfer-Encoding: 7bit
2279
2245
 
2280
2246
 
2281
- ----==_mimepart_55d0b2855c64d_23e63fe9b0c65be018729
2247
+ ----==_mimepart_55dae9711c8f8_b943fce20465be459648
2282
2248
  Content-Type: text/plain;
2283
2249
  charset=UTF-8
2284
2250
  Content-Transfer-Encoding: 7bit
@@ -2293,10 +2259,10 @@ created for you.
2293
2259
  To get started, confirm your account and set your own password by
2294
2260
  clicking the link below:
2295
2261
 
2296
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=BX_i6cdf_GTeGenSHG59 )
2262
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=-U8SyZJsVifwy627z8GH )
2297
2263
 
2298
2264
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
2299
- ----==_mimepart_55d0b2855c64d_23e63fe9b0c65be018729
2265
+ ----==_mimepart_55dae9711c8f8_b943fce20465be459648
2300
2266
  Content-Type: text/html;
2301
2267
  charset=UTF-8
2302
2268
  Content-Transfer-Encoding: 7bit
@@ -2342,7 +2308,7 @@ body {
2342
2308
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
2343
2309
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
2344
2310
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
2345
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=BX_i6cdf_GTeGenSHG59" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2311
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=-U8SyZJsVifwy627z8GH" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2346
2312
  </td>
2347
2313
  </tr>
2348
2314
  </table>
@@ -2387,36 +2353,126 @@ body {
2387
2353
  </body>
2388
2354
  </html>
2389
2355
 
2390
- ----==_mimepart_55d0b2855c64d_23e63fe9b0c65be018729--
2356
+ ----==_mimepart_55dae9711c8f8_b943fce20465be459648--
2391
2357
 
2392
-  (0.2ms) RELEASE SAVEPOINT active_record_2
2393
- Processing by PushType::UsersController#invite as HTML
2394
- Parameters: {"id"=>"c1e32975-ad3c-4edb-9eed-2777151192e4"}
2395
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "82568d49-4e88-4385-873b-30b47d3ab957"]]
2396
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "c1e32975-ad3c-4edb-9eed-2777151192e4"]]
2397
- PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "afbc49d06742c0d665690bec9f595fd5b121ec41e7a19ac44a30950aae4fde81"]]
2358
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2359
+ Processing by PushType::ConfirmationsController#update as HTML
2360
+ Parameters: {"user"=>{"confirmation_token"=>"-U8SyZJsVifwy627z8GH", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
2361
+ PushType::User Load (0.2ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "-U8SyZJsVifwy627z8GH"]]
2362
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-18@example.com' AND "push_type_users"."id" != '238ace25-fff5-4408-849e-97da8d01b310') LIMIT 1
2398
2363
   (0.1ms) SAVEPOINT active_record_2
2399
- SQL (0.2ms) UPDATE "push_type_users" SET "confirmation_token" = $1, "confirmation_sent_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["confirmation_token", "afbc49d06742c0d665690bec9f595fd5b121ec41e7a19ac44a30950aae4fde81"], ["confirmation_sent_at", "2015-08-16 15:55:49.386432"], ["updated_at", "2015-08-16 15:55:49.386760"], ["id", "c1e32975-ad3c-4edb-9eed-2777151192e4"]]
2364
+ SQL (0.1ms) UPDATE "push_type_users" SET "encrypted_password" = $1, "confirmed_at" = $2, "updated_at" = $3 WHERE "push_type_users"."id" = $4 [["encrypted_password", "$2a$04$59n860hm7IXsllvFqyZfZuuRvc4SfwpiG6Dy7X/rdgnvCtuUjmAoy"], ["confirmed_at", "2015-08-24 09:52:49.124519"], ["updated_at", "2015-08-24 09:52:49.124921"], ["id", "238ace25-fff5-4408-849e-97da8d01b310"]]
2400
2365
   (0.1ms) RELEASE SAVEPOINT active_record_2
2366
+  (0.1ms) SAVEPOINT active_record_2
2367
+ SQL (0.2ms) UPDATE "push_type_users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "push_type_users"."id" = $7 [["last_sign_in_at", "2015-08-24 09:52:49.126127"], ["current_sign_in_at", "2015-08-24 09:52:49.126127"], ["last_sign_in_ip", "0.0.0.0"], ["current_sign_in_ip", "0.0.0.0"], ["sign_in_count", 1], ["updated_at", "2015-08-24 09:52:49.126485"], ["id", "238ace25-fff5-4408-849e-97da8d01b310"]]
2368
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2369
+ Redirected to http://test.host/push_type/
2370
+ Completed 302 Found in 6ms (ActiveRecord: 1.0ms)
2371
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2372
+  (0.2ms) ROLLBACK
2373
+  (0.1ms) BEGIN
2374
+ ---------------------------------------------------------------
2375
+ PushType::AuthenticatableTest::recoverable: test_0001_anonymous
2376
+ ---------------------------------------------------------------
2377
+  (0.1ms) SAVEPOINT active_record_1
2378
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2379
+  (0.0ms) SAVEPOINT active_record_1
2380
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2381
+  (0.1ms) ROLLBACK
2382
+  (0.1ms) BEGIN
2383
+ ---------------------------------------------------------------------------
2384
+ PushType::AuthenticatableTest::database_athenticatable: test_0001_anonymous
2385
+ ---------------------------------------------------------------------------
2386
+  (0.0ms) SAVEPOINT active_record_1
2387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2388
+  (0.0ms) SAVEPOINT active_record_1
2389
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2390
+  (0.0ms) ROLLBACK
2391
+  (0.1ms) BEGIN
2392
+ ---------------------------------------------------------------------------
2393
+ PushType::AuthenticatableTest::database_athenticatable: test_0002_anonymous
2394
+ ---------------------------------------------------------------------------
2395
+  (0.0ms) SAVEPOINT active_record_1
2396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2397
+  (0.0ms) SAVEPOINT active_record_1
2398
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2399
+  (0.0ms) ROLLBACK
2400
+  (0.1ms) BEGIN
2401
+ --------------------------------------------------------------------------------------
2402
+ PushType::AuthenticatableTest::#password_required?::with new user: test_0001_anonymous
2403
+ --------------------------------------------------------------------------------------
2404
+  (0.0ms) SAVEPOINT active_record_1
2405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2406
+  (0.0ms) SAVEPOINT active_record_1
2407
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2408
+  (0.1ms) ROLLBACK
2409
+  (0.1ms) BEGIN
2410
+ --------------------------------------------------------
2411
+ PushType::AuthenticationMethodsTest: test_0001_anonymous
2412
+ --------------------------------------------------------
2413
+  (0.1ms) SAVEPOINT active_record_1
2414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2415
+  (0.1ms) SAVEPOINT active_record_1
2416
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2417
+  (0.1ms) ROLLBACK
2418
+  (0.1ms) BEGIN
2419
+ --------------------------------------------------------
2420
+ PushType::AuthenticationMethodsTest: test_0002_anonymous
2421
+ --------------------------------------------------------
2422
+  (0.1ms) SAVEPOINT active_record_1
2423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2424
+  (0.1ms) SAVEPOINT active_record_1
2425
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2426
+  (0.1ms) ROLLBACK
2427
+  (0.1ms) BEGIN
2428
+ ---------------------------------------------------------------
2429
+ PushType::AuthenticatableTest::validatable: test_0002_anonymous
2430
+ ---------------------------------------------------------------
2431
+  (0.0ms) SAVEPOINT active_record_1
2432
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2433
+  (0.0ms) SAVEPOINT active_record_1
2434
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2435
+  (0.1ms) ROLLBACK
2436
+  (0.1ms) BEGIN
2437
+ ---------------------------------------------------------------
2438
+ PushType::AuthenticatableTest::validatable: test_0001_anonymous
2439
+ ---------------------------------------------------------------
2440
+  (0.1ms) SAVEPOINT active_record_1
2441
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2442
+  (0.0ms) SAVEPOINT active_record_1
2443
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2444
+  (0.0ms) ROLLBACK
2445
+  (0.0ms) BEGIN
2446
+ --------------------------------------------------------------------------------------------------------------
2447
+ PushType::AuthenticatableTest::#password_required?::with existing user and dirty password: test_0001_anonymous
2448
+ --------------------------------------------------------------------------------------------------------------
2449
+  (0.0ms) SAVEPOINT active_record_1
2450
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2451
+  (0.0ms) SAVEPOINT active_record_1
2452
+  (0.0ms) SAVEPOINT active_record_2
2453
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1
2454
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-19@example.com' LIMIT 1
2455
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."confirmation_token" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["confirmation_token", "5436ac5fb49ad501b9e15278a0e451053f7f6b34c97a9abd80c9830e274a9d97"]]
2456
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-19@example.com"], ["created_at", "2015-08-24 09:52:49.143871"], ["updated_at", "2015-08-24 09:52:49.143871"], ["confirmation_token", "vQr-D9z-DYLnK-H5rvqA"], ["confirmation_sent_at", "2015-08-24 09:52:49.144578"]]
2401
2457
  Rendered /Users/aaron/dev/pushcode/push_type/auth/app/views/devise/mailer/confirmation_instructions.html.erb within layouts/push_type/email (0.2ms)
2402
2458
 
2403
- Devise::Mailer#confirmation_instructions: processed outbound mail in 3.2ms
2459
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 2.2ms
2404
2460
 
2405
- Sent mail to joe-22@example.com (3.4ms)
2406
- Date: Sun, 16 Aug 2015 16:55:49 +0100
2461
+ Sent mail to joe-19@example.com (2.9ms)
2462
+ Date: Mon, 24 Aug 2015 10:52:49 +0100
2407
2463
  From: pushtype@example.com
2408
2464
  Reply-To: pushtype@example.com
2409
- To: joe-22@example.com
2410
- Message-ID: <55d0b285682d5_23e63fe9b0c65be0191b9@Aarons-iMac.local.mail>
2465
+ To: joe-19@example.com
2466
+ Message-ID: <55dae9712aba6_b943fce20465be460059@Aarons-iMac.local.mail>
2411
2467
  Subject: [PushType] Confirm your account
2412
2468
  Mime-Version: 1.0
2413
2469
  Content-Type: multipart/alternative;
2414
- boundary="--==_mimepart_55d0b28567d1e_23e63fe9b0c65be01909b";
2470
+ boundary="--==_mimepart_55dae9712a65f_b943fce20465be4599f";
2415
2471
  charset=UTF-8
2416
2472
  Content-Transfer-Encoding: 7bit
2417
2473
 
2418
2474
 
2419
- ----==_mimepart_55d0b28567d1e_23e63fe9b0c65be01909b
2475
+ ----==_mimepart_55dae9712a65f_b943fce20465be4599f
2420
2476
  Content-Type: text/plain;
2421
2477
  charset=UTF-8
2422
2478
  Content-Transfer-Encoding: 7bit
@@ -2431,10 +2487,10 @@ created for you.
2431
2487
  To get started, confirm your account and set your own password by
2432
2488
  clicking the link below:
2433
2489
 
2434
- Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=Lzd6f_91cdTfpsEvsNtY )
2490
+ Confirm my account ( http://localhost:3000/push_type/confirmation?confirmation_token=vQr-D9z-DYLnK-H5rvqA )
2435
2491
 
2436
2492
  PushType CMS: www.pushtype.org ( http://www.pushtype.org ).
2437
- ----==_mimepart_55d0b28567d1e_23e63fe9b0c65be01909b
2493
+ ----==_mimepart_55dae9712a65f_b943fce20465be4599f
2438
2494
  Content-Type: text/html;
2439
2495
  charset=UTF-8
2440
2496
  Content-Transfer-Encoding: 7bit
@@ -2480,7 +2536,7 @@ body {
2480
2536
  <table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0; width: 100%">
2481
2537
  <tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0">
2482
2538
  <td class="padding" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 10px 0">
2483
- <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=Lzd6f_91cdTfpsEvsNtY" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2539
+ <p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.6; margin: 0 0 10px; padding: 0"><a class="btn-primary" href="http://localhost:3000/push_type/confirmation?confirmation_token=vQr-D9z-DYLnK-H5rvqA" style="background: #348eda; border-color: #348eda; border-radius: 25px; border-style: solid; border-width: 10px 20px; color: #FFF; cursor: pointer; display: inline-block; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; font-weight: bold; line-height: 2; margin: 0 10px 0 0; padding: 0; text-align: center; text-decoration: none">Confirm my account</a></p>
2484
2540
  </td>
2485
2541
  </tr>
2486
2542
  </table>
@@ -2525,9 +2581,78 @@ body {
2525
2581
  </body>
2526
2582
  </html>
2527
2583
 
2528
- ----==_mimepart_55d0b28567d1e_23e63fe9b0c65be01909b--
2584
+ ----==_mimepart_55dae9712a65f_b943fce20465be4599f--
2529
2585
 
2530
- Redirected to /push_type/users
2531
- Completed 302 Found in 45ms (ActiveRecord: 0.7ms)
2586
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2587
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2588
+  (0.1ms) ROLLBACK
2589
+  (0.1ms) BEGIN
2590
+ -----------------------------------------------------------------------------------
2591
+ PushType::ProfilesControllerTest::PUT #update::with valid user: test_0001_anonymous
2592
+ -----------------------------------------------------------------------------------
2593
+  (0.1ms) SAVEPOINT active_record_1
2594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2595
+  (0.0ms) SAVEPOINT active_record_1
2596
+  (0.1ms) SAVEPOINT active_record_2
2597
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
2598
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-20@example.com' LIMIT 1
2599
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-20@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:49.180842"], ["confirmed_at", "2015-08-24 09:52:49.180893"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:49.182379"], ["updated_at", "2015-08-24 09:52:49.182379"]]
2600
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2601
+ Processing by PushType::ProfilesController#update as HTML
2602
+ Parameters: {"user"=>{"name"=>"Test user ABC"}}
2603
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "04ee6bb3-467a-4ca9-96b0-907455271618"]]
2604
+  (0.1ms) SAVEPOINT active_record_2
2605
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-20@example.com' AND "push_type_users"."id" != '04ee6bb3-467a-4ca9-96b0-907455271618') LIMIT 1
2606
+ SQL (0.2ms) UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-08-24 09:52:49.186497"], ["id", "04ee6bb3-467a-4ca9-96b0-907455271618"]]
2607
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2608
+ Redirected to http://test.host/push_type/profile/edit
2609
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
2610
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 LIMIT 1 [["id", "04ee6bb3-467a-4ca9-96b0-907455271618"]]
2532
2611
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2533
-  (0.2ms) ROLLBACK
2612
+  (0.1ms) ROLLBACK
2613
+  (0.0ms) BEGIN
2614
+ -----------------------------------------------------------------------------------
2615
+ PushType::ProfilesControllerTest::PUT #update::with valid user: test_0002_anonymous
2616
+ -----------------------------------------------------------------------------------
2617
+  (0.0ms) SAVEPOINT active_record_1
2618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2619
+  (0.0ms) SAVEPOINT active_record_1
2620
+  (0.1ms) SAVEPOINT active_record_2
2621
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1
2622
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-21@example.com' LIMIT 1
2623
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-21@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:49.190262"], ["confirmed_at", "2015-08-24 09:52:49.190309"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:49.191576"], ["updated_at", "2015-08-24 09:52:49.191576"]]
2624
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2625
+ Processing by PushType::ProfilesController#update as HTML
2626
+ Parameters: {"user"=>{"name"=>"Test user ABC"}}
2627
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "2448e56b-6ddd-4894-9937-08f548a10572"]]
2628
+  (0.1ms) SAVEPOINT active_record_2
2629
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-21@example.com' AND "push_type_users"."id" != '2448e56b-6ddd-4894-9937-08f548a10572') LIMIT 1
2630
+ SQL (0.1ms) UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-08-24 09:52:49.195390"], ["id", "2448e56b-6ddd-4894-9937-08f548a10572"]]
2631
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2632
+ Redirected to http://test.host/push_type/profile/edit
2633
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
2634
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2635
+  (0.1ms) ROLLBACK
2636
+  (0.1ms) BEGIN
2637
+ -----------------------------------------------------------------------------------
2638
+ PushType::ProfilesControllerTest::PUT #update::with valid user: test_0003_anonymous
2639
+ -----------------------------------------------------------------------------------
2640
+  (0.1ms) SAVEPOINT active_record_1
2641
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2642
+  (0.0ms) SAVEPOINT active_record_1
2643
+  (0.0ms) SAVEPOINT active_record_2
2644
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
2645
+ PushType::User Exists (0.1ms) SELECT 1 AS one FROM "push_type_users" WHERE "push_type_users"."email" = 'joe-22@example.com' LIMIT 1
2646
+ SQL (0.1ms) INSERT INTO "push_type_users" ("name", "email", "confirmation_sent_at", "confirmed_at", "confirmation_token", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Joe Bloggs"], ["email", "joe-22@example.com"], ["confirmation_sent_at", "2015-08-24 09:52:49.198182"], ["confirmed_at", "2015-08-24 09:52:49.198223"], ["confirmation_token", "Generated account"], ["created_at", "2015-08-24 09:52:49.199447"], ["updated_at", "2015-08-24 09:52:49.199447"]]
2647
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2648
+ Processing by PushType::ProfilesController#update as HTML
2649
+ Parameters: {"user"=>{"name"=>"Test user ABC"}}
2650
+ PushType::User Load (0.1ms) SELECT "push_type_users".* FROM "push_type_users" WHERE "push_type_users"."id" = $1 ORDER BY "push_type_users"."name" ASC LIMIT 1 [["id", "4307f53a-ddfc-4cf9-bc5e-a55d68c4c15b"]]
2651
+  (0.1ms) SAVEPOINT active_record_2
2652
+ PushType::User Exists (0.2ms) SELECT 1 AS one FROM "push_type_users" WHERE ("push_type_users"."email" = 'joe-22@example.com' AND "push_type_users"."id" != '4307f53a-ddfc-4cf9-bc5e-a55d68c4c15b') LIMIT 1
2653
+ SQL (0.1ms) UPDATE "push_type_users" SET "name" = $1, "updated_at" = $2 WHERE "push_type_users"."id" = $3 [["name", "Test user ABC"], ["updated_at", "2015-08-24 09:52:49.203334"], ["id", "4307f53a-ddfc-4cf9-bc5e-a55d68c4c15b"]]
2654
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2655
+ Redirected to http://test.host/push_type/profile/edit
2656
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
2657
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2658
+  (0.1ms) ROLLBACK