Advertisement
Guest User

logs

a guest
Feb 4th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. ajhausdorf@rails-tutorial:~/workspace/AccessOBD (master) $ heroku logs
  2. 2015-02-04T11:46:31.288370+00:00 app[web.1]: Started GET "/contact" for 128.252.25.47 at 2015-02-04 11:46:31 +0000
  3. 2015-02-04T11:46:31.298642+00:00 app[web.1]: Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
  4. 2015-02-04T11:46:31.296680+00:00 app[web.1]: Rendered static_pages/contact.html.erb within layouts/application (0.4ms)
  5. 2015-02-04T11:46:31.297919+00:00 app[web.1]: Rendered layouts/_header.html.erb (0.4ms)
  6. 2015-02-04T11:46:31.294604+00:00 app[web.1]: Processing by StaticPagesController#contact as HTML
  7. 2015-02-04T11:46:31.297451+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.0ms)
  8. 2015-02-04T11:46:31.298219+00:00 app[web.1]: Rendered layouts/_footer.html.erb (0.1ms)
  9. 2015-02-04T11:46:32.110220+00:00 heroku[router]: at=info method=GET path="/" host=nameless-temple-7983.herokuapp.com request_id=6e0b6af9-a20a-497c-a818-a377067bf177 fwd="128.252.25.47" dyno=web.1 connect=1ms service=33ms status=200 bytes=2247
  10. 2015-02-04T11:46:32.099008+00:00 app[web.1]: Rendered static_pages/home.html.erb within layouts/application (9.1ms)
  11. 2015-02-04T11:46:32.101655+00:00 app[web.1]: Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms)
  12. 2015-02-04T11:46:32.100871+00:00 app[web.1]: Rendered layouts/_header.html.erb (0.3ms)
  13. 2015-02-04T11:46:32.080156+00:00 app[web.1]: Started GET "/" for 128.252.25.47 at 2015-02-04 11:46:32 +0000
  14. 2015-02-04T11:46:32.087395+00:00 app[web.1]: Processing by StaticPagesController#home as HTML
  15. 2015-02-04T11:46:32.100361+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.0ms)
  16. 2015-02-04T11:46:32.101245+00:00 app[web.1]: Rendered layouts/_footer.html.erb (0.2ms)
  17. 2015-02-04T11:46:33.230526+00:00 app[web.1]: Rendered shared/_error_messages.html.erb (0.6ms)
  18. 2015-02-04T11:46:33.029661+00:00 app[web.1]: Started GET "/signup" for 128.252.25.47 at 2015-02-04 11:46:33 +0000
  19. 2015-02-04T11:46:33.037254+00:00 app[web.1]: Processing by UsersController#new as HTML
  20. 2015-02-04T11:46:33.710649+00:00 app[web.1]: Rendered users/new.html.erb within layouts/application (484.7ms)
  21. 2015-02-04T11:46:33.715591+00:00 app[web.1]: app/views/users/new.html.erb:16:in `block in _app_views_users_new_html_erb___3578894074255548405_69951907573800'
  22. 2015-02-04T11:46:33.715573+00:00 app[web.1]:
  23. 2015-02-04T11:46:33.715593+00:00 app[web.1]: app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb___3578894074255548405_69951907573800'
  24. 2015-02-04T11:46:33.715578+00:00 app[web.1]: ActionView::Template::Error (undefined method `phone' for #<User:0x007f3de7f76508>):
  25. 2015-02-04T11:46:33.715594+00:00 app[web.1]:
  26. 2015-02-04T11:46:33.715580+00:00 app[web.1]: 13: <%= f.email_field :email, class: 'form-control' %>
  27. 2015-02-04T11:46:33.715595+00:00 app[web.1]:
  28. 2015-02-04T11:46:33.715582+00:00 app[web.1]: 14:
  29. 2015-02-04T11:46:33.767858+00:00 app[web.1]: Started GET "/signup" for 128.252.25.47 at 2015-02-04 11:46:33 +0000
  30. 2015-02-04T11:46:33.715583+00:00 app[web.1]: 15: <%= f.label :phone, "Phone Number" %>
  31. 2015-02-04T11:46:33.781273+00:00 app[web.1]: Rendered shared/_error_messages.html.erb (0.6ms)
  32. 2015-02-04T11:46:33.715585+00:00 app[web.1]: 16: <%= f.phone_field :phone, class: 'form-control' %>
  33. 2015-02-04T11:46:33.786485+00:00 app[web.1]: Completed 500 Internal Server Error in 14ms
  34. 2015-02-04T11:46:33.715586+00:00 app[web.1]: 17:
  35. 2015-02-04T11:46:33.715588+00:00 app[web.1]: 18: <%= f.label :password %>
  36. 2015-02-04T11:46:33.715589+00:00 app[web.1]: 19: <%= f.password_field :password, class: 'form-control' %>
  37. 2015-02-04T11:46:33.788385+00:00 app[web.1]: 13: <%= f.email_field :email, class: 'form-control' %>
  38. 2015-02-04T11:46:33.788387+00:00 app[web.1]: 14:
  39. 2015-02-04T11:46:33.788416+00:00 app[web.1]:
  40. 2015-02-04T11:46:33.713277+00:00 app[web.1]: Completed 500 Internal Server Error in 676ms
  41. 2015-02-04T11:46:33.788393+00:00 app[web.1]: 18: <%= f.label :password %>
  42. 2015-02-04T11:46:33.770143+00:00 app[web.1]: Processing by UsersController#new as HTML
  43. 2015-02-04T11:46:33.788412+00:00 app[web.1]: app/views/users/new.html.erb:16:in `block in _app_views_users_new_html_erb___3578894074255548405_69951910029500'
  44. 2015-02-04T11:46:33.783725+00:00 app[web.1]: Rendered users/new.html.erb within layouts/application (9.9ms)
  45. 2015-02-04T11:46:33.788414+00:00 app[web.1]: app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb___3578894074255548405_69951910029500'
  46. 2015-02-04T11:46:33.788380+00:00 app[web.1]:
  47. 2015-02-04T11:46:33.788395+00:00 app[web.1]: 19: <%= f.
  48. password_field :password, class: 'form-control' %>
  49. 2015-02-04T11:46:33.788384+00:00 app[web.1]: ActionView::Template::Error (undefined method `phone' for #<User:0x007f3de5789158>):
  50. 2015-02-04T11:46:33.788415+00:00 app[web.1]:
  51. 2015-02-04T11:46:33.788389+00:00 app[web.1]: 15: <%= f.label :phone, "Phone Number" %>
  52. 2015-02-04T11:46:33.788390+00:00 app[web.1]: 16: <%= f.phone_field :phone, class: 'form-control' %>
  53. 2015-02-04T11:46:33.788392+00:00 app[web.1]: 17:
  54. 2015-02-04T11:46:33.715508+00:00 heroku[router]: at=info method=GET path="/signup" host=nameless-temple-7983.herokuapp.com request_id=ee503793-8ff7-4301-86cc-def95089526e fwd="128.252.25.47" dyno=web.1 connect=1ms service=689ms status=500 bytes=1786
  55. 2015-02-04T11:46:33.789704+00:00 heroku[router]: at=info method=GET path="/signup" host=nameless-temple-7983.herokuapp.com request_id=ed131635-ab9d-4dda-a257-8524ee3ac964 fwd="128.252.25.47" dyno=web.1 connect=3ms service=26ms status=500 bytes=1786
  56. 2015-02-04T11:46:42.942427+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=nameless-temple-7983.herokuapp.com request_id=fb4c0713-9bf8-4596-be4c-c3107c974f12 fwd="128.252.25.47" dyno=web.1 connect=1ms service=2ms status=304 bytes=156
  57. 2015-02-04T11:47:36.891327+00:00 heroku[router]: at=info method=GET path="/" host=nameless-temple-7983.herokuapp.com request_id=b8c2ff7c-bc79-49f1-86ec-361f535cc4ef fwd="128.252.25.47" dyno=web.1 connect=1ms service=22ms status=200 bytes=2295
  58. 2015-02-04T11:47:36.873514+00:00 app[web.1]: Started GET "/" for 128.252.25.47 at 2015-02-04 11:47:36 +0000
  59. 2015-02-04T11:47:36.877330+00:00 app[web.1]: Rendered static_pages/home.html.erb within layouts/application (0.2ms)
  60. 2015-02-04T11:47:36.878198+00:00 app[web.1]: Rendered layouts/_header.html.erb (0.2ms)
  61. 2015-02-04T11:47:36.889248+00:00 app[web.1]: Completed 200 OK in 13ms (Views: 2.0ms | ActiveRecord: 0.0ms)
  62. 2015-02-04T11:47:36.875997+00:00 app[web.1]: Processing by StaticPagesController#home as HTML
  63. 2015-02-04T11:47:36.877843+00:00 app[web.1]: Rendered layouts/_shim.html.erb (0.0ms)
  64. 2015-02-04T11:47:36.878545+00:00 app[web.1]: Rendered layouts/_footer.html.erb (0.2ms)
  65. 2015-02-04T11:47:39.072434+00:00 heroku[router]: at=info method=GET path="/signup" host=nameless-temple-7983.herokuapp.com request_id=555110b5-d6db-4746-ac3f-99361d39b9e3 fwd="128.252.25.47" dyno=web.1 connect=1ms service=18ms status=500 bytes=1786
  66. 2015-02-04T11:47:39.063095+00:00 app[web.1]: Rendered shared/_error_messages.html.erb (0.1ms)
  67. 2015-02-04T11:47:39.123827+00:00 app[web.1]: Processing by UsersController#new as HTML
  68. 2015-02-04T11:47:39.134395+00:00 app[web.1]: Rendered users/new.html.erb within layouts/application (9.7ms)
  69. 2015-02-04T11:47:39.134515+00:00 app[web.1]: Completed 500 Internal Server Error in 11ms
  70. 2015-02-04T11:47:39.059370+00:00 app[web.1]: Started GET "/signup" for 128.252.25.47 at 2015-02-04 11:47:39 +0000
  71. 2015-02-04T11:47:39.144822+00:00 app[web.1]: ActionView::Template::Error (undefined method `phone' for #<User:0x007f3de5ad9768>):
  72. 2015-02-04T11:47:39.144825+00:00 app[web.1]: 14:
  73. 2015-02-04T11:47:39.144823+00:00 app[web.1]: 13: <%= f.email_field :email, class: 'form-control' %>
  74. 2015-02-04T11:47:39.144817+00:00 app[web.1]:
  75. 2015-02-04T11:47:39.144826+00:00 app[web.1]: 15: <%= f.label :phone, "Phone Number" %>
  76. 2015-02-04T11:47:39.144828+00:00 app[web.1]: 16: <%= f.phone_field :phone, class: 'form-control' %>
  77. 2015-02-04T11:47:39.144832+00:00 app[web.1]: 19: <%= f.password_field :password, class: 'form-control' %>
  78. 2015-02-04T11:47:39.144833+00:00 app[web.1]: app/views/users/new.html.erb:16:in `block in _app_views_users_new_html_erb___3578894074255548405_69951912232900'
  79. 2015-02-04T11:47:39.144829+00:00 app[web.1]: 17:
  80. 2015-02-04T11:47:39.144830+00:00 app[web.1]: 18: <%= f.label :password %>
  81. 2015-02-04T11:47:39.144835+00:00 app[web.1]: app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb___3578894074255548405_69951912232900'
  82. 2015-02-04T11:47:39.144837+00:00 app[web.1]:
  83. 2015-02-04T11:47:39.144836+00:00 app[web.1]:
  84. 2015-02-04T11:47:39.072176+00:00 app[web.1]: 13: <%= f.email_field :email, class: 'form-control' %>
  85. 2015-02-04T11:4
  86. 7:39.072177+00:00 app[web.1]: 14:
  87. 2015-02-04T11:47:39.061556+00:00 app[web.1]: Processing by UsersController#new as HTML
  88. 2015-02-04T11:47:39.072156+00:00 app[web.1]:
  89. 2015-02-04T11:47:39.072174+00:00 app[web.1]: ActionView::Template::Error (undefined method `phone' for #<User:0x007f3de5a93ab0>):
  90. 2015-02-04T11:47:39.065580+00:00 app[web.1]: Rendered users/new.html.erb within layouts/application (2.9ms)
  91. 2015-02-04T11:47:39.065694+00:00 app[web.1]: Completed 500 Internal Server Error in 4ms
  92. 2015-02-04T11:47:39.072179+00:00 app[web.1]: 15: <%= f.label :phone, "Phone Number" %>
  93. 2015-02-04T11:47:39.072180+00:00 app[web.1]: 16: <%= f.phone_field :phone, class: 'form-control' %>
  94. 2015-02-04T11:47:39.072181+00:00 app[web.1]: 17:
  95. 2015-02-04T11:47:39.072183+00:00 app[web.1]: 18: <%= f.label :password %>
  96. 2015-02-04T11:47:39.072184+00:00 app[web.1]: 19: <%= f.password_field :password, class: 'form-control' %>
  97. 2015-02-04T11:47:39.072186+00:00 app[web.1]: app/views/users/new.html.erb:16:in `block in _app_views_users_new_html_erb___3578894074255548405_69951931200740'
  98. 2015-02-04T11:47:39.072187+00:00 app[web.1]: app/views/users/new.html.erb:6:in `_app_views_users_new_html_erb___3578894074255548405_69951931200740'
  99. 2015-02-04T11:47:39.072188+00:00 app[web.1]:
  100. 2015-02-04T11:47:39.072189+00:00 app[web.1]:
  101. 2015-02-04T11:47:39.121850+00:00 app[web.1]: Started GET "/signup" for 128.252.25.47 at 2015-02-04 11:47:39 +0000
  102. 2015-02-04T11:47:39.124993+00:00 app[web.1]: Rendered shared/_error_messages.html.erb (0.0ms)
  103. 2015-02-04T11:47:39.147514+00:00 heroku[router]: at=info method=GET path="/signup" host=nameless-temple-7983.herokuapp.com request_id=2e078c48-01dd-4604-930b-33d8652b915a fwd="128.252.25.47" dyno=web.1 connect=1ms service=26ms status=500 bytes=1786
  104. 2015-02-04T11:47:39.734861+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=nameless-temple-7983.herokuapp.com request_id=b0243111-1d95-479c-925e-f8a850a78634 fwd="128.252.25.47" dyno=web.1 connect=1ms service=2ms status=304 bytes=156
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement