Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Started DELETE "/goods/178-f" for 127.0.0.1 at 2016-10-03 12:50:36 +0300
  2. Processing by GoodsController#destroy as HTML
  3. Parameters: {"authenticity_token"=>"nc53NEze58uWZSsBo89pthfb6swkgTf75vnMuMxaJZM=", "id"=>"178-f"}
  4. User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
  5. Good Load (1.7ms) SELECT "goods".* FROM "goods" WHERE "goods"."id" = $1 LIMIT 1 [["id", "178-f"]]
  6. (1.3ms) BEGIN
  7. (1.4ms) ROLLBACK
  8. Completed 500 Internal Server Error in 15ms
  9.  
  10. NoMethodError (undefined method `to_datetime' for nil:NilClass):
  11. app/controllers/goods_controller.rb:56:in `block in destroy'
  12. app/controllers/goods_controller.rb:55:in `destroy'
  13.  
  14.  
  15. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
  16. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
  17. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  18. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (50.7ms)
  19. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
  20. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
  21. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
  22. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
  23. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.1ms)
  24. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
  25. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
  26. Rendered /Users/danst/.rvm/gems/ruby-2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (97.3ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement