Skip to content

Instantly share code, notes, and snippets.

@Greenie0506
Created November 13, 2013 21:55
Show Gist options
  • Save Greenie0506/7457139 to your computer and use it in GitHub Desktop.
Save Greenie0506/7457139 to your computer and use it in GitHub Desktop.
Started GET "/participant/actions?access_token=6331a62ff1b1dba5b56f0db2ad39fd17&actionable_id=1&property_code=networka&types=like" for 127.0.0.1 at 2013-11-13 16:51:45 -0500
Processing by Participant::ActionsController#index as JSON
Parameters: {"access_token"=>"6331a62ff1b1dba5b56f0db2ad39fd17", "actionable_id"=>"1", "property_code"=>"networka", "types"=>"like"}
Property Load (0.5ms) SELECT "properties".* FROM "properties" WHERE "properties"."code_name" = 'networka' LIMIT 1
Participation Load (0.3ms) SELECT "participations".* FROM "participations" WHERE "participations"."property_id" = $1 AND "participations"."id" = $2 LIMIT 1 [["property_id", 2], ["id", 10]]
Action::Base Load (0.3ms) SELECT "actions".* FROM "actions" WHERE "actions"."participation_id" = $1 AND "actions"."type" IN ('Action::Like') AND "actions"."actionable_id" = 1 ORDER BY created_at DESC LIMIT 10 OFFSET 0 [["participation_id", 10]]
Participation Load (0.2ms) SELECT "participations".* FROM "participations" WHERE "participations"."id" IN (10)
Show Load (0.2ms) SELECT "shows".* FROM "shows" WHERE "shows"."id" IN (1)
Reaction Load (0.2ms) SELECT "reactions".* FROM "reactions" WHERE "reactions"."id" IN (1)
Rendered actions/_action.json.jbuilder (4.9ms)
Rendered actions/index.json.jbuilder (8.6ms)
Completed 500 Internal Server Error in 14ms
ActionView::MissingTemplate - Missing partial shows/show with {:locale=>[:en], :formats=>[:json], :handlers=>[:jbuilder]}. Searched in:
* "/Users/pivotal/workspace/bedrocket-api/app/views"
:
actionpack (4.0.1) lib/action_view/path_set.rb:46:in `find'
actionpack (4.0.1) lib/action_view/lookup_context.rb:115:in `find'
actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:383:in `find_template'
actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial'
actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:263:in `render'
actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionpack (4.0.1) lib/action_view/renderer/renderer.rb:21:in `render'
actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:24:in `render'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:82:in `_render_partial'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:76:in `_handle_partial_options'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:30:in `partial!'
app/views/actions/_action.json.jbuilder:18:in `block in _app_views_actions__action_json_jbuilder___506532717154918758_70309066534660'
jbuilder (1.5.2) lib/jbuilder.rb:82:in `block in set!'
jbuilder (1.5.2) lib/jbuilder.rb:322:in `_scope'
jbuilder (1.5.2) lib/jbuilder.rb:82:in `set!'
app/views/actions/_action.json.jbuilder:16:in `_app_views_actions__action_json_jbuilder___506532717154918758_70309066534660'
actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render'
actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionpack (4.0.1) lib/action_view/renderer/renderer.rb:21:in `render'
actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:24:in `render'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:82:in `_render_partial'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:73:in `block in _handle_partial_options'
jbuilder (1.5.2) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
jbuilder (1.5.2) lib/jbuilder.rb:322:in `_scope'
jbuilder (1.5.2) lib/jbuilder.rb:315:in `block in _map_collection'
activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `map'
jbuilder (1.5.2) lib/jbuilder.rb:314:in `_map_collection'
jbuilder (1.5.2) lib/jbuilder.rb:228:in `array!'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:39:in `array!'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:71:in `_handle_partial_options'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:30:in `partial!'
jbuilder (1.5.2) lib/jbuilder/jbuilder_template.rb:37:in `array!'
app/views/actions/index.json.jbuilder:1:in `_app_views_actions_index_json_jbuilder__4502099568854897305_70309053314180'
actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render'
activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument'
actionpack (4.0.1) lib/action_view/template.rb:141:in `render'
actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render'
actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template'
actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template'
actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body'
actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render'
actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/pivotal/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
lib/intruments/railties/controller_runtime.rb:14:in `cleanup_view_runtime'
actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
app/controllers/participant/actions_controller.rb:26:in `index'
actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (4.0.1) lib/active_support/callbacks.rb:403:in `_run__3861797527709783118__process_action__callbacks'
activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process'
actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process'
actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch'
actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action'
actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call'
rack (1.5.2) lib/rack/etag.rb:23:in `call'
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
rack (1.5.2) lib/rack/head.rb:11:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call'
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call'
activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
activerecord (4.0.1) lib/active_record/migration.rb:369:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__3314359221637627693__call__callbacks'
activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
better_errors (1.0.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
better_errors (1.0.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
better_errors (1.0.1) lib/better_errors/middleware.rb:56:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.0.1) lib/rails/engine.rb:511:in `call'
railties (4.0.1) lib/rails/application.rb:97:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
/Users/pivotal/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/pivotal/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/pivotal/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment