Last active
August 29, 2015 14:01
-
-
Save shivanibhanwal/98a67747dcc969d6613d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Forem::Forum Load (0.3ms) SELECT `forem_forums`.* FROM `forem_forums` WHERE `forem_forums`.`id` = 1 ORDER BY name ASC LIMIT 1 | |
Rendered /Users/shivanidaxini/.rvm/gems/ruby-1.9.3-p545@project/bundler/gems/forem-4726ad67a36d/app/views/forem/topics/_head.html.erb (2.8ms) | |
SQL (0.5ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`state` = 'donotknow' | |
SQL (0.4ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`is_owner` donotknow`memberships`.`state` = 'donotknow' | |
SQL (0.4ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`state` = 'donotknow' | |
SQL (0.3ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`state` = 'donotknow' | |
SQL (0.3ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`state` = 'donotknow' | |
SQL (0.3ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`state` = 'donotknow' | |
SQL (0.3ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`state` = 'donotknow' | |
SQL (0.3ms) SELECT `memberships`.`organisation_id` FROM `memberships` WHERE `memberships`.`person_id` = 000 AND `memberships`.`state` = 'donotknow' | |
Rendered forem/topics/show.html.haml within layouts/forem/default (2229.1ms) | |
Completed 500 Internal Server Error in 2422.0ms | |
ActionController::RoutingError (No route matches {:action=>"new", :controller=>"forem/posts", :locale=>:en, :forum_id=>#<Forem::Topic id: 6, forum_id: 1, user_id: 143, subject: "Testing 1", created_at: "2014-05-16 15:30:59", updated_at: "2014-05-16 16:38:30", locked: false, pinned: false, hidden: false, last_post_at: "2014-05-16 15:30:59", state: "approved", views_count: 3, slug: "testing-1">}): | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:540:in `raise_routing_error' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:536:in `rescue in generate' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:528:in `generate' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:569:in `generate' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:594:in `url_for' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:342:in `url_for' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:216:in `new_forum_topic_post_path' | |
actionpack (3.2.18) lib/action_dispatch/routing/routes_proxy.rb:29:in `new_forum_topic_post_path' | |
app/views/forem/topics/show.html.haml:7:in `_app_views_forem_topics_show_html_haml__1107101149722783885_70282912880600' | |
actionpack (3.2.18) lib/action_view/template.rb:145:in `block in render' | |
activesupport (3.2.18) lib/active_support/notifications.rb:125:in `instrument' | |
actionpack (3.2.18) lib/action_view/template.rb:143:in `render' | |
actionpack (3.2.18) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' | |
actionpack (3.2.18) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' | |
activesupport (3.2.18) lib/active_support/notifications.rb:123:in `block in instrument' | |
activesupport (3.2.18) lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
activesupport (3.2.18) lib/active_support/notifications.rb:123:in `instrument' | |
actionpack (3.2.18) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' | |
actionpack (3.2.18) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' | |
actionpack (3.2.18) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' | |
actionpack (3.2.18) lib/action_view/renderer/template_renderer.rb:45:in `render_template' | |
actionpack (3.2.18) lib/action_view/renderer/template_renderer.rb:18:in `render' | |
newrelic_rpm (3.8.0.218) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:160:in `block in render_with_newrelic' | |
newrelic_rpm (3.8.0.218) lib/new_relic/agent/method_tracer.rb:281:in `trace_execution_scoped' | |
newrelic_rpm (3.8.0.218) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:159:in `render_with_newrelic' | |
actionpack (3.2.18) lib/action_view/renderer/renderer.rb:36:in `render_template' | |
actionpack (3.2.18) lib/action_view/renderer/renderer.rb:17:in `render' | |
actionpack (3.2.18) lib/abstract_controller/rendering.rb:110:in `_render_template' | |
actionpack (3.2.18) lib/action_controller/metal/streaming.rb:225:in `_render_template' | |
actionpack (3.2.18) lib/abstract_controller/rendering.rb:103:in `render_to_body' | |
actionpack (3.2.18) lib/action_controller/metal/renderers.rb:28:in `render_to_body' | |
actionpack (3.2.18) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' | |
actionpack (3.2.18) lib/abstract_controller/rendering.rb:88:in `render' | |
actionpack (3.2.18) lib/action_controller/metal/rendering.rb:16:in `render' | |
actionpack (3.2.18) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' | |
activesupport (3.2.18) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' | |
/Users/shivanidaxini/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' | |
activesupport (3.2.18) lib/active_support/core_ext/benchmark.rb:5:in `ms' | |
actionpack (3.2.18) lib/action_controller/metal/instrumentation.rb:40:in `block in render' | |
actionpack (3.2.18) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' | |
activerecord (3.2.18) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' | |
actionpack (3.2.18) lib/action_controller/metal/instrumentation.rb:39:in `render' | |
actionpack (3.2.18) lib/action_controller/metal/implicit_render.rb:10:in `default_render' | |
actionpack (3.2.18) lib/action_controller/metal/implicit_render.rb:5:in `send_action' | |
actionpack (3.2.18) lib/abstract_controller/base.rb:167:in `process_action' | |
actionpack (3.2.18) lib/action_controller/metal/rendering.rb:10:in `process_action' | |
actionpack (3.2.18) lib/abstract_controller/callbacks.rb:18:in `block in process_action' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:469:in `_run__2163592877157958799__process_action__1198137983302997166__callbacks' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:405:in `__run_callback' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:81:in `run_callbacks' | |
actionpack (3.2.18) lib/abstract_controller/callbacks.rb:17:in `process_action' | |
actionpack (3.2.18) lib/action_controller/metal/rescue.rb:29:in `process_action' | |
actionpack (3.2.18) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' | |
activesupport (3.2.18) lib/active_support/notifications.rb:123:in `block in instrument' | |
activesupport (3.2.18) lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
activesupport (3.2.18) lib/active_support/notifications.rb:123:in `instrument' | |
actionpack (3.2.18) lib/action_controller/metal/instrumentation.rb:29:in `process_action' | |
actionpack (3.2.18) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' | |
activerecord (3.2.18) lib/active_record/railties/controller_runtime.rb:18:in `process_action' | |
newrelic_rpm (3.8.0.218) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:38:in `block in process_action' | |
newrelic_rpm (3.8.0.218) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:336:in `perform_action_with_newrelic_trace' | |
newrelic_rpm (3.8.0.218) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:37:in `process_action' | |
actionpack (3.2.18) lib/abstract_controller/base.rb:121:in `process' | |
actionpack (3.2.18) lib/abstract_controller/rendering.rb:45:in `process' | |
actionpack (3.2.18) lib/action_controller/metal.rb:203:in `dispatch' | |
actionpack (3.2.18) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
actionpack (3.2.18) lib/action_controller/metal.rb:246:in `block in action' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:73:in `call' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:36:in `call' | |
journey (1.0.4) lib/journey/router.rb:68:in `block in call' | |
journey (1.0.4) lib/journey/router.rb:56:in `each' | |
journey (1.0.4) lib/journey/router.rb:56:in `call' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:608:in `call' | |
railties (3.2.18) lib/rails/engine.rb:484:in `call' | |
railties (3.2.18) lib/rails/railtie/configurable.rb:30:in `method_missing' | |
journey (1.0.4) lib/journey/router.rb:68:in `block in call' | |
journey (1.0.4) lib/journey/router.rb:56:in `each' | |
journey (1.0.4) lib/journey/router.rb:56:in `call' | |
actionpack (3.2.18) lib/action_dispatch/routing/route_set.rb:608:in `call' | |
newrelic_rpm (3.8.0.218) lib/new_relic/rack/error_collector.rb:55:in `call' | |
newrelic_rpm (3.8.0.218) lib/new_relic/rack/agent_hooks.rb:32:in `call' | |
newrelic_rpm (3.8.0.218) lib/new_relic/rack/browser_monitoring.rb:27:in `call' | |
newrelic_rpm (3.8.0.218) lib/new_relic/rack/developer_mode.rb:45:in `call' | |
warden (1.2.3) lib/warden/manager.rb:35:in `block in call' | |
warden (1.2.3) lib/warden/manager.rb:34:in `catch' | |
warden (1.2.3) lib/warden/manager.rb:34:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' | |
rack (1.4.5) lib/rack/etag.rb:23:in `call' | |
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/head.rb:14:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/params_parser.rb:21:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/flash.rb:242:in `call' | |
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' | |
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/cookies.rb:341:in `call' | |
activerecord (3.2.18) lib/active_record/query_cache.rb:64:in `call' | |
activerecord (3.2.18) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:405:in `_run__3533554385257198562__call__1689629616749525457__callbacks' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:405:in `__run_callback' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' | |
activesupport (3.2.18) lib/active_support/callbacks.rb:81:in `run_callbacks' | |
actionpack (3.2.18) lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/reloader.rb:65:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' | |
airbrake (3.1.16) lib/airbrake/rails/middleware.rb:13:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' | |
railties (3.2.18) lib/rails/rack/logger.rb:32:in `call_app' | |
railties (3.2.18) lib/rails/rack/logger.rb:16:in `block in call' | |
activesupport (3.2.18) lib/active_support/tagged_logging.rb:22:in `tagged' | |
railties (3.2.18) lib/rails/rack/logger.rb:16:in `call' | |
quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' | |
actionpack (3.2.18) lib/action_dispatch/middleware/request_id.rb:22:in `call' | |
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' | |
rack (1.4.5) lib/rack/runtime.rb:17:in `call' | |
activesupport (3.2.18) lib/active_support/cache/strategy/local_cache.rb:72:in `call' | |
rack (1.4.5) lib/rack/lock.rb:15:in `call' | |
rack-livereload (0.3.15) lib/rack/livereload.rb:23:in `_call' | |
rack-livereload (0.3.15) lib/rack/livereload.rb:14:in `call' | |
actionpack (3.2.18) lib/action_dispatch/middleware/static.rb:63:in `call' | |
airbrake (3.1.16) lib/airbrake/user_informer.rb:16:in `_call' | |
airbrake (3.1.16) lib/airbrake/user_informer.rb:12:in `call' | |
railties (3.2.18) lib/rails/engine.rb:484:in `call' | |
railties (3.2.18) lib/rails/application.rb:231:in `call' | |
rack (1.4.5) lib/rack/content_length.rb:14:in `call' | |
railties (3.2.18) lib/rails/rack/log_tailer.rb:17:in `call' | |
thin (1.6.2) lib/thin/connection.rb:86:in `block in pre_process' | |
thin (1.6.2) lib/thin/connection.rb:84:in `catch' | |
thin (1.6.2) lib/thin/connection.rb:84:in `pre_process' | |
thin (1.6.2) lib/thin/connection.rb:53:in `process' | |
thin (1.6.2) lib/thin/connection.rb:39:in `receive_data' | |
eventmachine (1.0.3) lib/eventmachine.rb:187:in `run_machine' | |
eventmachine (1.0.3) lib/eventmachine.rb:187:in `run' | |
thin (1.6.2) lib/thin/backends/base.rb:73:in `start' | |
thin (1.6.2) lib/thin/server.rb:162:in `start' | |
rack (1.4.5) lib/rack/handler/thin.rb:13:in `run' | |
rack (1.4.5) lib/rack/server.rb:268:in `start' | |
railties (3.2.18) lib/rails/commands/server.rb:70:in `start' | |
railties (3.2.18) lib/rails/commands.rb:55:in `block in <top (required)>' | |
railties (3.2.18) lib/rails/commands.rb:50:in `tap' | |
railties (3.2.18) lib/rails/commands.rb:50:in `<top (required)>' | |
script/rails:6:in `require' | |
script/rails:6:in `<main>' | |
Rendered /Users/shivanidaxini/.rvm/gems/ruby-1.9.3-p545@project/gems/actionpack-3.2.18/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment