nfelsen (owner)

Revisions

gist: 6301 Download_button fork
public
Public Clone URL: git://gist.github.com/6301.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
 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"}