Skip to content

Instantly share code, notes, and snippets.

@nfelsen
Created August 20, 2008 01:49
Show Gist options
  • Save nfelsen/6301 to your computer and use it in GitHub Desktop.
Save nfelsen/6301 to your computer and use it in GitHub Desktop.
ActionController::RoutingError in Home#index
Showing shared/_activity.html.erb where line #9 raised:
forum_section_topic_url failed to generate from {:section_id=>#<Topic id: 11, section_id: 1, person_id: 8, name: "Laboris dolore mollit sin", forum_posts_count: 11, created_at: "2008-08-05 11:25:28", updated_at: "2008-08-05 18:25:28", forum_id: 1>, :controller=>"topics", :action=>"show", :forum_id=>#<Forum id: 1, name: "Discussion forum", description: "The main forum", topics_count: 11, created_at: "2008-08-05 18:25:21", updated_at: "2008-08-05 18:25:21">}, expected: {:controller=>"topics", :action=>"show"}, diff: {:section_id=>#<Topic id: 11, section_id: 1, person_id: 8, name: "Laboris dolore mollit sin", forum_posts_count: 11, created_at: "2008-08-05 11:25:28", updated_at: "2008-08-05 18:25:28", forum_id: 1>, :forum_id=>#<Forum id: 1, name: "Discussion forum", description: "The main forum", topics_count: 11, created_at: "2008-08-05 18:25:21", updated_at: "2008-08-05 18:25:21">}
Extracted source (around line #9):
6: <%= feed_icon activity %>
7: </div>
8: <p>
9: <%= feed_message activity %>
10: <%- if current_person?(activity.person) -%>
11: <%= link_to(image_tag("icons/close.gif"),
12: activity_path(activity),
Trace of template inclusion: /home/_feed.html.erb, /home/index.html.erb
RAILS_ROOT: /home/nat/Project/neru/insoshi/insoshi
Application Trace | Framework Trace | Full Trace
vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:375:in `raise_named_route_error'
vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:339:in `generate'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:131:in `rewrite_path'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:110:in `rewrite_url'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:88:in `rewrite'
vendor/rails/actionpack/lib/action_controller/base.rb:621:in `url_for'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `send'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `url_for'
(eval):17:in `forum_section_topic_path'
app/helpers/activities_helper.rb:147:in `topic_link'
app/helpers/activities_helper.rb:34:in `feed_message'
app/views/shared/_activity.html.erb:9:in `_run_erb_47app47views47shared47_activity46html46erb'
app/views/home/_feed.html.erb:4:in `_run_erb_47app47views47home47_feed46html46erb'
app/views/home/index.html.erb:2:in `_run_erb_47app47views47home47index46html46erb'
app/helpers/application_helper.rb:100:in `column_div'
app/views/home/index.html.erb:1:in `_run_erb_47app47views47home47index46html46erb'
app/controllers/home_controller.rb:15:in `index'
vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:375:in `raise_named_route_error'
vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:339:in `generate'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:131:in `rewrite_path'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:110:in `rewrite_url'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:88:in `rewrite'
vendor/rails/actionpack/lib/action_controller/base.rb:621:in `url_for'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `send'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `url_for'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
vendor/rails/actionpack/lib/action_view/partial_template.rb:20:in `render'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/actionpack/lib/action_view/partial_template.rb:19:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
vendor/rails/actionpack/lib/action_view/partial_template.rb:28:in `render_member'
vendor/rails/actionpack/lib/action_view/partials.rb:142:in `render_partial_collection_with_known_partial_path'
vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:274:in `method_missing_without_paginate'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `method_missing'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `map'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `send'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `method_missing'
vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:274:in `method_missing_without_paginate'
vendor/plugins/will_paginate/lib/will_paginate/finder.rb:164:in `method_missing'
vendor/rails/actionpack/lib/action_view/partials.rb:141:in `render_partial_collection_with_known_partial_path'
vendor/rails/actionpack/lib/action_view/partials.rb:135:in `render_partial_collection'
vendor/rails/actionpack/lib/action_view/base.rb:271:in `render'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
vendor/rails/actionpack/lib/action_view/partial_template.rb:20:in `render'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/actionpack/lib/action_view/partial_template.rb:19:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
vendor/rails/actionpack/lib/action_view/partials.rb:110:in `render_partial'
vendor/rails/actionpack/lib/action_view/base.rb:273:in `render'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:141:in `call'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:141:in `capture_erb_with_buffer'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:44:in `capture'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:35:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file'
vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file'
vendor/rails/actionpack/lib/action_controller/base.rb:865:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/base.rb:880:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render_without_trace_View____determine_metric_path__Rendering'
vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render_without_trace_View____determine_metric_path__Rendering'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:118:in `render'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:117:in `render'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `call'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `respond'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `each'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `respond'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action_without_newrelic_trace'
vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action_without_newrelic_trace'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/action_controller.rb:39:in `perform_action'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/action_controller.rb:22:in `perform_action'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/action_controller.rb:16:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch_without_trace_Rails_HTTP_Dispatch'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:126:in `dispatch'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:125:in `dispatch'
/usr/lib/ruby/1.8/mongrel/rails.rb:76:in `process'
/usr/lib/ruby/1.8/mongrel/rails.rb:74:in `synchronize'
/usr/lib/ruby/1.8/mongrel/rails.rb:74:in `process'
/usr/lib/ruby/1.8/mongrel.rb:159:in `process_client'
/usr/lib/ruby/1.8/mongrel.rb:158:in `each'
/usr/lib/ruby/1.8/mongrel.rb:158:in `process_client'
/usr/lib/ruby/1.8/mongrel.rb:285:in `run'
/usr/lib/ruby/1.8/mongrel.rb:285:in `initialize'
/usr/lib/ruby/1.8/mongrel.rb:285:in `new'
/usr/lib/ruby/1.8/mongrel.rb:285:in `run'
/usr/lib/ruby/1.8/mongrel.rb:268:in `initialize'
/usr/lib/ruby/1.8/mongrel.rb:268:in `new'
/usr/lib/ruby/1.8/mongrel.rb:268:in `run'
/usr/lib/ruby/1.8/mongrel/configurator.rb:282:in `run'
/usr/lib/ruby/1.8/mongrel/configurator.rb:281:in `each'
/usr/lib/ruby/1.8/mongrel/configurator.rb:281:in `run'
/usr/lib/ruby/1.8/mongrel_rails:129:in `run'
/usr/lib/ruby/1.8/mongrel/command.rb:212:in `run'
/usr/lib/ruby/1.8/mongrel_rails:282
vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
vendor/rails/railties/lib/commands/servers/mongrel.rb:64
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
vendor/rails/railties/lib/commands/server.rb:39
script/server:3:in `require'
script/server:3
vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:375:in `raise_named_route_error'
vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:339:in `generate'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:131:in `rewrite_path'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:110:in `rewrite_url'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:88:in `rewrite'
vendor/rails/actionpack/lib/action_controller/base.rb:621:in `url_for'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `send'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `url_for'
(eval):17:in `forum_section_topic_path'
app/helpers/activities_helper.rb:147:in `topic_link'
app/helpers/activities_helper.rb:34:in `feed_message'
app/views/shared/_activity.html.erb:9:in `_run_erb_47app47views47shared47_activity46html46erb'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
vendor/rails/actionpack/lib/action_view/partial_template.rb:20:in `render'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/actionpack/lib/action_view/partial_template.rb:19:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
vendor/rails/actionpack/lib/action_view/partial_template.rb:28:in `render_member'
vendor/rails/actionpack/lib/action_view/partials.rb:142:in `render_partial_collection_with_known_partial_path'
vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:274:in `method_missing_without_paginate'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `method_missing'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `map'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `send'
vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:175:in `method_missing'
vendor/rails/activerecord/lib/active_record/associations/association_collection.rb:274:in `method_missing_without_paginate'
vendor/plugins/will_paginate/lib/will_paginate/finder.rb:164:in `method_missing'
vendor/rails/actionpack/lib/action_view/partials.rb:141:in `render_partial_collection_with_known_partial_path'
vendor/rails/actionpack/lib/action_view/partials.rb:135:in `render_partial_collection'
vendor/rails/actionpack/lib/action_view/base.rb:271:in `render'
app/views/home/_feed.html.erb:4:in `_run_erb_47app47views47home47_feed46html46erb'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
vendor/rails/actionpack/lib/action_view/partial_template.rb:20:in `render'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
vendor/rails/actionpack/lib/action_view/partial_template.rb:19:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
vendor/rails/actionpack/lib/action_view/partials.rb:110:in `render_partial'
vendor/rails/actionpack/lib/action_view/base.rb:273:in `render'
app/views/home/index.html.erb:2:in `_run_erb_47app47views47home47index46html46erb'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:141:in `call'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:141:in `capture_erb_with_buffer'
vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:44:in `capture'
app/helpers/application_helper.rb:100:in `column_div'
app/views/home/index.html.erb:1:in `_run_erb_47app47views47home47index46html46erb'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:35:in `render'
vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file'
vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file'
vendor/rails/actionpack/lib/action_controller/base.rb:865:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/base.rb:880:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render_without_trace_View____determine_metric_path__Rendering'
vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render_without_trace_View____determine_metric_path__Rendering'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:118:in `render'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:117:in `render'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `call'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `respond'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `each'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `respond'
vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
app/controllers/home_controller.rb:15:in `index'
vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action_without_newrelic_trace'
vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action_without_newrelic_trace'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/action_controller.rb:39:in `perform_action'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/action_controller.rb:22:in `perform_action'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/instrumentation/action_controller.rb:16:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch_without_trace_Rails_HTTP_Dispatch'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:126:in `dispatch'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:38:in `trace_method_execution'
vendor/plugins/newrelic_rpm/lib/newrelic/agent/method_tracer.rb:125:in `dispatch'
/usr/lib/ruby/1.8/mongrel/rails.rb:76:in `process'
/usr/lib/ruby/1.8/mongrel/rails.rb:74:in `synchronize'
/usr/lib/ruby/1.8/mongrel/rails.rb:74:in `process'
/usr/lib/ruby/1.8/mongrel.rb:159:in `process_client'
/usr/lib/ruby/1.8/mongrel.rb:158:in `each'
/usr/lib/ruby/1.8/mongrel.rb:158:in `process_client'
/usr/lib/ruby/1.8/mongrel.rb:285:in `run'
/usr/lib/ruby/1.8/mongrel.rb:285:in `initialize'
/usr/lib/ruby/1.8/mongrel.rb:285:in `new'
/usr/lib/ruby/1.8/mongrel.rb:285:in `run'
/usr/lib/ruby/1.8/mongrel.rb:268:in `initialize'
/usr/lib/ruby/1.8/mongrel.rb:268:in `new'
/usr/lib/ruby/1.8/mongrel.rb:268:in `run'
/usr/lib/ruby/1.8/mongrel/configurator.rb:282:in `run'
/usr/lib/ruby/1.8/mongrel/configurator.rb:281:in `each'
/usr/lib/ruby/1.8/mongrel/configurator.rb:281:in `run'
/usr/lib/ruby/1.8/mongrel_rails:129:in `run'
/usr/lib/ruby/1.8/mongrel/command.rb:212:in `run'
/usr/lib/ruby/1.8/mongrel_rails:282
vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
vendor/rails/railties/lib/commands/servers/mongrel.rb:64
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
vendor/rails/railties/lib/commands/server.rb:39
script/server:3:in `require'
script/server:3
Request
Parameters:
None
Show session dump
---
:person_id: 1
flash: !map:ActionController::Flash::FlashHash
:error: |-
Warning: your password is still the default.
<a href="/people/1-admin/edit">Change it here</a>.
:notice: |-
Warning: your email address is still at
example.com.
<a href="/people/1-admin/edit">Change it here</a>.
Response
Headers:
{"cookie"=>[],
"Content-Type"=>"text/html",
"Cache-Control"=>"no-cache"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment