crumbs 4.0.0.1 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/Rakefile +1 -3
  5. data/lib/crumbs/dsl/controller.rb +1 -1
  6. data/lib/crumbs/dsl/namespace.rb +1 -1
  7. data/lib/crumbs/proxy.rb +3 -3
  8. data/lib/crumbs/version.rb +1 -1
  9. data/lib/crumbs.rb +1 -1
  10. metadata +12 -106
  11. data/test/dummy/Rakefile +0 -5
  12. data/test/dummy/app/assets/javascripts/application.js +0 -13
  13. data/test/dummy/app/assets/stylesheets/application.css +0 -15
  14. data/test/dummy/app/controllers/admin/reports/deliveries_controller.rb +0 -6
  15. data/test/dummy/app/controllers/admin/users_controller.rb +0 -9
  16. data/test/dummy/app/controllers/application_controller.rb +0 -5
  17. data/test/dummy/app/controllers/pages_controller.rb +0 -6
  18. data/test/dummy/app/helpers/application_helper.rb +0 -2
  19. data/test/dummy/app/views/application/_crumbs.html.erb +0 -3
  20. data/test/dummy/app/views/application/index.html.erb +0 -1
  21. data/test/dummy/app/views/application/show.html.erb +0 -1
  22. data/test/dummy/app/views/layouts/application.html.erb +0 -12
  23. data/test/dummy/bin/bundle +0 -4
  24. data/test/dummy/bin/rails +0 -5
  25. data/test/dummy/bin/rake +0 -5
  26. data/test/dummy/bin/setup +0 -30
  27. data/test/dummy/config/application.rb +0 -27
  28. data/test/dummy/config/boot.rb +0 -5
  29. data/test/dummy/config/crumbs.rb +0 -24
  30. data/test/dummy/config/environment.rb +0 -5
  31. data/test/dummy/config/environments/development.rb +0 -38
  32. data/test/dummy/config/environments/production.rb +0 -76
  33. data/test/dummy/config/environments/test.rb +0 -42
  34. data/test/dummy/config/initializers/assets.rb +0 -11
  35. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  36. data/test/dummy/config/initializers/cookies_serializer.rb +0 -3
  37. data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  38. data/test/dummy/config/initializers/inflections.rb +0 -16
  39. data/test/dummy/config/initializers/mime_types.rb +0 -4
  40. data/test/dummy/config/initializers/session_store.rb +0 -3
  41. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  42. data/test/dummy/config/locales/en.yml +0 -3
  43. data/test/dummy/config/routes.rb +0 -13
  44. data/test/dummy/config/secrets.yml +0 -22
  45. data/test/dummy/config.ru +0 -4
  46. data/test/dummy/log/development.log +0 -0
  47. data/test/dummy/log/test.log +0 -1078
  48. data/test/dummy/public/404.html +0 -61
  49. data/test/dummy/public/422.html +0 -61
  50. data/test/dummy/public/500.html +0 -60
  51. data/test/dummy/public/favicon.ico +0 -0
  52. data/test/generator_test.rb +0 -18
  53. data/test/test_helper.rb +0 -12
  54. data/test/view_test.rb +0 -40
