Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created October 29, 2013 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleytonmessias/7214027 to your computer and use it in GitHub Desktop.
Save cleytonmessias/7214027 to your computer and use it in GitHub Desktop.
Log Server
Started GET "/publisher/products/1/questions" for 127.0.0.1 at 2013-10-29 10:47:03 -0200
Processing by Publisher::QuestionsController#index as JS
Parameters: {"product_id"=>"1"}
Completed 404 Not Found in 0ms
ActiveRecord::RecordNotFound (Couldn't find Store without an ID):
app/services/product_identifier/find.rb:5:in `call'
app/services/product_identifier/fetch.rb:5:in `call'
app/controllers/publisher/questions_controller.rb:6:in `index'
Rendered /Users/cleytonmessias/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
Rendered /Users/cleytonmessias/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
Rendered /Users/cleytonmessias/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
Rendered /Users/cleytonmessias/.rvm/gems/ruby-2.0.0-p247@trustvox/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.4ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment