err_merchant 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +32 -0
- data/Rakefile +28 -0
- data/lib/err_merchant/engine.rb +10 -0
- data/lib/err_merchant/show_exceptions_patch.rb +18 -0
- data/lib/err_merchant/version.rb +3 -0
- data/lib/err_merchant.rb +1 -0
- data/spec/err_merchant_spec.rb +45 -0
- data/spec/internal/app/controllers/application_controller.rb +3 -0
- data/spec/internal/app/controllers/failures_controller.rb +16 -0
- data/spec/internal/app/views/failures/usual_action.html.erb +1 -0
- data/spec/internal/app/views/layouts/application.html.erb +7 -0
- data/spec/internal/config/database.yml +3 -0
- data/spec/internal/config/routes.rb +3 -0
- data/spec/internal/db/combustion_test.sqlite +0 -0
- data/spec/internal/db/schema.rb +3 -0
- data/spec/internal/log/test.log +2042 -0
- data/spec/internal/public/favicon.ico +0 -0
- data/spec/spec_helper.rb +17 -0
- metadata +137 -0
@@ -0,0 +1,2042 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/" for 127.0.0.1 at 2012-01-11 16:43:16 +0100
|
4
|
+
|
5
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
6
|
+
|
7
|
+
|
8
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.1ms)
|
9
|
+
|
10
|
+
|
11
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:43:52 +0100
|
12
|
+
Processing by FailuresController#index as HTML
|
13
|
+
Completed 500 Internal Server Error in 1ms
|
14
|
+
|
15
|
+
RuntimeError ():
|
16
|
+
app/controllers/failures_controller.rb:3:in `index'
|
17
|
+
|
18
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
19
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
20
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms)
|
21
|
+
|
22
|
+
|
23
|
+
Started GET "/" for 127.0.0.1 at 2012-01-11 16:44:44 +0100
|
24
|
+
|
25
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
26
|
+
|
27
|
+
|
28
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.1ms)
|
29
|
+
|
30
|
+
|
31
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:44:53 +0100
|
32
|
+
Processing by FailuresController#index as HTML
|
33
|
+
Completed 500 Internal Server Error in 1ms
|
34
|
+
|
35
|
+
RuntimeError ():
|
36
|
+
app/controllers/failures_controller.rb:3:in `index'
|
37
|
+
|
38
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
39
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
40
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms)
|
41
|
+
|
42
|
+
|
43
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:48:20 +0100
|
44
|
+
Processing by FailuresController#index as HTML
|
45
|
+
Completed 500 Internal Server Error in 1ms
|
46
|
+
|
47
|
+
RuntimeError ():
|
48
|
+
app/controllers/failures_controller.rb:3:in `index'
|
49
|
+
|
50
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
51
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
52
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)
|
53
|
+
|
54
|
+
|
55
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:50:00 +0100
|
56
|
+
Processing by FailuresController#index as HTML
|
57
|
+
Completed 500 Internal Server Error in 1ms
|
58
|
+
|
59
|
+
RuntimeError ():
|
60
|
+
app/controllers/failures_controller.rb:3:in `index'
|
61
|
+
|
62
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
63
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
64
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
|
65
|
+
|
66
|
+
|
67
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:50:21 +0100
|
68
|
+
Processing by FailuresController#index as HTML
|
69
|
+
Completed 500 Internal Server Error in 1ms
|
70
|
+
|
71
|
+
RuntimeError ():
|
72
|
+
app/controllers/failures_controller.rb:3:in `index'
|
73
|
+
|
74
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
75
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
76
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)
|
77
|
+
|
78
|
+
|
79
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:54:06 +0100
|
80
|
+
Processing by FailuresController#index as HTML
|
81
|
+
Completed 500 Internal Server Error in 0ms
|
82
|
+
|
83
|
+
RuntimeError ():
|
84
|
+
app/controllers/failures_controller.rb:3:in `index'
|
85
|
+
|
86
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
87
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
88
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
|
89
|
+
|
90
|
+
|
91
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:55:18 +0100
|
92
|
+
Processing by FailuresController#index as HTML
|
93
|
+
Completed 500 Internal Server Error in 1ms
|
94
|
+
|
95
|
+
RuntimeError ():
|
96
|
+
app/controllers/failures_controller.rb:3:in `index'
|
97
|
+
|
98
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
99
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
100
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)
|
101
|
+
|
102
|
+
|
103
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:56:14 +0100
|
104
|
+
Processing by FailuresController#index as HTML
|
105
|
+
Completed 500 Internal Server Error in 1ms
|
106
|
+
|
107
|
+
RuntimeError ():
|
108
|
+
app/controllers/failures_controller.rb:3:in `index'
|
109
|
+
|
110
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
|
111
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
112
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms)
|
113
|
+
|
114
|
+
|
115
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:56:33 +0100
|
116
|
+
Processing by FailuresController#index as HTML
|
117
|
+
Completed 500 Internal Server Error in 1ms
|
118
|
+
|
119
|
+
RuntimeError ():
|
120
|
+
app/controllers/failures_controller.rb:3:in `index'
|
121
|
+
|
122
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
123
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
124
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
|
125
|
+
|
126
|
+
|
127
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:56:44 +0100
|
128
|
+
Processing by FailuresController#index as HTML
|
129
|
+
Completed 500 Internal Server Error in 0ms
|
130
|
+
|
131
|
+
RuntimeError ():
|
132
|
+
app/controllers/failures_controller.rb:3:in `index'
|
133
|
+
|
134
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
135
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
136
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.5ms)
|
137
|
+
|
138
|
+
|
139
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:56:58 +0100
|
140
|
+
Processing by FailuresController#index as HTML
|
141
|
+
Completed 500 Internal Server Error in 1ms
|
142
|
+
|
143
|
+
RuntimeError ():
|
144
|
+
app/controllers/failures_controller.rb:3:in `index'
|
145
|
+
|
146
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
147
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
148
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms)
|
149
|
+
|
150
|
+
|
151
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 16:57:03 +0100
|
152
|
+
Processing by FailuresController#index as HTML
|
153
|
+
Completed 500 Internal Server Error in 0ms
|
154
|
+
|
155
|
+
RuntimeError ():
|
156
|
+
app/controllers/failures_controller.rb:3:in `index'
|
157
|
+
|
158
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
159
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
160
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms)
|
161
|
+
|
162
|
+
|
163
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:03:28 +0100
|
164
|
+
Processing by FailuresController#index as HTML
|
165
|
+
Completed 500 Internal Server Error in 0ms
|
166
|
+
|
167
|
+
RuntimeError ():
|
168
|
+
app/controllers/failures_controller.rb:3:in `index'
|
169
|
+
|
170
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
171
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
172
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms)
|
173
|
+
|
174
|
+
|
175
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:09:36 +0100
|
176
|
+
Processing by FailuresController#index as HTML
|
177
|
+
Completed 500 Internal Server Error in 1ms
|
178
|
+
Processing by ErrorsController#internal_server_error as HTML
|
179
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (3.1ms)
|
180
|
+
Completed 500 Internal Server Error in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
|
181
|
+
|
182
|
+
RuntimeError ():
|
183
|
+
app/controllers/failures_controller.rb:3:in `index'
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:09:56 +0100
|
188
|
+
Processing by FailuresController#index as HTML
|
189
|
+
Completed 500 Internal Server Error in 1ms
|
190
|
+
Processing by ErrorsController#internal_server_error as HTML
|
191
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.6ms)
|
192
|
+
Completed 500 Internal Server Error in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)
|
193
|
+
|
194
|
+
RuntimeError ():
|
195
|
+
app/controllers/failures_controller.rb:3:in `index'
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:11:03 +0100
|
200
|
+
Processing by FailuresController#index as HTML
|
201
|
+
Completed 500 Internal Server Error in 1ms
|
202
|
+
|
203
|
+
RuntimeError ():
|
204
|
+
app/controllers/failures_controller.rb:3:in `index'
|
205
|
+
|
206
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
|
207
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
208
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms)
|
209
|
+
|
210
|
+
|
211
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:13:13 +0100
|
212
|
+
Processing by FailuresController#index as HTML
|
213
|
+
Completed 500 Internal Server Error in 1ms
|
214
|
+
|
215
|
+
RuntimeError ():
|
216
|
+
app/controllers/failures_controller.rb:3:in `index'
|
217
|
+
|
218
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
219
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
220
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)
|
221
|
+
|
222
|
+
|
223
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:13:17 +0100
|
224
|
+
Processing by FailuresController#index as HTML
|
225
|
+
Completed 500 Internal Server Error in 0ms
|
226
|
+
|
227
|
+
RuntimeError ():
|
228
|
+
app/controllers/failures_controller.rb:3:in `index'
|
229
|
+
|
230
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
231
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
232
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.1ms)
|
233
|
+
|
234
|
+
|
235
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:14:58 +0100
|
236
|
+
Processing by FailuresController#index as HTML
|
237
|
+
Completed 500 Internal Server Error in 1ms
|
238
|
+
|
239
|
+
RuntimeError ():
|
240
|
+
app/controllers/failures_controller.rb:3:in `index'
|
241
|
+
|
242
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
243
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
244
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)
|
245
|
+
|
246
|
+
|
247
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:15:13 +0100
|
248
|
+
Processing by FailuresController#index as HTML
|
249
|
+
Completed 500 Internal Server Error in 1ms
|
250
|
+
|
251
|
+
RuntimeError ():
|
252
|
+
app/controllers/failures_controller.rb:3:in `index'
|
253
|
+
|
254
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
255
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
256
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms)
|
257
|
+
|
258
|
+
|
259
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:15:15 +0100
|
260
|
+
Processing by FailuresController#index as HTML
|
261
|
+
Completed 500 Internal Server Error in 0ms
|
262
|
+
|
263
|
+
RuntimeError ():
|
264
|
+
app/controllers/failures_controller.rb:3:in `index'
|
265
|
+
|
266
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
267
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
268
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms)
|
269
|
+
|
270
|
+
|
271
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:16:19 +0100
|
272
|
+
Processing by FailuresController#index as HTML
|
273
|
+
Completed 500 Internal Server Error in 1ms
|
274
|
+
Processing by ErrorsController#internal_server_error as HTML
|
275
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (4.4ms)
|
276
|
+
Completed 500 Internal Server Error in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms)
|
277
|
+
|
278
|
+
RuntimeError ():
|
279
|
+
app/controllers/failures_controller.rb:3:in `index'
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:17:58 +0100
|
284
|
+
Processing by FailuresController#index as HTML
|
285
|
+
Completed 500 Internal Server Error in 1ms
|
286
|
+
Processing by ErrorsController#internal_server_error as HTML
|
287
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.8ms)
|
288
|
+
Completed 500 Internal Server Error in 16ms (Views: 15.2ms | ActiveRecord: 0.0ms)
|
289
|
+
|
290
|
+
RuntimeError ():
|
291
|
+
app/controllers/failures_controller.rb:3:in `index'
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:18:00 +0100
|
296
|
+
Processing by FailuresController#index as HTML
|
297
|
+
Completed 500 Internal Server Error in 0ms
|
298
|
+
Processing by ErrorsController#internal_server_error as HTML
|
299
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
300
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
301
|
+
|
302
|
+
RuntimeError ():
|
303
|
+
app/controllers/failures_controller.rb:3:in `index'
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:18:25 +0100
|
308
|
+
Processing by FailuresController#index as HTML
|
309
|
+
Completed 500 Internal Server Error in 1ms
|
310
|
+
Processing by ErrorsController#internal_server_error as HTML
|
311
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.8ms)
|
312
|
+
Completed 500 Internal Server Error in 55ms (Views: 54.2ms | ActiveRecord: 0.0ms)
|
313
|
+
|
314
|
+
RuntimeError ():
|
315
|
+
app/controllers/failures_controller.rb:3:in `index'
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:20:40 +0100
|
320
|
+
Processing by FailuresController#index as HTML
|
321
|
+
Completed 500 Internal Server Error in 1ms
|
322
|
+
Processing by ErrorsController#internal_server_error as HTML
|
323
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.5ms)
|
324
|
+
Completed 500 Internal Server Error in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms)
|
325
|
+
|
326
|
+
RuntimeError ():
|
327
|
+
app/controllers/failures_controller.rb:3:in `index'
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
Started GET "/failures/show" for 127.0.0.1 at 2012-01-11 17:20:43 +0100
|
332
|
+
Processing by ErrorsController#not_found as HTML
|
333
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.4ms)
|
334
|
+
Completed 404 Not Found in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
335
|
+
|
336
|
+
ActionController::RoutingError (No route matches [GET] "/failures/show"):
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:24:43 +0100
|
342
|
+
Processing by FailuresController#index as HTML
|
343
|
+
Completed 500 Internal Server Error in 1ms
|
344
|
+
Processing by ErrorsController#internal_server_error as HTML
|
345
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.8ms)
|
346
|
+
Completed 500 Internal Server Error in 55ms (Views: 54.8ms | ActiveRecord: 0.0ms)
|
347
|
+
|
348
|
+
RuntimeError ():
|
349
|
+
app/controllers/failures_controller.rb:3:in `index'
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:25:54 +0100
|
354
|
+
Processing by FailuresController#index as HTML
|
355
|
+
Completed 500 Internal Server Error in 2ms
|
356
|
+
Processing by ErrorsController#internal_server_error as HTML
|
357
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (4.0ms)
|
358
|
+
Completed 500 Internal Server Error in 88ms (Views: 87.5ms | ActiveRecord: 0.0ms)
|
359
|
+
|
360
|
+
RuntimeError ():
|
361
|
+
app/controllers/failures_controller.rb:3:in `index'
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
Started GET "/failures/show/2" for 127.0.0.1 at 2012-01-11 17:25:54 +0100
|
366
|
+
Processing by ErrorsController#not_found as HTML
|
367
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.5ms)
|
368
|
+
Completed 404 Not Found in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
369
|
+
|
370
|
+
ActionController::RoutingError (No route matches [GET] "/failures/show/2"):
|
371
|
+
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
Started GET "/failures.js" for 127.0.0.1 at 2012-01-11 17:27:32 +0100
|
376
|
+
Processing by FailuresController#index as JS
|
377
|
+
Completed 500 Internal Server Error in 30ms
|
378
|
+
Processing by ErrorsController#internal_server_error as JS
|
379
|
+
Completed 500 Internal Server Error in 2ms
|
380
|
+
|
381
|
+
RuntimeError ():
|
382
|
+
app/controllers/failures_controller.rb:3:in `index'
|
383
|
+
|
384
|
+
|
385
|
+
|
386
|
+
Started GET "/failures.js" for 127.0.0.1 at 2012-01-11 17:27:46 +0100
|
387
|
+
Processing by FailuresController#index as JS
|
388
|
+
Completed 500 Internal Server Error in 0ms
|
389
|
+
Processing by ErrorsController#internal_server_error as JS
|
390
|
+
Completed 500 Internal Server Error in 0ms
|
391
|
+
|
392
|
+
RuntimeError ():
|
393
|
+
app/controllers/failures_controller.rb:3:in `index'
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
Started GET "/failures.js" for 127.0.0.1 at 2012-01-11 17:28:08 +0100
|
398
|
+
Processing by FailuresController#index as JS
|
399
|
+
Completed 500 Internal Server Error in 1ms
|
400
|
+
Processing by ErrorsController#internal_server_error as JS
|
401
|
+
Completed 500 Internal Server Error in 0ms
|
402
|
+
|
403
|
+
RuntimeError ():
|
404
|
+
app/controllers/failures_controller.rb:5:in `index'
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
Started GET "/failures/5.js" for 127.0.0.1 at 2012-01-11 17:28:15 +0100
|
409
|
+
Processing by ErrorsController#not_found as HTML
|
410
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (2.6ms)
|
411
|
+
Completed 404 Not Found in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
412
|
+
|
413
|
+
ActionController::RoutingError (No route matches [GET] "/failures/5.js"):
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
Started GET "/failures/5.js" for 127.0.0.1 at 2012-01-11 17:28:17 +0100
|
419
|
+
Processing by ErrorsController#not_found as HTML
|
420
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
421
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
422
|
+
|
423
|
+
ActionController::RoutingError (No route matches [GET] "/failures/5.js"):
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
Started GET "/failures/5.json" for 127.0.0.1 at 2012-01-11 17:28:22 +0100
|
429
|
+
Processing by ErrorsController#not_found as HTML
|
430
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
431
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
432
|
+
|
433
|
+
ActionController::RoutingError (No route matches [GET] "/failures/5.json"):
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
|
438
|
+
Started GET "/index.json" for 127.0.0.1 at 2012-01-11 17:28:33 +0100
|
439
|
+
Processing by ErrorsController#not_found as HTML
|
440
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
441
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
442
|
+
|
443
|
+
ActionController::RoutingError (No route matches [GET] "/index.json"):
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
Started GET "/index.xml" for 127.0.0.1 at 2012-01-11 17:28:40 +0100
|
449
|
+
Processing by ErrorsController#not_found as HTML
|
450
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
451
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
452
|
+
|
453
|
+
ActionController::RoutingError (No route matches [GET] "/index.xml"):
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
|
458
|
+
Started GET "/index.json" for 127.0.0.1 at 2012-01-11 17:28:54 +0100
|
459
|
+
Processing by ErrorsController#not_found as HTML
|
460
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
461
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
462
|
+
|
463
|
+
ActionController::RoutingError (No route matches [GET] "/index.json"):
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
|
468
|
+
Started GET "/index.json" for 127.0.0.1 at 2012-01-11 17:29:07 +0100
|
469
|
+
Processing by ErrorsController#not_found as HTML
|
470
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (2.7ms)
|
471
|
+
Completed 404 Not Found in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms)
|
472
|
+
|
473
|
+
ActionController::RoutingError (No route matches [GET] "/index.json"):
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
Started GET "/index" for 127.0.0.1 at 2012-01-11 17:29:17 +0100
|
479
|
+
Processing by ErrorsController#not_found as HTML
|
480
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
481
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
482
|
+
|
483
|
+
ActionController::RoutingError (No route matches [GET] "/index"):
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
Started GET "/index" for 127.0.0.1 at 2012-01-11 17:29:19 +0100
|
489
|
+
Processing by ErrorsController#not_found as HTML
|
490
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
491
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
492
|
+
|
493
|
+
ActionController::RoutingError (No route matches [GET] "/index"):
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
Started GET "/faulres" for 127.0.0.1 at 2012-01-11 17:29:24 +0100
|
499
|
+
Processing by ErrorsController#not_found as HTML
|
500
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
501
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
502
|
+
|
503
|
+
ActionController::RoutingError (No route matches [GET] "/faulres"):
|
504
|
+
|
505
|
+
|
506
|
+
|
507
|
+
|
508
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:29:28 +0100
|
509
|
+
Processing by FailuresController#index as HTML
|
510
|
+
Completed 500 Internal Server Error in 1ms
|
511
|
+
Processing by ErrorsController#internal_server_error as HTML
|
512
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.5ms)
|
513
|
+
Completed 500 Internal Server Error in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
514
|
+
|
515
|
+
RuntimeError ():
|
516
|
+
app/controllers/failures_controller.rb:5:in `index'
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
Started GET "/failures.json" for 127.0.0.1 at 2012-01-11 17:29:31 +0100
|
521
|
+
Processing by FailuresController#index as JSON
|
522
|
+
Completed 500 Internal Server Error in 0ms
|
523
|
+
Processing by ErrorsController#internal_server_error as JSON
|
524
|
+
Completed 500 Internal Server Error in 0ms
|
525
|
+
|
526
|
+
RuntimeError ():
|
527
|
+
app/controllers/failures_controller.rb:5:in `index'
|
528
|
+
|
529
|
+
|
530
|
+
|
531
|
+
Started GET "/failures.js" for 127.0.0.1 at 2012-01-11 17:29:36 +0100
|
532
|
+
Processing by FailuresController#index as JS
|
533
|
+
Completed 500 Internal Server Error in 0ms
|
534
|
+
Processing by ErrorsController#internal_server_error as JS
|
535
|
+
Completed 500 Internal Server Error in 0ms
|
536
|
+
|
537
|
+
RuntimeError ():
|
538
|
+
app/controllers/failures_controller.rb:5:in `index'
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
Started GET "/failures/4.js" for 127.0.0.1 at 2012-01-11 17:29:43 +0100
|
543
|
+
Processing by ErrorsController#not_found as HTML
|
544
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
545
|
+
Completed 404 Not Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
546
|
+
|
547
|
+
ActionController::RoutingError (No route matches [GET] "/failures/4.js"):
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
|
552
|
+
Started GET "/failures/4.json" for 127.0.0.1 at 2012-01-11 17:29:45 +0100
|
553
|
+
Processing by ErrorsController#not_found as HTML
|
554
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
555
|
+
Completed 404 Not Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
556
|
+
|
557
|
+
ActionController::RoutingError (No route matches [GET] "/failures/4.json"):
|
558
|
+
|
559
|
+
|
560
|
+
|
561
|
+
|
562
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:31:57 +0100
|
563
|
+
Processing by FailuresController#index as HTML
|
564
|
+
Completed 500 Internal Server Error in 1ms
|
565
|
+
Processing by ErrorsController#internal_server_error as HTML
|
566
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.7ms)
|
567
|
+
Completed 500 Internal Server Error in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms)
|
568
|
+
|
569
|
+
RuntimeError ():
|
570
|
+
app/controllers/failures_controller.rb:5:in `block (2 levels) in index'
|
571
|
+
app/controllers/failures_controller.rb:4:in `index'
|
572
|
+
|
573
|
+
|
574
|
+
|
575
|
+
Started GET "/failures.json" for 127.0.0.1 at 2012-01-11 17:32:01 +0100
|
576
|
+
Processing by FailuresController#index as JSON
|
577
|
+
Completed 406 Not Acceptable in 0ms
|
578
|
+
|
579
|
+
|
580
|
+
Started GET "/failures.json" for 127.0.0.1 at 2012-01-11 17:32:04 +0100
|
581
|
+
Processing by FailuresController#index as JSON
|
582
|
+
Completed 406 Not Acceptable in 0ms
|
583
|
+
|
584
|
+
|
585
|
+
Started GET "/failures.json" for 127.0.0.1 at 2012-01-11 17:35:02 +0100
|
586
|
+
Processing by FailuresController#index as JSON
|
587
|
+
Completed 500 Internal Server Error in 20ms
|
588
|
+
Processing by ErrorsController#internal_server_error as JSON
|
589
|
+
Completed 500 Internal Server Error in 0ms
|
590
|
+
|
591
|
+
ActionView::MissingTemplate (Missing template failures/index with {:handlers=>[:erb, :builder], :formats=>[:json], :locale=>[:en, :en]}. Searched in:
|
592
|
+
* "/Users/fabian/code/gems/err_merchant/app/views"
|
593
|
+
):
|
594
|
+
app/controllers/failures_controller.rb:6:in `block (2 levels) in index'
|
595
|
+
app/controllers/failures_controller.rb:4:in `index'
|
596
|
+
|
597
|
+
|
598
|
+
|
599
|
+
Started GET "/failures.json" for 127.0.0.1 at 2012-01-11 17:35:11 +0100
|
600
|
+
Processing by FailuresController#index as JSON
|
601
|
+
Completed 500 Internal Server Error in 1ms
|
602
|
+
Processing by ErrorsController#internal_server_error as JSON
|
603
|
+
Completed 500 Internal Server Error in 0ms
|
604
|
+
|
605
|
+
ActionView::MissingTemplate (Missing template failures/index with {:handlers=>[:erb, :builder], :formats=>[:json], :locale=>[:en, :en]}. Searched in:
|
606
|
+
* "/Users/fabian/code/gems/err_merchant/app/views"
|
607
|
+
):
|
608
|
+
app/controllers/failures_controller.rb:6:in `block (2 levels) in index'
|
609
|
+
app/controllers/failures_controller.rb:4:in `index'
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:35:14 +0100
|
614
|
+
Processing by FailuresController#index as HTML
|
615
|
+
Completed 500 Internal Server Error in 0ms
|
616
|
+
Processing by ErrorsController#internal_server_error as HTML
|
617
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (4.1ms)
|
618
|
+
Completed 500 Internal Server Error in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
|
619
|
+
|
620
|
+
RuntimeError ():
|
621
|
+
app/controllers/failures_controller.rb:5:in `block (2 levels) in index'
|
622
|
+
app/controllers/failures_controller.rb:4:in `index'
|
623
|
+
|
624
|
+
|
625
|
+
|
626
|
+
Started GET "/failures/edit" for 127.0.0.1 at 2012-01-11 17:36:02 +0100
|
627
|
+
Processing by ErrorsController#not_found as HTML
|
628
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.4ms)
|
629
|
+
Completed 404 Not Found in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
630
|
+
|
631
|
+
ActionController::RoutingError (No route matches [GET] "/failures/edit"):
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
|
636
|
+
Started GET "/failures/edit" for 127.0.0.1 at 2012-01-11 17:36:14 +0100
|
637
|
+
Processing by FailuresController#show as HTML
|
638
|
+
Parameters: {"id"=>"edit"}
|
639
|
+
Completed 404 Not Found in 1ms
|
640
|
+
Processing by ErrorsController#not_found as HTML
|
641
|
+
Parameters: {"id"=>"edit"}
|
642
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (2.6ms)
|
643
|
+
Completed 404 Not Found in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
644
|
+
|
645
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
646
|
+
app/controllers/failures_controller.rb:8:in `show'
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:36:23 +0100
|
651
|
+
Processing by FailuresController#edit as HTML
|
652
|
+
Parameters: {"id"=>"5"}
|
653
|
+
Rendered text template (0.0ms)
|
654
|
+
Completed 422 Unprocessable Entity in 35ms (Views: 34.3ms | ActiveRecord: 0.0ms)
|
655
|
+
|
656
|
+
|
657
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:36:43 +0100
|
658
|
+
Processing by FailuresController#edit as HTML
|
659
|
+
Parameters: {"id"=>"5"}
|
660
|
+
Rendered text template (0.0ms)
|
661
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
662
|
+
|
663
|
+
|
664
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:36:44 +0100
|
665
|
+
Processing by FailuresController#edit as HTML
|
666
|
+
Parameters: {"id"=>"5"}
|
667
|
+
Rendered text template (0.0ms)
|
668
|
+
Completed 422 Unprocessable Entity in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
669
|
+
|
670
|
+
|
671
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:36:56 +0100
|
672
|
+
Processing by FailuresController#edit as HTML
|
673
|
+
Parameters: {"id"=>"5"}
|
674
|
+
Completed 500 Internal Server Error in 17ms
|
675
|
+
Processing by ErrorsController#internal_server_error as HTML
|
676
|
+
Parameters: {"id"=>"5"}
|
677
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.7ms)
|
678
|
+
Completed 500 Internal Server Error in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
679
|
+
|
680
|
+
ActionView::MissingTemplate (Missing template failures/edit with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in:
|
681
|
+
* "/Users/fabian/code/gems/err_merchant/app/views"
|
682
|
+
):
|
683
|
+
app/controllers/failures_controller.rb:12:in `edit'
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:37:01 +0100
|
688
|
+
Processing by FailuresController#edit as HTML
|
689
|
+
Parameters: {"id"=>"5"}
|
690
|
+
Completed 500 Internal Server Error in 1ms
|
691
|
+
Processing by ErrorsController#internal_server_error as HTML
|
692
|
+
Parameters: {"id"=>"5"}
|
693
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
694
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
695
|
+
|
696
|
+
ActionView::MissingTemplate (Missing template failures/edit with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in:
|
697
|
+
* "/Users/fabian/code/gems/err_merchant/app/views"
|
698
|
+
):
|
699
|
+
app/controllers/failures_controller.rb:12:in `edit'
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:44:26 +0100
|
704
|
+
Processing by FailuresController#edit as HTML
|
705
|
+
Parameters: {"id"=>"5"}
|
706
|
+
Completed 500 Internal Server Error in 1ms
|
707
|
+
Processing by ErrorsController#internal_server_error as HTML
|
708
|
+
Parameters: {"id"=>"5"}
|
709
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (3.0ms)
|
710
|
+
Completed 500 Internal Server Error in 17ms (Views: 16.1ms | ActiveRecord: 0.0ms)
|
711
|
+
|
712
|
+
ArgumentError (wrong number of arguments (0 for 1)):
|
713
|
+
app/controllers/failures_controller.rb:12:in `exception'
|
714
|
+
app/controllers/failures_controller.rb:12:in `raise'
|
715
|
+
app/controllers/failures_controller.rb:12:in `edit'
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:44:33 +0100
|
720
|
+
Processing by FailuresController#edit as HTML
|
721
|
+
Parameters: {"id"=>"5"}
|
722
|
+
Completed 500 Internal Server Error in 0ms
|
723
|
+
Processing by ErrorsController#internal_server_error as HTML
|
724
|
+
Parameters: {"id"=>"5"}
|
725
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
726
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
727
|
+
|
728
|
+
ArgumentError (wrong number of arguments (0 for 1)):
|
729
|
+
app/controllers/failures_controller.rb:12:in `exception'
|
730
|
+
app/controllers/failures_controller.rb:12:in `raise'
|
731
|
+
app/controllers/failures_controller.rb:12:in `edit'
|
732
|
+
|
733
|
+
|
734
|
+
|
735
|
+
Started GET "/failures/5/edit" for 127.0.0.1 at 2012-01-11 17:45:00 +0100
|
736
|
+
Processing by FailuresController#edit as HTML
|
737
|
+
Parameters: {"id"=>"5"}
|
738
|
+
Completed 404 Not Found in 1ms
|
739
|
+
Processing by ErrorsController#not_found as HTML
|
740
|
+
Parameters: {"id"=>"5"}
|
741
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (3.1ms)
|
742
|
+
Completed 404 Not Found in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
|
743
|
+
|
744
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
745
|
+
app/controllers/failures_controller.rb:12:in `edit'
|
746
|
+
|
747
|
+
|
748
|
+
|
749
|
+
Started GET "/failures/5" for 127.0.0.1 at 2012-01-11 17:45:03 +0100
|
750
|
+
Processing by FailuresController#show as HTML
|
751
|
+
Parameters: {"id"=>"5"}
|
752
|
+
Completed 500 Internal Server Error in 1ms
|
753
|
+
Processing by ErrorsController#internal_server_error as HTML
|
754
|
+
Parameters: {"id"=>"5"}
|
755
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.5ms)
|
756
|
+
Completed 500 Internal Server Error in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
757
|
+
|
758
|
+
ArgumentError (wrong number of arguments (0 for 1)):
|
759
|
+
app/controllers/failures_controller.rb:8:in `exception'
|
760
|
+
app/controllers/failures_controller.rb:8:in `raise'
|
761
|
+
app/controllers/failures_controller.rb:8:in `show'
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
Started GET "/failures/5" for 127.0.0.1 at 2012-01-11 17:45:04 +0100
|
766
|
+
Processing by FailuresController#show as HTML
|
767
|
+
Parameters: {"id"=>"5"}
|
768
|
+
Completed 500 Internal Server Error in 0ms
|
769
|
+
Processing by ErrorsController#internal_server_error as HTML
|
770
|
+
Parameters: {"id"=>"5"}
|
771
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
772
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
773
|
+
|
774
|
+
ArgumentError (wrong number of arguments (0 for 1)):
|
775
|
+
app/controllers/failures_controller.rb:8:in `exception'
|
776
|
+
app/controllers/failures_controller.rb:8:in `raise'
|
777
|
+
app/controllers/failures_controller.rb:8:in `show'
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
Started GET "/failures/5" for 127.0.0.1 at 2012-01-11 17:45:31 +0100
|
782
|
+
Processing by FailuresController#show as HTML
|
783
|
+
Parameters: {"id"=>"5"}
|
784
|
+
Completed 422 Unprocessable Entity in 1ms
|
785
|
+
Processing by ErrorsController#unprocessable_entity as HTML
|
786
|
+
Parameters: {"id"=>"5"}
|
787
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/422.html.erb (2.9ms)
|
788
|
+
Completed 422 Unprocessable Entity in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)
|
789
|
+
|
790
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
791
|
+
app/controllers/failures_controller.rb:8:in `show'
|
792
|
+
|
793
|
+
|
794
|
+
|
795
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:47:59 +0100
|
796
|
+
Processing by FailuresController#index as HTML
|
797
|
+
Completed 500 Internal Server Error in 1ms
|
798
|
+
Processing by ErrorsController#internal_server_error as HTML
|
799
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.9ms)
|
800
|
+
Completed 500 Internal Server Error in 55ms (Views: 54.6ms | ActiveRecord: 0.0ms)
|
801
|
+
|
802
|
+
RuntimeError ():
|
803
|
+
app/controllers/failures_controller.rb:3:in `index'
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
Started GET "/failures/2/edit" for 127.0.0.1 at 2012-01-11 17:47:59 +0100
|
808
|
+
Processing by FailuresController#edit as HTML
|
809
|
+
Parameters: {"id"=>"2"}
|
810
|
+
Completed 404 Not Found in 1ms
|
811
|
+
Processing by ErrorsController#not_found as HTML
|
812
|
+
Parameters: {"id"=>"2"}
|
813
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.4ms)
|
814
|
+
Completed 404 Not Found in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
815
|
+
|
816
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
817
|
+
app/controllers/failures_controller.rb:11:in `edit'
|
818
|
+
|
819
|
+
|
820
|
+
|
821
|
+
Started GET "/failures/1" for 127.0.0.1 at 2012-01-11 17:47:59 +0100
|
822
|
+
Processing by FailuresController#show as HTML
|
823
|
+
Parameters: {"id"=>"1"}
|
824
|
+
Completed 422 Unprocessable Entity in 1ms
|
825
|
+
Processing by ErrorsController#unprocessable_entity as HTML
|
826
|
+
Parameters: {"id"=>"1"}
|
827
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/422.html.erb (0.4ms)
|
828
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
829
|
+
|
830
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
831
|
+
app/controllers/failures_controller.rb:7:in `show'
|
832
|
+
|
833
|
+
|
834
|
+
|
835
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-11 17:49:24 +0100
|
836
|
+
Processing by FailuresController#index as HTML
|
837
|
+
Completed 500 Internal Server Error in 1ms
|
838
|
+
Processing by ErrorsController#internal_server_error as HTML
|
839
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.7ms)
|
840
|
+
Completed 500 Internal Server Error in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms)
|
841
|
+
|
842
|
+
RuntimeError ():
|
843
|
+
app/controllers/failures_controller.rb:3:in `index'
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
Started GET "/failures/2/edit" for 127.0.0.1 at 2012-01-11 17:49:24 +0100
|
848
|
+
Processing by FailuresController#edit as HTML
|
849
|
+
Parameters: {"id"=>"2"}
|
850
|
+
Completed 404 Not Found in 1ms
|
851
|
+
Processing by ErrorsController#not_found as HTML
|
852
|
+
Parameters: {"id"=>"2"}
|
853
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.4ms)
|
854
|
+
Completed 404 Not Found in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
855
|
+
|
856
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
857
|
+
app/controllers/failures_controller.rb:11:in `edit'
|
858
|
+
|
859
|
+
|
860
|
+
|
861
|
+
Started GET "/failures/1" for 127.0.0.1 at 2012-01-11 17:49:24 +0100
|
862
|
+
Processing by FailuresController#show as HTML
|
863
|
+
Parameters: {"id"=>"1"}
|
864
|
+
Completed 422 Unprocessable Entity in 1ms
|
865
|
+
Processing by ErrorsController#unprocessable_entity as HTML
|
866
|
+
Parameters: {"id"=>"1"}
|
867
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/422.html.erb (0.4ms)
|
868
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
869
|
+
|
870
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
871
|
+
app/controllers/failures_controller.rb:7:in `show'
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:07:47 +0100
|
876
|
+
Processing by FailuresController#wild_error as HTML
|
877
|
+
Completed 500 Internal Server Error in 1ms
|
878
|
+
Processing by ErrorsController#internal_server_error as HTML
|
879
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (3.1ms)
|
880
|
+
Completed 500 Internal Server Error in 56ms (Views: 55.4ms | ActiveRecord: 0.0ms)
|
881
|
+
|
882
|
+
RuntimeError ():
|
883
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
884
|
+
|
885
|
+
|
886
|
+
|
887
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 08:07:47 +0100
|
888
|
+
Processing by FailuresController#where_is_it as HTML
|
889
|
+
Completed 404 Not Found in 1ms
|
890
|
+
Processing by ErrorsController#not_found as HTML
|
891
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.4ms)
|
892
|
+
Completed 404 Not Found in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
893
|
+
|
894
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
895
|
+
app/controllers/failures_controller.rb:7:in `where_is_it'
|
896
|
+
|
897
|
+
|
898
|
+
|
899
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:07:47 +0100
|
900
|
+
Processing by FailuresController#dont_process_this as HTML
|
901
|
+
Completed 422 Unprocessable Entity in 1ms
|
902
|
+
Processing by ErrorsController#unprocessable_entity as HTML
|
903
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/422.html.erb (0.4ms)
|
904
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
905
|
+
|
906
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
907
|
+
app/controllers/failures_controller.rb:11:in `dont_process_this'
|
908
|
+
|
909
|
+
|
910
|
+
|
911
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:09:21 +0100
|
912
|
+
Processing by FailuresController#wild_error as HTML
|
913
|
+
Completed 500 Internal Server Error in 1ms
|
914
|
+
Processing by ErrorsController#internal_server_error as HTML
|
915
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.7ms)
|
916
|
+
Completed 500 Internal Server Error in 54ms (Views: 54.0ms | ActiveRecord: 0.0ms)
|
917
|
+
|
918
|
+
RuntimeError ():
|
919
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
920
|
+
|
921
|
+
|
922
|
+
|
923
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 08:09:21 +0100
|
924
|
+
Processing by FailuresController#where_is_it as HTML
|
925
|
+
Completed 404 Not Found in 1ms
|
926
|
+
Processing by ErrorsController#not_found as HTML
|
927
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.4ms)
|
928
|
+
Completed 404 Not Found in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
929
|
+
|
930
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
931
|
+
app/controllers/failures_controller.rb:7:in `where_is_it'
|
932
|
+
|
933
|
+
|
934
|
+
|
935
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:09:21 +0100
|
936
|
+
Processing by FailuresController#dont_process_this as HTML
|
937
|
+
Completed 422 Unprocessable Entity in 1ms
|
938
|
+
Processing by ErrorsController#unprocessable_entity as HTML
|
939
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/422.html.erb (0.4ms)
|
940
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
941
|
+
|
942
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
943
|
+
app/controllers/failures_controller.rb:11:in `dont_process_this'
|
944
|
+
|
945
|
+
|
946
|
+
|
947
|
+
Started GET "/" for 127.0.0.1 at 2012-01-12 08:10:49 +0100
|
948
|
+
Processing by ErrorsController#not_found as HTML
|
949
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (2.9ms)
|
950
|
+
Completed 404 Not Found in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)
|
951
|
+
|
952
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
953
|
+
|
954
|
+
|
955
|
+
|
956
|
+
|
957
|
+
Started GET "/failures" for 127.0.0.1 at 2012-01-12 08:10:58 +0100
|
958
|
+
Processing by ErrorsController#not_found as HTML
|
959
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/404.html.erb (0.0ms)
|
960
|
+
Completed 404 Not Found in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
961
|
+
|
962
|
+
AbstractController::ActionNotFound (The action 'index' could not be found for FailuresController):
|
963
|
+
|
964
|
+
|
965
|
+
|
966
|
+
|
967
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:11:05 +0100
|
968
|
+
Processing by FailuresController#wild_error as HTML
|
969
|
+
Completed 500 Internal Server Error in 1ms
|
970
|
+
Processing by ErrorsController#internal_server_error as HTML
|
971
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.5ms)
|
972
|
+
Completed 500 Internal Server Error in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
973
|
+
|
974
|
+
RuntimeError ():
|
975
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
976
|
+
|
977
|
+
|
978
|
+
|
979
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:11:09 +0100
|
980
|
+
Processing by FailuresController#wild_error as HTML
|
981
|
+
Completed 500 Internal Server Error in 0ms
|
982
|
+
Processing by ErrorsController#internal_server_error as HTML
|
983
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
984
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
985
|
+
|
986
|
+
RuntimeError ():
|
987
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
988
|
+
|
989
|
+
|
990
|
+
|
991
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:11:28 +0100
|
992
|
+
Processing by FailuresController#wild_error as HTML
|
993
|
+
Completed 500 Internal Server Error in 0ms
|
994
|
+
Processing by ErrorsController#internal_server_error as HTML
|
995
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
996
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
997
|
+
|
998
|
+
RuntimeError ():
|
999
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
1000
|
+
|
1001
|
+
|
1002
|
+
|
1003
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:11:30 +0100
|
1004
|
+
Processing by FailuresController#wild_error as HTML
|
1005
|
+
Completed 500 Internal Server Error in 0ms
|
1006
|
+
Processing by ErrorsController#internal_server_error as HTML
|
1007
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
1008
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1009
|
+
|
1010
|
+
RuntimeError ():
|
1011
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
1012
|
+
|
1013
|
+
|
1014
|
+
|
1015
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:11:40 +0100
|
1016
|
+
Processing by FailuresController#wild_error as HTML
|
1017
|
+
Completed 500 Internal Server Error in 1ms
|
1018
|
+
Processing by ErrorsController#internal_server_error as HTML
|
1019
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (2.6ms)
|
1020
|
+
Completed 500 Internal Server Error in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
|
1021
|
+
|
1022
|
+
RuntimeError ():
|
1023
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
1024
|
+
|
1025
|
+
|
1026
|
+
|
1027
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:11:43 +0100
|
1028
|
+
Processing by FailuresController#wild_error as HTML
|
1029
|
+
Completed 500 Internal Server Error in 0ms
|
1030
|
+
Processing by ErrorsController#internal_server_error as HTML
|
1031
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
1032
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1033
|
+
|
1034
|
+
RuntimeError ():
|
1035
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:14:20 +0100
|
1040
|
+
Processing by FailuresController#wild_error as HTML
|
1041
|
+
Completed 500 Internal Server Error in 0ms
|
1042
|
+
Processing by ErrorsController#internal_server_error as HTML
|
1043
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/errors/500.html.erb (0.0ms)
|
1044
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1045
|
+
|
1046
|
+
RuntimeError ():
|
1047
|
+
app/controllers/failures_controller.rb:3:in `wild_error'
|
1048
|
+
|
1049
|
+
|
1050
|
+
|
1051
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:15:48 +0100
|
1052
|
+
Processing by FailuresController#usual_action as HTML
|
1053
|
+
Rendered failures/usual_action.html.erb (2.4ms)
|
1054
|
+
Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
|
1055
|
+
|
1056
|
+
|
1057
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:16:41 +0100
|
1058
|
+
Processing by FailuresController#usual_action as HTML
|
1059
|
+
Rendered failures/usual_action.html.erb (0.0ms)
|
1060
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1061
|
+
|
1062
|
+
|
1063
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:16:42 +0100
|
1064
|
+
Processing by FailuresController#usual_action as HTML
|
1065
|
+
Rendered failures/usual_action.html.erb (0.0ms)
|
1066
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1067
|
+
|
1068
|
+
|
1069
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:25:15 +0100
|
1070
|
+
Processing by FailuresController#usual_action as HTML
|
1071
|
+
Rendered failures/usual_action.html.erb within layouts/application (2.6ms)
|
1072
|
+
Completed 200 OK in 19ms (Views: 19.0ms | ActiveRecord: 0.0ms)
|
1073
|
+
|
1074
|
+
|
1075
|
+
Started GET "/failures/e" for 127.0.0.1 at 2012-01-12 08:25:20 +0100
|
1076
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1077
|
+
Completed 500 Internal Server Error in 42ms
|
1078
|
+
|
1079
|
+
AbstractController::ActionNotFound (The action 'e' could not be found for FailuresController):
|
1080
|
+
|
1081
|
+
|
1082
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms)
|
1083
|
+
|
1084
|
+
|
1085
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:25:29 +0100
|
1086
|
+
Processing by FailuresController#wild_error as HTML
|
1087
|
+
Completed 500 Internal Server Error in 1ms
|
1088
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1089
|
+
Completed 500 Internal Server Error in 2ms
|
1090
|
+
|
1091
|
+
RuntimeError ():
|
1092
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1093
|
+
|
1094
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
1095
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
1096
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)
|
1097
|
+
|
1098
|
+
|
1099
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:25:31 +0100
|
1100
|
+
Processing by FailuresController#wild_error as HTML
|
1101
|
+
Completed 500 Internal Server Error in 0ms
|
1102
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1103
|
+
Completed 500 Internal Server Error in 1ms
|
1104
|
+
|
1105
|
+
RuntimeError ():
|
1106
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1107
|
+
|
1108
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
1109
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1110
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.4ms)
|
1111
|
+
|
1112
|
+
|
1113
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:26:04 +0100
|
1114
|
+
Processing by FailuresController#wild_error as HTML
|
1115
|
+
Completed 500 Internal Server Error in 1ms
|
1116
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1117
|
+
Completed 500 Internal Server Error in 18ms
|
1118
|
+
|
1119
|
+
RuntimeError ():
|
1120
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1121
|
+
|
1122
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
1123
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1124
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
|
1125
|
+
|
1126
|
+
|
1127
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:27:21 +0100
|
1128
|
+
Processing by FailuresController#wild_error as HTML
|
1129
|
+
Completed 500 Internal Server Error in 1ms
|
1130
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1131
|
+
Completed 500 Internal Server Error in 20ms
|
1132
|
+
|
1133
|
+
RuntimeError ():
|
1134
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1135
|
+
|
1136
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
1137
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
1138
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms)
|
1139
|
+
|
1140
|
+
|
1141
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:27:23 +0100
|
1142
|
+
Processing by FailuresController#wild_error as HTML
|
1143
|
+
Completed 500 Internal Server Error in 0ms
|
1144
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1145
|
+
Completed 500 Internal Server Error in 1ms
|
1146
|
+
|
1147
|
+
RuntimeError ():
|
1148
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1149
|
+
|
1150
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
1151
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1152
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.6ms)
|
1153
|
+
|
1154
|
+
|
1155
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:27:41 +0100
|
1156
|
+
Processing by FailuresController#wild_error as HTML
|
1157
|
+
Completed 500 Internal Server Error in 1ms
|
1158
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1159
|
+
Completed 500 Internal Server Error in 18ms
|
1160
|
+
|
1161
|
+
RuntimeError ():
|
1162
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1163
|
+
|
1164
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
1165
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
1166
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
|
1167
|
+
|
1168
|
+
|
1169
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:27:44 +0100
|
1170
|
+
Processing by FailuresController#wild_error as HTML
|
1171
|
+
Completed 500 Internal Server Error in 0ms
|
1172
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1173
|
+
Completed 500 Internal Server Error in 1ms
|
1174
|
+
|
1175
|
+
RuntimeError ():
|
1176
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1177
|
+
|
1178
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
1179
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1180
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.5ms)
|
1181
|
+
|
1182
|
+
|
1183
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:28:03 +0100
|
1184
|
+
Processing by FailuresController#wild_error as HTML
|
1185
|
+
Completed 500 Internal Server Error in 1ms
|
1186
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1187
|
+
Completed 500 Internal Server Error in 17ms
|
1188
|
+
|
1189
|
+
RuntimeError ():
|
1190
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1191
|
+
|
1192
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
1193
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1194
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms)
|
1195
|
+
|
1196
|
+
|
1197
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:28:06 +0100
|
1198
|
+
Processing by FailuresController#wild_error as HTML
|
1199
|
+
Completed 500 Internal Server Error in 0ms
|
1200
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1201
|
+
Completed 500 Internal Server Error in 1ms
|
1202
|
+
|
1203
|
+
RuntimeError ():
|
1204
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1205
|
+
|
1206
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
1207
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
1208
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
|
1209
|
+
|
1210
|
+
|
1211
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:29:44 +0100
|
1212
|
+
Processing by FailuresController#wild_error as HTML
|
1213
|
+
Completed 500 Internal Server Error in 1ms
|
1214
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1215
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb (2.6ms)
|
1216
|
+
Completed 500 Internal Server Error in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
1217
|
+
|
1218
|
+
RuntimeError ():
|
1219
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1220
|
+
|
1221
|
+
|
1222
|
+
|
1223
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:30:10 +0100
|
1224
|
+
Processing by FailuresController#wild_error as HTML
|
1225
|
+
Completed 500 Internal Server Error in 1ms
|
1226
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1227
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (2.6ms)
|
1228
|
+
Completed 500 Internal Server Error in 18ms (Views: 17.2ms | ActiveRecord: 0.0ms)
|
1229
|
+
|
1230
|
+
RuntimeError ():
|
1231
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1232
|
+
|
1233
|
+
|
1234
|
+
|
1235
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:30:51 +0100
|
1236
|
+
Processing by FailuresController#wild_error as HTML
|
1237
|
+
Completed 500 Internal Server Error in 1ms
|
1238
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1239
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (2.9ms)
|
1240
|
+
Completed 500 Internal Server Error in 22ms
|
1241
|
+
|
1242
|
+
RuntimeError ():
|
1243
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1244
|
+
|
1245
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
1246
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1247
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
|
1248
|
+
|
1249
|
+
|
1250
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:34:35 +0100
|
1251
|
+
Processing by FailuresController#wild_error as HTML
|
1252
|
+
Completed 500 Internal Server Error in 1ms
|
1253
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1254
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (2.5ms)
|
1255
|
+
Completed 500 Internal Server Error in 24ms
|
1256
|
+
|
1257
|
+
RuntimeError ():
|
1258
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1259
|
+
|
1260
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
1261
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1262
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.9ms)
|
1263
|
+
|
1264
|
+
|
1265
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:35:47 +0100
|
1266
|
+
Processing by FailuresController#wild_error as HTML
|
1267
|
+
Completed 500 Internal Server Error in 1ms
|
1268
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1269
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (2.8ms)
|
1270
|
+
Completed 500 Internal Server Error in 22ms
|
1271
|
+
|
1272
|
+
RuntimeError ():
|
1273
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1274
|
+
|
1275
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
1276
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1277
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
|
1278
|
+
|
1279
|
+
|
1280
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:36:17 +0100
|
1281
|
+
Processing by FailuresController#wild_error as HTML
|
1282
|
+
Completed 500 Internal Server Error in 0ms
|
1283
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1284
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (0.0ms)
|
1285
|
+
Completed 500 Internal Server Error in 3ms
|
1286
|
+
|
1287
|
+
RuntimeError ():
|
1288
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1289
|
+
|
1290
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
1291
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
|
1292
|
+
Rendered /Users/fabian/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.1ms)
|
1293
|
+
|
1294
|
+
|
1295
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:36:29 +0100
|
1296
|
+
Processing by FailuresController#wild_error as HTML
|
1297
|
+
Completed 500 Internal Server Error in 1ms
|
1298
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1299
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (2.4ms)
|
1300
|
+
Completed 500 Internal Server Error in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
|
1301
|
+
|
1302
|
+
RuntimeError ():
|
1303
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1304
|
+
|
1305
|
+
|
1306
|
+
|
1307
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:37:34 +0100
|
1308
|
+
Processing by FailuresController#wild_error as HTML
|
1309
|
+
Completed 500 Internal Server Error in 1ms
|
1310
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1311
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (2.6ms)
|
1312
|
+
Completed 500 Internal Server Error in 55ms (Views: 54.5ms | ActiveRecord: 0.0ms)
|
1313
|
+
|
1314
|
+
RuntimeError ():
|
1315
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1316
|
+
|
1317
|
+
|
1318
|
+
|
1319
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 08:37:34 +0100
|
1320
|
+
Processing by FailuresController#where_is_it as HTML
|
1321
|
+
Completed 404 Not Found in 1ms
|
1322
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1323
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/404.html.erb within layouts/application (0.4ms)
|
1324
|
+
Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
1325
|
+
|
1326
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1327
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1328
|
+
|
1329
|
+
|
1330
|
+
|
1331
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:37:34 +0100
|
1332
|
+
Processing by FailuresController#dont_process_this as HTML
|
1333
|
+
Completed 422 Unprocessable Entity in 1ms
|
1334
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1335
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/422.html.erb within layouts/application (0.4ms)
|
1336
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
1337
|
+
|
1338
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1339
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1340
|
+
|
1341
|
+
|
1342
|
+
|
1343
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:37:34 +0100
|
1344
|
+
Processing by FailuresController#usual_action as HTML
|
1345
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1346
|
+
Completed 200 OK in 45ms (Views: 44.3ms | ActiveRecord: 0.0ms)
|
1347
|
+
|
1348
|
+
|
1349
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:39:08 +0100
|
1350
|
+
Processing by FailuresController#wild_error as HTML
|
1351
|
+
Completed 500 Internal Server Error in 1ms
|
1352
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1353
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (2.6ms)
|
1354
|
+
Completed 500 Internal Server Error in 55ms (Views: 55.1ms | ActiveRecord: 0.0ms)
|
1355
|
+
|
1356
|
+
RuntimeError ():
|
1357
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1358
|
+
|
1359
|
+
|
1360
|
+
|
1361
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 08:39:08 +0100
|
1362
|
+
Processing by FailuresController#where_is_it as HTML
|
1363
|
+
Completed 404 Not Found in 1ms
|
1364
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1365
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/404.html.erb within layouts/application (0.4ms)
|
1366
|
+
Completed 404 Not Found in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
1367
|
+
|
1368
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1369
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1370
|
+
|
1371
|
+
|
1372
|
+
|
1373
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:39:08 +0100
|
1374
|
+
Processing by FailuresController#dont_process_this as HTML
|
1375
|
+
Completed 422 Unprocessable Entity in 1ms
|
1376
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1377
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/422.html.erb within layouts/application (0.4ms)
|
1378
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
1379
|
+
|
1380
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1381
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1382
|
+
|
1383
|
+
|
1384
|
+
|
1385
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:39:08 +0100
|
1386
|
+
Processing by FailuresController#wild_error as HTML
|
1387
|
+
Completed 500 Internal Server Error in 38ms
|
1388
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1389
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/500.html.erb within layouts/application (0.0ms)
|
1390
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1391
|
+
|
1392
|
+
RuntimeError ():
|
1393
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1394
|
+
|
1395
|
+
|
1396
|
+
|
1397
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:39:08 +0100
|
1398
|
+
Processing by FailuresController#usual_action as HTML
|
1399
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1400
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
1401
|
+
|
1402
|
+
|
1403
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:51:33 +0100
|
1404
|
+
Processing by FailuresController#wild_error as HTML
|
1405
|
+
Completed 500 Internal Server Error in 1ms
|
1406
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1407
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.2ms)
|
1408
|
+
Completed 500 Internal Server Error in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
|
1409
|
+
|
1410
|
+
RuntimeError ():
|
1411
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1412
|
+
|
1413
|
+
|
1414
|
+
|
1415
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:52:35 +0100
|
1416
|
+
Processing by FailuresController#wild_error as HTML
|
1417
|
+
Completed 500 Internal Server Error in 1ms
|
1418
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1419
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.4ms)
|
1420
|
+
Completed 500 Internal Server Error in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
|
1421
|
+
|
1422
|
+
RuntimeError ():
|
1423
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1424
|
+
|
1425
|
+
|
1426
|
+
|
1427
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:52:53 +0100
|
1428
|
+
Processing by FailuresController#wild_error as HTML
|
1429
|
+
Completed 500 Internal Server Error in 1ms
|
1430
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1431
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.2ms)
|
1432
|
+
Completed 500 Internal Server Error in 56ms (Views: 55.2ms | ActiveRecord: 0.0ms)
|
1433
|
+
|
1434
|
+
RuntimeError ():
|
1435
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1436
|
+
|
1437
|
+
|
1438
|
+
|
1439
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 08:52:53 +0100
|
1440
|
+
Processing by FailuresController#where_is_it as HTML
|
1441
|
+
Completed 404 Not Found in 1ms
|
1442
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1443
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1444
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1445
|
+
|
1446
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1447
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1448
|
+
|
1449
|
+
|
1450
|
+
|
1451
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:52:53 +0100
|
1452
|
+
Processing by FailuresController#dont_process_this as HTML
|
1453
|
+
Completed 422 Unprocessable Entity in 1ms
|
1454
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1455
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.4ms)
|
1456
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1457
|
+
|
1458
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1459
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1460
|
+
|
1461
|
+
|
1462
|
+
|
1463
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:52:53 +0100
|
1464
|
+
Processing by FailuresController#wild_error as HTML
|
1465
|
+
Completed 500 Internal Server Error in 0ms
|
1466
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1467
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1468
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1469
|
+
|
1470
|
+
RuntimeError ():
|
1471
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1472
|
+
|
1473
|
+
|
1474
|
+
|
1475
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:52:53 +0100
|
1476
|
+
Processing by FailuresController#usual_action as HTML
|
1477
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1478
|
+
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
1479
|
+
|
1480
|
+
|
1481
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:53:24 +0100
|
1482
|
+
Processing by FailuresController#dont_process_this as HTML
|
1483
|
+
Completed 422 Unprocessable Entity in 1ms
|
1484
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1485
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.5ms)
|
1486
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
1487
|
+
|
1488
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1489
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1490
|
+
|
1491
|
+
|
1492
|
+
|
1493
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:53:26 +0100
|
1494
|
+
Processing by FailuresController#dont_process_this as HTML
|
1495
|
+
Completed 422 Unprocessable Entity in 0ms
|
1496
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1497
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
1498
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1499
|
+
|
1500
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1501
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1502
|
+
|
1503
|
+
|
1504
|
+
|
1505
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:54:39 +0100
|
1506
|
+
Processing by FailuresController#dont_process_this as HTML
|
1507
|
+
Completed 422 Unprocessable Entity in 1ms
|
1508
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1509
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.1ms)
|
1510
|
+
Completed 422 Unprocessable Entity in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
|
1511
|
+
|
1512
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1513
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1514
|
+
|
1515
|
+
|
1516
|
+
|
1517
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:55:02 +0100
|
1518
|
+
Processing by FailuresController#dont_process_this as HTML
|
1519
|
+
Completed 422 Unprocessable Entity in 0ms
|
1520
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1521
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.5ms)
|
1522
|
+
Completed 422 Unprocessable Entity in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
1523
|
+
|
1524
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1525
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1526
|
+
|
1527
|
+
|
1528
|
+
|
1529
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:55:14 +0100
|
1530
|
+
Processing by FailuresController#dont_process_this as HTML
|
1531
|
+
Completed 422 Unprocessable Entity in 1ms
|
1532
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1533
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.2ms)
|
1534
|
+
Completed 422 Unprocessable Entity in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
|
1535
|
+
|
1536
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1537
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1538
|
+
|
1539
|
+
|
1540
|
+
|
1541
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:55:17 +0100
|
1542
|
+
Processing by FailuresController#dont_process_this as HTML
|
1543
|
+
Completed 422 Unprocessable Entity in 0ms
|
1544
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1545
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
1546
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1547
|
+
|
1548
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1549
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1550
|
+
|
1551
|
+
|
1552
|
+
|
1553
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:56:57 +0100
|
1554
|
+
Processing by FailuresController#wild_error as HTML
|
1555
|
+
Completed 500 Internal Server Error in 1ms
|
1556
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1557
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.2ms)
|
1558
|
+
Completed 500 Internal Server Error in 56ms (Views: 56.1ms | ActiveRecord: 0.0ms)
|
1559
|
+
|
1560
|
+
RuntimeError ():
|
1561
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1562
|
+
|
1563
|
+
|
1564
|
+
|
1565
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 08:56:57 +0100
|
1566
|
+
Processing by FailuresController#where_is_it as HTML
|
1567
|
+
Completed 404 Not Found in 1ms
|
1568
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1569
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1570
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1571
|
+
|
1572
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1573
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1574
|
+
|
1575
|
+
|
1576
|
+
|
1577
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:56:57 +0100
|
1578
|
+
Processing by FailuresController#dont_process_this as HTML
|
1579
|
+
Completed 422 Unprocessable Entity in 1ms
|
1580
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1581
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.4ms)
|
1582
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1583
|
+
|
1584
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1585
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1586
|
+
|
1587
|
+
|
1588
|
+
|
1589
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:56:57 +0100
|
1590
|
+
Processing by FailuresController#wild_error as HTML
|
1591
|
+
Completed 500 Internal Server Error in 0ms
|
1592
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1593
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1594
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1595
|
+
|
1596
|
+
RuntimeError ():
|
1597
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1598
|
+
|
1599
|
+
|
1600
|
+
|
1601
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:56:57 +0100
|
1602
|
+
Processing by FailuresController#usual_action as HTML
|
1603
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1604
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
1605
|
+
|
1606
|
+
|
1607
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:59:03 +0100
|
1608
|
+
Processing by FailuresController#wild_error as HTML
|
1609
|
+
Completed 500 Internal Server Error in 1ms
|
1610
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1611
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.2ms)
|
1612
|
+
Completed 500 Internal Server Error in 56ms (Views: 55.4ms | ActiveRecord: 0.0ms)
|
1613
|
+
|
1614
|
+
RuntimeError ():
|
1615
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1616
|
+
|
1617
|
+
|
1618
|
+
|
1619
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 08:59:03 +0100
|
1620
|
+
Processing by FailuresController#where_is_it as HTML
|
1621
|
+
Completed 404 Not Found in 1ms
|
1622
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1623
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1624
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1625
|
+
|
1626
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1627
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1628
|
+
|
1629
|
+
|
1630
|
+
|
1631
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 08:59:03 +0100
|
1632
|
+
Processing by FailuresController#dont_process_this as HTML
|
1633
|
+
Completed 422 Unprocessable Entity in 1ms
|
1634
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1635
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.4ms)
|
1636
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1637
|
+
|
1638
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1639
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1640
|
+
|
1641
|
+
|
1642
|
+
|
1643
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 08:59:03 +0100
|
1644
|
+
Processing by FailuresController#wild_error as HTML
|
1645
|
+
Completed 500 Internal Server Error in 0ms
|
1646
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1647
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1648
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1649
|
+
|
1650
|
+
RuntimeError ():
|
1651
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1652
|
+
|
1653
|
+
|
1654
|
+
|
1655
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 08:59:03 +0100
|
1656
|
+
Processing by FailuresController#usual_action as HTML
|
1657
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1658
|
+
Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
1659
|
+
|
1660
|
+
|
1661
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:00:22 +0100
|
1662
|
+
Processing by FailuresController#wild_error as HTML
|
1663
|
+
Completed 500 Internal Server Error in 1ms
|
1664
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1665
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.1ms)
|
1666
|
+
Completed 500 Internal Server Error in 56ms (Views: 55.7ms | ActiveRecord: 0.0ms)
|
1667
|
+
|
1668
|
+
RuntimeError ():
|
1669
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1670
|
+
|
1671
|
+
|
1672
|
+
|
1673
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 09:00:22 +0100
|
1674
|
+
Processing by FailuresController#where_is_it as HTML
|
1675
|
+
Completed 404 Not Found in 1ms
|
1676
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1677
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1678
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1679
|
+
|
1680
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1681
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1682
|
+
|
1683
|
+
|
1684
|
+
|
1685
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 09:00:22 +0100
|
1686
|
+
Processing by FailuresController#dont_process_this as HTML
|
1687
|
+
Completed 422 Unprocessable Entity in 1ms
|
1688
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1689
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.4ms)
|
1690
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1691
|
+
|
1692
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1693
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1694
|
+
|
1695
|
+
|
1696
|
+
|
1697
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:00:22 +0100
|
1698
|
+
Processing by FailuresController#wild_error as HTML
|
1699
|
+
Completed 500 Internal Server Error in 0ms
|
1700
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1701
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1702
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1703
|
+
|
1704
|
+
RuntimeError ():
|
1705
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1706
|
+
|
1707
|
+
|
1708
|
+
|
1709
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 09:00:22 +0100
|
1710
|
+
Processing by FailuresController#usual_action as HTML
|
1711
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1712
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
1713
|
+
|
1714
|
+
|
1715
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:02:22 +0100
|
1716
|
+
Processing by FailuresController#wild_error as HTML
|
1717
|
+
Completed 500 Internal Server Error in 1ms
|
1718
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1719
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.8ms)
|
1720
|
+
Completed 500 Internal Server Error in 61ms (Views: 61.0ms | ActiveRecord: 0.0ms)
|
1721
|
+
|
1722
|
+
RuntimeError ():
|
1723
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1724
|
+
|
1725
|
+
|
1726
|
+
|
1727
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 09:02:22 +0100
|
1728
|
+
Processing by FailuresController#where_is_it as HTML
|
1729
|
+
Completed 404 Not Found in 1ms
|
1730
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1731
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1732
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1733
|
+
|
1734
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1735
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1736
|
+
|
1737
|
+
|
1738
|
+
|
1739
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 09:02:22 +0100
|
1740
|
+
Processing by FailuresController#dont_process_this as HTML
|
1741
|
+
Completed 422 Unprocessable Entity in 1ms
|
1742
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1743
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
1744
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1745
|
+
|
1746
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1747
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1748
|
+
|
1749
|
+
|
1750
|
+
|
1751
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:02:22 +0100
|
1752
|
+
Processing by FailuresController#wild_error as HTML
|
1753
|
+
Completed 500 Internal Server Error in 0ms
|
1754
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1755
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1756
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1757
|
+
|
1758
|
+
RuntimeError ():
|
1759
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1760
|
+
|
1761
|
+
|
1762
|
+
|
1763
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 09:02:22 +0100
|
1764
|
+
Processing by FailuresController#usual_action as HTML
|
1765
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1766
|
+
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
1767
|
+
|
1768
|
+
|
1769
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:02:22 +0100
|
1770
|
+
Processing by FailuresController#wild_error as HTML
|
1771
|
+
Completed 500 Internal Server Error in 0ms
|
1772
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1773
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
1774
|
+
Completed 500 Internal Server Error in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
1775
|
+
|
1776
|
+
RuntimeError ():
|
1777
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1778
|
+
|
1779
|
+
|
1780
|
+
|
1781
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:03:56 +0100
|
1782
|
+
Processing by FailuresController#wild_error as HTML
|
1783
|
+
Completed 500 Internal Server Error in 1ms
|
1784
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1785
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.1ms)
|
1786
|
+
Completed 500 Internal Server Error in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
1787
|
+
|
1788
|
+
RuntimeError ():
|
1789
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1790
|
+
|
1791
|
+
|
1792
|
+
|
1793
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 09:03:56 +0100
|
1794
|
+
Processing by FailuresController#where_is_it as HTML
|
1795
|
+
Completed 404 Not Found in 1ms
|
1796
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1797
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
1798
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1799
|
+
|
1800
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1801
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1802
|
+
|
1803
|
+
|
1804
|
+
|
1805
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 09:03:56 +0100
|
1806
|
+
Processing by FailuresController#dont_process_this as HTML
|
1807
|
+
Completed 422 Unprocessable Entity in 1ms
|
1808
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1809
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
1810
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1811
|
+
|
1812
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1813
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1814
|
+
|
1815
|
+
|
1816
|
+
|
1817
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:03:56 +0100
|
1818
|
+
Processing by FailuresController#wild_error as HTML
|
1819
|
+
Completed 500 Internal Server Error in 0ms
|
1820
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1821
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1822
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1823
|
+
|
1824
|
+
RuntimeError ():
|
1825
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1826
|
+
|
1827
|
+
|
1828
|
+
|
1829
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 09:03:56 +0100
|
1830
|
+
Processing by FailuresController#usual_action as HTML
|
1831
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1832
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
1833
|
+
|
1834
|
+
|
1835
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:03:56 +0100
|
1836
|
+
Processing by FailuresController#wild_error as HTML
|
1837
|
+
Completed 500 Internal Server Error in 0ms
|
1838
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1839
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.0ms)
|
1840
|
+
Completed 500 Internal Server Error in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
1841
|
+
|
1842
|
+
RuntimeError ():
|
1843
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1844
|
+
|
1845
|
+
|
1846
|
+
|
1847
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:05:52 +0100
|
1848
|
+
Processing by FailuresController#wild_error as HTML
|
1849
|
+
Completed 500 Internal Server Error in 1ms
|
1850
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1851
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.2ms)
|
1852
|
+
Completed 500 Internal Server Error in 57ms (Views: 56.9ms | ActiveRecord: 0.0ms)
|
1853
|
+
|
1854
|
+
RuntimeError ():
|
1855
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1856
|
+
|
1857
|
+
|
1858
|
+
|
1859
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 09:05:52 +0100
|
1860
|
+
Processing by FailuresController#where_is_it as HTML
|
1861
|
+
Completed 404 Not Found in 1ms
|
1862
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1863
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1864
|
+
Completed 404 Not Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1865
|
+
|
1866
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1867
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1868
|
+
|
1869
|
+
|
1870
|
+
|
1871
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 09:05:52 +0100
|
1872
|
+
Processing by FailuresController#dont_process_this as HTML
|
1873
|
+
Completed 422 Unprocessable Entity in 1ms
|
1874
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1875
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1876
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1877
|
+
|
1878
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1879
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1880
|
+
|
1881
|
+
|
1882
|
+
|
1883
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:05:52 +0100
|
1884
|
+
Processing by FailuresController#wild_error as HTML
|
1885
|
+
Completed 500 Internal Server Error in 1ms
|
1886
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1887
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1888
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1889
|
+
|
1890
|
+
RuntimeError ():
|
1891
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1892
|
+
|
1893
|
+
|
1894
|
+
|
1895
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 09:05:52 +0100
|
1896
|
+
Processing by FailuresController#usual_action as HTML
|
1897
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1898
|
+
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
1899
|
+
|
1900
|
+
|
1901
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:05:52 +0100
|
1902
|
+
Processing by FailuresController#wild_error as HTML
|
1903
|
+
Completed 500 Internal Server Error in 0ms
|
1904
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1905
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
1906
|
+
Completed 500 Internal Server Error in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
1907
|
+
|
1908
|
+
RuntimeError ():
|
1909
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1910
|
+
|
1911
|
+
|
1912
|
+
|
1913
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:06:45 +0100
|
1914
|
+
Processing by FailuresController#wild_error as HTML
|
1915
|
+
Completed 500 Internal Server Error in 1ms
|
1916
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1917
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.0ms)
|
1918
|
+
Completed 500 Internal Server Error in 57ms (Views: 56.6ms | ActiveRecord: 0.0ms)
|
1919
|
+
|
1920
|
+
RuntimeError ():
|
1921
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1922
|
+
|
1923
|
+
|
1924
|
+
|
1925
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 09:06:45 +0100
|
1926
|
+
Processing by FailuresController#where_is_it as HTML
|
1927
|
+
Completed 404 Not Found in 1ms
|
1928
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1929
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1930
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1931
|
+
|
1932
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1933
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
1934
|
+
|
1935
|
+
|
1936
|
+
|
1937
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 09:06:45 +0100
|
1938
|
+
Processing by FailuresController#dont_process_this as HTML
|
1939
|
+
Completed 422 Unprocessable Entity in 1ms
|
1940
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
1941
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1942
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1943
|
+
|
1944
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
1945
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
1946
|
+
|
1947
|
+
|
1948
|
+
|
1949
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:06:45 +0100
|
1950
|
+
Processing by FailuresController#wild_error as HTML
|
1951
|
+
Completed 500 Internal Server Error in 1ms
|
1952
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1953
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
1954
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1955
|
+
|
1956
|
+
RuntimeError ():
|
1957
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1958
|
+
|
1959
|
+
|
1960
|
+
|
1961
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 09:06:45 +0100
|
1962
|
+
Processing by FailuresController#usual_action as HTML
|
1963
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
1964
|
+
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
1965
|
+
|
1966
|
+
|
1967
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:06:45 +0100
|
1968
|
+
Processing by FailuresController#wild_error as HTML
|
1969
|
+
Completed 500 Internal Server Error in 0ms
|
1970
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1971
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.9ms)
|
1972
|
+
Completed 500 Internal Server Error in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
1973
|
+
|
1974
|
+
RuntimeError ():
|
1975
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1976
|
+
|
1977
|
+
|
1978
|
+
|
1979
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:31:29 +0100
|
1980
|
+
Processing by FailuresController#wild_error as HTML
|
1981
|
+
Completed 500 Internal Server Error in 1ms
|
1982
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
1983
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (3.2ms)
|
1984
|
+
Completed 500 Internal Server Error in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
1985
|
+
|
1986
|
+
RuntimeError ():
|
1987
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
1988
|
+
|
1989
|
+
|
1990
|
+
|
1991
|
+
Started GET "/failures/where_is_it" for 127.0.0.1 at 2012-01-12 09:31:29 +0100
|
1992
|
+
Processing by FailuresController#where_is_it as HTML
|
1993
|
+
Completed 404 Not Found in 1ms
|
1994
|
+
Processing by ErrMerchant::ErrorsController#not_found as HTML
|
1995
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
1996
|
+
Completed 404 Not Found in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1997
|
+
|
1998
|
+
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
|
1999
|
+
app/controllers/failures_controller.rb:10:in `where_is_it'
|
2000
|
+
|
2001
|
+
|
2002
|
+
|
2003
|
+
Started GET "/failures/dont_process_this" for 127.0.0.1 at 2012-01-12 09:31:29 +0100
|
2004
|
+
Processing by FailuresController#dont_process_this as HTML
|
2005
|
+
Completed 422 Unprocessable Entity in 1ms
|
2006
|
+
Processing by ErrMerchant::ErrorsController#unprocessable_entity as HTML
|
2007
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.3ms)
|
2008
|
+
Completed 422 Unprocessable Entity in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
2009
|
+
|
2010
|
+
ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved):
|
2011
|
+
app/controllers/failures_controller.rb:14:in `dont_process_this'
|
2012
|
+
|
2013
|
+
|
2014
|
+
|
2015
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:31:29 +0100
|
2016
|
+
Processing by FailuresController#wild_error as HTML
|
2017
|
+
Completed 500 Internal Server Error in 0ms
|
2018
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
2019
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (0.2ms)
|
2020
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
2021
|
+
|
2022
|
+
RuntimeError ():
|
2023
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
2024
|
+
|
2025
|
+
|
2026
|
+
|
2027
|
+
Started GET "/failures/usual_action" for 127.0.0.1 at 2012-01-12 09:31:29 +0100
|
2028
|
+
Processing by FailuresController#usual_action as HTML
|
2029
|
+
Rendered failures/usual_action.html.erb within layouts/application (0.4ms)
|
2030
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
2031
|
+
|
2032
|
+
|
2033
|
+
Started GET "/failures/wild_error" for 127.0.0.1 at 2012-01-12 09:31:29 +0100
|
2034
|
+
Processing by FailuresController#wild_error as HTML
|
2035
|
+
Completed 500 Internal Server Error in 0ms
|
2036
|
+
Processing by ErrMerchant::ErrorsController#internal_server_error as HTML
|
2037
|
+
Rendered /Users/fabian/code/gems/err_merchant/app/views/err_merchant/errors/template.html.erb within layouts/application (1.1ms)
|
2038
|
+
Completed 500 Internal Server Error in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
2039
|
+
|
2040
|
+
RuntimeError ():
|
2041
|
+
app/controllers/failures_controller.rb:6:in `wild_error'
|
2042
|
+
|