any_login 1.3.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +5 -5
  2. data/app/controllers/any_login/application_controller.rb +17 -0
  3. data/app/helpers/any_login/application_helper.rb +26 -3
  4. data/app/views/any_login/_any_login.html.erb +7 -0
  5. data/lib/any_login.rb +8 -0
  6. data/lib/any_login/providers/authlogic.rb +1 -1
  7. data/lib/any_login/providers/clearance.rb +1 -1
  8. data/lib/any_login/providers/devise.rb +1 -1
  9. data/lib/any_login/providers/sorcery.rb +1 -1
  10. data/lib/any_login/version.rb +1 -1
  11. data/test/dummy-clearance/db/development.sqlite3 +0 -0
  12. data/test/dummy/app/views/home/index.html.erb +1 -448
  13. data/test/dummy/db/development.sqlite3 +0 -0
  14. data/test/dummy/log/development.log +2017 -0
  15. data/test/dummy/log/test.log +50 -0
  16. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-D/-Dg5ZkTls3rHNa2l35Y2GMEXbJnvHY0-Egoq3V3KvGY.cache +1 -0
  17. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-S/-SuAD2dP0cSgjTq3tP0swCy0jyqmR6tInZKuAFBcVp8.cache +0 -0
  18. data/test/dummy/tmp/cache/assets/sprockets/v3.0/04/04oTddx5RijUeZloooZ1Pm3k8cfkpg-3477aFaNANq4.cache +5 -0
  19. data/test/dummy/tmp/cache/assets/sprockets/v3.0/0Q/0QThAlIyHET8vLk7e4zmbnV9ZMHI5g4KcJu3By5L0xg.cache +1 -0
  20. data/test/dummy/tmp/cache/assets/sprockets/v3.0/0s/0s938iaOX2NBJ-elmk5V7j6XyYC7WxwS57x4aSiyH54.cache +3 -0
  21. data/test/dummy/tmp/cache/assets/sprockets/v3.0/1l/1l2LyYtD0hI8QJI83gSEdwWsnqaFREIwwRAqXquREMY.cache +1 -0
  22. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2c/2cjCUV2SoZNb4a7U-CVWPBsrSAT_805cWMBQqcDuR8U.cache +3 -0
  23. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3N/3Ns3xAyH95BGx95LC8MPlnLNfnm1HQC-LRJ4n8Zlbhs.cache +0 -0
  24. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3p/3pTb9cnqbyj8oSbBnv-vO5Snw8FMgSpsEqhfftd6KM8.cache +1 -0
  25. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5P/5Pf0YftQI-ZQIqD1eArSl11t-n_RMCnpNAm7PJbPMg8.cache +1 -0
  26. data/test/dummy/tmp/cache/assets/sprockets/v3.0/6L/6L8OhKpEg9OopqEks1Eg3Yn2nNpXkMUcYB3Ct90tmOI.cache +1 -0
  27. data/test/dummy/tmp/cache/assets/sprockets/v3.0/6R/6R8Ab2VVfHjOSQ8bJdbYqEEpI_BwsOTGMIWrs7CPiA8.cache +0 -0
  28. data/test/dummy/tmp/cache/assets/sprockets/v3.0/6w/6wSsp-himpVCHqd2MwCqg5qpg9qvaBZK_QetzKx6fhg.cache +4 -0
  29. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7U/7Urlldd4JqrpBAeGSO40LnBaBJUapZRia0-eA3BGgnQ.cache +4 -0
  30. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9X/9Xc8YFlDJRwahzhOQ9-q0-FtnQcMniRnX8jJlHTROm8.cache +1 -0
  31. data/test/dummy/tmp/cache/assets/sprockets/v3.0/AU/AUUQfp0ZTTAPUPDe8TEwY9U4B7rPF5tbb3DTaahfXGg.cache +1 -0
  32. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Bx/BxIh9R3OGw4rXVuqRbI8E4_FFNuY0pqWtEVgO_M47hE.cache +1 -0
  33. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Cu/CuKQFQrECTYFUbTL112t_9VxYRa-qPAtFh_puj554eI.cache +0 -0
  34. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Cu/CuNnn165lBWZkKCjdY_joHCV8qyyN-UNj2O0ZHBSddU.cache +1 -0
  35. data/test/dummy/tmp/cache/assets/sprockets/v3.0/FB/FBHo9LuH0xkwMXXXx95xeALLysZQEJGD_jAXz0L5D9c.cache +0 -0
  36. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Fg/Fgi2PW3c1qK1CS8Mp5xq_m4Frc-Y4fz6MgbB--5_DFg.cache +1 -0
  37. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Fo/FoMKiqVuXZlqXKS5sZ2CepOYjMVxk3XUCUC8z96dGlk.cache +1 -0
  38. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Fw/FwiXjnLLgGTbJ2tZcnFWOp30FIQFbt42kxicUMneUFU.cache +3 -0
  39. data/test/dummy/tmp/cache/assets/sprockets/v3.0/GA/GAdJwtpszZDaIVjZ1vy_hhrduwyRVZ-UVvY1VWHC1F8.cache +3 -0
  40. data/test/dummy/tmp/cache/assets/sprockets/v3.0/I3/I3nUL1109ON75W3zxAKo1beybc7C4ZS1LGTLiZg2ej8.cache +1 -0
  41. data/test/dummy/tmp/cache/assets/sprockets/v3.0/IH/IHEtgWG-bM5JdeS4MpjATwdDPniVNIk31MgI5xCGuAw.cache +2 -0
  42. data/test/dummy/tmp/cache/assets/sprockets/v3.0/J-/J-4oPSPBOYXvlx3v1bU5yFRhWKIt9Pbd-jTh4ARZTAo.cache +1 -0
  43. data/test/dummy/tmp/cache/assets/sprockets/v3.0/L5/L55mKPIZW4yu8-ei7nxwOfhFbR2XEGnrlMdydgpfai8.cache +1 -0
  44. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Mu/MuFc7AzSpPX16nZtGyUj6Jm09C_4L5gsM0FzPOBIwY4.cache +1 -0
  45. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Na/NaOPJqxpTLnXnQ4IX8jEw3cvYo2SrqrlUYeZW2UzoOk.cache +1 -0
  46. data/test/dummy/tmp/cache/assets/sprockets/v3.0/On/OnResjr8j7pB3v8AMPlqruJ_597sdzzOxgAmjDuwa3w.cache +1 -0
  47. data/test/dummy/tmp/cache/assets/sprockets/v3.0/P8/P8ytY6J2lveAeG2fMvyy8r9-tPg7fiN_3Ab7V7bQqTA.cache +1 -0
  48. data/test/dummy/tmp/cache/assets/sprockets/v3.0/PV/PVK-jZacxU1cWegzoBx4MuUxIFJx_s7WSdxTCeSJ2b4.cache +1 -0
  49. data/test/dummy/tmp/cache/assets/sprockets/v3.0/QI/QI0_r-lhQ11MgB5hl0iDmZkYUP2lhIbinlNV6z-CADI.cache +3 -0
  50. data/test/dummy/tmp/cache/assets/sprockets/v3.0/QK/QKxzR5Cw94Oy0fL3B1xQmewTiZ6syQcpkWvN_q51-hs.cache +0 -0
  51. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Qr/QrrG5X3SHARlU3cX7xW8wIwoKn4WwLZmZnr43pECtq8.cache +0 -0
  52. data/test/dummy/tmp/cache/assets/sprockets/v3.0/RI/RICxiF1Y7tRr1144F7mHmJPW-mEKzj8mvHddAM2tiiM.cache +2 -0
  53. data/test/dummy/tmp/cache/assets/sprockets/v3.0/RI/RIZ9Fwy55ZmMRMNm2m3o4FB0CmGeRKIDhRbjHCaG_2U.cache +0 -0
  54. data/test/dummy/tmp/cache/assets/sprockets/v3.0/TK/TKL8jyLcA2JcZ3puvU_LSHcONp-_5Z-77GJRSThtC7A.cache +2 -0
  55. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Uf/UfrjkaQSDo_CFzC0sczZIJW0X-owh9Tnm1xLkODaJ1I.cache +2 -0
  56. data/test/dummy/tmp/cache/assets/sprockets/v3.0/W8/W8nAt_ntq-eifnenvYEnaPn1yPvEs66qr95bxpARWMQ.cache +1 -0
  57. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WR/WRkATZ__BM8FSA_ps96QuKbjF1qxdXUQ2R0DbA1NiyA.cache +4 -0
  58. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WS/WShZwpbrt5Q9NU5ngKHDGLed1e8DSQC7UbTdCbsgsT8.cache +2 -0
  59. data/test/dummy/tmp/cache/assets/sprockets/v3.0/X9/X9CCaGqqaUv4WO8YGDLvsoMRI-YE_hZ7zMPXI8r12ts.cache +0 -0
  60. data/test/dummy/tmp/cache/assets/sprockets/v3.0/XX/XXAHmbeg_TfKNFVv5Bke0lxLHJg2JKBL6_niQsSaNWU.cache +1 -0
  61. data/test/dummy/tmp/cache/assets/sprockets/v3.0/YW/YWz7RsbYEyV5W5K-N2XAZG4-LH1XcsjBxFfO-tCGlDE.cache +0 -0
  62. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Yl/YlW61yeKVQbCaGB5KQ9x5UBQKkcFCI080Uagi4qUfMM.cache +0 -0
  63. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ZP/ZPAB02xJo6ZN3L6OfzyWEgh36ZS4MGSuk_e7CAwfanM.cache +0 -0
  64. data/test/dummy/tmp/cache/assets/sprockets/v3.0/eU/eUX6c56Kt_pz8fPl14NxlFJfGidrugVhIMj1gjs97pQ.cache +1 -0
  65. data/test/dummy/tmp/cache/assets/sprockets/v3.0/eq/eq-hOvJwIQGfeaOxPvLLoSgspYnPt1qmAvfzhIjiQ8I.cache +0 -0
  66. data/test/dummy/tmp/cache/assets/sprockets/v3.0/f5/f54V076hGyLBoyXVqTSQ4TYLpxxfpE4rfnZKmPlkYD0.cache +1 -0
  67. data/test/dummy/tmp/cache/assets/sprockets/v3.0/fp/fpeHoSYPNIxuVWmz3_zN7Vbi23P-F3HPYv-XpKpLZFg.cache +1 -0
  68. data/test/dummy/tmp/cache/assets/sprockets/v3.0/g0/g0C0AU1L_x5sxYFr6z0NE79m0pF6-CXBH6VFPVxgCpM.cache +2 -0
  69. data/test/dummy/tmp/cache/assets/sprockets/v3.0/gT/gTC13k-_pje-P_LWe83hQ9_3C5cinGmG8ckrar4b7vE.cache +3 -0
  70. data/test/dummy/tmp/cache/assets/sprockets/v3.0/gT/gTkUgaB4k61_B3ydTNzFB012pqNr-7E4KO2cVtNLDkU.cache +0 -0
  71. data/test/dummy/tmp/cache/assets/sprockets/v3.0/h8/h8MyXG62sm-uRDQiYg6CH_Z-EtBPEai0euDPYa2ZOLQ.cache +1 -0
  72. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jJ/jJMUuOxfxNdR_iw6_Atzc9BQIkzNyweek8qCfDM1620.cache +1 -0
  73. data/test/dummy/tmp/cache/assets/sprockets/v3.0/kh/khZgphuPeZYzQwBZrBEVGDBq4QQAvZ_CUfNsM15KtXc.cache +4 -0
  74. data/test/dummy/tmp/cache/assets/sprockets/v3.0/kw/kwrJPJzQnUZy6XwmBrFMJjah6mZ9qNB8nStiWPrGWhs.cache +1 -0
  75. data/test/dummy/tmp/cache/assets/sprockets/v3.0/l5/l5rpSHE1xK2jT7OGZDVOzAUK0LgmIMJAhVJQGaGWQ00.cache +2 -0
  76. data/test/dummy/tmp/cache/assets/sprockets/v3.0/my/myQlTWBqjEV7aXVwBtOaHIt42To2MmC_zlFFqkPxjmw.cache +2 -0
  77. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ni/niVUoVEMUptq6L7GFj6Df_vajoeWEYtSF4BHTsuLmfE.cache +3 -0
  78. data/test/dummy/tmp/cache/assets/sprockets/v3.0/o9/o9K2isMkub-cGtNTwR7zJ2UkWW-Q3C2vrMc7vyG6cQk.cache +1 -0
  79. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pI/pIVqc5tXAaLDSQbx4dvcFawX1iRPdcw_JTjDIE6Y0eM.cache +3 -0
  80. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pn/pnW3u_1AN48ig6ngefI89y96xoSlvnJurx-e3J-leoE.cache +3 -0
  81. data/test/dummy/tmp/cache/assets/sprockets/v3.0/qD/qDNkKDUNVSrSAWT8yqnkWcqqtxLn4VA_kyk8JX1pKOU.cache +1 -0
  82. data/test/dummy/tmp/cache/assets/sprockets/v3.0/s-/s-mG18OjpD8IKlOk-YOYmUYFC16rIaqqtnmGQYSEPIY.cache +1 -0
  83. data/test/dummy/tmp/cache/assets/sprockets/v3.0/sY/sYqD_6_DLhWbWmBm4ZOKDNI8bKtF7czThI6GXwmFlMU.cache +3 -0
  84. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ss/ssS2x0Wl67rwXHaVHsh6CO7ayn9fQ5saIwATKN6O-nI.cache +3 -0
  85. data/test/dummy/tmp/cache/assets/sprockets/v3.0/t1/t1w3t0uQeIB6mj-VliOTOvNCAcjMoQdBxMlac-VXXUk.cache +3 -0
  86. data/test/dummy/tmp/cache/assets/sprockets/v3.0/tV/tVUTHHlY5TMaPTcTIRE487ouNUpGmQVD_Ab6VAuDGw0.cache +1 -0
  87. data/test/dummy/tmp/cache/assets/sprockets/v3.0/tu/tuEq0SXuQh3A3UWa1dGXRLlKGMt6evB5YqwFJRyPvIE.cache +3 -0
  88. data/test/dummy/tmp/cache/assets/sprockets/v3.0/v-/v-N2813JF9StwoLTE-8AAriPnHbuvVx-m9DzTCXCH9M.cache +1 -0
  89. data/test/dummy/tmp/cache/assets/sprockets/v3.0/x0/x00ZU4Y_G6K5u2IqypZTnQIPb--furSWaQfLMsVfEqo.cache +1 -0
  90. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xC/xCexSNESQ_s5_Nb67lUl0oXgCpdisNQNvtsR-hfgIAo.cache +1 -0
  91. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xg/xgfY0nnn8IRgObhr6ZixwkE7oqh7Ksdwe2VRgjKNB9A.cache +0 -0
  92. data/test/dummy/tmp/cache/assets/sprockets/v3.0/xp/xp_GvoQomYX5lkhg7vSvVU0DGGy4QG_ldNHacZLqZt0.cache +0 -0
  93. metadata +371 -211