@@ -1,1078 +0,0 @@
1
- ---------------------------------------------------
2
- WithLastTest: test_translations_not_cause_any_error
3
- ---------------------------------------------------
4
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
5
- Processing by PagesController#index as HTML
6
- Parameters: {"p1"=>"p1"}
7
- Completed 500 Internal Server Error in 2ms
8
- -----------------------------------------------------------------------------
9
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
10
- -----------------------------------------------------------------------------
11
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
12
- Processing by PagesController#index as HTML
13
- Parameters: {"p1"=>"p1"}
14
- Completed 500 Internal Server Error in 1ms
15
- ---------------------------------------------------------------------------
16
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
17
- ---------------------------------------------------------------------------
18
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
19
- Processing by PagesController#index as HTML
20
- Parameters: {"p1"=>"p1"}
21
- Completed 500 Internal Server Error in 1ms
22
- --------------------------------------------
23
- WithLastTest: test_last_request_in_same_path
24
- --------------------------------------------
25
- Started GET "/" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
26
- Processing by PagesController#index as HTML
27
- Completed 500 Internal Server Error in 1ms
28
- ----------------------------------------
29
- WithLastTest: test_namespaced_controller
30
- ----------------------------------------
31
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
32
- Processing by Namespace::PagesController#index as HTML
33
- Completed 500 Internal Server Error in 1ms
34
- --------------------------------------------------------------------
35
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
36
- --------------------------------------------------------------------
37
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
38
- Processing by PagesController#index as HTML
39
- Parameters: {"p1"=>"p1"}
40
- Completed 500 Internal Server Error in 1ms
41
- -------------------------------------------------------------------------
42
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
43
- -------------------------------------------------------------------------
44
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
45
- Processing by PagesController#index as HTML
46
- Parameters: {"p1"=>"p1"}
47
- Completed 500 Internal Server Error in 1ms
48
- ----------------------------------------------------------------------
49
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
50
- ----------------------------------------------------------------------
51
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:21:45 -0300
52
- Processing by PagesController#index as HTML
53
- Parameters: {"p1"=>"p1"}
54
- Completed 500 Internal Server Error in 1ms
55
- ---------------------------
56
- GeneratorTest: test_install
57
- ---------------------------
58
- ---------------------------
59
- GeneratorTest: test_install
60
- ---------------------------
61
- ---------------------------------------------------------------------------
62
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
63
- ---------------------------------------------------------------------------
64
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
65
- Processing by PagesController#index as HTML
66
- Parameters: {"p1"=>"p1"}
67
- Completed 500 Internal Server Error in 2ms
68
- ----------------------------------------
69
- WithLastTest: test_namespaced_controller
70
- ----------------------------------------
71
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
72
- Processing by Namespace::PagesController#index as HTML
73
- Completed 500 Internal Server Error in 1ms
74
- -------------------------------------------------------------------------
75
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
76
- -------------------------------------------------------------------------
77
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
78
- Processing by PagesController#index as HTML
79
- Parameters: {"p1"=>"p1"}
80
- Completed 500 Internal Server Error in 1ms
81
- --------------------------------------------
82
- WithLastTest: test_last_request_in_same_path
83
- --------------------------------------------
84
- Started GET "/" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
85
- Processing by PagesController#index as HTML
86
- Completed 500 Internal Server Error in 1ms
87
- ---------------------------------------------------
88
- WithLastTest: test_translations_not_cause_any_error
89
- ---------------------------------------------------
90
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
91
- Processing by PagesController#index as HTML
92
- Parameters: {"p1"=>"p1"}
93
- Completed 500 Internal Server Error in 1ms
94
- --------------------------------------------------------------------
95
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
96
- --------------------------------------------------------------------
97
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
98
- Processing by PagesController#index as HTML
99
- Parameters: {"p1"=>"p1"}
100
- Completed 500 Internal Server Error in 1ms
101
- -----------------------------------------------------------------------------
102
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
103
- -----------------------------------------------------------------------------
104
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
105
- Processing by PagesController#index as HTML
106
- Parameters: {"p1"=>"p1"}
107
- Completed 500 Internal Server Error in 1ms
108
- ----------------------------------------------------------------------
109
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
110
- ----------------------------------------------------------------------
111
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:03 -0300
112
- Processing by PagesController#index as HTML
113
- Parameters: {"p1"=>"p1"}
114
- Completed 500 Internal Server Error in 1ms
115
- -----------------------------------------------------------------------------
116
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
117
- -----------------------------------------------------------------------------
118
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
119
- Processing by PagesController#index as HTML
120
- Parameters: {"p1"=>"p1"}
121
- Completed 500 Internal Server Error in 2ms
122
- ---------------------------------------------------
123
- WithLastTest: test_translations_not_cause_any_error
124
- ---------------------------------------------------
125
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
126
- Processing by PagesController#index as HTML
127
- Parameters: {"p1"=>"p1"}
128
- Completed 500 Internal Server Error in 1ms
129
- ----------------------------------------
130
- WithLastTest: test_namespaced_controller
131
- ----------------------------------------
132
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
133
- Processing by Namespace::PagesController#index as HTML
134
- Completed 500 Internal Server Error in 1ms
135
- ---------------------------------------------------------------------------
136
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
137
- ---------------------------------------------------------------------------
138
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
139
- Processing by PagesController#index as HTML
140
- Parameters: {"p1"=>"p1"}
141
- Completed 500 Internal Server Error in 1ms
142
- --------------------------------------------------------------------
143
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
144
- --------------------------------------------------------------------
145
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
146
- Processing by PagesController#index as HTML
147
- Parameters: {"p1"=>"p1"}
148
- Completed 500 Internal Server Error in 1ms
149
- ----------------------------------------------------------------------
150
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
151
- ----------------------------------------------------------------------
152
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
153
- Processing by PagesController#index as HTML
154
- Parameters: {"p1"=>"p1"}
155
- Completed 500 Internal Server Error in 1ms
156
- -------------------------------------------------------------------------
157
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
158
- -------------------------------------------------------------------------
159
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
160
- Processing by PagesController#index as HTML
161
- Parameters: {"p1"=>"p1"}
162
- Completed 500 Internal Server Error in 2ms
163
- --------------------------------------------
164
- WithLastTest: test_last_request_in_same_path
165
- --------------------------------------------
166
- Started GET "/" for 127.0.0.1 at 2016-12-04 13:22:39 -0300
167
- Processing by PagesController#index as HTML
168
- Completed 500 Internal Server Error in 1ms
169
- ---------------------------
170
- GeneratorTest: test_install
171
- ---------------------------
172
- ---------------------------------------------------
173
- WithLastTest: test_translations_not_cause_any_error
174
- ---------------------------------------------------
175
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:22:53 -0300
176
- Processing by PagesController#index as HTML
177
- Parameters: {"p1"=>"p1"}
178
- Completed 500 Internal Server Error in 148358ms
179
- ---------------------------
180
- GeneratorTest: test_install
181
- ---------------------------
182
- ---------------------------------------------------
183
- WithLastTest: test_translations_not_cause_any_error
184
- ---------------------------------------------------
185
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:26:37 -0300
186
- Processing by PagesController#index as HTML
187
- Parameters: {"p1"=>"p1"}
188
- Rendered pages/crumbs.html.erb within layouts/application (3.9ms)
189
- Completed 500 Internal Server Error in 13ms
190
- ---------------------------------------------------------------------------
191
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
192
- ---------------------------------------------------------------------------
193
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:26:38 -0300
194
- Processing by PagesController#index as HTML
195
- Parameters: {"p1"=>"p1"}
196
- Rendered pages/crumbs.html.erb within layouts/application (0.8ms)
197
- Completed 500 Internal Server Error in 1ms
198
- ----------------------------------------
199
- WithLastTest: test_namespaced_controller
200
- ----------------------------------------
201
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 13:26:38 -0300
202
- Processing by Namespace::PagesController#index as HTML
203
- Rendered pages/crumbs.html.erb within layouts/application (1.0ms)
204
- Completed 500 Internal Server Error in 4ms
205
- -------------------------------------------------------------------------
206
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
207
- -------------------------------------------------------------------------
208
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:26:38 -0300
209
- Processing by PagesController#index as HTML
210
- Parameters: {"p1"=>"p1"}
211
- Rendered pages/crumbs.html.erb within layouts/application (0.9ms)
212
- Completed 500 Internal Server Error in 1ms
213
- ----------------------------------------------------------------------
214
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
215
- ----------------------------------------------------------------------
216
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:26:38 -0300
217
- Processing by PagesController#index as HTML
218
- Parameters: {"p1"=>"p1"}
219
- Rendered pages/crumbs.html.erb within layouts/application (0.9ms)
220
- Completed 500 Internal Server Error in 1ms
221
- --------------------------------------------------------------------
222
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
223
- --------------------------------------------------------------------
224
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:26:38 -0300
225
- Processing by PagesController#index as HTML
226
- Parameters: {"p1"=>"p1"}
227
- Rendered pages/crumbs.html.erb within layouts/application (0.9ms)
228
- Completed 500 Internal Server Error in 1ms
229
- --------------------------------------------
230
- WithLastTest: test_last_request_in_same_path
231
- --------------------------------------------
232
- Started GET "/" for 127.0.0.1 at 2016-12-04 13:26:38 -0300
233
- Processing by PagesController#index as HTML
234
- Rendered pages/crumbs.html.erb within layouts/application (0.8ms)
235
- Completed 500 Internal Server Error in 1ms
236
- -----------------------------------------------------------------------------
237
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
238
- -----------------------------------------------------------------------------
239
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:26:38 -0300
240
- Processing by PagesController#index as HTML
241
- Parameters: {"p1"=>"p1"}
242
- Rendered pages/crumbs.html.erb within layouts/application (0.8ms)
243
- Completed 500 Internal Server Error in 1ms
244
- --------------------------------------------------------------------
245
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
246
- --------------------------------------------------------------------
247
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:28:07 -0300
248
- Processing by PagesController#index as HTML
249
- Parameters: {"p1"=>"p1"}
250
- Completed 500 Internal Server Error in 8615ms
251
- ----------------------------------------------------------------------
252
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
253
- ----------------------------------------------------------------------
254
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 13:28:36 -0300
255
- Processing by PagesController#index as HTML
256
- Parameters: {"p1"=>"p1"}
257
- Completed 500 Internal Server Error in 3600ms
258
- ---------------------------
259
- GeneratorTest: test_install
260
- ---------------------------
261
- ---------------------------------------------------------------------------
262
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
263
- ---------------------------------------------------------------------------
264
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 20:29:53 -0300
265
- Processing by PagesController#index as HTML
266
- Parameters: {"p1"=>"p1"}
267
- Completed 500 Internal Server Error in 7061ms
268
- -----------------------------------------------------------------------------
269
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
270
- -----------------------------------------------------------------------------
271
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 20:31:31 -0300
272
- Processing by PagesController#index as HTML
273
- Parameters: {"p1"=>"p1"}
274
- Completed 500 Internal Server Error in 1281ms
275
- ---------------------------
276
- GeneratorTest: test_install
277
- ---------------------------
278
- --------------------------------------------
279
- WithLastTest: test_last_request_in_same_path
280
- --------------------------------------------
281
- Started GET "/" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
282
- Processing by PagesController#index as HTML
283
- Completed 500 Internal Server Error in 0ms
284
- ----------------------------------------------------------------------
285
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
286
- ----------------------------------------------------------------------
287
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
288
- Processing by PagesController#index as HTML
289
- Parameters: {"p1"=>"p1"}
290
- Completed 500 Internal Server Error in 0ms
291
- --------------------------------------------------------------------
292
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
293
- --------------------------------------------------------------------
294
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
295
- Processing by PagesController#index as HTML
296
- Parameters: {"p1"=>"p1"}
297
- Completed 500 Internal Server Error in 0ms
298
- ---------------------------------------------------------------------------
299
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
300
- ---------------------------------------------------------------------------
301
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
302
- Processing by PagesController#index as HTML
303
- Parameters: {"p1"=>"p1"}
304
- Completed 500 Internal Server Error in 0ms
305
- -----------------------------------------------------------------------------
306
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
307
- -----------------------------------------------------------------------------
308
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
309
- Processing by PagesController#index as HTML
310
- Parameters: {"p1"=>"p1"}
311
- Completed 500 Internal Server Error in 0ms
312
- ---------------------------------------------------
313
- WithLastTest: test_translations_not_cause_any_error
314
- ---------------------------------------------------
315
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
316
- Processing by PagesController#index as HTML
317
- Parameters: {"p1"=>"p1"}
318
- Completed 500 Internal Server Error in 0ms
319
- ----------------------------------------
320
- WithLastTest: test_namespaced_controller
321
- ----------------------------------------
322
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
323
- Processing by Namespace::PagesController#index as HTML
324
- Completed 500 Internal Server Error in 0ms
325
- -------------------------------------------------------------------------
326
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
327
- -------------------------------------------------------------------------
328
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 21:59:59 -0300
329
- Processing by PagesController#index as HTML
330
- Parameters: {"p1"=>"p1"}
331
- Completed 500 Internal Server Error in 0ms
332
- -----------------------------------------------------------------------------
333
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
334
- -----------------------------------------------------------------------------
335
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:00:12 -0300
336
- Processing by PagesController#index as HTML
337
- Parameters: {"p1"=>"p1"}
338
- Completed 500 Internal Server Error in 13736ms
339
- ---------------------------
340
- GeneratorTest: test_install
341
- ---------------------------
342
- ---------------------------------------------------------------------------
343
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
344
- ---------------------------------------------------------------------------
345
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:00:37 -0300
346
- Processing by PagesController#index as HTML
347
- Parameters: {"p1"=>"p1"}
348
- Completed 500 Internal Server Error in 1538ms
349
- -------------------------------------------------------------------------
350
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
351
- -------------------------------------------------------------------------
352
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:01:16 -0300
353
- Processing by PagesController#index as HTML
354
- Parameters: {"p1"=>"p1"}
355
- Completed 500 Internal Server Error in 1197ms
356
- ---------------------------
357
- GeneratorTest: test_install
358
- ---------------------------
359
- -----------------------------------------------------------------------------
360
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
361
- -----------------------------------------------------------------------------
362
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
363
- Processing by PagesController#index as HTML
364
- Parameters: {"p1"=>"p1"}
365
- Completed 500 Internal Server Error in 7ms
366
- ---------------------------------------------------
367
- WithLastTest: test_translations_not_cause_any_error
368
- ---------------------------------------------------
369
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
370
- Processing by PagesController#index as HTML
371
- Parameters: {"p1"=>"p1"}
372
- Completed 500 Internal Server Error in 0ms
373
- ----------------------------------------------------------------------
374
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
375
- ----------------------------------------------------------------------
376
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
377
- Processing by PagesController#index as HTML
378
- Parameters: {"p1"=>"p1"}
379
- Completed 500 Internal Server Error in 0ms
380
- --------------------------------------------------------------------
381
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
382
- --------------------------------------------------------------------
383
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
384
- Processing by PagesController#index as HTML
385
- Parameters: {"p1"=>"p1"}
386
- Completed 500 Internal Server Error in 0ms
387
- ---------------------------------------------------------------------------
388
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
389
- ---------------------------------------------------------------------------
390
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
391
- Processing by PagesController#index as HTML
392
- Parameters: {"p1"=>"p1"}
393
- Completed 500 Internal Server Error in 0ms
394
- --------------------------------------------
395
- WithLastTest: test_last_request_in_same_path
396
- --------------------------------------------
397
- Started GET "/" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
398
- Processing by PagesController#index as HTML
399
- Completed 500 Internal Server Error in 0ms
400
- ----------------------------------------
401
- WithLastTest: test_namespaced_controller
402
- ----------------------------------------
403
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
404
- Processing by Namespace::PagesController#index as HTML
405
- Completed 500 Internal Server Error in 0ms
406
- -------------------------------------------------------------------------
407
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
408
- -------------------------------------------------------------------------
409
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:01:29 -0300
410
- Processing by PagesController#index as HTML
411
- Parameters: {"p1"=>"p1"}
412
- Completed 500 Internal Server Error in 0ms
413
- ---------------------------
414
- GeneratorTest: test_install
415
- ---------------------------
416
- ----------------------------------------
417
- WithLastTest: test_namespaced_controller
418
- ----------------------------------------
419
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
420
- Processing by Namespace::PagesController#index as HTML
421
- Completed 500 Internal Server Error in 6ms
422
- ----------------------------------------------------------------------
423
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
424
- ----------------------------------------------------------------------
425
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
426
- Processing by PagesController#index as HTML
427
- Parameters: {"p1"=>"p1"}
428
- Completed 500 Internal Server Error in 0ms
429
- --------------------------------------------
430
- WithLastTest: test_last_request_in_same_path
431
- --------------------------------------------
432
- Started GET "/" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
433
- Processing by PagesController#index as HTML
434
- Completed 500 Internal Server Error in 0ms
435
- ---------------------------------------------------
436
- WithLastTest: test_translations_not_cause_any_error
437
- ---------------------------------------------------
438
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
439
- Processing by PagesController#index as HTML
440
- Parameters: {"p1"=>"p1"}
441
- Completed 500 Internal Server Error in 0ms
442
- ---------------------------------------------------------------------------
443
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
444
- ---------------------------------------------------------------------------
445
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
446
- Processing by PagesController#index as HTML
447
- Parameters: {"p1"=>"p1"}
448
- Completed 500 Internal Server Error in 0ms
449
- -------------------------------------------------------------------------
450
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
451
- -------------------------------------------------------------------------
452
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
453
- Processing by PagesController#index as HTML
454
- Parameters: {"p1"=>"p1"}
455
- Completed 500 Internal Server Error in 0ms
456
- --------------------------------------------------------------------
457
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
458
- --------------------------------------------------------------------
459
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
460
- Processing by PagesController#index as HTML
461
- Parameters: {"p1"=>"p1"}
462
- Completed 500 Internal Server Error in 0ms
463
- -----------------------------------------------------------------------------
464
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
465
- -----------------------------------------------------------------------------
466
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:27 -0300
467
- Processing by PagesController#index as HTML
468
- Parameters: {"p1"=>"p1"}
469
- Completed 500 Internal Server Error in 0ms
470
- ---------------------------
471
- GeneratorTest: test_install
472
- ---------------------------
473
- ---------------------------------------------------------------------------
474
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
475
- ---------------------------------------------------------------------------
476
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
477
- Processing by PagesController#index as HTML
478
- Parameters: {"p1"=>"p1"}
479
- Completed 500 Internal Server Error in 6ms
480
- --------------------------------------------------------------------
481
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
482
- --------------------------------------------------------------------
483
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
484
- Processing by PagesController#index as HTML
485
- Parameters: {"p1"=>"p1"}
486
- Completed 500 Internal Server Error in 0ms
487
- ---------------------------------------------------
488
- WithLastTest: test_translations_not_cause_any_error
489
- ---------------------------------------------------
490
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
491
- Processing by PagesController#index as HTML
492
- Parameters: {"p1"=>"p1"}
493
- Completed 500 Internal Server Error in 0ms
494
- -----------------------------------------------------------------------------
495
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
496
- -----------------------------------------------------------------------------
497
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
498
- Processing by PagesController#index as HTML
499
- Parameters: {"p1"=>"p1"}
500
- Completed 500 Internal Server Error in 0ms
501
- --------------------------------------------
502
- WithLastTest: test_last_request_in_same_path
503
- --------------------------------------------
504
- Started GET "/" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
505
- Processing by PagesController#index as HTML
506
- Completed 500 Internal Server Error in 0ms
507
- ----------------------------------------
508
- WithLastTest: test_namespaced_controller
509
- ----------------------------------------
510
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
511
- Processing by Namespace::PagesController#index as HTML
512
- Completed 500 Internal Server Error in 0ms
513
- ----------------------------------------------------------------------
514
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
515
- ----------------------------------------------------------------------
516
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
517
- Processing by PagesController#index as HTML
518
- Parameters: {"p1"=>"p1"}
519
- Completed 500 Internal Server Error in 0ms
520
- -------------------------------------------------------------------------
521
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
522
- -------------------------------------------------------------------------
523
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 22:02:43 -0300
524
- Processing by PagesController#index as HTML
525
- Parameters: {"p1"=>"p1"}
526
- Completed 500 Internal Server Error in 0ms
527
- --------------------------------------------------------------------
528
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
529
- --------------------------------------------------------------------
530
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
531
- Processing by PagesController#index as HTML
532
- Parameters: {"p1"=>"p1"}
533
- Completed 500 Internal Server Error in 0ms
534
- -----------------------------------------------------------------------------
535
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
536
- -----------------------------------------------------------------------------
537
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
538
- Processing by PagesController#index as HTML
539
- Parameters: {"p1"=>"p1"}
540
- Completed 500 Internal Server Error in 0ms
541
- ----------------------------------------
542
- WithLastTest: test_namespaced_controller
543
- ----------------------------------------
544
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
545
- Processing by Namespace::PagesController#index as HTML
546
- Completed 500 Internal Server Error in 0ms
547
- ----------------------------------------------------------------------
548
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
549
- ----------------------------------------------------------------------
550
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
551
- Processing by PagesController#index as HTML
552
- Parameters: {"p1"=>"p1"}
553
- Completed 500 Internal Server Error in 0ms
554
- ---------------------------------------------------------------------------
555
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
556
- ---------------------------------------------------------------------------
557
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
558
- Processing by PagesController#index as HTML
559
- Parameters: {"p1"=>"p1"}
560
- Completed 500 Internal Server Error in 0ms
561
- -------------------------------------------------------------------------
562
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
563
- -------------------------------------------------------------------------
564
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
565
- Processing by PagesController#index as HTML
566
- Parameters: {"p1"=>"p1"}
567
- Completed 500 Internal Server Error in 0ms
568
- ---------------------------------------------------
569
- WithLastTest: test_translations_not_cause_any_error
570
- ---------------------------------------------------
571
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
572
- Processing by PagesController#index as HTML
573
- Parameters: {"p1"=>"p1"}
574
- Completed 500 Internal Server Error in 0ms
575
- --------------------------------------------
576
- WithLastTest: test_last_request_in_same_path
577
- --------------------------------------------
578
- Started GET "/" for 127.0.0.1 at 2016-12-04 23:03:54 -0300
579
- Processing by PagesController#index as HTML
580
- Completed 500 Internal Server Error in 0ms
581
- ---------------------------
582
- GeneratorTest: test_install
583
- ---------------------------
584
- ---------------------------
585
- GeneratorTest: test_install
586
- ---------------------------
587
- ---------------------------------------------------------------------------
588
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
589
- ---------------------------------------------------------------------------
590
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
591
- Processing by PagesController#index as HTML
592
- Parameters: {"p1"=>"p1"}
593
- Completed 500 Internal Server Error in 7ms
594
- --------------------------------------------------------------------
595
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
596
- --------------------------------------------------------------------
597
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
598
- Processing by PagesController#index as HTML
599
- Parameters: {"p1"=>"p1"}
600
- Completed 500 Internal Server Error in 0ms
601
- --------------------------------------------
602
- WithLastTest: test_last_request_in_same_path
603
- --------------------------------------------
604
- Started GET "/" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
605
- Processing by PagesController#index as HTML
606
- Completed 500 Internal Server Error in 0ms
607
- -----------------------------------------------------------------------------
608
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
609
- -----------------------------------------------------------------------------
610
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
611
- Processing by PagesController#index as HTML
612
- Parameters: {"p1"=>"p1"}
613
- Completed 500 Internal Server Error in 0ms
614
- ---------------------------------------------------
615
- WithLastTest: test_translations_not_cause_any_error
616
- ---------------------------------------------------
617
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
618
- Processing by PagesController#index as HTML
619
- Parameters: {"p1"=>"p1"}
620
- Completed 500 Internal Server Error in 0ms
621
- ----------------------------------------------------------------------
622
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
623
- ----------------------------------------------------------------------
624
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
625
- Processing by PagesController#index as HTML
626
- Parameters: {"p1"=>"p1"}
627
- Completed 500 Internal Server Error in 0ms
628
- -------------------------------------------------------------------------
629
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
630
- -------------------------------------------------------------------------
631
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
632
- Processing by PagesController#index as HTML
633
- Parameters: {"p1"=>"p1"}
634
- Completed 500 Internal Server Error in 0ms
635
- ----------------------------------------
636
- WithLastTest: test_namespaced_controller
637
- ----------------------------------------
638
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 23:04:11 -0300
639
- Processing by Namespace::PagesController#index as HTML
640
- Completed 500 Internal Server Error in 0ms
641
- ---------------------------------------------------------------------------
642
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
643
- ---------------------------------------------------------------------------
644
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
645
- Processing by PagesController#index as HTML
646
- Parameters: {"p1"=>"p1"}
647
- Completed 500 Internal Server Error in 7ms
648
- ---------------------------------------------------
649
- WithLastTest: test_translations_not_cause_any_error
650
- ---------------------------------------------------
651
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
652
- Processing by PagesController#index as HTML
653
- Parameters: {"p1"=>"p1"}
654
- Completed 500 Internal Server Error in 0ms
655
- --------------------------------------------
656
- WithLastTest: test_last_request_in_same_path
657
- --------------------------------------------
658
- Started GET "/" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
659
- Processing by PagesController#index as HTML
660
- Completed 500 Internal Server Error in 0ms
661
- ----------------------------------------------------------------------
662
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
663
- ----------------------------------------------------------------------
664
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
665
- Processing by PagesController#index as HTML
666
- Parameters: {"p1"=>"p1"}
667
- Completed 500 Internal Server Error in 0ms
668
- ----------------------------------------
669
- WithLastTest: test_namespaced_controller
670
- ----------------------------------------
671
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
672
- Processing by Namespace::PagesController#index as HTML
673
- Completed 500 Internal Server Error in 0ms
674
- -------------------------------------------------------------------------
675
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
676
- -------------------------------------------------------------------------
677
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
678
- Processing by PagesController#index as HTML
679
- Parameters: {"p1"=>"p1"}
680
- Completed 500 Internal Server Error in 0ms
681
- --------------------------------------------------------------------
682
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
683
- --------------------------------------------------------------------
684
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
685
- Processing by PagesController#index as HTML
686
- Parameters: {"p1"=>"p1"}
687
- Completed 500 Internal Server Error in 0ms
688
- -----------------------------------------------------------------------------
689
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
690
- -----------------------------------------------------------------------------
691
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:04:55 -0300
692
- Processing by PagesController#index as HTML
693
- Parameters: {"p1"=>"p1"}
694
- Completed 500 Internal Server Error in 0ms
695
- ---------------------------
696
- GeneratorTest: test_install
697
- ---------------------------
698
- ---------------------------
699
- GeneratorTest: test_install
700
- ---------------------------
701
- --------------------------------------------
702
- WithLastTest: test_last_request_in_same_path
703
- --------------------------------------------
704
- Started GET "/" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
705
- Processing by PagesController#index as HTML
706
- Rendered pages/crumbs.html.erb within layouts/application (1.7ms)
707
- Completed 200 OK in 134ms (Views: 127.4ms)
708
- ----------------------------------------
709
- WithLastTest: test_namespaced_controller
710
- ----------------------------------------
711
- Started GET "/namespaced" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
712
- Processing by Namespace::PagesController#index as HTML
713
- Rendered pages/crumbs.html.erb within layouts/application (0.4ms)
714
- Completed 200 OK in 4ms (Views: 3.5ms)
715
- -----------------------------------------------------------------------------
716
- WithLastTest: test_params_not_cause_any_error_and_can_be_use_alter_crumb_name
717
- -----------------------------------------------------------------------------
718
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
719
- Processing by PagesController#index as HTML
720
- Parameters: {"p1"=>"p1"}
721
- Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
722
- Completed 200 OK in 2ms (Views: 1.3ms)
723
- -------------------------------------------------------------------------
724
- WithLastTest: test_remember_last_request_with_parameters_in_the_same_path
725
- -------------------------------------------------------------------------
726
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
727
- Processing by PagesController#index as HTML
728
- Parameters: {"p1"=>"p1"}
729
- Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
730
- Completed 200 OK in 2ms (Views: 1.6ms)
731
- ---------------------------------------------------------------------------
732
- WithLastTest: test_empty_crumbs_not_cause_any_error_and_not_generate_crumbs
733
- ---------------------------------------------------------------------------
734
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
735
- Processing by PagesController#index as HTML
736
- Parameters: {"p1"=>"p1"}
737
- Rendered pages/crumbs.html.erb within layouts/application (0.3ms)
738
- Completed 200 OK in 2ms (Views: 1.3ms)
739
- ---------------------------------------------------
740
- WithLastTest: test_translations_not_cause_any_error
741
- ---------------------------------------------------
742
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
743
- Processing by PagesController#index as HTML
744
- Parameters: {"p1"=>"p1"}
745
- Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
746
- Completed 200 OK in 2ms (Views: 1.3ms)
747
- ----------------------------------------------------------------------
748
- WithLastTest: test_gaps_not_cause_any_error_and_generate_crumbs_either
749
- ----------------------------------------------------------------------
750
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
751
- Processing by PagesController#index as HTML
752
- Parameters: {"p1"=>"p1"}
753
- Rendered pages/crumbs.html.erb within layouts/application (0.2ms)
754
- Completed 200 OK in 2ms (Views: 1.3ms)
755
- --------------------------------------------------------------------
756
- WithLastTest: test_going_back_not_cause_any_error_and_retain_history
757
- --------------------------------------------------------------------
758
- Started GET "/?p1=p1" for 127.0.0.1 at 2016-12-04 23:05:07 -0300
759
- Processing by PagesController#index as HTML
760
- Parameters: {"p1"=>"p1"}
761
- Rendered pages/crumbs.html.erb within layouts/application (0.3ms)
762
- Completed 200 OK in 2ms (Views: 1.2ms)
763
- ---------------------------
764
- GeneratorTest: test_install
765
- ---------------------------
766
- ------------------------
767
- CrumbsTest: test_history
768
- ------------------------
769
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:03:15 -0300
770
- Processing by PagesController#index as HTML
771
- Rendered application/_crumbs.html.erb (0.5ms)
772
- Rendered application/index.html.erb within layouts/application (6.4ms)
773
- Completed 200 OK in 140ms (Views: 132.0ms)
774
- ---------------------------
775
- GeneratorTest: test_install
776
- ---------------------------
777
- ------------------------
778
- CrumbsTest: test_history
779
- ------------------------
780
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:03:44 -0300
781
- Processing by PagesController#index as HTML
782
- Rendered application/_crumbs.html.erb (0.4ms)
783
- Rendered application/index.html.erb within layouts/application (4.1ms)
784
- Completed 200 OK in 131ms (Views: 122.7ms)
785
- ------------------------
786
- CrumbsTest: test_history
787
- ------------------------
788
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:06:47 -0300
789
- Processing by PagesController#index as HTML
790
- Rendered application/_crumbs.html.erb (0.3ms)
791
- Rendered application/index.html.erb within layouts/application (3.3ms)
792
- Completed 200 OK in 124ms (Views: 118.0ms)
793
- ---------------------------
794
- GeneratorTest: test_install
795
- ---------------------------
796
- ------------------------
797
- CrumbsTest: test_history
798
- ------------------------
799
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:07:52 -0300
800
- Processing by PagesController#index as HTML
801
- Rendered application/_crumbs.html.erb (0.3ms)
802
- Rendered application/index.html.erb within layouts/application (3.2ms)
803
- Completed 200 OK in 133ms (Views: 126.5ms)
804
- ---------------------------
805
- GeneratorTest: test_install
806
- ---------------------------
807
- ------------------------
808
- CrumbsTest: test_history
809
- ------------------------
810
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:08:31 -0300
811
- Processing by PagesController#index as HTML
812
- Rendered application/_crumbs.html.erb (0.3ms)
813
- Rendered application/index.html.erb within layouts/application (3.2ms)
814
- Completed 200 OK in 129ms (Views: 123.3ms)
815
- ---------------------------
816
- GeneratorTest: test_install
817
- ---------------------------
818
- ---------------------------
819
- GeneratorTest: test_install
820
- ---------------------------
821
- ------------------------
822
- CrumbsTest: test_history
823
- ------------------------
824
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:11:57 -0300
825
- Processing by PagesController#index as HTML
826
- Rendered application/_crumbs.html.erb (0.6ms)
827
- Rendered application/index.html.erb within layouts/application (4.3ms)
828
- Completed 200 OK in 131ms (Views: 124.0ms)
829
- ------------------------
830
- CrumbsTest: test_history
831
- ------------------------
832
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:13:06 -0300
833
- Processing by PagesController#index as HTML
834
- Rendered application/_crumbs.html.erb (0.3ms)
835
- Rendered application/index.html.erb within layouts/application (3.3ms)
836
- Completed 200 OK in 123ms (Views: 117.1ms)
837
- ---------------------------
838
- GeneratorTest: test_install
839
- ---------------------------
840
- ------------------------
841
- CrumbsTest: test_history
842
- ------------------------
843
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:13:17 -0300
844
- Processing by PagesController#index as HTML
845
- Rendered application/_crumbs.html.erb (0.3ms)
846
- Rendered application/index.html.erb within layouts/application (3.3ms)
847
- Completed 200 OK in 128ms (Views: 122.3ms)
848
- ---------------------------
849
- GeneratorTest: test_install
850
- ---------------------------
851
- ---------------------------
852
- GeneratorTest: test_install
853
- ---------------------------
854
- ------------------------
855
- CrumbsTest: test_history
856
- ------------------------
857
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:14:58 -0300
858
- Processing by PagesController#index as HTML
859
- Rendered application/_crumbs.html.erb (0.6ms)
860
- Rendered application/index.html.erb within layouts/application (4.3ms)
861
- Completed 200 OK in 133ms (Views: 125.4ms)
862
- ---------------------------
863
- GeneratorTest: test_install
864
- ---------------------------
865
- ------------------------
866
- CrumbsTest: test_history
867
- ------------------------
868
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:15:14 -0300
869
- Processing by PagesController#index as HTML
870
- Rendered application/_crumbs.html.erb (0.5ms)
871
- Rendered application/index.html.erb within layouts/application (4.2ms)
872
- Completed 200 OK in 132ms (Views: 123.8ms)
873
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:15:14 -0300
874
- Processing by Admin::UsersController#index as HTML
875
- Parameters: {"query"=>""}
876
- Rendered application/_crumbs.html.erb (0.1ms)
877
- Rendered application/index.html.erb within layouts/application (0.7ms)
878
- Completed 200 OK in 5ms (Views: 3.5ms)
879
- ------------------------
880
- CrumbsTest: test_history
881
- ------------------------
882
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:15:29 -0300
883
- Processing by PagesController#index as HTML
884
- Rendered application/_crumbs.html.erb (0.4ms)
885
- Rendered application/index.html.erb within layouts/application (3.4ms)
886
- Completed 200 OK in 125ms (Views: 118.3ms)
887
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:15:29 -0300
888
- Processing by Admin::UsersController#index as HTML
889
- Parameters: {"query"=>""}
890
- Rendered application/_crumbs.html.erb (0.1ms)
891
- Rendered application/index.html.erb within layouts/application (0.7ms)
892
- Completed 200 OK in 4ms (Views: 3.1ms)
893
- ---------------------------
894
- GeneratorTest: test_install
895
- ---------------------------
896
- ------------------------
897
- CrumbsTest: test_history
898
- ------------------------
899
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:15:50 -0300
900
- Processing by PagesController#index as HTML
901
- Rendered application/_crumbs.html.erb (0.5ms)
902
- Rendered application/index.html.erb within layouts/application (3.8ms)
903
- Completed 200 OK in 133ms (Views: 126.7ms)
904
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:15:50 -0300
905
- Processing by Admin::UsersController#index as HTML
906
- Parameters: {"query"=>""}
907
- Rendered application/_crumbs.html.erb (0.1ms)
908
- Rendered application/index.html.erb within layouts/application (0.8ms)
909
- Completed 200 OK in 7ms (Views: 5.6ms)
910
- ---------------------------
911
- GeneratorTest: test_install
912
- ---------------------------
913
- ---------------------------
914
- GeneratorTest: test_install
915
- ---------------------------
916
- ------------------------
917
- CrumbsTest: test_history
918
- ------------------------
919
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:16:22 -0300
920
- Processing by PagesController#index as HTML
921
- Rendered application/_crumbs.html.erb (0.6ms)
922
- Rendered application/index.html.erb within layouts/application (4.9ms)
923
- Completed 200 OK in 131ms (Views: 124.2ms)
924
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:16:22 -0300
925
- Processing by Admin::UsersController#index as HTML
926
- Parameters: {"query"=>""}
927
- Rendered application/_crumbs.html.erb (0.1ms)
928
- Rendered application/index.html.erb within layouts/application (0.6ms)
929
- Completed 200 OK in 4ms (Views: 3.7ms)
930
- ---------------------------
931
- GeneratorTest: test_install
932
- ---------------------------
933
- ------------------------
934
- CrumbsTest: test_history
935
- ------------------------
936
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:19:22 -0300
937
- Processing by PagesController#index as HTML
938
- Rendered application/_crumbs.html.erb (0.3ms)
939
- Rendered application/index.html.erb within layouts/application (5.2ms)
940
- Completed 200 OK in 133ms (Views: 125.0ms)
941
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:19:22 -0300
942
- Processing by Admin::UsersController#index as HTML
943
- Parameters: {"query"=>""}
944
- Rendered application/_crumbs.html.erb (0.1ms)
945
- Rendered application/index.html.erb within layouts/application (0.8ms)
946
- Completed 200 OK in 6ms (Views: 4.5ms)
947
- Started GET "/admin/users/7" for 127.0.0.1 at 2016-12-05 00:19:22 -0300
948
- ------------------------
949
- CrumbsTest: test_history
950
- ------------------------
951
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:19:34 -0300
952
- Processing by PagesController#index as HTML
953
- Rendered application/_crumbs.html.erb (0.3ms)
954
- Rendered application/index.html.erb within layouts/application (3.3ms)
955
- Completed 200 OK in 124ms (Views: 117.3ms)
956
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:19:34 -0300
957
- Processing by Admin::UsersController#index as HTML
958
- Parameters: {"query"=>""}
959
- Rendered application/_crumbs.html.erb (0.1ms)
960
- Rendered application/index.html.erb within layouts/application (0.8ms)
961
- Completed 200 OK in 4ms (Views: 3.2ms)
962
- Started GET "/admin/users/7" for 127.0.0.1 at 2016-12-05 00:19:34 -0300
963
- Processing by Admin::UsersController#show as HTML
964
- Parameters: {"id"=>"7"}
965
- Rendered application/_crumbs.html.erb (0.1ms)
966
- Rendered application/show.html.erb within layouts/application (0.5ms)
967
- Completed 200 OK in 8ms (Views: 7.0ms)
968
- ---------------------------
969
- GeneratorTest: test_install
970
- ---------------------------
971
- ------------------------
972
- CrumbsTest: test_history
973
- ------------------------
974
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:21:07 -0300
975
- Processing by PagesController#index as HTML
976
- Rendered application/_crumbs.html.erb (0.3ms)
977
- Rendered application/index.html.erb within layouts/application (3.3ms)
978
- Completed 200 OK in 136ms (Views: 129.3ms)
979
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:21:08 -0300
980
- Processing by Admin::UsersController#index as HTML
981
- Parameters: {"query"=>""}
982
- Rendered application/_crumbs.html.erb (0.1ms)
983
- Rendered application/index.html.erb within layouts/application (0.7ms)
984
- Completed 200 OK in 5ms (Views: 4.5ms)
985
- Started GET "/admin/users/7" for 127.0.0.1 at 2016-12-05 00:21:08 -0300
986
- Processing by Admin::UsersController#show as HTML
987
- Parameters: {"id"=>"7"}
988
- Rendered application/_crumbs.html.erb (0.1ms)
989
- Rendered application/show.html.erb within layouts/application (0.5ms)
990
- Completed 200 OK in 3ms (Views: 2.4ms)
991
- Started GET "/admin/reports/deliveries" for 127.0.0.1 at 2016-12-05 00:21:08 -0300
992
- ---------------------------
993
- GeneratorTest: test_install
994
- ---------------------------
995
- ---------------------------
996
- GeneratorTest: test_install
997
- ---------------------------
998
- ------------------------
999
- CrumbsTest: test_history
1000
- ------------------------
1001
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:21:58 -0300
1002
- Processing by PagesController#index as HTML
1003
- Rendered application/_crumbs.html.erb (0.4ms)
1004
- Rendered application/index.html.erb within layouts/application (4.5ms)
1005
- Completed 200 OK in 159ms (Views: 149.3ms)
1006
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:21:58 -0300
1007
- Processing by Admin::UsersController#index as HTML
1008
- Parameters: {"query"=>""}
1009
- Rendered application/_crumbs.html.erb (0.1ms)
1010
- Rendered application/index.html.erb within layouts/application (0.7ms)
1011
- Completed 200 OK in 7ms (Views: 5.5ms)
1012
- Started GET "/admin/users/7" for 127.0.0.1 at 2016-12-05 00:21:58 -0300
1013
- Processing by Admin::UsersController#show as HTML
1014
- Parameters: {"id"=>"7"}
1015
- Rendered application/_crumbs.html.erb (0.1ms)
1016
- Rendered application/show.html.erb within layouts/application (0.4ms)
1017
- Completed 200 OK in 3ms (Views: 2.3ms)
1018
- Started GET "/admin/reports/deliveries" for 127.0.0.1 at 2016-12-05 00:21:58 -0300
1019
- Processing by Admin::Reports::DeliveriesController#index as HTML
1020
- Rendered application/_crumbs.html.erb (0.1ms)
1021
- Rendered application/index.html.erb within layouts/application (0.7ms)
1022
- Completed 200 OK in 5ms (Views: 4.3ms)
1023
- ---------------------------
1024
- GeneratorTest: test_install
1025
- ---------------------------
1026
- ------------------------
1027
- CrumbsTest: test_history
1028
- ------------------------
1029
- Started GET "/" for 127.0.0.1 at 2016-12-05 00:22:17 -0300
1030
- Processing by PagesController#index as HTML
1031
- Rendered application/_crumbs.html.erb (0.6ms)
1032
- Rendered application/index.html.erb within layouts/application (3.9ms)
1033
- Completed 200 OK in 139ms (Views: 131.0ms)
1034
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-05 00:22:17 -0300
1035
- Processing by Admin::UsersController#index as HTML
1036
- Parameters: {"query"=>""}
1037
- Rendered application/_crumbs.html.erb (0.1ms)
1038
- Rendered application/index.html.erb within layouts/application (0.7ms)
1039
- Completed 200 OK in 5ms (Views: 4.2ms)
1040
- Started GET "/admin/users/7" for 127.0.0.1 at 2016-12-05 00:22:17 -0300
1041
- Processing by Admin::UsersController#show as HTML
1042
- Parameters: {"id"=>"7"}
1043
- Rendered application/_crumbs.html.erb (0.1ms)
1044
- Rendered application/show.html.erb within layouts/application (0.5ms)
1045
- Completed 200 OK in 3ms (Views: 2.4ms)
1046
- Started GET "/admin/reports/deliveries" for 127.0.0.1 at 2016-12-05 00:22:17 -0300
1047
- Processing by Admin::Reports::DeliveriesController#index as HTML
1048
- Rendered application/_crumbs.html.erb (0.1ms)
1049
- Rendered application/index.html.erb within layouts/application (0.7ms)
1050
- Completed 200 OK in 4ms (Views: 3.7ms)
1051
- --------------------
1052
- ViewTest: test_links
1053
- --------------------
1054
- Started GET "/" for 127.0.0.1 at 2016-12-13 14:50:49 -0300
1055
- Processing by PagesController#index as HTML
1056
- Rendered application/_crumbs.html.erb (0.4ms)
1057
- Rendered application/index.html.erb within layouts/application (5.4ms)
1058
- Completed 200 OK in 132ms (Views: 124.8ms)
1059
- Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-13 14:50:49 -0300
1060
- Processing by Admin::UsersController#index as HTML
1061
- Parameters: {"query"=>""}
1062
- Rendered application/_crumbs.html.erb (0.1ms)
1063
- Rendered application/index.html.erb within layouts/application (0.7ms)
1064
- Completed 200 OK in 4ms (Views: 3.5ms)
1065
- Started GET "/admin/users/7" for 127.0.0.1 at 2016-12-13 14:50:49 -0300
1066
- Processing by Admin::UsersController#show as HTML
1067
- Parameters: {"id"=>"7"}
1068
- Rendered application/_crumbs.html.erb (0.1ms)
1069
- Rendered application/show.html.erb within layouts/application (0.5ms)
1070
- Completed 200 OK in 3ms (Views: 2.6ms)
1071
- Started GET "/admin/reports/deliveries" for 127.0.0.1 at 2016-12-13 14:50:49 -0300
1072
- Processing by Admin::Reports::DeliveriesController#index as HTML
1073
- Rendered application/_crumbs.html.erb (0.1ms)
1074
- Rendered application/index.html.erb within layouts/application (0.7ms)
1075
- Completed 200 OK in 4ms (Views: 3.3ms)
1076
- ---------------------------
1077
- GeneratorTest: test_install
1078
- ---------------------------