@@ -0,0 +1,2017 @@
1
+
2
+
3
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:07:02 -0500
4
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Processing by HomeController#index as HTML
6
+ Rendered home/index.html.erb within layouts/application (11.8ms)
7
+ Rendered shared/_header.html.erb (0.3ms)
8
+ User Load (0.7ms) SELECT "users".* FROM "users" LIMIT 10
9
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (14.0ms)
10
+ Rendered shared/_footer.html.erb (15.3ms)
11
+ Completed 200 OK in 329ms (Views: 327.6ms | ActiveRecord: 1.0ms)
12
+
13
+
14
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:08:04 -0500
15
+ Processing by AnyLogin::ApplicationController#any_login as HTML
16
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d+Bc/hz1FFqoZy3ftjyqHnBMWncewSw6im27bF+P/gC8Ku0HhZYhbP/nax63mBOX/Q7YAd9B9LQi/g7xKa2Zfw==", "selected_id"=>"6", "id"=>""}
17
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]]
18
+  (0.1ms) begin transaction
19
+ SQL (1.1ms) UPDATE "users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-02-08 13:08:04.162368"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 2], ["updated_at", "2019-02-08 13:08:04.164107"], ["id", 6]]
20
+  (4.1ms) commit transaction
21
+ Redirected to http://storyteller.storyteller.com:3000/
22
+ Completed 302 Found in 39ms (ActiveRecord: 6.2ms)
23
+
24
+
25
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:08:04 -0500
26
+ Processing by HomeController#index as HTML
27
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 6]]
28
+ Rendered home/index.html.erb within layouts/application (4.5ms)
29
+ Rendered shared/_header.html.erb (0.0ms)
30
+ User Load (0.6ms) SELECT "users".* FROM "users" LIMIT 10
31
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (5.6ms)
32
+ Rendered shared/_footer.html.erb (6.8ms)
33
+ Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 1.0ms)
34
+
35
+
36
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:13:14 -0500
37
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
38
+ Processing by HomeController#index as HTML
39
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 6]]
40
+ Rendered home/index.html.erb within layouts/application (22.4ms)
41
+ Rendered shared/_header.html.erb (0.2ms)
42
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
43
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (6.4ms)
44
+ Rendered shared/_footer.html.erb (7.4ms)
45
+ Completed 200 OK in 231ms (Views: 229.9ms | ActiveRecord: 0.9ms)
46
+
47
+
48
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:13:19 -0500
49
+ Processing by AnyLogin::ApplicationController#any_login as HTML
50
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"eM9Lg/QHiyGgij5886cvmKZB7KxcUhubFY0tU4ZOYqxfrCdvGelk4yQgUL4XchtOtp8Z/kDQQkC9/J6DofyTmA==", "selected_id"=>"7", "id"=>""}
51
+ User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
52
+  (0.3ms) begin transaction
53
+ SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2017-01-27 16:17:08.071750"], ["current_sign_in_at", "2019-02-08 13:13:19.221181"], ["last_sign_in_ip", "10.32.40.130"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 4], ["updated_at", "2019-02-08 13:13:19.223129"], ["id", 7]]
54
+  (4.6ms) commit transaction
55
+ Redirected to http://storyteller.storyteller.com:3000/
56
+ Completed 302 Found in 16ms (ActiveRecord: 6.8ms)
57
+
58
+
59
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:13:19 -0500
60
+ Processing by HomeController#index as HTML
61
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
62
+ Rendered home/index.html.erb within layouts/application (1.4ms)
63
+ Rendered shared/_header.html.erb (0.0ms)
64
+ User Load (0.4ms) SELECT "users".* FROM "users" LIMIT 10
65
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (6.8ms)
66
+ Rendered shared/_footer.html.erb (7.6ms)
67
+ Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.6ms)
68
+
69
+
70
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:19:38 -0500
71
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
72
+ Processing by HomeController#index as HTML
73
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
74
+ Rendered home/index.html.erb within layouts/application (32.5ms)
75
+ Rendered shared/_header.html.erb (0.2ms)
76
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
77
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (99.2ms)
78
+ Rendered shared/_footer.html.erb (100.4ms)
79
+ Completed 500 Internal Server Error in 371ms (ActiveRecord: 0.7ms)
80
+
81
+ ActionView::Template::Error (undefined local variable or method `previous_list' for #<#<Class:0x0000000003a94450>:0x0000000003a82598>):
82
+ 7: <%= any_login_id_input %>
83
+ 8: <%= any_login_submit %>
84
+ 9: <span id='current_user_information'><%= current_user_information %></span>
85
+ 10: <%= any_login_previous_select %>
86
+ 11: </span>
87
+ 12: <% end %>
88
+ 13: </div>
89
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb__1672632550794468236_70340024736000'
90
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___3402103262099402894_30446720'
91
+
92
+
93
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
94
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
95
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
96
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.6ms)
97
+
98
+
99
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:21:21 -0500
100
+ ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
101
+ Processing by HomeController#index as HTML
102
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
103
+ Rendered home/index.html.erb within layouts/application (28.7ms)
104
+ Rendered shared/_header.html.erb (0.5ms)
105
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
106
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (6.9ms)
107
+ Rendered shared/_footer.html.erb (9.1ms)
108
+ Completed 200 OK in 245ms (Views: 244.2ms | ActiveRecord: 0.7ms)
109
+
110
+
111
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:21:28 -0500
112
+ Processing by AnyLogin::ApplicationController#any_login as HTML
113
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"3nEfG+e9sbgT8uvVtvp2KGOmB64NI9IR75lIbdkB1CyyTGd86C2muXAEIe39fsgytb23ydmz1NFSdJ1G8kNVzQ==", "selected_id"=>"4", "id"=>""}
114
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
115
+  (0.1ms) begin transaction
116
+ SQL (0.5ms) UPDATE "users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-02-08 13:21:28.401461"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 2], ["updated_at", "2019-02-08 13:21:28.404019"], ["id", 4]]
117
+  (6.1ms) commit transaction
118
+ Redirected to http://storyteller.storyteller.com:3000/
119
+ Completed 302 Found in 23ms (ActiveRecord: 7.1ms)
120
+
121
+
122
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:21:28 -0500
123
+ Processing by HomeController#index as HTML
124
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 4]]
125
+ Rendered home/index.html.erb within layouts/application (2.5ms)
126
+ Rendered shared/_header.html.erb (0.0ms)
127
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
128
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (13.1ms)
129
+ Rendered shared/_footer.html.erb (15.3ms)
130
+ Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.5ms)
131
+
132
+
133
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:21:32 -0500
134
+ Processing by AnyLogin::ApplicationController#any_login as HTML
135
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"efwxT7zqrI4kLExIVSkMhxeV/stmuaHi3105T9H8uJmKFFiSl2em+2ZEQMaAQ5aA8G6rOzaweTALgXl35+vUzQ==", "selected_id"=>"8", "id"=>""}
136
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]]
137
+  (0.0ms) begin transaction
138
+ SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:21:32.570216"], ["current_sign_in_at", "2019-02-08 13:21:32.570216"], ["last_sign_in_ip", "192.168.223.1"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 1], ["updated_at", "2019-02-08 13:21:32.570826"], ["id", 8]]
139
+  (4.1ms) commit transaction
140
+ Redirected to http://storyteller.storyteller.com:3000/
141
+ Completed 302 Found in 8ms (ActiveRecord: 4.4ms)
142
+
143
+
144
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:21:32 -0500
145
+ Processing by HomeController#index as HTML
146
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
147
+ Rendered home/index.html.erb within layouts/application (1.3ms)
148
+ Rendered shared/_header.html.erb (0.1ms)
149
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
150
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (7.7ms)
151
+ Rendered shared/_footer.html.erb (9.5ms)
152
+ Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.4ms)
153
+
154
+
155
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:21:56 -0500
156
+ Processing by HomeController#index as HTML
157
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
158
+ Rendered home/index.html.erb within layouts/application (2.9ms)
159
+ Rendered shared/_header.html.erb (0.0ms)
160
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (0.7ms)
161
+ Rendered shared/_footer.html.erb (1.5ms)
162
+ Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
163
+
164
+ SyntaxError (/root/projects/any_login/app/views/any_login/_any_login.html.erb:12: syntax error, unexpected '<'
165
+ </span>
166
+ ^
167
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:14: unknown regexp options - dv
168
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:14: unmatched close parenthesis: /span>
169
+ <% end );@output_buffer.safe_append='
170
+ </i
171
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:16: syntax error, unexpected '<'
172
+ <script type="text/javascript"...
173
+ ^
174
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:16: syntax error, unexpected tIDENTIFIER, expecting ')'
175
+ ... type="text/javascript" charset="utf-8">
176
+ ... ^~~~~~~
177
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:17: syntax error, unexpected ( arg, expecting keyword_do or '{' or '('
178
+ ...prototype.hasClass = function (className) {
179
+ ... ^
180
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:17: syntax error, unexpected { arg, expecting ')'
181
+ ...sClass = function (className) {
182
+ ... ^
183
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:18: syntax error, unexpected $undefined, expecting ')'
184
+ return new RegExp(\' \' + className + \' \').tes...
185
+ ^
186
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:143: syntax error, unexpected keyword_ensure, expecting ')'
187
+ ensure
188
+ ^~~~~~
189
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:145: syntax error, unexpected keyword_end, expecting ')'
190
+ end
191
+ ^~~):
192
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb___1991021391703949456_70249809132020'
193
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___2511728072494076177_23727840'
194
+
195
+
196
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
197
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
198
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
199
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (17.8ms)
200
+
201
+
202
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:22:05 -0500
203
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
204
+ Processing by HomeController#index as HTML
205
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
206
+ Rendered home/index.html.erb within layouts/application (24.9ms)
207
+ Rendered shared/_header.html.erb (0.3ms)
208
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
209
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (6.5ms)
210
+ Rendered shared/_footer.html.erb (8.1ms)
211
+ Completed 200 OK in 223ms (Views: 222.0ms | ActiveRecord: 0.7ms)
212
+
213
+
214
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:22:19 -0500
215
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
216
+ Processing by HomeController#index as HTML
217
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
218
+ Rendered home/index.html.erb within layouts/application (29.9ms)
219
+ Rendered shared/_header.html.erb (0.2ms)
220
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
221
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (5.7ms)
222
+ Rendered shared/_footer.html.erb (6.8ms)
223
+ Completed 200 OK in 214ms (Views: 213.3ms | ActiveRecord: 0.8ms)
224
+
225
+
226
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:23:07 -0500
227
+ Processing by HomeController#index as HTML
228
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
229
+ Rendered home/index.html.erb within layouts/application (13.5ms)
230
+ Rendered shared/_header.html.erb (0.1ms)
231
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
232
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (10.1ms)
233
+ Rendered shared/_footer.html.erb (14.1ms)
234
+ Completed 200 OK in 70ms (Views: 68.3ms | ActiveRecord: 0.9ms)
235
+
236
+
237
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:23:13 -0500
238
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
239
+ Processing by HomeController#index as HTML
240
+ User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
241
+ Rendered home/index.html.erb within layouts/application (31.5ms)
242
+ Rendered shared/_header.html.erb (0.2ms)
243
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
244
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (6.2ms)
245
+ Rendered shared/_footer.html.erb (7.3ms)
246
+ Completed 200 OK in 226ms (Views: 224.6ms | ActiveRecord: 1.5ms)
247
+
248
+
249
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:23:17 -0500
250
+ Processing by AnyLogin::ApplicationController#any_login as HTML
251
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q+HLxN0eqhRR5pH7e9c/gTS6wTaUYIvLHEcDOUbn/gcnqWwjbXi2FzpWKIgEkZRtHnGhNRIJwcoEmYTBeyEKaQ==", "selected_id"=>"1", "id"=>""}
252
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
253
+
254
+ NoMethodError (undefined method `pry' for #<Binding:0x00007f06a1e0a2c8>
255
+ Did you mean? try):
256
+ /root/projects/any_login/app/controllers/any_login/application_controller.rb:15:in `any_login'
257
+ actionpack (4.2.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
258
+ actionpack (4.2.10) lib/abstract_controller/base.rb:198:in `process_action'
259
+ actionpack (4.2.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
260
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
261
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
262
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
263
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
264
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:19:in `process_action'
265
+ actionpack (4.2.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
266
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
267
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `block in instrument'
268
+ activesupport (4.2.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
269
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `instrument'
270
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
271
+ actionpack (4.2.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
272
+ activerecord (4.2.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
273
+ actionpack (4.2.10) lib/abstract_controller/base.rb:137:in `process'
274
+ actionview (4.2.10) lib/action_view/rendering.rb:30:in `process'
275
+ actionpack (4.2.10) lib/action_controller/metal.rb:196:in `dispatch'
276
+ actionpack (4.2.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
277
+ actionpack (4.2.10) lib/action_controller/metal.rb:237:in `block in action'
278
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
279
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:43:in `serve'
280
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
281
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
282
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
283
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
284
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
285
+ railties (4.2.10) lib/rails/railtie.rb:194:in `public_send'
286
+ railties (4.2.10) lib/rails/railtie.rb:194:in `method_missing'
287
+ actionpack (4.2.10) lib/action_dispatch/routing/mapper.rb:51:in `serve'
288
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
289
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
290
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
291
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
292
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
293
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
294
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
295
+ rack (1.6.10) lib/rack/etag.rb:24:in `call'
296
+ rack (1.6.10) lib/rack/conditionalget.rb:38:in `call'
297
+ rack (1.6.10) lib/rack/head.rb:13:in `call'
298
+ actionpack (4.2.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
299
+ actionpack (4.2.10) lib/action_dispatch/middleware/flash.rb:260:in `call'
300
+ rack (1.6.10) lib/rack/session/abstract/id.rb:225:in `context'
301
+ rack (1.6.10) lib/rack/session/abstract/id.rb:220:in `call'
302
+ actionpack (4.2.10) lib/action_dispatch/middleware/cookies.rb:560:in `call'
303
+ activerecord (4.2.10) lib/active_record/query_cache.rb:36:in `call'
304
+ activerecord (4.2.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
305
+ activerecord (4.2.10) lib/active_record/migration.rb:377:in `call'
306
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
307
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
308
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
309
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
310
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
311
+ actionpack (4.2.10) lib/action_dispatch/middleware/reloader.rb:73:in `call'
312
+ actionpack (4.2.10) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
313
+ actionpack (4.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
314
+ actionpack (4.2.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
315
+ railties (4.2.10) lib/rails/rack/logger.rb:38:in `call_app'
316
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `block in call'
317
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
318
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:26:in `tagged'
319
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `tagged'
320
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `call'
321
+ quiet_assets (1.1.0) lib/quiet_assets.rb:27:in `call_with_quiet_assets'
322
+ actionpack (4.2.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
323
+ rack (1.6.10) lib/rack/methodoverride.rb:22:in `call'
324
+ rack (1.6.10) lib/rack/runtime.rb:18:in `call'
325
+ activesupport (4.2.10) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
326
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
327
+ actionpack (4.2.10) lib/action_dispatch/middleware/static.rb:120:in `call'
328
+ rack (1.6.10) lib/rack/sendfile.rb:113:in `call'
329
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
330
+ railties (4.2.10) lib/rails/application.rb:165:in `call'
331
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
332
+ rack (1.6.10) lib/rack/content_length.rb:15:in `call'
333
+ rack (1.6.10) lib/rack/handler/webrick.rb:88:in `service'
334
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
335
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
336
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
337
+
338
+
339
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
340
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
341
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
342
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.1ms)
343
+
344
+
345
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:23:43 -0500
346
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
347
+ Processing by AnyLogin::ApplicationController#any_login as HTML
348
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q+HLxN0eqhRR5pH7e9c/gTS6wTaUYIvLHEcDOUbn/gcnqWwjbXi2FzpWKIgEkZRtHnGhNRIJwcoEmYTBeyEKaQ==", "selected_id"=>"1", "id"=>""}
349
+ User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
350
+  (0.3ms) begin transaction
351
+ SQL (0.6ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2017-01-27 16:18:56.691919"], ["current_sign_in_at", "2019-02-08 13:23:57.367343"], ["last_sign_in_ip", "10.32.40.130"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 4], ["updated_at", "2019-02-08 13:23:57.372917"], ["id", 1]]
352
+  (5.0ms) commit transaction
353
+ Redirected to http://storyteller.storyteller.com:3000/
354
+ Completed 302 Found in 14320ms (ActiveRecord: 8.6ms)
355
+
356
+
357
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:23:57 -0500
358
+ Processing by HomeController#index as HTML
359
+ User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
360
+ Rendered home/index.html.erb within layouts/application (18.3ms)
361
+ Rendered shared/_header.html.erb (0.8ms)
362
+ User Load (1.1ms) SELECT "users".* FROM "users" LIMIT 10
363
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (50.9ms)
364
+ Rendered shared/_footer.html.erb (56.6ms)
365
+ Completed 200 OK in 1269ms (Views: 1265.7ms | ActiveRecord: 1.9ms)
366
+
367
+
368
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:24:15 -0500
369
+ Processing by HomeController#index as HTML
370
+ User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
371
+ Rendered home/index.html.erb within layouts/application (16.9ms)
372
+ Rendered shared/_header.html.erb (0.3ms)
373
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (3.2ms)
374
+ Rendered shared/_footer.html.erb (7.7ms)
375
+ Completed 500 Internal Server Error in 215ms (ActiveRecord: 1.0ms)
376
+
377
+ SyntaxError (/root/projects/any_login/app/views/any_login/_any_login.html.erb:13: syntax error, unexpected '<'
378
+ </span>
379
+ ^
380
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:15: unknown regexp options - dv
381
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:17: syntax error, unexpected '<'
382
+ <script type="text/javascript"...
383
+ ^
384
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:17: syntax error, unexpected tIDENTIFIER, expecting keyword_end
385
+ ... type="text/javascript" charset="utf-8">
386
+ ... ^~~~~~~
387
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:18: syntax error, unexpected ( arg, expecting keyword_do or '{' or '('
388
+ ...prototype.hasClass = function (className) {
389
+ ... ^
390
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:18: syntax error, unexpected { arg, expecting keyword_end
391
+ ...sClass = function (className) {
392
+ ... ^
393
+ /root/projects/any_login/app/views/any_login/_any_login.html.erb:19: syntax error, unexpected $undefined, expecting ')'
394
+ return new RegExp(\' \' + className + \' \').tes...
395
+ ^):
396
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb___2123010137662915895_70008008570700'
397
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___4373060996862228246_70008135248860'
398
+
399
+
400
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (240.0ms)
401
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (113.6ms)
402
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.7ms)
403
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (391.7ms)
404
+
405
+
406
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:24:20 -0500
407
+ Processing by HomeController#index as HTML
408
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
409
+ Rendered home/index.html.erb within layouts/application (17.2ms)
410
+ Rendered shared/_header.html.erb (0.4ms)
411
+ User Load (2.0ms) SELECT "users".* FROM "users" LIMIT 10
412
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (22310.6ms)
413
+ Rendered shared/_footer.html.erb (22317.0ms)
414
+ Completed 200 OK in 22536ms (Views: 22531.6ms | ActiveRecord: 2.3ms)
415
+
416
+
417
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:25:11 -0500
418
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
419
+ Processing by HomeController#index as HTML
420
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
421
+ Rendered home/index.html.erb within layouts/application (29.3ms)
422
+ Rendered shared/_header.html.erb (0.2ms)
423
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
424
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (13323.1ms)
425
+ Rendered shared/_footer.html.erb (13327.3ms)
426
+ Completed 200 OK in 13523ms (Views: 13521.7ms | ActiveRecord: 0.9ms)
427
+
428
+
429
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:25:32 -0500
430
+ Processing by AnyLogin::ApplicationController#any_login as HTML
431
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"tt/VZqDcVMeu2YJOtPy0kNs4m5HvAntnq6s0u5l45D46mvcT7zslm/rm8ZdQDIU234/6dcfCCQdu+bPWJYPqrA==", "selected_id"=>"8", "id"=>""}
432
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]]
433
+  (0.4ms) begin transaction
434
+ SQL (0.9ms) UPDATE "users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-02-08 13:25:38.956102"], ["sign_in_count", 2], ["updated_at", "2019-02-08 13:25:38.963401"], ["id", 8]]
435
+  (11.1ms) commit transaction
436
+ Redirected to http://storyteller.storyteller.com:3000/
437
+ Completed 302 Found in 6932ms (ActiveRecord: 13.0ms)
438
+
439
+
440
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:25:39 -0500
441
+ Processing by HomeController#index as HTML
442
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
443
+ Rendered home/index.html.erb within layouts/application (17.3ms)
444
+ Rendered shared/_header.html.erb (0.2ms)
445
+ User Load (0.6ms) SELECT "users".* FROM "users" LIMIT 10
446
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (3569.6ms)
447
+ Rendered shared/_footer.html.erb (3573.7ms)
448
+ Completed 200 OK in 3715ms (Views: 3713.4ms | ActiveRecord: 1.2ms)
449
+
450
+
451
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:25:52 -0500
452
+ Processing by HomeController#index as HTML
453
+ User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
454
+ Rendered home/index.html.erb within layouts/application (71.6ms)
455
+ Rendered shared/_header.html.erb (0.2ms)
456
+ User Load (0.6ms) SELECT "users".* FROM "users" LIMIT 10
457
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (4185.3ms)
458
+ Rendered shared/_footer.html.erb (4188.5ms)
459
+ Completed 200 OK in 4388ms (Views: 4383.4ms | ActiveRecord: 3.4ms)
460
+
461
+
462
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:26:06 -0500
463
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
464
+ Processing by HomeController#index as HTML
465
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
466
+ Rendered home/index.html.erb within layouts/application (23.1ms)
467
+ Rendered shared/_header.html.erb (0.3ms)
468
+ User Load (0.5ms) SELECT "users".* FROM "users" LIMIT 10
469
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (30.4ms)
470
+ Rendered shared/_footer.html.erb (31.6ms)
471
+ Completed 500 Internal Server Error in 214ms (ActiveRecord: 1.9ms)
472
+
473
+ ActionView::Template::Error (undefined method `primary_key' for "User":String):
474
+ 7: <%= any_login_id_input %>
475
+ 8: <%= any_login_submit %>
476
+ 9: <span id='current_user_information'><%= current_user_information %></span>
477
+ 10: <%= any_login_previous_select %>
478
+ 11: <%= cookies[:any_login_previous].inspect %>
479
+ 12: <%# binding.pry %>
480
+ 13: </span>
481
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb___2276512906065998088_70332688726100'
482
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___3826507584976766087_70332673991820'
483
+
484
+
485
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
486
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
487
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
488
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.3ms)
489
+
490
+
491
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:26:28 -0500
492
+ Processing by HomeController#index as HTML
493
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
494
+ Rendered home/index.html.erb within layouts/application (25.8ms)
495
+ Rendered shared/_header.html.erb (0.0ms)
496
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
497
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (16.6ms)
498
+ Rendered shared/_footer.html.erb (17.6ms)
499
+ Completed 500 Internal Server Error in 68ms (ActiveRecord: 4.4ms)
500
+
501
+ ActionView::Template::Error (undefined method `primary_key' for "User":String):
502
+ 7: <%= any_login_id_input %>
503
+ 8: <%= any_login_submit %>
504
+ 9: <span id='current_user_information'><%= current_user_information %></span>
505
+ 10: <%= any_login_previous_select %>
506
+ 11: <%= cookies[:any_login_previous].inspect %>
507
+ 12: <%# binding.pry %>
508
+ 13: </span>
509
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb___2276512906065998088_70332688726100'
510
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___3826507584976766087_70332673991820'
511
+
512
+
513
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
514
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
515
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
516
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.1ms)
517
+
518
+
519
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:26:34 -0500
520
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
521
+ Processing by HomeController#index as HTML
522
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
523
+ Rendered home/index.html.erb within layouts/application (25.1ms)
524
+ Rendered shared/_header.html.erb (0.3ms)
525
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
526
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8
527
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (8.8ms)
528
+ Rendered shared/_footer.html.erb (10.0ms)
529
+ Completed 200 OK in 188ms (Views: 186.0ms | ActiveRecord: 1.8ms)
530
+
531
+
532
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:27:30 -0500
533
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
534
+ Processing by HomeController#index as HTML
535
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
536
+ Rendered home/index.html.erb within layouts/application (26.6ms)
537
+ Rendered shared/_header.html.erb (0.2ms)
538
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
539
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8
540
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (22.2ms)
541
+ Rendered shared/_footer.html.erb (23.6ms)
542
+ Completed 200 OK in 199ms (Views: 195.2ms | ActiveRecord: 1.0ms)
543
+
544
+
545
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:27:37 -0500
546
+ Processing by AnyLogin::ApplicationController#any_login as HTML
547
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"1yQY88owGmc0BD86+S06dLOB/0cwxUs+3ezBrOcOg5TvPIJWZ2i3q+M9yFzG/0QdlEPk59CtyIPzBHjWGQccow==", "selected_id"=>"", "id"=>""}
548
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]]
549
+ Completed 404 Not Found in 5ms (ActiveRecord: 0.3ms)
550
+
551
+ ActiveRecord::RecordNotFound (Couldn't find User with 'id'=):
552
+ activerecord (4.2.10) lib/active_record/core.rb:155:in `find'
553
+ /root/projects/any_login/lib/any_login/providers/devise.rb:17:in `any_login_sign_in'
554
+ /root/projects/any_login/app/controllers/any_login/application_controller.rb:16:in `call'
555
+ /root/projects/any_login/app/controllers/any_login/application_controller.rb:16:in `any_login'
556
+ actionpack (4.2.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
557
+ actionpack (4.2.10) lib/abstract_controller/base.rb:198:in `process_action'
558
+ actionpack (4.2.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
559
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
560
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
561
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
562
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
563
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:19:in `process_action'
564
+ actionpack (4.2.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
565
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
566
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `block in instrument'
567
+ activesupport (4.2.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
568
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `instrument'
569
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
570
+ actionpack (4.2.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
571
+ activerecord (4.2.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
572
+ actionpack (4.2.10) lib/abstract_controller/base.rb:137:in `process'
573
+ actionview (4.2.10) lib/action_view/rendering.rb:30:in `process'
574
+ actionpack (4.2.10) lib/action_controller/metal.rb:196:in `dispatch'
575
+ actionpack (4.2.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
576
+ actionpack (4.2.10) lib/action_controller/metal.rb:237:in `block in action'
577
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
578
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:43:in `serve'
579
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
580
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
581
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
582
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
583
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
584
+ railties (4.2.10) lib/rails/railtie.rb:194:in `public_send'
585
+ railties (4.2.10) lib/rails/railtie.rb:194:in `method_missing'
586
+ actionpack (4.2.10) lib/action_dispatch/routing/mapper.rb:51:in `serve'
587
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
588
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
589
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
590
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
591
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
592
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
593
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
594
+ rack (1.6.10) lib/rack/etag.rb:24:in `call'
595
+ rack (1.6.10) lib/rack/conditionalget.rb:38:in `call'
596
+ rack (1.6.10) lib/rack/head.rb:13:in `call'
597
+ actionpack (4.2.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
598
+ actionpack (4.2.10) lib/action_dispatch/middleware/flash.rb:260:in `call'
599
+ rack (1.6.10) lib/rack/session/abstract/id.rb:225:in `context'
600
+ rack (1.6.10) lib/rack/session/abstract/id.rb:220:in `call'
601
+ actionpack (4.2.10) lib/action_dispatch/middleware/cookies.rb:560:in `call'
602
+ activerecord (4.2.10) lib/active_record/query_cache.rb:36:in `call'
603
+ activerecord (4.2.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
604
+ activerecord (4.2.10) lib/active_record/migration.rb:377:in `call'
605
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
606
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
607
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
608
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
609
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
610
+ actionpack (4.2.10) lib/action_dispatch/middleware/reloader.rb:73:in `call'
611
+ actionpack (4.2.10) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
612
+ actionpack (4.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
613
+ actionpack (4.2.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
614
+ railties (4.2.10) lib/rails/rack/logger.rb:38:in `call_app'
615
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `block in call'
616
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
617
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:26:in `tagged'
618
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `tagged'
619
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `call'
620
+ quiet_assets (1.1.0) lib/quiet_assets.rb:27:in `call_with_quiet_assets'
621
+ actionpack (4.2.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
622
+ rack (1.6.10) lib/rack/methodoverride.rb:22:in `call'
623
+ rack (1.6.10) lib/rack/runtime.rb:18:in `call'
624
+ activesupport (4.2.10) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
625
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
626
+ actionpack (4.2.10) lib/action_dispatch/middleware/static.rb:120:in `call'
627
+ rack (1.6.10) lib/rack/sendfile.rb:113:in `call'
628
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
629
+ railties (4.2.10) lib/rails/application.rb:165:in `call'
630
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
631
+ rack (1.6.10) lib/rack/content_length.rb:15:in `call'
632
+ rack (1.6.10) lib/rack/handler/webrick.rb:88:in `service'
633
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
634
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
635
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
636
+
637
+
638
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms)
639
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
640
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
641
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.8ms)
642
+
643
+
644
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:28:00 -0500
645
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
646
+ Processing by AnyLogin::ApplicationController#any_login as HTML
647
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"1yQY88owGmc0BD86+S06dLOB/0cwxUs+3ezBrOcOg5TvPIJWZ2i3q+M9yFzG/0QdlEPk59CtyIPzBHjWGQccow==", "selected_id"=>"", "id"=>""}
648
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]]
649
+ Completed 404 Not Found in 4ms (ActiveRecord: 0.4ms)
650
+
651
+ ActiveRecord::RecordNotFound (Couldn't find User with 'id'=):
652
+ activerecord (4.2.10) lib/active_record/core.rb:155:in `find'
653
+ /root/projects/any_login/lib/any_login/providers/devise.rb:17:in `any_login_sign_in'
654
+ /root/projects/any_login/app/controllers/any_login/application_controller.rb:16:in `call'
655
+ /root/projects/any_login/app/controllers/any_login/application_controller.rb:16:in `any_login'
656
+ actionpack (4.2.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
657
+ actionpack (4.2.10) lib/abstract_controller/base.rb:198:in `process_action'
658
+ actionpack (4.2.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
659
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
660
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
661
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
662
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
663
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:19:in `process_action'
664
+ actionpack (4.2.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
665
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
666
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `block in instrument'
667
+ activesupport (4.2.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
668
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `instrument'
669
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
670
+ actionpack (4.2.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
671
+ activerecord (4.2.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
672
+ actionpack (4.2.10) lib/abstract_controller/base.rb:137:in `process'
673
+ actionview (4.2.10) lib/action_view/rendering.rb:30:in `process'
674
+ actionpack (4.2.10) lib/action_controller/metal.rb:196:in `dispatch'
675
+ actionpack (4.2.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
676
+ actionpack (4.2.10) lib/action_controller/metal.rb:237:in `block in action'
677
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
678
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:43:in `serve'
679
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
680
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
681
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
682
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
683
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
684
+ railties (4.2.10) lib/rails/railtie.rb:194:in `public_send'
685
+ railties (4.2.10) lib/rails/railtie.rb:194:in `method_missing'
686
+ actionpack (4.2.10) lib/action_dispatch/routing/mapper.rb:51:in `serve'
687
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
688
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
689
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
690
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
691
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
692
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
693
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
694
+ rack (1.6.10) lib/rack/etag.rb:24:in `call'
695
+ rack (1.6.10) lib/rack/conditionalget.rb:38:in `call'
696
+ rack (1.6.10) lib/rack/head.rb:13:in `call'
697
+ actionpack (4.2.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
698
+ actionpack (4.2.10) lib/action_dispatch/middleware/flash.rb:260:in `call'
699
+ rack (1.6.10) lib/rack/session/abstract/id.rb:225:in `context'
700
+ rack (1.6.10) lib/rack/session/abstract/id.rb:220:in `call'
701
+ actionpack (4.2.10) lib/action_dispatch/middleware/cookies.rb:560:in `call'
702
+ activerecord (4.2.10) lib/active_record/query_cache.rb:36:in `call'
703
+ activerecord (4.2.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
704
+ activerecord (4.2.10) lib/active_record/migration.rb:377:in `call'
705
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
706
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
707
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
708
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
709
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
710
+ actionpack (4.2.10) lib/action_dispatch/middleware/reloader.rb:73:in `call'
711
+ actionpack (4.2.10) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
712
+ actionpack (4.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
713
+ actionpack (4.2.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
714
+ railties (4.2.10) lib/rails/rack/logger.rb:38:in `call_app'
715
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `block in call'
716
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
717
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:26:in `tagged'
718
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `tagged'
719
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `call'
720
+ quiet_assets (1.1.0) lib/quiet_assets.rb:27:in `call_with_quiet_assets'
721
+ actionpack (4.2.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
722
+ rack (1.6.10) lib/rack/methodoverride.rb:22:in `call'
723
+ rack (1.6.10) lib/rack/runtime.rb:18:in `call'
724
+ activesupport (4.2.10) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
725
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
726
+ actionpack (4.2.10) lib/action_dispatch/middleware/static.rb:120:in `call'
727
+ rack (1.6.10) lib/rack/sendfile.rb:113:in `call'
728
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
729
+ railties (4.2.10) lib/rails/application.rb:165:in `call'
730
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
731
+ rack (1.6.10) lib/rack/content_length.rb:15:in `call'
732
+ rack (1.6.10) lib/rack/handler/webrick.rb:88:in `service'
733
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
734
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
735
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
736
+
737
+
738
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms)
739
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
740
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.1ms)
741
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.5ms)
742
+
743
+
744
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:28:10 -0500
745
+ Processing by HomeController#index as HTML
746
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
747
+ Rendered home/index.html.erb within layouts/application (18.1ms)
748
+ Rendered shared/_header.html.erb (0.3ms)
749
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
750
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8
751
+ CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8
752
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (24987.9ms)
753
+ Rendered shared/_footer.html.erb (24990.2ms)
754
+ Completed 200 OK in 25240ms (Views: 25218.0ms | ActiveRecord: 1.0ms)
755
+
756
+
757
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:29:49 -0500
758
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
759
+ Processing by HomeController#index as HTML
760
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
761
+ Rendered home/index.html.erb within layouts/application (26.8ms)
762
+ Rendered shared/_header.html.erb (0.3ms)
763
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
764
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8
765
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (7.2ms)
766
+ Rendered shared/_footer.html.erb (8.4ms)
767
+ Completed 200 OK in 179ms (Views: 177.5ms | ActiveRecord: 1.0ms)
768
+
769
+
770
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:29:53 -0500
771
+ Processing by AnyLogin::ApplicationController#any_login as HTML
772
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"r+5nSBTjuk3cYP2mLByPlWp16xkqC/GmsRh1951uuMmX9v3tubsXgQtZCsATzvH8Tbfwucpjchuf8MyNY2cn/g==", "selected_id"=>"1", "id"=>"", "back_to_previous_id"=>""}
773
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
774
+  (0.4ms) begin transaction
775
+ SQL (0.5ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:23:57.367343"], ["current_sign_in_at", "2019-02-08 13:29:53.262618"], ["last_sign_in_ip", "192.168.223.1"], ["sign_in_count", 5], ["updated_at", "2019-02-08 13:29:53.265305"], ["id", 1]]
776
+  (3.2ms) commit transaction
777
+ Redirected to http://storyteller.storyteller.com:3000/
778
+ Completed 302 Found in 14ms (ActiveRecord: 4.3ms)
779
+
780
+
781
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:29:53 -0500
782
+ Processing by HomeController#index as HTML
783
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
784
+ Rendered home/index.html.erb within layouts/application (4.2ms)
785
+ Rendered shared/_header.html.erb (0.0ms)
786
+ User Load (0.9ms) SELECT "users".* FROM "users" LIMIT 10
787
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 8)
788
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (15.6ms)
789
+ Rendered shared/_footer.html.erb (16.5ms)
790
+ Completed 200 OK in 46ms (Views: 43.7ms | ActiveRecord: 1.5ms)
791
+
792
+
793
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:29:57 -0500
794
+ Processing by AnyLogin::ApplicationController#any_login as HTML
795
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"+LG6HUJBrm8Y3J3h4QRVv7XJHmbozoOaliFKwxiMkoamSc1hVTJAq0T6+I/iC2ezccS0BHQKA2NnYi/rIjOZVQ==", "selected_id"=>"2", "id"=>"", "back_to_previous_id"=>""}
796
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
797
+  (0.1ms) begin transaction
798
+ SQL (0.3ms) UPDATE "users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-02-08 13:29:57.752262"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 2], ["updated_at", "2019-02-08 13:29:57.753351"], ["id", 2]]
799
+  (4.5ms) commit transaction
800
+ Redirected to http://storyteller.storyteller.com:3000/
801
+ Completed 302 Found in 12ms (ActiveRecord: 5.1ms)
802
+
803
+
804
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:29:57 -0500
805
+ Processing by HomeController#index as HTML
806
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
807
+ Rendered home/index.html.erb within layouts/application (1.3ms)
808
+ Rendered shared/_header.html.erb (0.0ms)
809
+ User Load (0.8ms) SELECT "users".* FROM "users" LIMIT 10
810
+ User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (2, 1, 8)
811
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (25.4ms)
812
+ Rendered shared/_footer.html.erb (26.9ms)
813
+ Completed 200 OK in 63ms (Views: 60.5ms | ActiveRecord: 2.2ms)
814
+
815
+
816
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:30:01 -0500
817
+ Processing by AnyLogin::ApplicationController#any_login as HTML
818
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P9SivPM3lFSUxb8jmotDkAFFcrQ5iSai/aHgjIoHD6xj9XMWmKDa+FBHFI+xedtcq1+iBOxnenWxwMqtzbTopQ==", "selected_id"=>"", "id"=>"", "back_to_previous_id"=>"1"}
819
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", nil]]
820
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
821
+
822
+ ActiveRecord::RecordNotFound (Couldn't find User with 'id'=):
823
+ activerecord (4.2.10) lib/active_record/core.rb:155:in `find'
824
+ /root/projects/any_login/lib/any_login/providers/devise.rb:17:in `any_login_sign_in'
825
+ /root/projects/any_login/app/controllers/any_login/application_controller.rb:16:in `call'
826
+ /root/projects/any_login/app/controllers/any_login/application_controller.rb:16:in `any_login'
827
+ actionpack (4.2.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
828
+ actionpack (4.2.10) lib/abstract_controller/base.rb:198:in `process_action'
829
+ actionpack (4.2.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
830
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
831
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
832
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
833
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
834
+ actionpack (4.2.10) lib/abstract_controller/callbacks.rb:19:in `process_action'
835
+ actionpack (4.2.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
836
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
837
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `block in instrument'
838
+ activesupport (4.2.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
839
+ activesupport (4.2.10) lib/active_support/notifications.rb:164:in `instrument'
840
+ actionpack (4.2.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
841
+ actionpack (4.2.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
842
+ activerecord (4.2.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
843
+ actionpack (4.2.10) lib/abstract_controller/base.rb:137:in `process'
844
+ actionview (4.2.10) lib/action_view/rendering.rb:30:in `process'
845
+ actionpack (4.2.10) lib/action_controller/metal.rb:196:in `dispatch'
846
+ actionpack (4.2.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
847
+ actionpack (4.2.10) lib/action_controller/metal.rb:237:in `block in action'
848
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
849
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:43:in `serve'
850
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
851
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
852
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
853
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
854
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
855
+ railties (4.2.10) lib/rails/railtie.rb:194:in `public_send'
856
+ railties (4.2.10) lib/rails/railtie.rb:194:in `method_missing'
857
+ actionpack (4.2.10) lib/action_dispatch/routing/mapper.rb:51:in `serve'
858
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:43:in `block in serve'
859
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `each'
860
+ actionpack (4.2.10) lib/action_dispatch/journey/router.rb:30:in `serve'
861
+ actionpack (4.2.10) lib/action_dispatch/routing/route_set.rb:817:in `call'
862
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
863
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
864
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
865
+ rack (1.6.10) lib/rack/etag.rb:24:in `call'
866
+ rack (1.6.10) lib/rack/conditionalget.rb:38:in `call'
867
+ rack (1.6.10) lib/rack/head.rb:13:in `call'
868
+ actionpack (4.2.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
869
+ actionpack (4.2.10) lib/action_dispatch/middleware/flash.rb:260:in `call'
870
+ rack (1.6.10) lib/rack/session/abstract/id.rb:225:in `context'
871
+ rack (1.6.10) lib/rack/session/abstract/id.rb:220:in `call'
872
+ actionpack (4.2.10) lib/action_dispatch/middleware/cookies.rb:560:in `call'
873
+ activerecord (4.2.10) lib/active_record/query_cache.rb:36:in `call'
874
+ activerecord (4.2.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
875
+ activerecord (4.2.10) lib/active_record/migration.rb:377:in `call'
876
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
877
+ activesupport (4.2.10) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
878
+ activesupport (4.2.10) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
879
+ activesupport (4.2.10) lib/active_support/callbacks.rb:81:in `run_callbacks'
880
+ actionpack (4.2.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
881
+ actionpack (4.2.10) lib/action_dispatch/middleware/reloader.rb:73:in `call'
882
+ actionpack (4.2.10) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
883
+ actionpack (4.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
884
+ actionpack (4.2.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
885
+ railties (4.2.10) lib/rails/rack/logger.rb:38:in `call_app'
886
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `block in call'
887
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
888
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:26:in `tagged'
889
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `tagged'
890
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `call'
891
+ quiet_assets (1.1.0) lib/quiet_assets.rb:27:in `call_with_quiet_assets'
892
+ actionpack (4.2.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
893
+ rack (1.6.10) lib/rack/methodoverride.rb:22:in `call'
894
+ rack (1.6.10) lib/rack/runtime.rb:18:in `call'
895
+ activesupport (4.2.10) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
896
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
897
+ actionpack (4.2.10) lib/action_dispatch/middleware/static.rb:120:in `call'
898
+ rack (1.6.10) lib/rack/sendfile.rb:113:in `call'
899
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
900
+ railties (4.2.10) lib/rails/application.rb:165:in `call'
901
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
902
+ rack (1.6.10) lib/rack/content_length.rb:15:in `call'
903
+ rack (1.6.10) lib/rack/handler/webrick.rb:88:in `service'
904
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
905
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
906
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
907
+
908
+
909
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
910
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
911
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
912
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.8ms)
913
+
914
+
915
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:32:41 -0500
916
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
917
+ Processing by AnyLogin::ApplicationController#any_login as HTML
918
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P9SivPM3lFSUxb8jmotDkAFFcrQ5iSai/aHgjIoHD6xj9XMWmKDa+FBHFI+xedtcq1+iBOxnenWxwMqtzbTopQ==", "selected_id"=>"", "id"=>"", "back_to_previous_id"=>"1"}
919
+ User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
920
+  (0.5ms) begin transaction
921
+ SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:29:53.262618"], ["current_sign_in_at", "2019-02-08 13:32:42.022011"], ["sign_in_count", 6], ["updated_at", "2019-02-08 13:32:42.027274"], ["id", 1]]
922
+  (7.2ms) commit transaction
923
+ Redirected to http://storyteller.storyteller.com:3000/
924
+ Completed 302 Found in 61ms (ActiveRecord: 9.9ms)
925
+
926
+
927
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:32:42 -0500
928
+ Processing by HomeController#index as HTML
929
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
930
+ Rendered home/index.html.erb within layouts/application (8.5ms)
931
+ Rendered shared/_header.html.erb (0.2ms)
932
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
933
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 2, 1, 8)
934
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (26.9ms)
935
+ Rendered shared/_footer.html.erb (27.9ms)
936
+ Completed 500 Internal Server Error in 190ms (ActiveRecord: 0.7ms)
937
+
938
+ ActionView::Template::Error (undefined method `any?' for #<AnyLogin::Collection:0x00000000020f5170>):
939
+ 7: <%= any_login_id_input %>
940
+ 8: <%= any_login_submit %>
941
+ 9: <span id='current_user_information'><%= current_user_information %></span>
942
+ 10: <%= any_login_previous_select %>
943
+ 11: <%= cookies[:any_login_previous].inspect %>
944
+ 12: <%# binding.pry %>
945
+ 13: </span>
946
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb___1956390975365226994_69968119207480'
947
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___2717518514374475764_69968104676920'
948
+
949
+
950
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
951
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
952
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
953
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.4ms)
954
+
955
+
956
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:33:09 -0500
957
+ Processing by HomeController#index as HTML
958
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
959
+ Rendered home/index.html.erb within layouts/application (15.5ms)
960
+ Rendered shared/_header.html.erb (0.0ms)
961
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
962
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 2, 1, 8)
963
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (10.9ms)
964
+ Rendered shared/_footer.html.erb (11.7ms)
965
+ Completed 500 Internal Server Error in 61ms (ActiveRecord: 1.4ms)
966
+
967
+ ActionView::Template::Error (undefined method `any?' for #<AnyLogin::Collection:0x00007f45710b71e8>):
968
+ 7: <%= any_login_id_input %>
969
+ 8: <%= any_login_submit %>
970
+ 9: <span id='current_user_information'><%= current_user_information %></span>
971
+ 10: <%= any_login_previous_select %>
972
+ 11: <%= cookies[:any_login_previous].inspect %>
973
+ 12: <%# binding.pry %>
974
+ 13: </span>
975
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb___1956390975365226994_69968119207480'
976
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___2717518514374475764_69968104676920'
977
+
978
+
979
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
980
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
981
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
982
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.5ms)
983
+
984
+
985
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:33:18 -0500
986
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
987
+ Processing by HomeController#index as HTML
988
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
989
+ Rendered home/index.html.erb within layouts/application (34.1ms)
990
+ Rendered shared/_header.html.erb (0.2ms)
991
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
992
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 2, 1, 8)
993
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (25.5ms)
994
+ Rendered shared/_footer.html.erb (27.6ms)
995
+ Completed 200 OK in 255ms (Views: 253.7ms | ActiveRecord: 1.0ms)
996
+
997
+
998
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:33:23 -0500
999
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1000
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"zRLQC6wcjvC9Ae11J6tfw/i028thr95A6N3EM3NILF3c3GFdB/j2CsjbOcztGsIJEbEOeuCFinQZyygPvcLEjw==", "selected_id"=>"8", "id"=>"", "back_to_previous_id"=>""}
1001
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]]
1002
+  (0.1ms) begin transaction
1003
+ SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:25:38.956102"], ["current_sign_in_at", "2019-02-08 13:33:23.874969"], ["sign_in_count", 3], ["updated_at", "2019-02-08 13:33:23.876531"], ["id", 8]]
1004
+  (3.2ms) commit transaction
1005
+ Redirected to http://storyteller.storyteller.com:3000/
1006
+ Completed 302 Found in 14ms (ActiveRecord: 4.1ms)
1007
+
1008
+
1009
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:33:23 -0500
1010
+ Processing by HomeController#index as HTML
1011
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
1012
+ Rendered home/index.html.erb within layouts/application (5.3ms)
1013
+ Rendered shared/_header.html.erb (0.1ms)
1014
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1015
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (8, 1, 2, 1, 8)
1016
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (6.6ms)
1017
+ Rendered shared/_footer.html.erb (7.6ms)
1018
+ Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.8ms)
1019
+
1020
+
1021
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:34:30 -0500
1022
+ Processing by HomeController#index as HTML
1023
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 8]]
1024
+ Rendered home/index.html.erb within layouts/application (15.9ms)
1025
+ Rendered shared/_header.html.erb (0.1ms)
1026
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1027
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (16.3ms)
1028
+ Rendered shared/_footer.html.erb (18.5ms)
1029
+ Completed 200 OK in 74ms (Views: 72.2ms | ActiveRecord: 0.8ms)
1030
+
1031
+
1032
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:34:46 -0500
1033
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1034
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JUNzMNJsxlhYo+74D1pOEGmMZbGhFqaKMjh+MTzvDtWkVXvn1noawZ1XuuHQ+4c5oyR2uL27pD2AhFsWTtc4KA==", "selected_id"=>"1", "id"=>""}
1035
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1036
+  (0.1ms) begin transaction
1037
+ SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:32:42.022011"], ["current_sign_in_at", "2019-02-08 13:34:46.345422"], ["sign_in_count", 7], ["updated_at", "2019-02-08 13:34:46.346654"], ["id", 1]]
1038
+  (3.2ms) commit transaction
1039
+ Redirected to http://storyteller.storyteller.com:3000/
1040
+ Completed 302 Found in 19ms (ActiveRecord: 3.9ms)
1041
+
1042
+
1043
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:34:46 -0500
1044
+ Processing by HomeController#index as HTML
1045
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1046
+ Rendered home/index.html.erb within layouts/application (5.6ms)
1047
+ Rendered shared/_header.html.erb (0.0ms)
1048
+ User Load (0.5ms) SELECT "users".* FROM "users" LIMIT 10
1049
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1
1050
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (15.7ms)
1051
+ Rendered shared/_footer.html.erb (16.5ms)
1052
+ Completed 200 OK in 64ms (Views: 62.4ms | ActiveRecord: 0.9ms)
1053
+
1054
+
1055
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:34:53 -0500
1056
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1057
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"7jYMCenLIOfp66OX9Q2HBewS3OFf3kJLn2+HytdsATQujL0sWrPcLXic0oA6bQAWi9uQ0+SUGzbU/rxkhLm9hA==", "selected_id"=>"2", "id"=>"", "back_to_previous_id"=>""}
1058
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
1059
+  (0.1ms) begin transaction
1060
+ SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:29:57.752262"], ["current_sign_in_at", "2019-02-08 13:34:53.220153"], ["last_sign_in_ip", "192.168.223.1"], ["sign_in_count", 3], ["updated_at", "2019-02-08 13:34:53.221264"], ["id", 2]]
1061
+  (3.7ms) commit transaction
1062
+ Redirected to http://storyteller.storyteller.com:3000/
1063
+ Completed 302 Found in 13ms (ActiveRecord: 4.2ms)
1064
+
1065
+
1066
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:34:53 -0500
1067
+ Processing by HomeController#index as HTML
1068
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1069
+ Rendered home/index.html.erb within layouts/application (2.5ms)
1070
+ Rendered shared/_header.html.erb (0.1ms)
1071
+ User Load (1.5ms) SELECT "users".* FROM "users" LIMIT 10
1072
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (2, 1)
1073
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (16.1ms)
1074
+ Rendered shared/_footer.html.erb (17.6ms)
1075
+ Completed 200 OK in 59ms (Views: 56.4ms | ActiveRecord: 1.9ms)
1076
+
1077
+
1078
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:35:32 -0500
1079
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1080
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nS8nLfe7lpKfxqBhTcpDln66EiH/0pBmD+8y1Z1+GoNzP6m8QbovLbdZEHv+QuWffkZHR6RL1ZctJjmqlRdp/Q==", "selected_id"=>"10", "id"=>"", "back_to_previous_id"=>""}
1081
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]]
1082
+  (0.1ms) begin transaction
1083
+ SQL (0.5ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:35:32.163071"], ["current_sign_in_at", "2019-02-08 13:35:32.163071"], ["last_sign_in_ip", "192.168.223.1"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 1], ["updated_at", "2019-02-08 13:35:32.165333"], ["id", 10]]
1084
+  (4.4ms) commit transaction
1085
+ Redirected to http://storyteller.storyteller.com:3000/
1086
+ Completed 302 Found in 13ms (ActiveRecord: 5.2ms)
1087
+
1088
+
1089
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:35:32 -0500
1090
+ Processing by HomeController#index as HTML
1091
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1092
+ Rendered home/index.html.erb within layouts/application (1.9ms)
1093
+ Rendered shared/_header.html.erb (0.0ms)
1094
+ User Load (0.6ms) SELECT "users".* FROM "users" LIMIT 10
1095
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (10, 2, 1)
1096
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (17.8ms)
1097
+ Rendered shared/_footer.html.erb (20.3ms)
1098
+ Completed 200 OK in 42ms (Views: 38.2ms | ActiveRecord: 1.4ms)
1099
+
1100
+
1101
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:35:37 -0500
1102
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1103
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"j8V303GCk7JOCUOdyebe6euVe27oZQm3GB0+gjtZMWXKPAepWkLBJtswsvLgS7zLDGZp+JRmg9Z4YE+msKjdJQ==", "selected_id"=>"7", "id"=>"", "back_to_previous_id"=>""}
1104
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1105
+  (0.3ms) begin transaction
1106
+ SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:13:19.221181"], ["current_sign_in_at", "2019-02-08 13:35:37.956340"], ["last_sign_in_ip", "192.168.223.1"], ["sign_in_count", 5], ["updated_at", "2019-02-08 13:35:37.958126"], ["id", 7]]
1107
+  (2.4ms) commit transaction
1108
+ Redirected to http://storyteller.storyteller.com:3000/
1109
+ Completed 302 Found in 12ms (ActiveRecord: 3.3ms)
1110
+
1111
+
1112
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:35:37 -0500
1113
+ Processing by HomeController#index as HTML
1114
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1115
+ Rendered home/index.html.erb within layouts/application (1.9ms)
1116
+ Rendered shared/_header.html.erb (0.5ms)
1117
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1118
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (7, 10, 2, 1)
1119
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (18.4ms)
1120
+ Rendered shared/_footer.html.erb (20.6ms)
1121
+ Completed 200 OK in 43ms (Views: 41.9ms | ActiveRecord: 0.7ms)
1122
+
1123
+
1124
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:35:44 -0500
1125
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1126
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"PaRgjLwcyxQ4ScBV/Dcwt40tnwldPIjQQ1zmZXisEibWqSfV1vrDcoD0M7L7ik7DuzzZsnEkGsXwj1RUo6yLrw==", "selected_id"=>"", "id"=>"", "back_to_previous_id"=>"10"}
1127
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]]
1128
+  (0.1ms) begin transaction
1129
+ SQL (0.2ms) UPDATE "users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-02-08 13:35:44.551811"], ["sign_in_count", 2], ["updated_at", "2019-02-08 13:35:44.552748"], ["id", 10]]
1130
+  (4.7ms) commit transaction
1131
+ Redirected to http://storyteller.storyteller.com:3000/
1132
+ Completed 302 Found in 11ms (ActiveRecord: 5.2ms)
1133
+
1134
+
1135
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:35:44 -0500
1136
+ Processing by HomeController#index as HTML
1137
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1138
+ Rendered home/index.html.erb within layouts/application (6.6ms)
1139
+ Rendered shared/_header.html.erb (0.1ms)
1140
+ User Load (0.7ms) SELECT "users".* FROM "users" LIMIT 10
1141
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (10, 7, 2, 1)
1142
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (20.2ms)
1143
+ Rendered shared/_footer.html.erb (24.5ms)
1144
+ Completed 200 OK in 52ms (Views: 50.1ms | ActiveRecord: 1.3ms)
1145
+
1146
+
1147
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:35:49 -0500
1148
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1149
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"2qBFDU91ojOr0i2zh6uvpz4oCxCHcfU1n8bKRBc2MBm/sVe+4PhDmaNZOpOWlH3842k55bULMI3lyaJivBfPdg==", "selected_id"=>"", "id"=>"", "back_to_previous_id"=>"1"}
1150
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1151
+  (0.1ms) begin transaction
1152
+ SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:34:46.345422"], ["current_sign_in_at", "2019-02-08 13:35:49.653496"], ["sign_in_count", 8], ["updated_at", "2019-02-08 13:35:49.655076"], ["id", 1]]
1153
+  (3.6ms) commit transaction
1154
+ Redirected to http://storyteller.storyteller.com:3000/
1155
+ Completed 302 Found in 13ms (ActiveRecord: 4.5ms)
1156
+
1157
+
1158
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:35:49 -0500
1159
+ Processing by HomeController#index as HTML
1160
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1161
+ Rendered home/index.html.erb within layouts/application (1.9ms)
1162
+ Rendered shared/_header.html.erb (0.0ms)
1163
+ User Load (0.5ms) SELECT "users".* FROM "users" LIMIT 10
1164
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 10, 7, 2)
1165
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (16.1ms)
1166
+ Rendered shared/_footer.html.erb (21.8ms)
1167
+ Completed 200 OK in 47ms (Views: 44.5ms | ActiveRecord: 1.0ms)
1168
+
1169
+
1170
+ Started GET "/account/projects/new" for 192.168.223.1 at 2019-02-08 08:37:30 -0500
1171
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1172
+
1173
+ ActionController::RoutingError (No route matches [GET] "/account/projects/new"):
1174
+ actionpack (4.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1175
+ actionpack (4.2.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1176
+ railties (4.2.10) lib/rails/rack/logger.rb:38:in `call_app'
1177
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `block in call'
1178
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1179
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:26:in `tagged'
1180
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `tagged'
1181
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `call'
1182
+ quiet_assets (1.1.0) lib/quiet_assets.rb:27:in `call_with_quiet_assets'
1183
+ actionpack (4.2.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1184
+ rack (1.6.10) lib/rack/methodoverride.rb:22:in `call'
1185
+ rack (1.6.10) lib/rack/runtime.rb:18:in `call'
1186
+ activesupport (4.2.10) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1187
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
1188
+ actionpack (4.2.10) lib/action_dispatch/middleware/static.rb:120:in `call'
1189
+ rack (1.6.10) lib/rack/sendfile.rb:113:in `call'
1190
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
1191
+ railties (4.2.10) lib/rails/application.rb:165:in `call'
1192
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
1193
+ rack (1.6.10) lib/rack/content_length.rb:15:in `call'
1194
+ rack (1.6.10) lib/rack/handler/webrick.rb:88:in `service'
1195
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
1196
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
1197
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
1198
+
1199
+
1200
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
1201
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms)
1202
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
1203
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.0ms)
1204
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.4ms)
1205
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.7ms)
1206
+
1207
+
1208
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:37:33 -0500
1209
+ Processing by HomeController#index as HTML
1210
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1211
+ Rendered home/index.html.erb within layouts/application (24.3ms)
1212
+ Rendered shared/_header.html.erb (0.3ms)
1213
+ User Load (0.5ms) SELECT "users".* FROM "users" LIMIT 10
1214
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? [["id", 1]]
1215
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (16.9ms)
1216
+ Rendered shared/_footer.html.erb (18.3ms)
1217
+ Completed 500 Internal Server Error in 266ms (ActiveRecord: 1.3ms)
1218
+
1219
+ ActionView::Template::Error (undefined method `email' for #<User::ActiveRecord_Relation:0x00007fe1bcf5aca8>):
1220
+ 7: <%= any_login_id_input %>
1221
+ 8: <%= any_login_submit %>
1222
+ 9: <span id='current_user_information'><%= current_user_information %></span>
1223
+ 10: <%= any_login_previous_select %>
1224
+ 11: </span>
1225
+ 12: <% end %>
1226
+ 13: </div>
1227
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb__2930111322427393685_70303758168360'
1228
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___1710160593513686767_70303751358920'
1229
+
1230
+
1231
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms)
1232
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
1233
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
1234
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.6ms)
1235
+
1236
+
1237
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:37:46 -0500
1238
+ Processing by HomeController#index as HTML
1239
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1240
+ Rendered home/index.html.erb within layouts/application (8.2ms)
1241
+ Rendered shared/_header.html.erb (0.1ms)
1242
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1243
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? [["id", 1]]
1244
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (10.6ms)
1245
+ Rendered shared/_footer.html.erb (14.6ms)
1246
+ Completed 500 Internal Server Error in 51ms (ActiveRecord: 1.1ms)
1247
+
1248
+ ActionView::Template::Error (undefined method `email' for #<User::ActiveRecord_Relation:0x00007fe1be486410>):
1249
+ 7: <%= any_login_id_input %>
1250
+ 8: <%= any_login_submit %>
1251
+ 9: <span id='current_user_information'><%= current_user_information %></span>
1252
+ 10: <%= any_login_previous_select %>
1253
+ 11: </span>
1254
+ 12: <% end %>
1255
+ 13: </div>
1256
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb__2930111322427393685_70303758168360'
1257
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___1710160593513686767_70303751358920'
1258
+
1259
+
1260
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
1261
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
1262
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
1263
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.0ms)
1264
+
1265
+
1266
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:37:53 -0500
1267
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1268
+ Processing by HomeController#index as HTML
1269
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1270
+ Rendered home/index.html.erb within layouts/application (33.1ms)
1271
+ Rendered shared/_header.html.erb (0.4ms)
1272
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1273
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1274
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1275
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1276
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1277
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (25.2ms)
1278
+ Rendered shared/_footer.html.erb (26.9ms)
1279
+ Completed 200 OK in 237ms (Views: 235.4ms | ActiveRecord: 1.2ms)
1280
+
1281
+
1282
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:38:00 -0500
1283
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1284
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"rb26fYAJrjF4x9fY7knE3A/k4y9/I8W834Ohteyw+WrTQLH9gyQkmJjpJa2PdF6Wk8hLyOMvRl434BWeY1FX4w==", "selected_id"=>"1", "id"=>"", "back_to_previous_id"=>""}
1285
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1286
+  (0.1ms) begin transaction
1287
+ SQL (0.5ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:35:49.653496"], ["current_sign_in_at", "2019-02-08 13:38:00.775362"], ["sign_in_count", 9], ["updated_at", "2019-02-08 13:38:00.777900"], ["id", 1]]
1288
+  (10.2ms) commit transaction
1289
+ Redirected to http://storyteller.storyteller.com:3000/
1290
+ Completed 302 Found in 27ms (ActiveRecord: 11.1ms)
1291
+
1292
+
1293
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:38:00 -0500
1294
+ Processing by HomeController#index as HTML
1295
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1296
+ Rendered home/index.html.erb within layouts/application (1.5ms)
1297
+ Rendered shared/_header.html.erb (0.0ms)
1298
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1299
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1300
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1301
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1302
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1303
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (30.9ms)
1304
+ Rendered shared/_footer.html.erb (32.1ms)
1305
+ Completed 200 OK in 66ms (Views: 63.9ms | ActiveRecord: 1.4ms)
1306
+
1307
+
1308
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:38:04 -0500
1309
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1310
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"1AovPoFi3aI9p0YDFnNCBySQHW8pRLTNOAZ1zkX0IteYoaYheEDJuQI/tecSiDhDCh/fArJJ9t0OjDZtvKr93w==", "selected_id"=>"5", "id"=>"", "back_to_previous_id"=>""}
1311
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]]
1312
+  (0.1ms) begin transaction
1313
+ SQL (0.3ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:38:04.943709"], ["current_sign_in_at", "2019-02-08 13:38:04.943709"], ["last_sign_in_ip", "192.168.223.1"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 1], ["updated_at", "2019-02-08 13:38:04.945193"], ["id", 5]]
1314
+  (5.2ms) commit transaction
1315
+ Redirected to http://storyteller.storyteller.com:3000/
1316
+ Completed 302 Found in 17ms (ActiveRecord: 5.8ms)
1317
+
1318
+
1319
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:38:04 -0500
1320
+ Processing by HomeController#index as HTML
1321
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1322
+ Rendered home/index.html.erb within layouts/application (2.2ms)
1323
+ Rendered shared/_header.html.erb (0.2ms)
1324
+ User Load (0.6ms) SELECT "users".* FROM "users" LIMIT 10
1325
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1326
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1327
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1328
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1329
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1330
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (12.7ms)
1331
+ Rendered shared/_footer.html.erb (14.2ms)
1332
+ Completed 200 OK in 79ms (Views: 77.5ms | ActiveRecord: 1.1ms)
1333
+
1334
+
1335
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:38:10 -0500
1336
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1337
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"wM5jKeKKDMqFJIBS29uLhurLjtLY+WZq77rQvnhW0DS3n7vq+9QtkaPNz1jm2G6evln1hJsxsIuuTrpY0R0v4g==", "selected_id"=>"", "id"=>"", "back_to_previous_id"=>"2"}
1338
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
1339
+  (0.2ms) begin transaction
1340
+ SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:34:53.220153"], ["current_sign_in_at", "2019-02-08 13:38:10.296983"], ["sign_in_count", 4], ["updated_at", "2019-02-08 13:38:10.299611"], ["id", 2]]
1341
+  (3.1ms) commit transaction
1342
+ Redirected to http://storyteller.storyteller.com:3000/
1343
+ Completed 302 Found in 12ms (ActiveRecord: 3.6ms)
1344
+
1345
+
1346
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:38:10 -0500
1347
+ Processing by HomeController#index as HTML
1348
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1349
+ Rendered home/index.html.erb within layouts/application (4.7ms)
1350
+ Rendered shared/_header.html.erb (0.0ms)
1351
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1352
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1353
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1354
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1355
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1356
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1357
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (22.0ms)
1358
+ Rendered shared/_footer.html.erb (22.8ms)
1359
+ Completed 200 OK in 96ms (Views: 93.7ms | ActiveRecord: 0.9ms)
1360
+
1361
+
1362
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:40:59 -0500
1363
+ Processing by HomeController#index as HTML
1364
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1365
+ Rendered home/index.html.erb within layouts/application (9.8ms)
1366
+ Rendered shared/_header.html.erb (0.0ms)
1367
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1368
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1369
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1370
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1371
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1372
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1373
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (11.9ms)
1374
+ Rendered shared/_footer.html.erb (12.5ms)
1375
+ Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 1.2ms)
1376
+
1377
+
1378
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:41:04 -0500
1379
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1380
+ Processing by HomeController#index as HTML
1381
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1382
+ Rendered home/index.html.erb within layouts/application (32.6ms)
1383
+ Rendered shared/_header.html.erb (0.2ms)
1384
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1385
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (25.9ms)
1386
+ Rendered shared/_footer.html.erb (27.1ms)
1387
+ Completed 200 OK in 200ms (Views: 199.0ms | ActiveRecord: 0.8ms)
1388
+
1389
+
1390
+ Started GET "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:41:41 -0500
1391
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1392
+
1393
+ ActionController::RoutingError (No route matches [GET] "/any_login/any_login/sign_in"):
1394
+ actionpack (4.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1395
+ actionpack (4.2.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1396
+ railties (4.2.10) lib/rails/rack/logger.rb:38:in `call_app'
1397
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `block in call'
1398
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1399
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:26:in `tagged'
1400
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `tagged'
1401
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `call'
1402
+ quiet_assets (1.1.0) lib/quiet_assets.rb:27:in `call_with_quiet_assets'
1403
+ actionpack (4.2.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1404
+ rack (1.6.10) lib/rack/methodoverride.rb:22:in `call'
1405
+ rack (1.6.10) lib/rack/runtime.rb:18:in `call'
1406
+ activesupport (4.2.10) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1407
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
1408
+ actionpack (4.2.10) lib/action_dispatch/middleware/static.rb:120:in `call'
1409
+ rack (1.6.10) lib/rack/sendfile.rb:113:in `call'
1410
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
1411
+ railties (4.2.10) lib/rails/application.rb:165:in `call'
1412
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
1413
+ rack (1.6.10) lib/rack/content_length.rb:15:in `call'
1414
+ rack (1.6.10) lib/rack/handler/webrick.rb:88:in `service'
1415
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
1416
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
1417
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
1418
+
1419
+
1420
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
1421
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms)
1422
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
1423
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.9ms)
1424
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (20.3ms)
1425
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.4ms)
1426
+
1427
+
1428
+ Started GET "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:41:42 -0500
1429
+
1430
+ ActionController::RoutingError (No route matches [GET] "/any_login/any_login/sign_in"):
1431
+ actionpack (4.2.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1432
+ actionpack (4.2.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1433
+ railties (4.2.10) lib/rails/rack/logger.rb:38:in `call_app'
1434
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `block in call'
1435
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1436
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:26:in `tagged'
1437
+ activesupport (4.2.10) lib/active_support/tagged_logging.rb:68:in `tagged'
1438
+ railties (4.2.10) lib/rails/rack/logger.rb:20:in `call'
1439
+ quiet_assets (1.1.0) lib/quiet_assets.rb:27:in `call_with_quiet_assets'
1440
+ actionpack (4.2.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1441
+ rack (1.6.10) lib/rack/methodoverride.rb:22:in `call'
1442
+ rack (1.6.10) lib/rack/runtime.rb:18:in `call'
1443
+ activesupport (4.2.10) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
1444
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
1445
+ actionpack (4.2.10) lib/action_dispatch/middleware/static.rb:120:in `call'
1446
+ rack (1.6.10) lib/rack/sendfile.rb:113:in `call'
1447
+ railties (4.2.10) lib/rails/engine.rb:518:in `call'
1448
+ railties (4.2.10) lib/rails/application.rb:165:in `call'
1449
+ rack (1.6.10) lib/rack/lock.rb:17:in `call'
1450
+ rack (1.6.10) lib/rack/content_length.rb:15:in `call'
1451
+ rack (1.6.10) lib/rack/handler/webrick.rb:88:in `service'
1452
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
1453
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
1454
+ /usr/local/rvm/rubies/ruby-2.5.3/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
1455
+
1456
+
1457
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
1458
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms)
1459
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
1460
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
1461
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
1462
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (41.4ms)
1463
+
1464
+
1465
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:41:45 -0500
1466
+ Processing by HomeController#index as HTML
1467
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
1468
+ Rendered home/index.html.erb within layouts/application (22.2ms)
1469
+ Rendered shared/_header.html.erb (0.3ms)
1470
+ User Load (0.6ms) SELECT "users".* FROM "users" LIMIT 10
1471
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (8.1ms)
1472
+ Rendered shared/_footer.html.erb (9.7ms)
1473
+ Completed 200 OK in 199ms (Views: 195.5ms | ActiveRecord: 1.0ms)
1474
+
1475
+
1476
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:41:49 -0500
1477
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1478
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ujKugbpifLlj2kWvKjP+u0R6NVw5cG84w7X0CLuWoL3DvLDAOWSbsSI3l9Yql6l5FbXKM8YiTo9T8r4XBYs+Rw==", "selected_id"=>"3", "id"=>""}
1479
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
1480
+  (0.1ms) begin transaction
1481
+ SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:41:50.006052"], ["current_sign_in_at", "2019-02-08 13:41:50.006052"], ["last_sign_in_ip", "192.168.223.1"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 1], ["updated_at", "2019-02-08 13:41:50.008026"], ["id", 3]]
1482
+  (4.9ms) commit transaction
1483
+ Redirected to http://storyteller.storyteller.com:3000/
1484
+ Completed 302 Found in 24ms (ActiveRecord: 5.7ms)
1485
+
1486
+
1487
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:41:50 -0500
1488
+ Processing by HomeController#index as HTML
1489
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1490
+ Rendered home/index.html.erb within layouts/application (2.1ms)
1491
+ Rendered shared/_header.html.erb (0.0ms)
1492
+ User Load (0.8ms) SELECT "users".* FROM "users" LIMIT 10
1493
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1494
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (12.4ms)
1495
+ Rendered shared/_footer.html.erb (13.8ms)
1496
+ Completed 200 OK in 77ms (Views: 75.6ms | ActiveRecord: 1.6ms)
1497
+
1498
+
1499
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:43:09 -0500
1500
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1501
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"1OSYxg+UJv1K3kF06pUqq4a2w/J6wqnaC8ygTv5Mk/bma8k1EcycCLxW386eP4UpMJ4YExG2k8MNYpuYHA6Iyg==", "selected_id"=>"5", "id"=>"", "back_to_previous_id"=>""}
1502
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]]
1503
+  (0.1ms) begin transaction
1504
+ SQL (0.5ms) UPDATE "users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-02-08 13:43:09.929403"], ["sign_in_count", 2], ["updated_at", "2019-02-08 13:43:09.930496"], ["id", 5]]
1505
+  (4.1ms) commit transaction
1506
+ Redirected to http://storyteller.storyteller.com:3000/
1507
+ Completed 302 Found in 20ms (ActiveRecord: 4.9ms)
1508
+
1509
+
1510
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:43:09 -0500
1511
+ Processing by HomeController#index as HTML
1512
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1513
+ Rendered home/index.html.erb within layouts/application (2.6ms)
1514
+ Rendered shared/_header.html.erb (0.0ms)
1515
+ User Load (0.4ms) SELECT "users".* FROM "users" LIMIT 10
1516
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1517
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1518
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (15.5ms)
1519
+ Rendered shared/_footer.html.erb (16.3ms)
1520
+ Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 1.0ms)
1521
+
1522
+
1523
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:44:33 -0500
1524
+ Processing by HomeController#index as HTML
1525
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1526
+ Rendered home/index.html.erb within layouts/application (11.7ms)
1527
+ Rendered shared/_header.html.erb (0.1ms)
1528
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1529
+ User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1530
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1531
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (15.5ms)
1532
+ Rendered shared/_footer.html.erb (21.8ms)
1533
+ Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 2.3ms)
1534
+
1535
+
1536
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:44:41 -0500
1537
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1538
+ Processing by HomeController#index as HTML
1539
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1540
+ Rendered home/index.html.erb within layouts/application (33.5ms)
1541
+ Rendered shared/_header.html.erb (0.3ms)
1542
+ User Load (30.7ms) SELECT "users".* FROM "users" LIMIT 10
1543
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1544
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1545
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (39.4ms)
1546
+ Rendered shared/_footer.html.erb (40.4ms)
1547
+ Completed 200 OK in 240ms (Views: 208.3ms | ActiveRecord: 31.6ms)
1548
+
1549
+
1550
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:45:40 -0500
1551
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1552
+ Processing by HomeController#index as HTML
1553
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1554
+ Rendered home/index.html.erb within layouts/application (26.2ms)
1555
+ Rendered shared/_header.html.erb (0.4ms)
1556
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1557
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1558
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1559
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (36.9ms)
1560
+ Rendered shared/_footer.html.erb (38.0ms)
1561
+ Completed 500 Internal Server Error in 236ms (ActiveRecord: 0.9ms)
1562
+
1563
+ ActionView::Template::Error (undefined method `each_pair' for "Previous: ":String
1564
+ Did you mean? each_char):
1565
+ 7: <%= any_login_id_input %>
1566
+ 8: <%= any_login_submit %>
1567
+ 9: <span id='current_user_information'><%= current_user_information %></span>
1568
+ 10: <%= any_login_previous_select %>
1569
+ 11: </span>
1570
+ 12: <% end %>
1571
+ 13: </div>
1572
+ app/views/shared/_footer.html.erb:15:in `_app_views_shared__footer_html_erb__2414547318776185857_22825240'
1573
+ app/views/layouts/application.html.erb:20:in `_app_views_layouts_application_html_erb___3713133898897903354_70046588931320'
1574
+
1575
+
1576
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
1577
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
1578
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
1579
+ Rendered /usr/local/rvm/gems/ruby-2.5.3/gems/actionpack-4.2.10/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.5ms)
1580
+
1581
+
1582
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:46:03 -0500
1583
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1584
+ Processing by HomeController#index as HTML
1585
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1586
+ Rendered home/index.html.erb within layouts/application (25.7ms)
1587
+ Rendered shared/_header.html.erb (0.5ms)
1588
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1589
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1590
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1591
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (24.0ms)
1592
+ Rendered shared/_footer.html.erb (25.4ms)
1593
+ Completed 200 OK in 221ms (Views: 219.6ms | ActiveRecord: 1.4ms)
1594
+
1595
+
1596
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:46:22 -0500
1597
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1598
+ Processing by HomeController#index as HTML
1599
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1600
+ Rendered home/index.html.erb within layouts/application (29.6ms)
1601
+ Rendered shared/_header.html.erb (0.4ms)
1602
+ User Load (0.5ms) SELECT "users".* FROM "users" LIMIT 10
1603
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1604
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1605
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (51.4ms)
1606
+ Rendered shared/_footer.html.erb (54.0ms)
1607
+ Completed 200 OK in 264ms (Views: 261.9ms | ActiveRecord: 1.4ms)
1608
+
1609
+
1610
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:46:41 -0500
1611
+ ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
1612
+ Processing by HomeController#index as HTML
1613
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1614
+ Rendered home/index.html.erb within layouts/application (26.1ms)
1615
+ Rendered shared/_header.html.erb (0.2ms)
1616
+ User Load (0.4ms) SELECT "users".* FROM "users" LIMIT 10
1617
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1618
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1619
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (23.0ms)
1620
+ Rendered shared/_footer.html.erb (24.3ms)
1621
+ Completed 200 OK in 202ms (Views: 200.1ms | ActiveRecord: 1.4ms)
1622
+
1623
+
1624
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:47:17 -0500
1625
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1626
+ Processing by HomeController#index as HTML
1627
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1628
+ Rendered home/index.html.erb within layouts/application (27.8ms)
1629
+ Rendered shared/_header.html.erb (0.3ms)
1630
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1631
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1632
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1633
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (24.6ms)
1634
+ Rendered shared/_footer.html.erb (25.9ms)
1635
+ Completed 200 OK in 193ms (Views: 191.3ms | ActiveRecord: 1.2ms)
1636
+
1637
+
1638
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:47:49 -0500
1639
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1640
+ Processing by HomeController#index as HTML
1641
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1642
+ Rendered home/index.html.erb within layouts/application (24.8ms)
1643
+ Rendered shared/_header.html.erb (0.2ms)
1644
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1645
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1646
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1647
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (21.1ms)
1648
+ Rendered shared/_footer.html.erb (22.1ms)
1649
+ Completed 200 OK in 199ms (Views: 197.2ms | ActiveRecord: 1.5ms)
1650
+
1651
+
1652
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:48:08 -0500
1653
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1654
+ Processing by HomeController#index as HTML
1655
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1656
+ Rendered home/index.html.erb within layouts/application (19.4ms)
1657
+ Rendered shared/_header.html.erb (0.2ms)
1658
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1659
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1660
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1661
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (7.8ms)
1662
+ Rendered shared/_footer.html.erb (23.5ms)
1663
+ Completed 200 OK in 181ms (Views: 180.0ms | ActiveRecord: 0.7ms)
1664
+
1665
+
1666
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:49:17 -0500
1667
+ Processing by HomeController#index as HTML
1668
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1669
+ Rendered home/index.html.erb within layouts/application (6.4ms)
1670
+ Rendered shared/_header.html.erb (0.1ms)
1671
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1672
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1673
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1674
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (12.2ms)
1675
+ Rendered shared/_footer.html.erb (13.1ms)
1676
+ Completed 200 OK in 46ms (Views: 44.8ms | ActiveRecord: 0.6ms)
1677
+
1678
+
1679
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:49:51 -0500
1680
+ Processing by HomeController#index as HTML
1681
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1682
+ Rendered home/index.html.erb within layouts/application (3.0ms)
1683
+ Rendered shared/_header.html.erb (0.1ms)
1684
+ User Load (0.4ms) SELECT "users".* FROM "users" LIMIT 10
1685
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1686
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1687
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (13.4ms)
1688
+ Rendered shared/_footer.html.erb (14.7ms)
1689
+ Completed 200 OK in 54ms (Views: 53.2ms | ActiveRecord: 0.9ms)
1690
+
1691
+
1692
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:50:40 -0500
1693
+ Processing by HomeController#index as HTML
1694
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1695
+ Rendered home/index.html.erb within layouts/application (3.2ms)
1696
+ Rendered shared/_header.html.erb (0.0ms)
1697
+ User Load (0.8ms) SELECT "users".* FROM "users" LIMIT 10
1698
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1699
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1700
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (25.4ms)
1701
+ Rendered shared/_footer.html.erb (29.6ms)
1702
+ Completed 200 OK in 58ms (Views: 57.1ms | ActiveRecord: 1.1ms)
1703
+
1704
+
1705
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 08:50:55 -0500
1706
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1707
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"7SqpjpAf6UTW9VJMW9KWr9+rwq6Jj6s44eQ8vydVM1+tj/nxHh0LStUa/b48k8wcFCLqZCw7ZMbzH1g20IadhA==", "selected_id"=>"", "id"=>"1", "commit"=>"Sign in with Devise", "back_to_previous_id"=>""}
1708
+ User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1709
+  (0.1ms) begin transaction
1710
+ SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:38:00.775362"], ["current_sign_in_at", "2019-02-08 13:50:55.784450"], ["sign_in_count", 10], ["updated_at", "2019-02-08 13:50:55.785690"], ["id", 1]]
1711
+  (7.3ms) commit transaction
1712
+ Redirected to http://storyteller.storyteller.com:3000/
1713
+ Completed 302 Found in 17ms (ActiveRecord: 8.3ms)
1714
+
1715
+
1716
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:50:55 -0500
1717
+ Processing by HomeController#index as HTML
1718
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1719
+ Rendered home/index.html.erb within layouts/application (2.7ms)
1720
+ Rendered shared/_header.html.erb (0.0ms)
1721
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1722
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1723
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1724
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1725
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (17.3ms)
1726
+ Rendered shared/_footer.html.erb (18.6ms)
1727
+ Completed 200 OK in 52ms (Views: 51.2ms | ActiveRecord: 0.4ms)
1728
+
1729
+
1730
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:51:14 -0500
1731
+ Processing by HomeController#index as HTML
1732
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1733
+ Rendered home/index.html.erb within layouts/application (6.7ms)
1734
+ Rendered shared/_header.html.erb (0.1ms)
1735
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1736
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1737
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1738
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1739
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (11.1ms)
1740
+ Rendered shared/_footer.html.erb (13.4ms)
1741
+ Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.7ms)
1742
+
1743
+
1744
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:51:23 -0500
1745
+ Processing by HomeController#index as HTML
1746
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1747
+ Rendered home/index.html.erb within layouts/application (2.8ms)
1748
+ Rendered shared/_header.html.erb (0.0ms)
1749
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1750
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1751
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1752
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1753
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (8.9ms)
1754
+ Rendered shared/_footer.html.erb (9.7ms)
1755
+ Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.5ms)
1756
+
1757
+
1758
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:51:33 -0500
1759
+ Processing by HomeController#index as HTML
1760
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1761
+ Rendered home/index.html.erb within layouts/application (5.8ms)
1762
+ Rendered shared/_header.html.erb (0.0ms)
1763
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1764
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1765
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1766
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1767
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (11.6ms)
1768
+ Rendered shared/_footer.html.erb (12.8ms)
1769
+ Completed 200 OK in 52ms (Views: 49.7ms | ActiveRecord: 1.1ms)
1770
+
1771
+
1772
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:51:40 -0500
1773
+ Processing by HomeController#index as HTML
1774
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1775
+ Rendered home/index.html.erb within layouts/application (1.5ms)
1776
+ Rendered shared/_header.html.erb (0.0ms)
1777
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1778
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1779
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1780
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1781
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (5.8ms)
1782
+ Rendered shared/_footer.html.erb (6.4ms)
1783
+ Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.4ms)
1784
+
1785
+
1786
+ Started GET "/" for 192.168.223.1 at 2019-02-08 08:51:52 -0500
1787
+ Processing by HomeController#index as HTML
1788
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1789
+ Rendered home/index.html.erb within layouts/application (3.6ms)
1790
+ Rendered shared/_header.html.erb (0.1ms)
1791
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1792
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1793
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1794
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1795
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (7.4ms)
1796
+ Rendered shared/_footer.html.erb (8.3ms)
1797
+ Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.7ms)
1798
+
1799
+
1800
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:08:27 -0500
1801
+ Processing by HomeController#index as HTML
1802
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1803
+ Rendered home/index.html.erb within layouts/application (6.6ms)
1804
+ Rendered shared/_header.html.erb (0.0ms)
1805
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1806
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1807
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 5]]
1808
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 3]]
1809
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (12.5ms)
1810
+ Rendered shared/_footer.html.erb (15.2ms)
1811
+ Completed 200 OK in 49ms (Views: 47.1ms | ActiveRecord: 1.6ms)
1812
+
1813
+
1814
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:14:34 -0500
1815
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1816
+ Processing by HomeController#index as HTML
1817
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1818
+ Rendered home/index.html.erb within layouts/application (17.1ms)
1819
+ Rendered shared/_header.html.erb (0.2ms)
1820
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1821
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (20.3ms)
1822
+ Rendered shared/_footer.html.erb (21.5ms)
1823
+ Completed 200 OK in 184ms (Views: 182.5ms | ActiveRecord: 0.6ms)
1824
+
1825
+
1826
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 09:14:39 -0500
1827
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1828
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"MWWZbym/+bS+1EY7lUzRZTUj1KaeritLxr/BJxKKrNwTyrji2oWJETuXHkBXqsJseRju1WgNQAWV5VZcQ1USnQ==", "selected_id"=>"1", "id"=>""}
1829
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1830
+  (0.3ms) begin transaction
1831
+ SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:50:55.784450"], ["current_sign_in_at", "2019-02-08 14:14:39.318049"], ["sign_in_count", 11], ["updated_at", "2019-02-08 14:14:39.320846"], ["id", 1]]
1832
+  (6.6ms) commit transaction
1833
+ Redirected to http://storyteller.storyteller.com:3000/
1834
+ Completed 302 Found in 20ms (ActiveRecord: 7.4ms)
1835
+
1836
+
1837
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:14:39 -0500
1838
+ Processing by HomeController#index as HTML
1839
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1840
+ Rendered home/index.html.erb within layouts/application (1.6ms)
1841
+ Rendered shared/_header.html.erb (0.0ms)
1842
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
1843
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1844
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (13.5ms)
1845
+ Rendered shared/_footer.html.erb (14.1ms)
1846
+ Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.5ms)
1847
+
1848
+
1849
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 09:15:11 -0500
1850
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1851
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"I7I0ezV12bz1t3PgOK5iPhIO2kOizSnGFW3AKTxX33mmB1fctIm8UVv22KT+O39AGJIJ2+aHyms17VsuagsslA==", "selected_id"=>"10", "id"=>"", "back_to_previous_id"=>""}
1852
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]]
1853
+  (0.1ms) begin transaction
1854
+ SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:35:44.551811"], ["current_sign_in_at", "2019-02-08 14:15:11.575028"], ["sign_in_count", 3], ["updated_at", "2019-02-08 14:15:11.576227"], ["id", 10]]
1855
+  (3.3ms) commit transaction
1856
+ Redirected to http://storyteller.storyteller.com:3000/
1857
+ Completed 302 Found in 10ms (ActiveRecord: 3.8ms)
1858
+
1859
+
1860
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:15:11 -0500
1861
+ Processing by HomeController#index as HTML
1862
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1863
+ Rendered home/index.html.erb within layouts/application (2.3ms)
1864
+ Rendered shared/_header.html.erb (0.0ms)
1865
+ User Load (0.9ms) SELECT "users".* FROM "users" LIMIT 10
1866
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1867
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1868
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (13.6ms)
1869
+ Rendered shared/_footer.html.erb (16.5ms)
1870
+ Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 1.2ms)
1871
+
1872
+
1873
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 09:15:23 -0500
1874
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1875
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"zzEocBn9XHHjlqZYro5e9LmMm7HWl9gct0vZuq7PwMvZq8KX+dV4fA9yKd+nDVJKD8pwi5UjreiZMWBLn3KYvQ==", "selected_id"=>"9", "id"=>"", "back_to_previous_id"=>""}
1876
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]]
1877
+  (0.1ms) begin transaction
1878
+ SQL (0.2ms) UPDATE "users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2019-02-08 14:15:23.961565"], ["current_sign_in_ip", "192.168.223.1"], ["sign_in_count", 2], ["updated_at", "2019-02-08 14:15:23.962733"], ["id", 9]]
1879
+  (3.2ms) commit transaction
1880
+ Redirected to http://storyteller.storyteller.com:3000/
1881
+ Completed 302 Found in 13ms (ActiveRecord: 3.6ms)
1882
+
1883
+
1884
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:15:23 -0500
1885
+ Processing by HomeController#index as HTML
1886
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
1887
+ Rendered home/index.html.erb within layouts/application (2.6ms)
1888
+ Rendered shared/_header.html.erb (0.1ms)
1889
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1890
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
1891
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1892
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1893
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (28.0ms)
1894
+ Rendered shared/_footer.html.erb (32.8ms)
1895
+ Completed 200 OK in 70ms (Views: 68.3ms | ActiveRecord: 1.1ms)
1896
+
1897
+
1898
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 09:15:33 -0500
1899
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1900
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"zDnqATye/XK2Ljlk4gkgt2F4xilycWi8JZozzRBHKU7sG3viiaKCEzRN5cyCxnwN4dfPpBw2g9uh8Fq6sve3/g==", "selected_id"=>"9", "id"=>"", "back_to_previous_id"=>""}
1901
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]]
1902
+  (0.1ms) begin transaction
1903
+ SQL (1.0ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 14:15:23.961565"], ["current_sign_in_at", "2019-02-08 14:15:33.041290"], ["last_sign_in_ip", "192.168.223.1"], ["sign_in_count", 3], ["updated_at", "2019-02-08 14:15:33.042426"], ["id", 9]]
1904
+  (5.0ms) commit transaction
1905
+ Redirected to http://storyteller.storyteller.com:3000/
1906
+ Completed 302 Found in 15ms (ActiveRecord: 6.3ms)
1907
+
1908
+
1909
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:15:33 -0500
1910
+ Processing by HomeController#index as HTML
1911
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
1912
+ Rendered home/index.html.erb within layouts/application (3.0ms)
1913
+ Rendered shared/_header.html.erb (0.1ms)
1914
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1915
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
1916
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1917
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1918
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (13.8ms)
1919
+ Rendered shared/_footer.html.erb (15.9ms)
1920
+ Completed 200 OK in 56ms (Views: 55.1ms | ActiveRecord: 0.6ms)
1921
+
1922
+
1923
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 09:15:39 -0500
1924
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1925
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"WBeFnqjwKxtcvYqk17hwWj1StqtOvN7NYsFQcFVSCj/upsC3m5hG3ltbWbFMuRVhSJCYc4Tw+HqadwWWK/JQEQ==", "selected_id"=>"6", "id"=>"", "back_to_previous_id"=>""}
1926
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]]
1927
+  (0.1ms) begin transaction
1928
+ SQL (0.1ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:08:04.162368"], ["current_sign_in_at", "2019-02-08 14:15:39.197872"], ["last_sign_in_ip", "192.168.223.1"], ["sign_in_count", 3], ["updated_at", "2019-02-08 14:15:39.198562"], ["id", 6]]
1929
+  (4.6ms) commit transaction
1930
+ Redirected to http://storyteller.storyteller.com:3000/
1931
+ Completed 302 Found in 10ms (ActiveRecord: 5.2ms)
1932
+
1933
+
1934
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:15:39 -0500
1935
+ Processing by HomeController#index as HTML
1936
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 6]]
1937
+ Rendered home/index.html.erb within layouts/application (5.3ms)
1938
+ Rendered shared/_header.html.erb (0.0ms)
1939
+ User Load (0.6ms) SELECT "users".* FROM "users" LIMIT 10
1940
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 6]]
1941
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
1942
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1943
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1944
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (18.6ms)
1945
+ Rendered shared/_footer.html.erb (19.5ms)
1946
+ Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 1.2ms)
1947
+
1948
+
1949
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 09:15:42 -0500
1950
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1951
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NzysrrzE0hQlW6jfBJbaoqyquYm0A6bjGtWWtkiAQwrwGBXoP2oX+7hHzbs3PSEO+T00WDjlXW37bXyEbrU9TA==", "selected_id"=>"7", "id"=>"", "back_to_previous_id"=>""}
1952
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]]
1953
+  (0.0ms) begin transaction
1954
+ SQL (0.2ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:35:37.956340"], ["current_sign_in_at", "2019-02-08 14:15:42.613373"], ["sign_in_count", 6], ["updated_at", "2019-02-08 14:15:42.613993"], ["id", 7]]
1955
+  (4.0ms) commit transaction
1956
+ Redirected to http://storyteller.storyteller.com:3000/
1957
+ Completed 302 Found in 8ms (ActiveRecord: 4.3ms)
1958
+
1959
+
1960
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:15:42 -0500
1961
+ Processing by HomeController#index as HTML
1962
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1963
+ Rendered home/index.html.erb within layouts/application (1.5ms)
1964
+ Rendered shared/_header.html.erb (0.0ms)
1965
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 10
1966
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1967
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 6]]
1968
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
1969
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1970
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1971
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (17.7ms)
1972
+ Rendered shared/_footer.html.erb (22.1ms)
1973
+ Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.7ms)
1974
+
1975
+
1976
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:16:30 -0500
1977
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1978
+ Processing by HomeController#index as HTML
1979
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1980
+ Rendered home/index.html.erb within layouts/application (24.0ms)
1981
+ Rendered shared/_header.html.erb (0.2ms)
1982
+ User Load (0.4ms) SELECT "users".* FROM "users" LIMIT 10
1983
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
1984
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 6]]
1985
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
1986
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
1987
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
1988
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (28.4ms)
1989
+ Rendered shared/_footer.html.erb (29.4ms)
1990
+ Completed 200 OK in 207ms (Views: 204.0ms | ActiveRecord: 1.6ms)
1991
+
1992
+
1993
+ Started POST "/any_login/any_login/sign_in" for 192.168.223.1 at 2019-02-08 09:16:47 -0500
1994
+ Processing by AnyLogin::ApplicationController#any_login as HTML
1995
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"OzUThH6UratvV3pxUevrvRqrqdSPFyEmVhACoJdwRI2C5m6MrGwWlLarPjQPXUF0UBeiwBdldoXTZ1WXzU4AWg==", "selected_id"=>"2", "id"=>"", "back_to_previous_id"=>""}
1996
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
1997
+  (0.1ms) begin transaction
1998
+ SQL (0.4ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2019-02-08 13:38:10.296983"], ["current_sign_in_at", "2019-02-08 14:16:47.428949"], ["sign_in_count", 5], ["updated_at", "2019-02-08 14:16:47.430280"], ["id", 2]]
1999
+  (5.5ms) commit transaction
2000
+ Redirected to http://storyteller.storyteller.com:3000/
2001
+ Completed 302 Found in 15ms (ActiveRecord: 6.3ms)
2002
+
2003
+
2004
+ Started GET "/" for 192.168.223.1 at 2019-02-08 09:16:47 -0500
2005
+ Processing by HomeController#index as HTML
2006
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
2007
+ Rendered home/index.html.erb within layouts/application (1.6ms)
2008
+ Rendered shared/_header.html.erb (0.0ms)
2009
+ User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 10
2010
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 2]]
2011
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 7]]
2012
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 6]]
2013
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 9]]
2014
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 10]]
2015
+ Rendered /root/projects/any_login/app/views/any_login/_any_login.html.erb (26.4ms)
2016
+ Rendered shared/_footer.html.erb (27.4ms)
2017
+ Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 1.5ms)