docmago_client 0.3.2 → 0.4.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.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/{README.rdoc → README.md} +0 -0
  3. data/lib/docmago_client/exception.rb +3 -3
  4. data/lib/docmago_client/html_resource_archiver.rb +50 -29
  5. data/lib/docmago_client/railtie.rb +15 -14
  6. data/lib/docmago_client/version.rb +1 -1
  7. data/lib/docmago_client.rb +34 -33
  8. metadata +29 -162
  9. data/MIT-LICENSE +0 -20
  10. data/Rakefile +0 -34
  11. data/lib/tasks/docmago_client_tasks.rake +0 -4
  12. data/test/docmago_client_test.rb +0 -7
  13. data/test/dummy/README.rdoc +0 -261
  14. data/test/dummy/Rakefile +0 -7
  15. data/test/dummy/app/assets/javascripts/application.js +0 -15
  16. data/test/dummy/app/assets/stylesheets/application.css +0 -13
  17. data/test/dummy/app/controllers/application_controller.rb +0 -3
  18. data/test/dummy/app/controllers/home_controller.rb +0 -15
  19. data/test/dummy/app/helpers/application_helper.rb +0 -2
  20. data/test/dummy/app/views/home/index.html.erb +0 -3
  21. data/test/dummy/app/views/home/index.pdf.erb +0 -1
  22. data/test/dummy/app/views/home/pdf/subdir_template.pdf.erb +0 -1
  23. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  24. data/test/dummy/config/application.rb +0 -53
  25. data/test/dummy/config/boot.rb +0 -10
  26. data/test/dummy/config/database.yml +0 -25
  27. data/test/dummy/config/environment.rb +0 -5
  28. data/test/dummy/config/environments/development.rb +0 -31
  29. data/test/dummy/config/environments/production.rb +0 -75
  30. data/test/dummy/config/environments/test.rb +0 -36
  31. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  32. data/test/dummy/config/initializers/docmago.rb +0 -2
  33. data/test/dummy/config/initializers/inflections.rb +0 -15
  34. data/test/dummy/config/initializers/mime_types.rb +0 -5
  35. data/test/dummy/config/initializers/secret_token.rb +0 -7
  36. data/test/dummy/config/initializers/session_store.rb +0 -8
  37. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  38. data/test/dummy/config/locales/en.yml +0 -5
  39. data/test/dummy/config/routes.rb +0 -4
  40. data/test/dummy/config.ru +0 -4
  41. data/test/dummy/db/development.sqlite3 +0 -0
  42. data/test/dummy/db/test.sqlite3 +0 -0
  43. data/test/dummy/log/development.log +0 -266
  44. data/test/dummy/log/test.log +0 -2416
  45. data/test/dummy/public/404.html +0 -26
  46. data/test/dummy/public/422.html +0 -26
  47. data/test/dummy/public/500.html +0 -25
  48. data/test/dummy/public/favicon.ico +0 -0
  49. data/test/dummy/script/rails +0 -6
  50. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  51. data/test/dummy/tmp/cache/assets/CF0/DC0/sprockets%2Fc7df72c44e5cf6295507448c4726d47b +0 -0
  52. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  53. data/test/dummy/tmp/cache/assets/D3C/0C0/sprockets%2F984da4677de1065bf04bbd8a505d0e90 +0 -0
  54. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  55. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  56. data/test/dummy/tmp/cache/assets/D71/8C0/sprockets%2F07e1f1387073a8829a9b7edfdaa771aa +0 -0
  57. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  58. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  59. data/test/dummy/tmp/cache/assets/E5E/0C0/sprockets%2Fb7fae3fe0c7bca77de72b8e8800aad9a +0 -0
  60. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  61. data/test/dummy/tmp/cache/assets/test/sprockets/27db960e9aa643c0bb6a5c816ff0131e +0 -0
  62. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  63. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  64. data/test/dummy/tmp/cache/assets/test/sprockets/6f6310c1b5407da50f031143deb91c34 +0 -0
  65. data/test/dummy/tmp/cache/assets/test/sprockets/70bf67ab6d61f1c95b28741e6ab01ef2 +0 -0
  66. data/test/dummy/tmp/cache/assets/test/sprockets/79ad5cdd007a17eafa73d743b6755cb8 +0 -0
  67. data/test/dummy/tmp/cache/assets/test/sprockets/a939d785b831a27f85d9ac24def8836e +0 -0
  68. data/test/dummy/tmp/cache/assets/test/sprockets/b10fc2c45b5b421a2c9968a44b2b09af +0 -0
  69. data/test/dummy/tmp/cache/assets/test/sprockets/cc469c18b214c2fb0b7807c4e3c640f7 +0 -0
  70. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  71. data/test/dummy/tmp/cache/assets/test/sprockets/d5571dc03eff8cbafd90bc2c8e499122 +0 -0
  72. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  73. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  74. data/test/integration/navigation_test.rb +0 -31
  75. data/test/support/integration_case.rb +0 -5
  76. data/test/test_helper.rb +0 -20
@@ -1,2416 +0,0 @@
1
- Connecting to database specified by database.yml
2
-  (0.3ms) begin transaction
3
-  (0.0ms) rollback transaction
4
- Connecting to database specified by database.yml
5
-  (0.3ms) begin transaction
6
-  (0.0ms) rollback transaction
7
-  (0.0ms) begin transaction
8
-  (0.0ms) rollback transaction
9
- Connecting to database specified by database.yml
10
-  (0.3ms) begin transaction
11
-  (0.0ms) rollback transaction
12
-  (0.0ms) begin transaction
13
-  (0.0ms) rollback transaction
14
- Connecting to database specified by database.yml
15
-  (0.3ms) begin transaction
16
-  (0.0ms) rollback transaction
17
-  (0.0ms) begin transaction
18
-  (0.0ms) rollback transaction
19
- Connecting to database specified by database.yml
20
-  (0.3ms) begin transaction
21
-  (0.0ms) rollback transaction
22
-  (0.0ms) begin transaction
23
-  (0.0ms) rollback transaction
24
- Connecting to database specified by database.yml
25
-  (0.3ms) begin transaction
26
-  (0.0ms) rollback transaction
27
-  (0.0ms) begin transaction
28
-  (0.0ms) rollback transaction
29
- Connecting to database specified by database.yml
30
-  (0.3ms) begin transaction
31
-  (0.0ms) rollback transaction
32
-  (0.0ms) begin transaction
33
-  (0.0ms) rollback transaction
34
- Connecting to database specified by database.yml
35
-  (0.2ms) begin transaction
36
-  (0.0ms) rollback transaction
37
-  (0.0ms) begin transaction
38
-  (0.0ms) rollback transaction
39
- Connecting to database specified by database.yml
40
-  (0.3ms) begin transaction
41
-  (0.0ms) rollback transaction
42
-  (0.0ms) begin transaction
43
-  (0.0ms) rollback transaction
44
- Connecting to database specified by database.yml
45
-  (0.3ms) begin transaction
46
-  (0.0ms) rollback transaction
47
-  (0.0ms) begin transaction
48
-  (0.0ms) rollback transaction
49
- Connecting to database specified by database.yml
50
-  (0.3ms) begin transaction
51
-  (0.0ms) rollback transaction
52
-  (0.0ms) begin transaction
53
-  (0.0ms) rollback transaction
54
- Connecting to database specified by database.yml
55
-  (0.3ms) begin transaction
56
-  (0.0ms) rollback transaction
57
-  (0.0ms) begin transaction
58
-  (0.0ms) rollback transaction
59
- Connecting to database specified by database.yml
60
-  (0.3ms) begin transaction
61
-  (0.0ms) rollback transaction
62
-  (0.0ms) begin transaction
63
-  (0.0ms) rollback transaction
64
- Connecting to database specified by database.yml
65
-  (0.3ms) begin transaction
66
-  (0.0ms) rollback transaction
67
-  (0.0ms) begin transaction
68
-  (0.0ms) rollback transaction
69
- Connecting to database specified by database.yml
70
-  (0.3ms) begin transaction
71
-  (0.0ms) rollback transaction
72
-  (0.0ms) begin transaction
73
-  (0.0ms) rollback transaction
74
- Connecting to database specified by database.yml
75
-  (0.3ms) begin transaction
76
-  (0.0ms) rollback transaction
77
-  (0.0ms) begin transaction
78
-  (0.0ms) rollback transaction
79
- Connecting to database specified by database.yml
80
-  (0.3ms) begin transaction
81
-  (0.0ms) rollback transaction
82
-  (0.0ms) begin transaction
83
-  (0.0ms) rollback transaction
84
- Connecting to database specified by database.yml
85
-  (0.3ms) begin transaction
86
-  (0.0ms) rollback transaction
87
-  (0.0ms) begin transaction
88
-  (0.0ms) rollback transaction
89
- Connecting to database specified by database.yml
90
-  (0.3ms) begin transaction
91
-  (0.0ms) rollback transaction
92
-  (0.0ms) begin transaction
93
-  (0.0ms) rollback transaction
94
-  (0.0ms) begin transaction
95
-  (0.0ms) rollback transaction
96
- Connecting to database specified by database.yml
97
-  (0.2ms) begin transaction
98
-  (0.0ms) rollback transaction
99
-  (0.0ms) begin transaction
100
-
101
-
102
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:08:01 +0200
103
- Processing by HomeController#index as HTML
104
- Rendered home/index.html.erb within layouts/application (7.1ms)
105
- Completed 500 Internal Server Error in 36ms
106
-  (0.0ms) rollback transaction
107
-  (0.0ms) begin transaction
108
-  (0.0ms) rollback transaction
109
- Connecting to database specified by database.yml
110
-  (0.2ms) begin transaction
111
-  (0.0ms) rollback transaction
112
-  (0.0ms) begin transaction
113
-
114
-
115
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:10:09 +0200
116
- Processing by HomeController#index as HTML
117
- Rendered home/index.html.erb within layouts/application (1.6ms)
118
- Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.0ms)
119
-
120
-
121
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:10:09 +0200
122
- Processing by HomeController#index as PDF
123
- Completed 500 Internal Server Error in 1ms
124
-  (0.1ms) rollback transaction
125
-  (0.0ms) begin transaction
126
-  (0.0ms) rollback transaction
127
- Connecting to database specified by database.yml
128
-  (0.2ms) begin transaction
129
-  (0.0ms) rollback transaction
130
-  (0.0ms) begin transaction
131
-
132
-
133
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:10:48 +0200
134
- Processing by HomeController#index as HTML
135
- Rendered home/index.html.erb within layouts/application (1.7ms)
136
- Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.0ms)
137
-
138
-
139
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:10:48 +0200
140
- Processing by HomeController#index as PDF
141
- Rendered home/index.pdf.erb (0.2ms)
142
- Completed 500 Internal Server Error in 2ms
143
-  (0.1ms) rollback transaction
144
-  (0.0ms) begin transaction
145
-  (0.0ms) rollback transaction
146
- Connecting to database specified by database.yml
147
-  (0.2ms) begin transaction
148
-  (0.0ms) rollback transaction
149
-  (0.0ms) begin transaction
150
-
151
-
152
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:11:01 +0200
153
- Processing by HomeController#index as HTML
154
- Rendered home/index.html.erb within layouts/application (1.6ms)
155
- Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.0ms)
156
-
157
-
158
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:11:01 +0200
159
- Processing by HomeController#index as PDF
160
- Rendered text template (0.0ms)
161
- Sent data contents.pdf (1.7ms)
162
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
163
-  (0.1ms) rollback transaction
164
-  (0.0ms) begin transaction
165
-  (0.0ms) rollback transaction
166
- Connecting to database specified by database.yml
167
-  (0.2ms) begin transaction
168
-  (0.0ms) rollback transaction
169
-  (0.0ms) begin transaction
170
-
171
-
172
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:11:25 +0200
173
- Processing by HomeController#index as HTML
174
- Rendered home/index.html.erb within layouts/application (1.6ms)
175
- Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms)
176
-
177
-
178
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:11:25 +0200
179
- Processing by HomeController#index as PDF
180
- Rendered home/index.pdf.erb (0.2ms)
181
- Rendered text template (0.0ms)
182
- Sent data contents.pdf (1.1ms)
183
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
184
-  (0.1ms) rollback transaction
185
-  (0.0ms) begin transaction
186
-  (0.0ms) rollback transaction
187
- Connecting to database specified by database.yml
188
-  (0.3ms) begin transaction
189
-  (0.0ms) rollback transaction
190
-  (0.0ms) begin transaction
191
-
192
-
193
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:14:16 +0200
194
- Processing by HomeController#index as HTML
195
- Rendered home/index.html.erb within layouts/application (1.6ms)
196
- Completed 200 OK in 29ms (Views: 29.0ms | ActiveRecord: 0.0ms)
197
-
198
-
199
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:14:16 +0200
200
- Processing by HomeController#index as PDF
201
- Rendered home/index.pdf.erb (0.2ms)
202
- Rendered text template (0.0ms)
203
- Sent data contents.pdf (1.1ms)
204
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
205
-  (0.1ms) rollback transaction
206
-  (0.0ms) begin transaction
207
-  (0.0ms) rollback transaction
208
- Connecting to database specified by database.yml
209
-  (0.2ms) begin transaction
210
-  (0.0ms) rollback transaction
211
-  (0.0ms) begin transaction
212
-
213
-
214
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:14:40 +0200
215
- Processing by HomeController#index as HTML
216
- Rendered home/index.html.erb within layouts/application (1.6ms)
217
- Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)
218
-
219
-
220
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:14:40 +0200
221
- Processing by HomeController#index as PDF
222
- Rendered home/index.pdf.erb (0.2ms)
223
- Rendered text template (0.0ms)
224
- Sent data contents.pdf (1.2ms)
225
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
226
-  (0.1ms) rollback transaction
227
-  (0.0ms) begin transaction
228
-  (0.0ms) rollback transaction
229
- Connecting to database specified by database.yml
230
-  (0.2ms) begin transaction
231
-  (0.0ms) rollback transaction
232
-  (0.0ms) begin transaction
233
-
234
-
235
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:16:17 +0200
236
- Processing by HomeController#index as HTML
237
- Rendered home/index.html.erb within layouts/application (1.7ms)
238
- Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.0ms)
239
-
240
-
241
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:16:17 +0200
242
- Processing by HomeController#index as PDF
243
- Rendered home/index.pdf.erb (0.2ms)
244
- Rendered text template (0.0ms)
245
- Sent data contents.pdf (1.1ms)
246
- Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
247
-  (0.1ms) rollback transaction
248
-  (0.0ms) begin transaction
249
-  (0.0ms) rollback transaction
250
- Connecting to database specified by database.yml
251
-  (0.2ms) begin transaction
252
-  (0.0ms) rollback transaction
253
-  (0.0ms) begin transaction
254
-
255
-
256
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:16:27 +0200
257
- Processing by HomeController#index as HTML
258
- Rendered home/index.html.erb within layouts/application (1.6ms)
259
- Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.0ms)
260
-
261
-
262
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:16:27 +0200
263
- Processing by HomeController#index as PDF
264
- Rendered home/index.pdf.erb (0.2ms)
265
- Rendered text template (0.0ms)
266
- Sent data contents.pdf (1.1ms)
267
- Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
268
-  (0.1ms) rollback transaction
269
-  (0.0ms) begin transaction
270
-  (0.0ms) rollback transaction
271
- Connecting to database specified by database.yml
272
-  (0.2ms) begin transaction
273
-  (0.0ms) rollback transaction
274
-  (0.0ms) begin transaction
275
-
276
-
277
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:29:47 +0200
278
- Processing by HomeController#index as HTML
279
- Rendered home/index.html.erb within layouts/application (1.6ms)
280
- Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
281
-
282
-
283
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:29:47 +0200
284
- Processing by HomeController#index as PDF
285
- Rendered home/index.pdf.erb (0.2ms)
286
- Rendered text template (0.0ms)
287
- Sent data contents.pdf (1.1ms)
288
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
289
-  (0.1ms) rollback transaction
290
-  (0.0ms) begin transaction
291
-  (0.0ms) rollback transaction
292
- Connecting to database specified by database.yml
293
-  (0.2ms) begin transaction
294
-  (0.0ms) rollback transaction
295
-  (0.0ms) begin transaction
296
-
297
-
298
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:30:44 +0200
299
- Processing by HomeController#index as HTML
300
- Rendered home/index.html.erb within layouts/application (1.6ms)
301
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
302
-
303
-
304
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:30:44 +0200
305
- Processing by HomeController#index as PDF
306
- Rendered home/index.pdf.erb (0.2ms)
307
- Rendered text template (0.0ms)
308
- Sent data contents.pdf (1.1ms)
309
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
310
-  (0.1ms) rollback transaction
311
-  (0.0ms) begin transaction
312
-  (0.0ms) rollback transaction
313
- Connecting to database specified by database.yml
314
-  (0.2ms) begin transaction
315
-  (0.0ms) rollback transaction
316
-  (0.0ms) begin transaction
317
-
318
-
319
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:33:48 +0200
320
- Processing by HomeController#index as HTML
321
- Rendered home/index.html.erb within layouts/application (1.7ms)
322
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
323
-
324
-
325
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:33:48 +0200
326
- Processing by HomeController#index as PDF
327
- Rendered home/index.pdf.erb (0.2ms)
328
- Completed 500 Internal Server Error in 2ms
329
-  (0.1ms) rollback transaction
330
-  (0.0ms) begin transaction
331
-  (0.0ms) rollback transaction
332
- Connecting to database specified by database.yml
333
-  (0.2ms) begin transaction
334
-  (0.0ms) rollback transaction
335
-  (0.0ms) begin transaction
336
-
337
-
338
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:34:26 +0200
339
- Processing by HomeController#index as HTML
340
- Rendered home/index.html.erb within layouts/application (1.6ms)
341
- Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
342
-
343
-
344
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:34:26 +0200
345
- Processing by HomeController#index as PDF
346
- Rendered home/index.pdf.erb (0.3ms)
347
- Rendered text template (0.0ms)
348
- Sent data contents.pdf (2.6ms)
349
- Completed 200 OK in 119ms (Views: 118.7ms | ActiveRecord: 0.0ms)
350
-  (0.1ms) rollback transaction
351
-  (0.0ms) begin transaction
352
-  (0.0ms) rollback transaction
353
- Connecting to database specified by database.yml
354
-  (0.2ms) begin transaction
355
-  (0.0ms) rollback transaction
356
-  (0.0ms) begin transaction
357
-
358
-
359
- Started GET "/home" for 127.0.0.1 at 2012-08-04 14:34:46 +0200
360
- Processing by HomeController#index as HTML
361
- Rendered home/index.html.erb within layouts/application (1.6ms)
362
- Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
363
-
364
-
365
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 14:34:46 +0200
366
- Processing by HomeController#index as PDF
367
- Rendered home/index.pdf.erb (0.2ms)
368
- Rendered text template (0.0ms)
369
- Sent data contents.pdf (1.6ms)
370
- Completed 200 OK in 63ms (Views: 62.7ms | ActiveRecord: 0.0ms)
371
-  (0.1ms) rollback transaction
372
-  (0.0ms) begin transaction
373
-  (0.0ms) rollback transaction
374
- Connecting to database specified by database.yml
375
-  (0.2ms) begin transaction
376
-  (0.0ms) rollback transaction
377
-  (0.0ms) begin transaction
378
-
379
-
380
- Started GET "/home" for 127.0.0.1 at 2012-08-04 15:13:45 +0200
381
- Processing by HomeController#index as HTML
382
- Rendered home/index.html.erb within layouts/application (1.7ms)
383
- Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
384
-
385
-
386
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 15:13:45 +0200
387
- Processing by HomeController#index as PDF
388
- Rendered home/index.pdf.erb (0.2ms)
389
- Completed 500 Internal Server Error in 2ms
390
-  (0.1ms) rollback transaction
391
-  (0.0ms) begin transaction
392
-  (0.0ms) rollback transaction
393
- Connecting to database specified by database.yml
394
-  (0.2ms) begin transaction
395
-  (0.0ms) rollback transaction
396
-  (0.0ms) begin transaction
397
-
398
-
399
- Started GET "/home" for 127.0.0.1 at 2012-08-04 16:41:14 +0200
400
- Processing by HomeController#index as HTML
401
- Rendered home/index.html.erb within layouts/application (2.1ms)
402
- Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
403
-
404
-
405
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 16:41:14 +0200
406
- Processing by HomeController#index as PDF
407
- Rendered home/index.pdf.erb (0.2ms)
408
- Rendered inline template (0.4ms)
409
- Completed 401 Unauthorized in 56481ms (Views: 56481.1ms | ActiveRecord: 0.0ms)
410
-  (0.1ms) rollback transaction
411
-  (0.1ms) begin transaction
412
-  (0.0ms) rollback transaction
413
- Connecting to database specified by database.yml
414
-  (0.2ms) begin transaction
415
-  (0.0ms) rollback transaction
416
-  (0.0ms) begin transaction
417
-
418
-
419
- Started GET "/home" for 127.0.0.1 at 2012-08-04 16:42:21 +0200
420
- Processing by HomeController#index as HTML
421
- Rendered home/index.html.erb within layouts/application (1.7ms)
422
- Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
423
-
424
-
425
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 16:42:21 +0200
426
- Processing by HomeController#index as PDF
427
- Rendered home/index.pdf.erb (0.2ms)
428
- Rendered inline template (0.5ms)
429
- Completed 401 Unauthorized in 973ms (Views: 972.9ms | ActiveRecord: 0.0ms)
430
-  (0.1ms) rollback transaction
431
-  (0.0ms) begin transaction
432
-  (0.1ms) rollback transaction
433
- Connecting to database specified by database.yml
434
-  (0.2ms) begin transaction
435
-  (0.0ms) rollback transaction
436
-  (0.0ms) begin transaction
437
-
438
-
439
- Started GET "/home" for 127.0.0.1 at 2012-08-04 16:43:02 +0200
440
- Processing by HomeController#index as HTML
441
- Rendered home/index.html.erb within layouts/application (1.8ms)
442
- Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
443
-
444
-
445
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 16:43:02 +0200
446
- Processing by HomeController#index as PDF
447
- Rendered home/index.pdf.erb (0.2ms)
448
- Rendered text template (0.0ms)
449
- Sent data contents.pdf (2.9ms)
450
- Completed 200 OK in 2849ms (Views: 2848.5ms | ActiveRecord: 0.0ms)
451
-  (0.1ms) rollback transaction
452
-  (0.0ms) begin transaction
453
-  (0.0ms) rollback transaction
454
- Connecting to database specified by database.yml
455
-  (0.2ms) begin transaction
456
-  (0.0ms) rollback transaction
457
-  (0.0ms) begin transaction
458
-
459
-
460
- Started GET "/home" for 127.0.0.1 at 2012-08-04 16:43:30 +0200
461
- Processing by HomeController#index as HTML
462
- Rendered home/index.html.erb within layouts/application (1.6ms)
463
- Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
464
-
465
-
466
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 16:43:30 +0200
467
- Processing by HomeController#index as PDF
468
- Rendered home/index.pdf.erb (0.2ms)
469
- Rendered text template (0.0ms)
470
- Sent data contents.pdf (3.1ms)
471
- Completed 200 OK in 1062ms (Views: 1062.1ms | ActiveRecord: 0.0ms)
472
-  (0.1ms) rollback transaction
473
-  (0.0ms) begin transaction
474
-  (0.0ms) rollback transaction
475
- Connecting to database specified by database.yml
476
-  (0.2ms) begin transaction
477
-  (0.0ms) rollback transaction
478
-  (0.0ms) begin transaction
479
-
480
-
481
- Started GET "/home" for 127.0.0.1 at 2012-08-04 16:43:52 +0200
482
- Processing by HomeController#index as HTML
483
- Rendered home/index.html.erb within layouts/application (1.6ms)
484
- Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
485
-
486
-
487
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 16:43:52 +0200
488
- Processing by HomeController#index as PDF
489
- Rendered home/index.pdf.erb (0.2ms)
490
- Rendered inline template (0.5ms)
491
- Completed 401 Unauthorized in 965ms (Views: 964.8ms | ActiveRecord: 0.0ms)
492
-  (0.1ms) rollback transaction
493
-  (0.0ms) begin transaction
494
-  (0.0ms) rollback transaction
495
- Connecting to database specified by database.yml
496
-  (0.2ms) begin transaction
497
-  (0.0ms) rollback transaction
498
-  (0.0ms) begin transaction
499
-
500
-
501
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:03:12 +0200
502
- Processing by HomeController#index as HTML
503
- Rendered home/index.html.erb within layouts/application (1.9ms)
504
- Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
505
-
506
-
507
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:03:12 +0200
508
- Processing by HomeController#index as PDF
509
- Completed 500 Internal Server Error in 0ms
510
-  (0.1ms) rollback transaction
511
-  (0.0ms) begin transaction
512
-  (0.0ms) rollback transaction
513
- Connecting to database specified by database.yml
514
-  (0.2ms) begin transaction
515
-  (0.0ms) rollback transaction
516
-  (0.0ms) begin transaction
517
-
518
-
519
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:03:26 +0200
520
- Processing by HomeController#index as HTML
521
- Rendered home/index.html.erb within layouts/application (1.6ms)
522
- Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
523
-
524
-
525
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:03:26 +0200
526
- Processing by HomeController#index as PDF
527
- Completed 500 Internal Server Error in 0ms
528
-  (0.1ms) rollback transaction
529
-  (0.0ms) begin transaction
530
-  (0.0ms) rollback transaction
531
- Connecting to database specified by database.yml
532
-  (0.3ms) begin transaction
533
-  (0.0ms) rollback transaction
534
-  (0.0ms) begin transaction
535
-
536
-
537
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:04:19 +0200
538
- Processing by HomeController#index as HTML
539
- Rendered home/index.html.erb within layouts/application (1.6ms)
540
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
541
-
542
-
543
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:04:19 +0200
544
- Processing by HomeController#index as PDF
545
- Rendered home/index.pdf.erb (0.2ms)
546
- Rendered inline template (0.4ms)
547
- Completed 401 Unauthorized in 984ms (Views: 983.9ms | ActiveRecord: 0.0ms)
548
-  (0.1ms) rollback transaction
549
-  (0.1ms) begin transaction
550
-  (0.1ms) rollback transaction
551
- Connecting to database specified by database.yml
552
-  (0.2ms) begin transaction
553
-  (0.0ms) rollback transaction
554
-  (0.0ms) begin transaction
555
-
556
-
557
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:04:34 +0200
558
- Processing by HomeController#index as HTML
559
- Rendered home/index.html.erb within layouts/application (1.7ms)
560
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
561
-
562
-
563
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:04:34 +0200
564
- Processing by HomeController#index as PDF
565
- Rendered home/index.pdf.erb (0.2ms)
566
- Rendered text template (0.0ms)
567
- Sent data contents.pdf (2.9ms)
568
- Completed 200 OK in 1022ms (Views: 1022.1ms | ActiveRecord: 0.0ms)
569
-  (0.1ms) rollback transaction
570
-  (0.0ms) begin transaction
571
-  (0.0ms) rollback transaction
572
- Connecting to database specified by database.yml
573
-  (0.2ms) begin transaction
574
-  (0.0ms) rollback transaction
575
-  (0.0ms) begin transaction
576
-
577
-
578
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:50:58 +0200
579
- Processing by HomeController#index as HTML
580
- Rendered home/index.html.erb within layouts/application (1.6ms)
581
- Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
582
-
583
-
584
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:50:58 +0200
585
- Processing by HomeController#index as PDF
586
- Rendered home/index.pdf.erb (0.2ms)
587
- Completed 500 Internal Server Error in 2ms
588
-  (0.1ms) rollback transaction
589
-  (0.0ms) begin transaction
590
-  (0.0ms) rollback transaction
591
- Connecting to database specified by database.yml
592
-  (0.2ms) begin transaction
593
-  (0.0ms) rollback transaction
594
-  (0.0ms) begin transaction
595
-
596
-
597
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:51:58 +0200
598
- Processing by HomeController#index as HTML
599
- Rendered home/index.html.erb within layouts/application (1.6ms)
600
- Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
601
-
602
-
603
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:51:58 +0200
604
- Processing by HomeController#index as PDF
605
- Rendered home/index.pdf.erb (0.2ms)
606
- Completed 500 Internal Server Error in 2ms
607
-  (0.1ms) rollback transaction
608
-  (0.0ms) begin transaction
609
-  (0.0ms) rollback transaction
610
- Connecting to database specified by database.yml
611
-  (0.2ms) begin transaction
612
-  (0.0ms) rollback transaction
613
-  (0.0ms) begin transaction
614
-
615
-
616
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:54:53 +0200
617
- Processing by HomeController#index as HTML
618
- Rendered home/index.html.erb within layouts/application (1.7ms)
619
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
620
-
621
-
622
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:54:53 +0200
623
- Processing by HomeController#index as PDF
624
- Rendered home/index.pdf.erb (0.2ms)
625
- Completed 500 Internal Server Error in 2ms
626
-  (0.0ms) rollback transaction
627
-  (0.0ms) begin transaction
628
-  (0.0ms) rollback transaction
629
- Connecting to database specified by database.yml
630
-  (0.2ms) begin transaction
631
-  (0.0ms) rollback transaction
632
-  (0.0ms) begin transaction
633
-
634
-
635
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:57:55 +0200
636
- Processing by HomeController#index as HTML
637
- Rendered home/index.html.erb within layouts/application (1.8ms)
638
- Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
639
-
640
-
641
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:57:55 +0200
642
- Processing by HomeController#index as PDF
643
- Rendered home/index.pdf.erb (0.3ms)
644
- Completed 500 Internal Server Error in 2ms
645
-  (0.1ms) rollback transaction
646
-  (0.0ms) begin transaction
647
-  (0.0ms) rollback transaction
648
- Connecting to database specified by database.yml
649
-  (0.2ms) begin transaction
650
-  (0.0ms) rollback transaction
651
-  (0.0ms) begin transaction
652
-
653
-
654
- Started GET "/home" for 127.0.0.1 at 2012-08-04 17:58:22 +0200
655
- Processing by HomeController#index as HTML
656
- Rendered home/index.html.erb within layouts/application (1.6ms)
657
- Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
658
-
659
-
660
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 17:58:23 +0200
661
- Processing by HomeController#index as PDF
662
- Rendered home/index.pdf.erb (0.2ms)
663
- Rendered inline template (0.5ms)
664
- Completed 401 Unauthorized in 1051ms (Views: 1050.7ms | ActiveRecord: 0.0ms)
665
-  (0.1ms) rollback transaction
666
-  (0.1ms) begin transaction
667
-  (0.0ms) rollback transaction
668
- Connecting to database specified by database.yml
669
-  (0.2ms) begin transaction
670
-  (0.0ms) rollback transaction
671
-  (0.0ms) begin transaction
672
-
673
-
674
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:00:06 +0200
675
- Processing by HomeController#index as HTML
676
- Rendered home/index.html.erb within layouts/application (1.6ms)
677
- Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
678
-
679
-
680
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:00:06 +0200
681
- Processing by HomeController#index as PDF
682
- Rendered home/index.pdf.erb (0.2ms)
683
- Completed 500 Internal Server Error in 4ms
684
-  (0.0ms) rollback transaction
685
-  (0.0ms) begin transaction
686
-  (0.0ms) rollback transaction
687
- Connecting to database specified by database.yml
688
-  (0.2ms) begin transaction
689
-  (0.0ms) rollback transaction
690
-  (0.0ms) begin transaction
691
-
692
-
693
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:01:00 +0200
694
- Processing by HomeController#index as HTML
695
- Rendered home/index.html.erb within layouts/application (1.6ms)
696
- Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
697
-
698
-
699
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:01:00 +0200
700
- Processing by HomeController#index as PDF
701
- Rendered home/index.pdf.erb (0.3ms)
702
- Completed 500 Internal Server Error in 4ms
703
-  (0.1ms) rollback transaction
704
-  (0.0ms) begin transaction
705
-  (0.0ms) rollback transaction
706
- Connecting to database specified by database.yml
707
-  (0.3ms) begin transaction
708
-  (0.0ms) rollback transaction
709
-  (0.0ms) begin transaction
710
-
711
-
712
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:01:51 +0200
713
- Processing by HomeController#index as HTML
714
- Rendered home/index.html.erb within layouts/application (1.8ms)
715
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
716
-
717
-
718
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:01:51 +0200
719
- Processing by HomeController#index as PDF
720
- Rendered home/index.pdf.erb (0.2ms)
721
- Completed 500 Internal Server Error in 4ms
722
-  (0.0ms) rollback transaction
723
-  (0.0ms) begin transaction
724
-  (0.0ms) rollback transaction
725
- Connecting to database specified by database.yml
726
-  (0.2ms) begin transaction
727
-  (0.0ms) rollback transaction
728
-  (0.0ms) begin transaction
729
-
730
-
731
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:01:55 +0200
732
- Processing by HomeController#index as HTML
733
- Rendered home/index.html.erb within layouts/application (1.8ms)
734
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
735
-
736
-
737
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:01:55 +0200
738
- Processing by HomeController#index as PDF
739
- Rendered home/index.pdf.erb (0.2ms)
740
- Completed 500 Internal Server Error in 4ms
741
-  (0.1ms) rollback transaction
742
-  (0.0ms) begin transaction
743
-  (0.0ms) rollback transaction
744
- Connecting to database specified by database.yml
745
-  (0.2ms) begin transaction
746
-  (0.0ms) rollback transaction
747
-  (0.0ms) begin transaction
748
-
749
-
750
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:02:01 +0200
751
- Processing by HomeController#index as HTML
752
- Rendered home/index.html.erb within layouts/application (1.7ms)
753
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
754
-
755
-
756
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:02:01 +0200
757
- Processing by HomeController#index as PDF
758
- Rendered home/index.pdf.erb (0.3ms)
759
- Completed 500 Internal Server Error in 4ms
760
-  (0.0ms) rollback transaction
761
-  (0.0ms) begin transaction
762
-  (0.0ms) rollback transaction
763
- Connecting to database specified by database.yml
764
-  (0.3ms) begin transaction
765
-  (0.0ms) rollback transaction
766
-  (0.0ms) begin transaction
767
-
768
-
769
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:02:25 +0200
770
- Processing by HomeController#index as HTML
771
- Rendered home/index.html.erb within layouts/application (1.6ms)
772
- Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
773
-
774
-
775
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:02:26 +0200
776
- Processing by HomeController#index as PDF
777
- Rendered home/index.pdf.erb (0.2ms)
778
- Completed 500 Internal Server Error in 4ms
779
-  (0.1ms) rollback transaction
780
-  (0.0ms) begin transaction
781
-  (0.0ms) rollback transaction
782
- Connecting to database specified by database.yml
783
-  (0.2ms) begin transaction
784
-  (0.0ms) rollback transaction
785
-  (0.0ms) begin transaction
786
-
787
-
788
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:02:45 +0200
789
- Processing by HomeController#index as HTML
790
- Rendered home/index.html.erb within layouts/application (1.7ms)
791
- Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
792
-
793
-
794
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:02:45 +0200
795
- Processing by HomeController#index as PDF
796
- Rendered home/index.pdf.erb (0.2ms)
797
- Rendered inline template (0.2ms)
798
- Completed 401 Unauthorized in 611ms (Views: 611.3ms | ActiveRecord: 0.0ms)
799
-  (0.1ms) rollback transaction
800
-  (0.0ms) begin transaction
801
-  (0.0ms) rollback transaction
802
- Connecting to database specified by database.yml
803
-  (0.2ms) begin transaction
804
-  (0.0ms) rollback transaction
805
-  (0.0ms) begin transaction
806
-
807
-
808
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:03:22 +0200
809
- Processing by HomeController#index as HTML
810
- Rendered home/index.html.erb within layouts/application (1.9ms)
811
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
812
-
813
-
814
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:03:22 +0200
815
- Processing by HomeController#index as PDF
816
- Rendered home/index.pdf.erb (0.2ms)
817
- Completed 500 Internal Server Error in 2ms
818
-  (0.1ms) rollback transaction
819
-  (0.0ms) begin transaction
820
-  (0.0ms) rollback transaction
821
- Connecting to database specified by database.yml
822
-  (0.2ms) begin transaction
823
-  (0.0ms) rollback transaction
824
-  (0.0ms) begin transaction
825
-
826
-
827
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:04:56 +0200
828
- Processing by HomeController#index as HTML
829
- Rendered home/index.html.erb within layouts/application (1.6ms)
830
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
831
-
832
-
833
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:04:56 +0200
834
- Processing by HomeController#index as PDF
835
- Rendered home/index.pdf.erb (0.2ms)
836
- Rendered inline template (0.4ms)
837
- Completed 401 Unauthorized in 1015ms (Views: 1015.2ms | ActiveRecord: 0.0ms)
838
-  (0.1ms) rollback transaction
839
-  (0.1ms) begin transaction
840
-  (0.0ms) rollback transaction
841
- Connecting to database specified by database.yml
842
-  (0.2ms) begin transaction
843
-  (0.0ms) rollback transaction
844
-  (0.0ms) begin transaction
845
-
846
-
847
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:05:33 +0200
848
- Processing by HomeController#index as HTML
849
- Rendered home/index.html.erb within layouts/application (1.7ms)
850
- Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
851
-
852
-
853
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:05:33 +0200
854
- Processing by HomeController#index as PDF
855
- Rendered home/index.pdf.erb (0.2ms)
856
- Rendered inline template (0.2ms)
857
- Completed 401 Unauthorized in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms)
858
-  (0.1ms) rollback transaction
859
-  (0.0ms) begin transaction
860
-  (0.0ms) rollback transaction
861
- Connecting to database specified by database.yml
862
-  (0.2ms) begin transaction
863
-  (0.0ms) rollback transaction
864
-  (0.0ms) begin transaction
865
-
866
-
867
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:05:58 +0200
868
- Processing by HomeController#index as HTML
869
- Rendered home/index.html.erb within layouts/application (1.6ms)
870
- Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
871
-
872
-
873
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:05:58 +0200
874
- Processing by HomeController#index as PDF
875
- Rendered home/index.pdf.erb (0.2ms)
876
- Rendered text template (0.0ms)
877
- Sent data contents.pdf (1.8ms)
878
- Completed 200 OK in 913ms (Views: 912.8ms | ActiveRecord: 0.0ms)
879
-  (0.1ms) rollback transaction
880
-  (0.0ms) begin transaction
881
-  (0.0ms) rollback transaction
882
- Connecting to database specified by database.yml
883
-  (0.2ms) begin transaction
884
-  (0.0ms) rollback transaction
885
-  (0.0ms) begin transaction
886
-
887
-
888
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:06:44 +0200
889
- Processing by HomeController#index as HTML
890
- Rendered home/index.html.erb within layouts/application (1.6ms)
891
- Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
892
-
893
-
894
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:06:45 +0200
895
- Processing by HomeController#index as PDF
896
- Rendered home/index.pdf.erb (0.2ms)
897
- Rendered text template (0.0ms)
898
- Sent data contents.pdf (1.5ms)
899
- Completed 200 OK in 80ms (Views: 79.5ms | ActiveRecord: 0.0ms)
900
-  (0.1ms) rollback transaction
901
-  (0.0ms) begin transaction
902
-  (0.0ms) rollback transaction
903
- Connecting to database specified by database.yml
904
-  (0.2ms) begin transaction
905
-  (0.0ms) rollback transaction
906
-  (0.0ms) begin transaction
907
-
908
-
909
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:08:29 +0200
910
- Processing by HomeController#index as HTML
911
- Rendered home/index.html.erb within layouts/application (1.7ms)
912
- Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
913
-
914
-
915
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:08:29 +0200
916
- Processing by HomeController#index as PDF
917
- Rendered home/index.pdf.erb (0.2ms)
918
- Rendered text template (0.0ms)
919
- Sent data contents.pdf (1.5ms)
920
- Completed 200 OK in 68ms (Views: 67.7ms | ActiveRecord: 0.0ms)
921
-  (0.1ms) rollback transaction
922
-  (0.0ms) begin transaction
923
-  (0.0ms) rollback transaction
924
- Connecting to database specified by database.yml
925
-  (0.2ms) begin transaction
926
-  (0.0ms) rollback transaction
927
-  (0.0ms) begin transaction
928
-
929
-
930
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:09:34 +0200
931
- Processing by HomeController#index as HTML
932
- Rendered home/index.html.erb within layouts/application (1.8ms)
933
- Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
934
-
935
-
936
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:09:34 +0200
937
- Processing by HomeController#index as PDF
938
- Rendered home/index.pdf.erb (0.2ms)
939
- Rendered text template (0.0ms)
940
- Sent data contents.pdf (1.6ms)
941
- Completed 200 OK in 64ms (Views: 63.7ms | ActiveRecord: 0.0ms)
942
-  (0.1ms) rollback transaction
943
-  (0.0ms) begin transaction
944
-  (0.0ms) rollback transaction
945
- Connecting to database specified by database.yml
946
-  (0.2ms) begin transaction
947
-  (0.0ms) rollback transaction
948
-  (0.0ms) begin transaction
949
-
950
-
951
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:11:50 +0200
952
- Processing by HomeController#index as HTML
953
- Rendered home/index.html.erb within layouts/application (1.8ms)
954
- Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
955
-
956
-
957
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:11:50 +0200
958
- Processing by HomeController#index as PDF
959
- Rendered home/index.pdf.erb (0.2ms)
960
- Rendered text template (0.0ms)
961
- Sent data contents.pdf (1.9ms)
962
- Completed 200 OK in 74ms (Views: 73.5ms | ActiveRecord: 0.0ms)
963
-  (0.1ms) rollback transaction
964
-  (0.0ms) begin transaction
965
-  (0.0ms) rollback transaction
966
- Connecting to database specified by database.yml
967
-  (0.2ms) begin transaction
968
-  (0.0ms) rollback transaction
969
-  (0.0ms) begin transaction
970
-
971
-
972
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:12:21 +0200
973
- Processing by HomeController#index as HTML
974
- Rendered home/index.html.erb within layouts/application (1.6ms)
975
- Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
976
-
977
-
978
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:12:21 +0200
979
- Processing by HomeController#index as PDF
980
- Rendered home/index.pdf.erb (0.3ms)
981
- Rendered text template (0.0ms)
982
- Sent data contents.pdf (2.6ms)
983
- Completed 200 OK in 69ms (Views: 69.3ms | ActiveRecord: 0.0ms)
984
-  (0.1ms) rollback transaction
985
-  (0.0ms) begin transaction
986
-  (0.0ms) rollback transaction
987
- Connecting to database specified by database.yml
988
-  (0.2ms) begin transaction
989
-  (0.0ms) rollback transaction
990
-  (0.0ms) begin transaction
991
-
992
-
993
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:13:17 +0200
994
- Processing by HomeController#index as HTML
995
- Rendered home/index.html.erb within layouts/application (1.8ms)
996
- Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
997
-
998
-
999
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:13:17 +0200
1000
- Processing by HomeController#index as PDF
1001
- Rendered home/index.pdf.erb (0.3ms)
1002
- Rendered text template (0.0ms)
1003
- Sent data contents.pdf (1.6ms)
1004
- Completed 200 OK in 103ms (Views: 102.8ms | ActiveRecord: 0.0ms)
1005
-  (0.1ms) rollback transaction
1006
-  (0.0ms) begin transaction
1007
-  (0.0ms) rollback transaction
1008
- Connecting to database specified by database.yml
1009
-  (0.2ms) begin transaction
1010
-  (0.0ms) rollback transaction
1011
-  (0.1ms) begin transaction
1012
-
1013
-
1014
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:18:41 +0200
1015
- Processing by HomeController#index as HTML
1016
- Rendered home/index.html.erb within layouts/application (1.7ms)
1017
- Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
1018
-
1019
-
1020
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:18:41 +0200
1021
- Processing by HomeController#index as PDF
1022
- Rendered home/index.pdf.erb (0.2ms)
1023
- Rendered inline template (0.9ms)
1024
- Completed 500 Internal Server Error in 628ms (Views: 627.9ms | ActiveRecord: 0.0ms)
1025
-  (0.1ms) rollback transaction
1026
-  (0.0ms) begin transaction
1027
-  (0.0ms) rollback transaction
1028
- Connecting to database specified by database.yml
1029
-  (0.2ms) begin transaction
1030
-  (0.0ms) rollback transaction
1031
-  (0.0ms) begin transaction
1032
-
1033
-
1034
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:19:33 +0200
1035
- Processing by HomeController#index as HTML
1036
- Rendered home/index.html.erb within layouts/application (1.6ms)
1037
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
1038
-
1039
-
1040
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:19:33 +0200
1041
- Processing by HomeController#index as PDF
1042
- Rendered home/index.pdf.erb (0.2ms)
1043
- Rendered text template (0.0ms)
1044
- Sent data contents.pdf (1.6ms)
1045
- Completed 200 OK in 538ms (Views: 538.2ms | ActiveRecord: 0.0ms)
1046
-  (0.1ms) rollback transaction
1047
-  (0.0ms) begin transaction
1048
-  (0.0ms) rollback transaction
1049
- Connecting to database specified by database.yml
1050
-  (0.2ms) begin transaction
1051
-  (0.0ms) rollback transaction
1052
-  (0.0ms) begin transaction
1053
-
1054
-
1055
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:20:43 +0200
1056
- Processing by HomeController#index as HTML
1057
- Rendered home/index.html.erb within layouts/application (1.9ms)
1058
- Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
1059
-
1060
-
1061
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:20:43 +0200
1062
- Processing by HomeController#index as PDF
1063
- Rendered home/index.pdf.erb (0.2ms)
1064
- Rendered text template (0.0ms)
1065
- Sent data contents.pdf (2.4ms)
1066
- Completed 200 OK in 743ms (Views: 742.6ms | ActiveRecord: 0.0ms)
1067
-  (0.1ms) rollback transaction
1068
-  (0.0ms) begin transaction
1069
-  (0.0ms) rollback transaction
1070
- Connecting to database specified by database.yml
1071
-  (0.2ms) begin transaction
1072
-  (0.0ms) rollback transaction
1073
-  (0.0ms) begin transaction
1074
-
1075
-
1076
- Started GET "/home" for 127.0.0.1 at 2012-08-04 18:22:15 +0200
1077
- Processing by HomeController#index as HTML
1078
- Rendered home/index.html.erb within layouts/application (1.8ms)
1079
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
1080
-
1081
-
1082
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 18:22:15 +0200
1083
- Processing by HomeController#index as PDF
1084
- Rendered home/index.pdf.erb (0.2ms)
1085
- Rendered text template (0.0ms)
1086
- Sent data contents.pdf (2.6ms)
1087
- Completed 200 OK in 1021ms (Views: 1020.7ms | ActiveRecord: 0.0ms)
1088
-  (0.1ms) rollback transaction
1089
-  (0.0ms) begin transaction
1090
-  (0.0ms) rollback transaction
1091
- Connecting to database specified by database.yml
1092
-  (0.2ms) begin transaction
1093
-  (0.0ms) rollback transaction
1094
-  (0.0ms) begin transaction
1095
-
1096
-
1097
- Started GET "/home" for 127.0.0.1 at 2012-08-04 20:07:27 +0200
1098
- Processing by HomeController#index as HTML
1099
- Rendered home/index.html.erb within layouts/application (1.7ms)
1100
- Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
1101
-
1102
-
1103
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-04 20:07:27 +0200
1104
- Processing by HomeController#index as PDF
1105
- Rendered home/index.pdf.erb (0.3ms)
1106
- Rendered text template (0.0ms)
1107
- Sent data contents.pdf (2.5ms)
1108
- Completed 200 OK in 83ms (Views: 82.4ms | ActiveRecord: 0.0ms)
1109
-  (0.1ms) rollback transaction
1110
-  (0.0ms) begin transaction
1111
-  (0.0ms) rollback transaction
1112
- Connecting to database specified by database.yml
1113
-  (0.2ms) begin transaction
1114
-  (0.0ms) rollback transaction
1115
-  (0.0ms) begin transaction
1116
-
1117
-
1118
- Started GET "/home" for 127.0.0.1 at 2012-08-07 01:59:30 +0200
1119
- Processing by HomeController#index as HTML
1120
- Rendered home/index.html.erb within layouts/application (2.1ms)
1121
- Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
1122
-
1123
-
1124
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-07 01:59:30 +0200
1125
- Processing by HomeController#index as PDF
1126
- Rendered home/index.pdf.erb (0.2ms)
1127
- Completed 500 Internal Server Error in 5ms
1128
-  (0.0ms) rollback transaction
1129
-  (0.0ms) begin transaction
1130
-  (0.0ms) rollback transaction
1131
- Connecting to database specified by database.yml
1132
-  (0.2ms) begin transaction
1133
-  (0.0ms) rollback transaction
1134
-  (0.0ms) begin transaction
1135
-
1136
-
1137
- Started GET "/home" for 127.0.0.1 at 2012-08-07 01:59:57 +0200
1138
- Processing by HomeController#index as HTML
1139
- Rendered home/index.html.erb within layouts/application (1.6ms)
1140
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
1141
-
1142
-
1143
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-07 01:59:57 +0200
1144
- Processing by HomeController#index as PDF
1145
- Rendered home/index.pdf.erb (0.2ms)
1146
- Rendered text template (0.0ms)
1147
- Sent data contents.pdf (2.7ms)
1148
- Completed 200 OK in 1529ms (Views: 1528.5ms | ActiveRecord: 0.0ms)
1149
-  (0.1ms) rollback transaction
1150
-  (0.0ms) begin transaction
1151
-  (0.0ms) rollback transaction
1152
- Connecting to database specified by database.yml
1153
-  (0.2ms) begin transaction
1154
-  (0.0ms) rollback transaction
1155
-  (0.0ms) begin transaction
1156
-
1157
-
1158
- Started GET "/home" for 127.0.0.1 at 2012-08-07 02:19:20 +0200
1159
- Processing by HomeController#index as HTML
1160
- Rendered home/index.html.erb within layouts/application (1.6ms)
1161
- Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
1162
-
1163
-
1164
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-07 02:19:20 +0200
1165
- Processing by HomeController#index as PDF
1166
- Rendered home/index.pdf.erb (0.2ms)
1167
- Rendered text template (0.0ms)
1168
- Sent data contents.pdf (1.7ms)
1169
- Completed 200 OK in 1342ms (Views: 1341.5ms | ActiveRecord: 0.0ms)
1170
-  (0.1ms) rollback transaction
1171
-  (0.0ms) begin transaction
1172
-  (0.0ms) rollback transaction
1173
- Connecting to database specified by database.yml
1174
-  (0.2ms) begin transaction
1175
-  (0.0ms) rollback transaction
1176
-  (0.0ms) begin transaction
1177
-
1178
-
1179
- Started GET "/home" for 127.0.0.1 at 2012-08-12 00:02:14 +0200
1180
- Processing by HomeController#index as HTML
1181
- Rendered home/index.html.erb within layouts/application (2.4ms)
1182
- Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
1183
-
1184
-
1185
- Started GET "/home.pdf" for 127.0.0.1 at 2012-08-12 00:02:14 +0200
1186
- Processing by HomeController#index as PDF
1187
- Rendered home/index.pdf.erb (0.3ms)
1188
- Rendered text template (0.0ms)
1189
- Sent data contents.pdf (2.0ms)
1190
- Completed 200 OK in 1547ms (Views: 1546.6ms | ActiveRecord: 0.0ms)
1191
-  (0.1ms) rollback transaction
1192
-  (0.0ms) begin transaction
1193
-  (0.0ms) rollback transaction
1194
- Connecting to database specified by database.yml
1195
-  (0.2ms) begin transaction
1196
-  (0.0ms) rollback transaction
1197
-  (0.0ms) begin transaction
1198
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:12:04 +0100
1199
- Processing by HomeController#index as HTML
1200
- Rendered home/index.html.erb within layouts/application (1.1ms)
1201
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1202
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:12:04 +0100
1203
- Processing by HomeController#index as PDF
1204
- Rendered home/index.pdf.erb (0.2ms)
1205
- Completed 500 Internal Server Error in 6ms
1206
-  (0.0ms) rollback transaction
1207
-  (0.0ms) begin transaction
1208
-  (0.0ms) rollback transaction
1209
- Connecting to database specified by database.yml
1210
-  (0.2ms) begin transaction
1211
-  (0.0ms) rollback transaction
1212
-  (0.0ms) begin transaction
1213
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:12:48 +0100
1214
- Processing by HomeController#index as HTML
1215
- Rendered home/index.html.erb within layouts/application (1.1ms)
1216
- Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
1217
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:12:48 +0100
1218
- Processing by HomeController#index as PDF
1219
- Rendered home/index.pdf.erb (0.2ms)
1220
- Completed 500 Internal Server Error in 73ms
1221
-  (0.1ms) rollback transaction
1222
-  (0.0ms) begin transaction
1223
-  (0.0ms) rollback transaction
1224
- Connecting to database specified by database.yml
1225
-  (0.2ms) begin transaction
1226
-  (0.0ms) rollback transaction
1227
-  (0.0ms) begin transaction
1228
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:13:35 +0100
1229
- Processing by HomeController#index as HTML
1230
- Rendered home/index.html.erb within layouts/application (1.3ms)
1231
- Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1232
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:13:35 +0100
1233
- Processing by HomeController#index as PDF
1234
- Rendered home/index.pdf.erb (0.3ms)
1235
- Rendered inline template (0.3ms)
1236
- Completed 404 Not Found in 172ms (Views: 171.9ms | ActiveRecord: 0.0ms)
1237
-  (0.1ms) rollback transaction
1238
-  (0.0ms) begin transaction
1239
-  (0.0ms) rollback transaction
1240
- Connecting to database specified by database.yml
1241
-  (0.2ms) begin transaction
1242
-  (0.0ms) rollback transaction
1243
-  (0.0ms) begin transaction
1244
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:15:22 +0100
1245
- Processing by HomeController#index as HTML
1246
- Rendered home/index.html.erb within layouts/application (1.2ms)
1247
- Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
1248
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:15:22 +0100
1249
- Processing by HomeController#index as PDF
1250
- Rendered home/index.pdf.erb (0.3ms)
1251
- Rendered inline template (0.4ms)
1252
- Completed 404 Not Found in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms)
1253
-  (0.1ms) rollback transaction
1254
-  (0.0ms) begin transaction
1255
-  (0.0ms) rollback transaction
1256
- Connecting to database specified by database.yml
1257
-  (0.2ms) begin transaction
1258
-  (0.0ms) rollback transaction
1259
-  (0.0ms) begin transaction
1260
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:18:42 +0100
1261
- Processing by HomeController#index as HTML
1262
- Rendered home/index.html.erb within layouts/application (1.1ms)
1263
- Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1264
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:18:42 +0100
1265
- Processing by HomeController#index as PDF
1266
- Rendered home/index.pdf.erb (0.3ms)
1267
- Rendered inline template (0.3ms)
1268
- Completed 401 Unauthorized in 12513ms (Views: 12513.3ms | ActiveRecord: 0.0ms)
1269
-  (0.1ms) rollback transaction
1270
-  (0.0ms) begin transaction
1271
-  (0.0ms) rollback transaction
1272
- Connecting to database specified by database.yml
1273
-  (0.2ms) begin transaction
1274
-  (0.0ms) rollback transaction
1275
-  (0.0ms) begin transaction
1276
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:19:00 +0100
1277
- Processing by HomeController#index as HTML
1278
- Rendered home/index.html.erb within layouts/application (1.1ms)
1279
- Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
1280
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:19:00 +0100
1281
- Processing by HomeController#index as PDF
1282
- Rendered home/index.pdf.erb (0.2ms)
1283
- Rendered inline template (0.3ms)
1284
- Completed 401 Unauthorized in 78ms (Views: 77.8ms | ActiveRecord: 0.0ms)
1285
-  (0.1ms) rollback transaction
1286
-  (0.0ms) begin transaction
1287
-  (0.0ms) rollback transaction
1288
- Connecting to database specified by database.yml
1289
-  (0.2ms) begin transaction
1290
-  (0.0ms) rollback transaction
1291
-  (0.0ms) begin transaction
1292
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:19:31 +0100
1293
- Processing by HomeController#index as HTML
1294
- Rendered home/index.html.erb within layouts/application (1.2ms)
1295
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1296
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:19:31 +0100
1297
- Processing by HomeController#index as PDF
1298
- Rendered home/index.pdf.erb (0.3ms)
1299
- Rendered inline template (0.3ms)
1300
- Completed 401 Unauthorized in 81ms (Views: 80.7ms | ActiveRecord: 0.0ms)
1301
-  (0.1ms) rollback transaction
1302
-  (0.0ms) begin transaction
1303
-  (0.0ms) rollback transaction
1304
- Connecting to database specified by database.yml
1305
-  (0.2ms) begin transaction
1306
-  (0.0ms) rollback transaction
1307
-  (0.0ms) begin transaction
1308
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:20:32 +0100
1309
- Processing by HomeController#index as HTML
1310
- Rendered home/index.html.erb within layouts/application (1.1ms)
1311
- Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
1312
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:20:33 +0100
1313
- Processing by HomeController#index as PDF
1314
- Rendered home/index.pdf.erb (0.3ms)
1315
- Rendered inline template (0.3ms)
1316
- Completed 401 Unauthorized in 531ms (Views: 531.2ms | ActiveRecord: 0.0ms)
1317
-  (0.1ms) rollback transaction
1318
-  (0.0ms) begin transaction
1319
-  (0.0ms) rollback transaction
1320
- Connecting to database specified by database.yml
1321
-  (0.2ms) begin transaction
1322
-  (0.0ms) rollback transaction
1323
-  (0.0ms) begin transaction
1324
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:21:08 +0100
1325
- Processing by HomeController#index as HTML
1326
- Rendered home/index.html.erb within layouts/application (1.1ms)
1327
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1328
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:21:08 +0100
1329
- Processing by HomeController#index as PDF
1330
- Rendered home/index.pdf.erb (0.2ms)
1331
- Rendered text template (0.0ms)
1332
- Sent data contents.pdf (1.2ms)
1333
- Completed 200 OK in 813ms (Views: 813.0ms | ActiveRecord: 0.0ms)
1334
-  (0.1ms) rollback transaction
1335
-  (0.0ms) begin transaction
1336
-  (0.0ms) rollback transaction
1337
- Connecting to database specified by database.yml
1338
-  (0.2ms) begin transaction
1339
-  (0.0ms) rollback transaction
1340
-  (0.0ms) begin transaction
1341
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:25:50 +0100
1342
- Processing by HomeController#index as HTML
1343
- Rendered home/index.html.erb within layouts/application (1.2ms)
1344
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1345
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:25:50 +0100
1346
- Processing by HomeController#index as PDF
1347
- Rendered home/index.pdf.erb (0.2ms)
1348
- Rendered text template (0.0ms)
1349
- Sent data contents.pdf (1.1ms)
1350
- Completed 200 OK in 560ms (Views: 560.2ms | ActiveRecord: 0.0ms)
1351
-  (0.1ms) rollback transaction
1352
-  (0.0ms) begin transaction
1353
-  (0.0ms) rollback transaction
1354
- Connecting to database specified by database.yml
1355
-  (0.2ms) begin transaction
1356
-  (0.0ms) rollback transaction
1357
-  (0.0ms) begin transaction
1358
- Started GET "/home" for 127.0.0.1 at 2013-03-26 12:26:09 +0100
1359
- Processing by HomeController#index as HTML
1360
- Rendered home/index.html.erb within layouts/application (1.1ms)
1361
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1362
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 12:26:09 +0100
1363
- Processing by HomeController#index as PDF
1364
- Rendered home/index.pdf.erb (0.2ms)
1365
- Rendered text template (0.0ms)
1366
- Sent data contents.pdf (1.2ms)
1367
- Completed 200 OK in 225ms (Views: 224.9ms | ActiveRecord: 0.0ms)
1368
-  (0.1ms) rollback transaction
1369
-  (0.0ms) begin transaction
1370
-  (0.0ms) rollback transaction
1371
- Connecting to database specified by database.yml
1372
-  (0.2ms) begin transaction
1373
-  (0.0ms) rollback transaction
1374
-  (0.0ms) begin transaction
1375
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:13:11 +0100
1376
- Processing by HomeController#index as HTML
1377
- Rendered home/index.html.erb within layouts/application (1.1ms)
1378
- Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
1379
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 13:13:11 +0100
1380
- Processing by HomeController#index as PDF
1381
- Completed 500 Internal Server Error in 2ms
1382
-  (0.1ms) rollback transaction
1383
-  (0.0ms) begin transaction
1384
-  (0.0ms) rollback transaction
1385
- Connecting to database specified by database.yml
1386
-  (0.2ms) begin transaction
1387
-  (0.0ms) rollback transaction
1388
-  (0.0ms) begin transaction
1389
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:15:24 +0100
1390
- Processing by HomeController#index as HTML
1391
- Rendered home/index.html.erb within layouts/application (1.1ms)
1392
- Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
1393
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 13:15:24 +0100
1394
- Processing by HomeController#index as PDF
1395
- Rendered home/index.pdf.erb (0.2ms)
1396
- Rendered text template (0.0ms)
1397
- Sent data contents.pdf (1.1ms)
1398
- Completed 200 OK in 551ms (Views: 551.2ms | ActiveRecord: 0.0ms)
1399
-  (0.1ms) rollback transaction
1400
-  (0.0ms) begin transaction
1401
-  (0.0ms) rollback transaction
1402
- Connecting to database specified by database.yml
1403
-  (0.2ms) begin transaction
1404
-  (0.0ms) rollback transaction
1405
-  (0.0ms) begin transaction
1406
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:24:45 +0100
1407
- Processing by HomeController#index as HTML
1408
- Rendered home/index.html.erb within layouts/application (32.5ms)
1409
- Completed 500 Internal Server Error in 37ms
1410
-  (0.1ms) rollback transaction
1411
-  (0.3ms) begin transaction
1412
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:24:45 +0100
1413
- Processing by HomeController#index as HTML
1414
- Rendered home/index.html.erb within layouts/application (0.9ms)
1415
- Completed 500 Internal Server Error in 1ms
1416
-  (0.0ms) rollback transaction
1417
-  (0.0ms) begin transaction
1418
-  (0.0ms) rollback transaction
1419
- Connecting to database specified by database.yml
1420
-  (0.2ms) begin transaction
1421
-  (0.0ms) rollback transaction
1422
-  (0.0ms) begin transaction
1423
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:25:54 +0100
1424
- Processing by HomeController#index as HTML
1425
- Rendered home/index.html.erb within layouts/application (2.1ms)
1426
- Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
1427
-  (0.1ms) rollback transaction
1428
-  (0.0ms) begin transaction
1429
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:25:54 +0100
1430
- Processing by HomeController#index as HTML
1431
- Rendered home/index.html.erb within layouts/application (0.4ms)
1432
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1433
- Started GET "/home/subdir_template" for 127.0.0.1 at 2013-03-26 13:25:54 +0100
1434
- Processing by HomeController#subdir_template as HTML
1435
- Completed 500 Internal Server Error in 2ms
1436
-  (0.0ms) rollback transaction
1437
-  (0.0ms) begin transaction
1438
-  (0.0ms) rollback transaction
1439
- Connecting to database specified by database.yml
1440
-  (0.2ms) begin transaction
1441
-  (0.0ms) rollback transaction
1442
-  (0.0ms) begin transaction
1443
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:26:23 +0100
1444
- Processing by HomeController#index as HTML
1445
- Rendered home/index.html.erb within layouts/application (1.5ms)
1446
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
1447
-  (0.1ms) rollback transaction
1448
-  (0.0ms) begin transaction
1449
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:26:23 +0100
1450
- Processing by HomeController#index as HTML
1451
- Rendered home/index.html.erb within layouts/application (0.4ms)
1452
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1453
- Started GET "/home/subdir_template" for 127.0.0.1 at 2013-03-26 13:26:23 +0100
1454
- Processing by HomeController#subdir_template as HTML
1455
- Completed 500 Internal Server Error in 2ms
1456
-  (0.0ms) rollback transaction
1457
-  (0.3ms) begin transaction
1458
-  (0.0ms) rollback transaction
1459
- Connecting to database specified by database.yml
1460
-  (0.2ms) begin transaction
1461
-  (0.0ms) rollback transaction
1462
-  (0.0ms) begin transaction
1463
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:27:13 +0100
1464
- Processing by HomeController#index as HTML
1465
- Rendered home/index.html.erb within layouts/application (1.6ms)
1466
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
1467
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 13:27:13 +0100
1468
- Processing by HomeController#index as PDF
1469
- Rendered home/index.pdf.erb (0.2ms)
1470
- Rendered text template (0.0ms)
1471
- Sent data contents.pdf (1.1ms)
1472
- Completed 200 OK in 540ms (Views: 539.8ms | ActiveRecord: 0.0ms)
1473
-  (0.1ms) rollback transaction
1474
-  (0.0ms) begin transaction
1475
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:27:14 +0100
1476
- Processing by HomeController#index as HTML
1477
- Rendered home/index.html.erb within layouts/application (0.4ms)
1478
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1479
- Started GET "/home/subdir_template" for 127.0.0.1 at 2013-03-26 13:27:14 +0100
1480
- Processing by HomeController#subdir_template as HTML
1481
- Completed 500 Internal Server Error in 2ms
1482
-  (0.0ms) rollback transaction
1483
-  (0.0ms) begin transaction
1484
-  (0.0ms) rollback transaction
1485
- Connecting to database specified by database.yml
1486
-  (0.2ms) begin transaction
1487
-  (0.0ms) rollback transaction
1488
-  (0.0ms) begin transaction
1489
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:28:01 +0100
1490
- Processing by HomeController#index as HTML
1491
- Rendered home/index.html.erb within layouts/application (1.4ms)
1492
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
1493
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 13:28:01 +0100
1494
- Processing by HomeController#index as PDF
1495
- Rendered home/index.pdf.erb (0.2ms)
1496
- Rendered text template (0.0ms)
1497
- Sent data contents.pdf (1.1ms)
1498
- Completed 200 OK in 206ms (Views: 206.3ms | ActiveRecord: 0.0ms)
1499
-  (0.1ms) rollback transaction
1500
-  (0.0ms) begin transaction
1501
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:28:01 +0100
1502
- Processing by HomeController#index as HTML
1503
- Rendered home/index.html.erb within layouts/application (0.4ms)
1504
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1505
- Started GET "/home/subdir_template" for 127.0.0.1 at 2013-03-26 13:28:01 +0100
1506
- Processing by HomeController#subdir_template as HTML
1507
- Completed 500 Internal Server Error in 2ms
1508
-  (0.0ms) rollback transaction
1509
-  (0.0ms) begin transaction
1510
-  (0.0ms) rollback transaction
1511
- Connecting to database specified by database.yml
1512
-  (0.2ms) begin transaction
1513
-  (0.0ms) rollback transaction
1514
-  (0.0ms) begin transaction
1515
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:32:14 +0100
1516
- Processing by HomeController#index as HTML
1517
- Rendered home/index.html.erb within layouts/application (1.4ms)
1518
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
1519
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 13:32:14 +0100
1520
- Processing by HomeController#index as PDF
1521
- Rendered home/index.pdf.erb (0.2ms)
1522
- Rendered text template (0.0ms)
1523
- Sent data contents.pdf (1.1ms)
1524
- Completed 200 OK in 535ms (Views: 534.8ms | ActiveRecord: 0.0ms)
1525
-  (0.1ms) rollback transaction
1526
-  (0.0ms) begin transaction
1527
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:32:15 +0100
1528
- Processing by HomeController#index as HTML
1529
- Rendered home/index.html.erb within layouts/application (0.3ms)
1530
- Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1531
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-03-26 13:32:15 +0100
1532
- Processing by HomeController#subdir_template as PDF
1533
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1534
- Rendered text template (0.0ms)
1535
- Sent data subdir_contents.pdf (0.6ms)
1536
- Completed 200 OK in 189ms (Views: 188.4ms | ActiveRecord: 0.0ms)
1537
-  (0.1ms) rollback transaction
1538
-  (0.0ms) begin transaction
1539
-  (0.0ms) rollback transaction
1540
- Connecting to database specified by database.yml
1541
-  (0.2ms) begin transaction
1542
-  (0.0ms) rollback transaction
1543
-  (0.0ms) begin transaction
1544
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:33:11 +0100
1545
- Processing by HomeController#index as HTML
1546
- Rendered home/index.html.erb within layouts/application (1.4ms)
1547
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
1548
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 13:33:11 +0100
1549
- Processing by HomeController#index as PDF
1550
- Rendered home/index.pdf.erb (0.2ms)
1551
- Rendered text template (0.0ms)
1552
- Sent data contents.pdf (1.1ms)
1553
- Completed 200 OK in 181ms (Views: 180.9ms | ActiveRecord: 0.0ms)
1554
-  (0.1ms) rollback transaction
1555
-  (0.0ms) begin transaction
1556
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:33:11 +0100
1557
- Processing by HomeController#index as HTML
1558
- Rendered home/index.html.erb within layouts/application (0.4ms)
1559
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1560
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-03-26 13:33:11 +0100
1561
- Processing by HomeController#subdir_template as PDF
1562
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1563
- Rendered text template (0.0ms)
1564
- Sent data subdir_template.pdf (0.6ms)
1565
- Completed 200 OK in 215ms (Views: 214.7ms | ActiveRecord: 0.0ms)
1566
-  (0.1ms) rollback transaction
1567
-  (0.0ms) begin transaction
1568
-  (0.0ms) rollback transaction
1569
- Connecting to database specified by database.yml
1570
-  (0.2ms) begin transaction
1571
-  (0.0ms) rollback transaction
1572
-  (0.0ms) begin transaction
1573
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:44:35 +0100
1574
- Processing by HomeController#index as HTML
1575
- Rendered home/index.html.erb within layouts/application (1.3ms)
1576
- Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
1577
- Started GET "/home.pdf" for 127.0.0.1 at 2013-03-26 13:44:35 +0100
1578
- Processing by HomeController#index as PDF
1579
- Rendered home/index.pdf.erb (0.2ms)
1580
- Rendered text template (0.0ms)
1581
- Sent data contents.pdf (1.5ms)
1582
- Completed 200 OK in 524ms (Views: 523.6ms | ActiveRecord: 0.0ms)
1583
-  (0.1ms) rollback transaction
1584
-  (0.0ms) begin transaction
1585
- Started GET "/home" for 127.0.0.1 at 2013-03-26 13:44:36 +0100
1586
- Processing by HomeController#index as HTML
1587
- Rendered home/index.html.erb within layouts/application (0.4ms)
1588
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1589
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-03-26 13:44:36 +0100
1590
- Processing by HomeController#subdir_template as PDF
1591
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1592
- Rendered text template (0.0ms)
1593
- Sent data subdir_template.pdf (0.6ms)
1594
- Completed 200 OK in 225ms (Views: 224.8ms | ActiveRecord: 0.0ms)
1595
-  (0.1ms) rollback transaction
1596
-  (0.0ms) begin transaction
1597
-  (0.0ms) rollback transaction
1598
- Connecting to database specified by database.yml
1599
-  (0.2ms) begin transaction
1600
-  (0.0ms) rollback transaction
1601
-  (0.0ms) begin transaction
1602
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:10:57 +0200
1603
- Processing by HomeController#index as HTML
1604
- Rendered home/index.html.erb within layouts/application (1.9ms)
1605
- Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
1606
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:10:57 +0200
1607
- Processing by HomeController#index as PDF
1608
- Rendered home/index.pdf.erb (0.2ms)
1609
- Completed 500 Internal Server Error in 4ms
1610
-  (0.1ms) rollback transaction
1611
-  (0.0ms) begin transaction
1612
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:10:57 +0200
1613
- Processing by HomeController#index as HTML
1614
- Rendered home/index.html.erb within layouts/application (0.4ms)
1615
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1616
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:10:57 +0200
1617
- Processing by HomeController#subdir_template as PDF
1618
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1619
- Completed 500 Internal Server Error in 4ms
1620
-  (0.1ms) rollback transaction
1621
-  (0.0ms) begin transaction
1622
-  (0.0ms) rollback transaction
1623
- Connecting to database specified by database.yml
1624
-  (0.2ms) begin transaction
1625
-  (0.0ms) rollback transaction
1626
-  (0.0ms) begin transaction
1627
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:12:00 +0200
1628
- Processing by HomeController#index as HTML
1629
- Rendered home/index.html.erb within layouts/application (1.4ms)
1630
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
1631
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:12:00 +0200
1632
- Processing by HomeController#index as PDF
1633
- Rendered home/index.pdf.erb (0.3ms)
1634
- Completed 500 Internal Server Error in 5ms
1635
-  (0.1ms) rollback transaction
1636
-  (0.0ms) begin transaction
1637
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:12:00 +0200
1638
- Processing by HomeController#index as HTML
1639
- Rendered home/index.html.erb within layouts/application (0.4ms)
1640
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1641
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:12:00 +0200
1642
- Processing by HomeController#subdir_template as PDF
1643
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1644
- Completed 500 Internal Server Error in 4ms
1645
-  (0.1ms) rollback transaction
1646
-  (0.0ms) begin transaction
1647
-  (0.0ms) rollback transaction
1648
- Connecting to database specified by database.yml
1649
-  (0.2ms) begin transaction
1650
-  (0.0ms) rollback transaction
1651
-  (0.0ms) begin transaction
1652
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:15:46 +0200
1653
- Processing by HomeController#index as HTML
1654
- Rendered home/index.html.erb within layouts/application (1.3ms)
1655
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
1656
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:15:46 +0200
1657
- Processing by HomeController#index as PDF
1658
- Rendered home/index.pdf.erb (0.3ms)
1659
- Rendered inline template (0.3ms)
1660
- Completed 401 Unauthorized in 398ms (Views: 398.3ms | ActiveRecord: 0.0ms)
1661
-  (0.1ms) rollback transaction
1662
-  (0.0ms) begin transaction
1663
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:15:46 +0200
1664
- Processing by HomeController#index as HTML
1665
- Rendered home/index.html.erb within layouts/application (0.4ms)
1666
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1667
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:15:46 +0200
1668
- Processing by HomeController#subdir_template as PDF
1669
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1670
- Rendered inline template (0.3ms)
1671
- Completed 401 Unauthorized in 72ms (Views: 72.1ms | ActiveRecord: 0.0ms)
1672
-  (0.1ms) rollback transaction
1673
-  (0.0ms) begin transaction
1674
-  (0.0ms) rollback transaction
1675
- Connecting to database specified by database.yml
1676
-  (0.2ms) begin transaction
1677
-  (0.0ms) rollback transaction
1678
-  (0.0ms) begin transaction
1679
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:16:45 +0200
1680
- Processing by HomeController#index as HTML
1681
- Rendered home/index.html.erb within layouts/application (1.3ms)
1682
- Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
1683
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:16:45 +0200
1684
- Processing by HomeController#index as PDF
1685
- Rendered home/index.pdf.erb (0.3ms)
1686
- Rendered text template (0.0ms)
1687
- Sent data contents.pdf (1.9ms)
1688
- Completed 200 OK in 170ms (Views: 170.1ms | ActiveRecord: 0.0ms)
1689
-  (0.1ms) rollback transaction
1690
-  (0.0ms) begin transaction
1691
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:16:45 +0200
1692
- Processing by HomeController#index as HTML
1693
- Rendered home/index.html.erb within layouts/application (0.4ms)
1694
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1695
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:16:45 +0200
1696
- Processing by HomeController#subdir_template as PDF
1697
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1698
- Rendered text template (0.0ms)
1699
- Sent data subdir_template.pdf (0.8ms)
1700
- Completed 200 OK in 129ms (Views: 129.1ms | ActiveRecord: 0.0ms)
1701
-  (0.1ms) rollback transaction
1702
-  (0.0ms) begin transaction
1703
-  (0.0ms) rollback transaction
1704
- Connecting to database specified by database.yml
1705
-  (0.2ms) begin transaction
1706
-  (0.0ms) rollback transaction
1707
-  (0.0ms) begin transaction
1708
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:17:07 +0200
1709
- Processing by HomeController#index as HTML
1710
- Rendered home/index.html.erb within layouts/application (1.5ms)
1711
- Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
1712
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:17:07 +0200
1713
- Processing by HomeController#index as PDF
1714
- Rendered home/index.pdf.erb (0.3ms)
1715
- Rendered text template (0.0ms)
1716
- Sent data contents.pdf (1.7ms)
1717
- Completed 200 OK in 527ms (Views: 526.5ms | ActiveRecord: 0.0ms)
1718
-  (0.1ms) rollback transaction
1719
-  (0.0ms) begin transaction
1720
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:17:07 +0200
1721
- Processing by HomeController#index as HTML
1722
- Rendered home/index.html.erb within layouts/application (0.4ms)
1723
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1724
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:17:07 +0200
1725
- Processing by HomeController#subdir_template as PDF
1726
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1727
- Rendered text template (0.0ms)
1728
- Sent data subdir_template.pdf (0.6ms)
1729
- Completed 200 OK in 104ms (Views: 104.2ms | ActiveRecord: 0.0ms)
1730
-  (0.1ms) rollback transaction
1731
-  (0.0ms) begin transaction
1732
-  (0.0ms) rollback transaction
1733
- Connecting to database specified by database.yml
1734
-  (0.2ms) begin transaction
1735
-  (0.0ms) rollback transaction
1736
-  (0.0ms) begin transaction
1737
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:15 +0200
1738
- Processing by HomeController#index as HTML
1739
- Rendered home/index.html.erb within layouts/application (1.3ms)
1740
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
1741
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:30:15 +0200
1742
- Processing by HomeController#index as PDF
1743
- Rendered home/index.pdf.erb (0.3ms)
1744
- Rendered text template (0.0ms)
1745
- Sent data contents.pdf (1.7ms)
1746
- Completed 200 OK in 117ms (Views: 117.0ms | ActiveRecord: 0.0ms)
1747
-  (0.1ms) rollback transaction
1748
-  (0.0ms) begin transaction
1749
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:15 +0200
1750
- Processing by HomeController#index as HTML
1751
- Rendered home/index.html.erb within layouts/application (0.5ms)
1752
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
1753
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:30:15 +0200
1754
- Processing by HomeController#subdir_template as PDF
1755
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1756
- Rendered text template (0.0ms)
1757
- Sent data subdir_template.pdf (0.6ms)
1758
- Completed 200 OK in 98ms (Views: 97.6ms | ActiveRecord: 0.0ms)
1759
-  (0.1ms) rollback transaction
1760
-  (0.0ms) begin transaction
1761
-  (0.0ms) rollback transaction
1762
- Connecting to database specified by database.yml
1763
-  (0.2ms) begin transaction
1764
-  (0.0ms) rollback transaction
1765
-  (0.0ms) begin transaction
1766
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:20 +0200
1767
- Processing by HomeController#index as HTML
1768
- Rendered home/index.html.erb within layouts/application (1.5ms)
1769
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
1770
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:30:20 +0200
1771
- Processing by HomeController#index as PDF
1772
- Rendered home/index.pdf.erb (0.3ms)
1773
- Rendered text template (0.0ms)
1774
- Sent data contents.pdf (1.4ms)
1775
- Completed 200 OK in 104ms (Views: 104.0ms | ActiveRecord: 0.0ms)
1776
-  (0.1ms) rollback transaction
1777
-  (0.1ms) begin transaction
1778
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:20 +0200
1779
- Processing by HomeController#index as HTML
1780
- Rendered home/index.html.erb within layouts/application (0.6ms)
1781
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1782
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:30:21 +0200
1783
- Processing by HomeController#subdir_template as PDF
1784
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1785
- Rendered text template (0.0ms)
1786
- Sent data subdir_template.pdf (0.6ms)
1787
- Completed 200 OK in 110ms (Views: 109.7ms | ActiveRecord: 0.0ms)
1788
-  (0.1ms) rollback transaction
1789
-  (0.0ms) begin transaction
1790
-  (0.0ms) rollback transaction
1791
- Connecting to database specified by database.yml
1792
-  (0.2ms) begin transaction
1793
-  (0.0ms) rollback transaction
1794
-  (0.0ms) begin transaction
1795
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:30 +0200
1796
- Processing by HomeController#index as HTML
1797
- Rendered home/index.html.erb within layouts/application (1.3ms)
1798
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
1799
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:30:30 +0200
1800
- Processing by HomeController#index as PDF
1801
- Rendered home/index.pdf.erb (0.4ms)
1802
- Rendered text template (0.0ms)
1803
- Sent data contents.pdf (1.3ms)
1804
- Completed 200 OK in 489ms (Views: 488.5ms | ActiveRecord: 0.0ms)
1805
-  (0.1ms) rollback transaction
1806
-  (0.0ms) begin transaction
1807
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:31 +0200
1808
- Processing by HomeController#index as HTML
1809
- Rendered home/index.html.erb within layouts/application (0.4ms)
1810
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
1811
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:30:31 +0200
1812
- Processing by HomeController#subdir_template as PDF
1813
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1814
- Rendered text template (0.0ms)
1815
- Sent data subdir_template.pdf (0.6ms)
1816
- Completed 200 OK in 104ms (Views: 103.7ms | ActiveRecord: 0.0ms)
1817
-  (0.1ms) rollback transaction
1818
-  (0.1ms) begin transaction
1819
-  (0.0ms) rollback transaction
1820
- Connecting to database specified by database.yml
1821
-  (0.2ms) begin transaction
1822
-  (0.0ms) rollback transaction
1823
-  (0.0ms) begin transaction
1824
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:39 +0200
1825
- Processing by HomeController#index as HTML
1826
- Rendered home/index.html.erb within layouts/application (1.3ms)
1827
- Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1828
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:30:39 +0200
1829
- Processing by HomeController#index as PDF
1830
- Rendered home/index.pdf.erb (0.3ms)
1831
- Rendered text template (0.0ms)
1832
- Sent data contents.pdf (2.0ms)
1833
- Completed 200 OK in 432ms (Views: 432.3ms | ActiveRecord: 0.0ms)
1834
-  (0.1ms) rollback transaction
1835
-  (0.1ms) begin transaction
1836
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:30:39 +0200
1837
- Processing by HomeController#index as HTML
1838
- Rendered home/index.html.erb within layouts/application (0.5ms)
1839
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
1840
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:30:39 +0200
1841
- Processing by HomeController#subdir_template as PDF
1842
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1843
- Rendered text template (0.0ms)
1844
- Sent data subdir_template.pdf (0.6ms)
1845
- Completed 200 OK in 104ms (Views: 103.6ms | ActiveRecord: 0.0ms)
1846
-  (0.1ms) rollback transaction
1847
-  (0.0ms) begin transaction
1848
-  (0.0ms) rollback transaction
1849
- Connecting to database specified by database.yml
1850
-  (0.3ms) begin transaction
1851
-  (0.1ms) rollback transaction
1852
-  (0.1ms) begin transaction
1853
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:31:14 +0200
1854
- Processing by HomeController#index as HTML
1855
- Rendered home/index.html.erb within layouts/application (2.2ms)
1856
- Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
1857
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:31:14 +0200
1858
- Processing by HomeController#index as PDF
1859
- Rendered home/index.pdf.erb (0.4ms)
1860
- Rendered text template (0.0ms)
1861
- Sent data contents.pdf (1.5ms)
1862
- Completed 200 OK in 18452ms (Views: 18452.0ms | ActiveRecord: 0.0ms)
1863
-  (0.1ms) rollback transaction
1864
-  (0.0ms) begin transaction
1865
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:31:32 +0200
1866
- Processing by HomeController#index as HTML
1867
- Rendered home/index.html.erb within layouts/application (0.7ms)
1868
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
1869
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:31:32 +0200
1870
- Processing by HomeController#subdir_template as PDF
1871
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1872
- Rendered text template (0.0ms)
1873
- Sent data subdir_template.pdf (0.6ms)
1874
- Completed 200 OK in 925ms (Views: 924.8ms | ActiveRecord: 0.0ms)
1875
-  (0.1ms) rollback transaction
1876
-  (0.0ms) begin transaction
1877
-  (0.0ms) rollback transaction
1878
- Connecting to database specified by database.yml
1879
-  (0.2ms) begin transaction
1880
-  (0.0ms) rollback transaction
1881
-  (0.0ms) begin transaction
1882
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:31:38 +0200
1883
- Processing by HomeController#index as HTML
1884
- Rendered home/index.html.erb within layouts/application (1.3ms)
1885
- Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1886
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:31:38 +0200
1887
- Processing by HomeController#index as PDF
1888
- Rendered home/index.pdf.erb (0.3ms)
1889
- Rendered text template (0.0ms)
1890
- Sent data contents.pdf (1.2ms)
1891
- Completed 200 OK in 133ms (Views: 133.1ms | ActiveRecord: 0.0ms)
1892
-  (0.1ms) rollback transaction
1893
-  (0.0ms) begin transaction
1894
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:31:38 +0200
1895
- Processing by HomeController#index as HTML
1896
- Rendered home/index.html.erb within layouts/application (0.4ms)
1897
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1898
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:31:38 +0200
1899
- Processing by HomeController#subdir_template as PDF
1900
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
1901
- Rendered text template (0.0ms)
1902
- Sent data subdir_template.pdf (0.6ms)
1903
- Completed 200 OK in 127ms (Views: 126.8ms | ActiveRecord: 0.0ms)
1904
-  (0.1ms) rollback transaction
1905
-  (0.0ms) begin transaction
1906
-  (0.0ms) rollback transaction
1907
- Connecting to database specified by database.yml
1908
-  (0.2ms) begin transaction
1909
-  (0.0ms) rollback transaction
1910
-  (0.0ms) begin transaction
1911
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:32:00 +0200
1912
- Processing by HomeController#index as HTML
1913
- Rendered home/index.html.erb within layouts/application (1.4ms)
1914
- Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1915
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:32:00 +0200
1916
- Processing by HomeController#index as PDF
1917
- Rendered home/index.pdf.erb (0.3ms)
1918
- Rendered inline template (0.9ms)
1919
- Completed 500 Internal Server Error in 684ms (Views: 683.6ms | ActiveRecord: 0.0ms)
1920
-  (0.1ms) rollback transaction
1921
-  (0.0ms) begin transaction
1922
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:32:01 +0200
1923
- Processing by HomeController#index as HTML
1924
- Rendered home/index.html.erb within layouts/application (0.4ms)
1925
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1926
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:32:01 +0200
1927
- Processing by HomeController#subdir_template as PDF
1928
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1929
- Rendered inline template (0.9ms)
1930
- Completed 500 Internal Server Error in 178ms (Views: 177.2ms | ActiveRecord: 0.0ms)
1931
-  (0.1ms) rollback transaction
1932
-  (0.0ms) begin transaction
1933
-  (0.0ms) rollback transaction
1934
- Connecting to database specified by database.yml
1935
-  (0.2ms) begin transaction
1936
-  (0.0ms) rollback transaction
1937
-  (0.0ms) begin transaction
1938
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:32:13 +0200
1939
- Processing by HomeController#index as HTML
1940
- Rendered home/index.html.erb within layouts/application (1.3ms)
1941
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
1942
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:32:13 +0200
1943
- Processing by HomeController#index as PDF
1944
- Rendered home/index.pdf.erb (0.3ms)
1945
- Rendered text template (0.0ms)
1946
- Sent data contents.pdf (1.2ms)
1947
- Completed 200 OK in 498ms (Views: 497.4ms | ActiveRecord: 0.0ms)
1948
-  (0.1ms) rollback transaction
1949
-  (0.0ms) begin transaction
1950
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:32:14 +0200
1951
- Processing by HomeController#index as HTML
1952
- Rendered home/index.html.erb within layouts/application (0.4ms)
1953
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1954
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:32:14 +0200
1955
- Processing by HomeController#subdir_template as PDF
1956
- Rendered home/pdf/subdir_template.pdf.erb (0.5ms)
1957
- Rendered text template (0.0ms)
1958
- Sent data subdir_template.pdf (1.2ms)
1959
- Completed 200 OK in 116ms (Views: 115.4ms | ActiveRecord: 0.0ms)
1960
-  (0.1ms) rollback transaction
1961
-  (0.0ms) begin transaction
1962
-  (0.0ms) rollback transaction
1963
- Connecting to database specified by database.yml
1964
-  (0.2ms) begin transaction
1965
-  (0.0ms) rollback transaction
1966
-  (0.0ms) begin transaction
1967
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:34:19 +0200
1968
- Processing by HomeController#index as HTML
1969
- Rendered home/index.html.erb within layouts/application (1.5ms)
1970
- Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
1971
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:34:19 +0200
1972
- Processing by HomeController#index as PDF
1973
- Rendered home/index.pdf.erb (0.2ms)
1974
- Completed 500 Internal Server Error in 3ms
1975
-  (0.1ms) rollback transaction
1976
-  (0.4ms) begin transaction
1977
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:34:19 +0200
1978
- Processing by HomeController#index as HTML
1979
- Rendered home/index.html.erb within layouts/application (0.4ms)
1980
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1981
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:34:19 +0200
1982
- Processing by HomeController#subdir_template as PDF
1983
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
1984
- Completed 500 Internal Server Error in 3ms
1985
-  (0.1ms) rollback transaction
1986
-  (0.0ms) begin transaction
1987
-  (0.0ms) rollback transaction
1988
- Connecting to database specified by database.yml
1989
-  (0.2ms) begin transaction
1990
-  (0.0ms) rollback transaction
1991
-  (0.0ms) begin transaction
1992
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:35:42 +0200
1993
- Processing by HomeController#index as HTML
1994
- Rendered home/index.html.erb within layouts/application (1.5ms)
1995
- Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
1996
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:35:42 +0200
1997
- Processing by HomeController#index as PDF
1998
- Rendered home/index.pdf.erb (0.2ms)
1999
- Rendered text template (0.0ms)
2000
- Sent data contents.pdf (1.2ms)
2001
- Completed 200 OK in 839ms (Views: 838.8ms | ActiveRecord: 0.0ms)
2002
-  (0.1ms) rollback transaction
2003
-  (0.0ms) begin transaction
2004
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:35:43 +0200
2005
- Processing by HomeController#index as HTML
2006
- Rendered home/index.html.erb within layouts/application (0.4ms)
2007
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
2008
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:35:43 +0200
2009
- Processing by HomeController#subdir_template as PDF
2010
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2011
- Rendered text template (0.0ms)
2012
- Sent data subdir_template.pdf (0.8ms)
2013
- Completed 200 OK in 107ms (Views: 106.5ms | ActiveRecord: 0.0ms)
2014
-  (0.1ms) rollback transaction
2015
-  (0.1ms) begin transaction
2016
-  (0.1ms) rollback transaction
2017
- Connecting to database specified by database.yml
2018
-  (0.2ms) begin transaction
2019
-  (0.0ms) rollback transaction
2020
-  (0.0ms) begin transaction
2021
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:36:55 +0200
2022
- Processing by HomeController#index as HTML
2023
- Rendered home/index.html.erb within layouts/application (1.3ms)
2024
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
2025
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:36:55 +0200
2026
- Processing by HomeController#index as PDF
2027
- Rendered home/index.pdf.erb (0.2ms)
2028
- Rendered text template (0.0ms)
2029
- Sent data contents.pdf (1.2ms)
2030
- Completed 200 OK in 436ms (Views: 435.8ms | ActiveRecord: 0.0ms)
2031
-  (0.1ms) rollback transaction
2032
-  (0.1ms) begin transaction
2033
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:36:55 +0200
2034
- Processing by HomeController#index as HTML
2035
- Rendered home/index.html.erb within layouts/application (0.6ms)
2036
- Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
2037
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:36:55 +0200
2038
- Processing by HomeController#subdir_template as PDF
2039
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2040
- Rendered text template (0.0ms)
2041
- Sent data subdir_template.pdf (0.6ms)
2042
- Completed 200 OK in 109ms (Views: 108.8ms | ActiveRecord: 0.0ms)
2043
-  (0.1ms) rollback transaction
2044
-  (0.0ms) begin transaction
2045
-  (0.0ms) rollback transaction
2046
- Connecting to database specified by database.yml
2047
-  (0.2ms) begin transaction
2048
-  (0.0ms) rollback transaction
2049
-  (0.0ms) begin transaction
2050
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:36:59 +0200
2051
- Processing by HomeController#index as HTML
2052
- Rendered home/index.html.erb within layouts/application (1.4ms)
2053
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
2054
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:36:59 +0200
2055
- Processing by HomeController#index as PDF
2056
- Rendered home/index.pdf.erb (0.2ms)
2057
- Rendered text template (0.0ms)
2058
- Sent data contents.pdf (1.2ms)
2059
- Completed 200 OK in 112ms (Views: 111.5ms | ActiveRecord: 0.0ms)
2060
-  (0.1ms) rollback transaction
2061
-  (0.0ms) begin transaction
2062
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:36:59 +0200
2063
- Processing by HomeController#index as HTML
2064
- Rendered home/index.html.erb within layouts/application (0.4ms)
2065
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
2066
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:36:59 +0200
2067
- Processing by HomeController#subdir_template as PDF
2068
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2069
- Rendered text template (0.0ms)
2070
- Sent data subdir_template.pdf (0.6ms)
2071
- Completed 200 OK in 144ms (Views: 144.0ms | ActiveRecord: 0.0ms)
2072
-  (0.1ms) rollback transaction
2073
-  (0.0ms) begin transaction
2074
-  (0.0ms) rollback transaction
2075
- Connecting to database specified by database.yml
2076
-  (0.2ms) begin transaction
2077
-  (0.0ms) rollback transaction
2078
-  (0.0ms) begin transaction
2079
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:37:11 +0200
2080
- Processing by HomeController#index as HTML
2081
- Rendered home/index.html.erb within layouts/application (1.3ms)
2082
- Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
2083
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:37:11 +0200
2084
- Processing by HomeController#index as PDF
2085
- Rendered home/index.pdf.erb (0.3ms)
2086
- Rendered text template (0.0ms)
2087
- Sent data contents.pdf (1.6ms)
2088
- Completed 200 OK in 441ms (Views: 441.2ms | ActiveRecord: 0.0ms)
2089
-  (0.1ms) rollback transaction
2090
-  (0.0ms) begin transaction
2091
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:37:11 +0200
2092
- Processing by HomeController#index as HTML
2093
- Rendered home/index.html.erb within layouts/application (0.5ms)
2094
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
2095
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:37:11 +0200
2096
- Processing by HomeController#subdir_template as PDF
2097
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2098
- Rendered text template (0.0ms)
2099
- Sent data subdir_template.pdf (0.6ms)
2100
- Completed 200 OK in 128ms (Views: 127.8ms | ActiveRecord: 0.0ms)
2101
-  (0.1ms) rollback transaction
2102
-  (0.1ms) begin transaction
2103
-  (0.0ms) rollback transaction
2104
- Connecting to database specified by database.yml
2105
-  (0.2ms) begin transaction
2106
-  (0.0ms) rollback transaction
2107
-  (0.0ms) begin transaction
2108
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:38:01 +0200
2109
- Processing by HomeController#index as HTML
2110
- Rendered home/index.html.erb within layouts/application (1.4ms)
2111
- Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
2112
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:38:01 +0200
2113
- Processing by HomeController#index as PDF
2114
- Rendered home/index.pdf.erb (0.2ms)
2115
- Rendered inline template (1.2ms)
2116
- Completed 500 Internal Server Error in 470ms (Views: 469.4ms | ActiveRecord: 0.0ms)
2117
-  (0.1ms) rollback transaction
2118
-  (0.0ms) begin transaction
2119
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:38:02 +0200
2120
- Processing by HomeController#index as HTML
2121
- Rendered home/index.html.erb within layouts/application (0.7ms)
2122
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
2123
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:38:02 +0200
2124
- Processing by HomeController#subdir_template as PDF
2125
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2126
- Rendered inline template (0.9ms)
2127
- Completed 500 Internal Server Error in 199ms (Views: 198.8ms | ActiveRecord: 0.0ms)
2128
-  (0.1ms) rollback transaction
2129
-  (0.0ms) begin transaction
2130
-  (0.0ms) rollback transaction
2131
- Connecting to database specified by database.yml
2132
-  (0.2ms) begin transaction
2133
-  (0.0ms) rollback transaction
2134
-  (0.0ms) begin transaction
2135
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:38:21 +0200
2136
- Processing by HomeController#index as HTML
2137
- Rendered home/index.html.erb within layouts/application (1.5ms)
2138
- Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
2139
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:38:21 +0200
2140
- Processing by HomeController#index as PDF
2141
- Rendered home/index.pdf.erb (0.3ms)
2142
- Rendered inline template (1.1ms)
2143
- Completed 500 Internal Server Error in 450ms (Views: 449.6ms | ActiveRecord: 0.0ms)
2144
-  (0.1ms) rollback transaction
2145
-  (0.0ms) begin transaction
2146
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:38:21 +0200
2147
- Processing by HomeController#index as HTML
2148
- Rendered home/index.html.erb within layouts/application (0.6ms)
2149
- Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
2150
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:38:21 +0200
2151
- Processing by HomeController#subdir_template as PDF
2152
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
2153
- Rendered inline template (1.2ms)
2154
- Completed 500 Internal Server Error in 123ms (Views: 122.9ms | ActiveRecord: 0.0ms)
2155
-  (0.1ms) rollback transaction
2156
-  (0.0ms) begin transaction
2157
-  (0.0ms) rollback transaction
2158
- Connecting to database specified by database.yml
2159
-  (0.2ms) begin transaction
2160
-  (0.0ms) rollback transaction
2161
-  (0.0ms) begin transaction
2162
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:38:54 +0200
2163
- Processing by HomeController#index as HTML
2164
- Rendered home/index.html.erb within layouts/application (1.3ms)
2165
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
2166
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:38:54 +0200
2167
- Processing by HomeController#index as PDF
2168
- Rendered home/index.pdf.erb (0.3ms)
2169
- Rendered inline template (0.9ms)
2170
- Completed 500 Internal Server Error in 379ms (Views: 379.2ms | ActiveRecord: 0.0ms)
2171
-  (0.1ms) rollback transaction
2172
-  (0.0ms) begin transaction
2173
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:38:54 +0200
2174
- Processing by HomeController#index as HTML
2175
- Rendered home/index.html.erb within layouts/application (0.3ms)
2176
- Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2177
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:38:54 +0200
2178
- Processing by HomeController#subdir_template as PDF
2179
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2180
- Rendered inline template (1.9ms)
2181
- Completed 500 Internal Server Error in 126ms (Views: 125.3ms | ActiveRecord: 0.0ms)
2182
-  (0.1ms) rollback transaction
2183
-  (0.0ms) begin transaction
2184
-  (0.0ms) rollback transaction
2185
- Connecting to database specified by database.yml
2186
-  (0.2ms) begin transaction
2187
-  (0.0ms) rollback transaction
2188
-  (0.0ms) begin transaction
2189
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:42:09 +0200
2190
- Processing by HomeController#index as HTML
2191
- Rendered home/index.html.erb within layouts/application (1.5ms)
2192
- Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
2193
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:42:09 +0200
2194
- Processing by HomeController#index as PDF
2195
- Rendered home/index.pdf.erb (0.2ms)
2196
- Rendered text template (0.0ms)
2197
- Sent data contents.pdf (1.2ms)
2198
- Completed 200 OK in 1521ms (Views: 1520.6ms | ActiveRecord: 0.0ms)
2199
-  (0.1ms) rollback transaction
2200
-  (0.0ms) begin transaction
2201
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:42:10 +0200
2202
- Processing by HomeController#index as HTML
2203
- Rendered home/index.html.erb within layouts/application (0.4ms)
2204
- Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
2205
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:42:10 +0200
2206
- Processing by HomeController#subdir_template as PDF
2207
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
2208
- Rendered text template (0.0ms)
2209
- Sent data subdir_template.pdf (0.6ms)
2210
- Completed 200 OK in 179ms (Views: 178.6ms | ActiveRecord: 0.0ms)
2211
-  (0.1ms) rollback transaction
2212
-  (0.0ms) begin transaction
2213
-  (0.0ms) rollback transaction
2214
- Connecting to database specified by database.yml
2215
-  (0.2ms) begin transaction
2216
-  (0.0ms) rollback transaction
2217
-  (0.0ms) begin transaction
2218
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:42:45 +0200
2219
- Processing by HomeController#index as HTML
2220
- Rendered home/index.html.erb within layouts/application (1.4ms)
2221
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
2222
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:42:45 +0200
2223
- Processing by HomeController#index as PDF
2224
- Rendered home/index.pdf.erb (0.3ms)
2225
- Rendered inline template (1.3ms)
2226
- Completed 500 Internal Server Error in 418ms (Views: 417.4ms | ActiveRecord: 0.0ms)
2227
-  (0.1ms) rollback transaction
2228
-  (0.0ms) begin transaction
2229
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:42:45 +0200
2230
- Processing by HomeController#index as HTML
2231
- Rendered home/index.html.erb within layouts/application (0.6ms)
2232
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2233
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:42:45 +0200
2234
- Processing by HomeController#subdir_template as PDF
2235
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2236
- Rendered inline template (0.9ms)
2237
- Completed 500 Internal Server Error in 209ms (Views: 208.1ms | ActiveRecord: 0.0ms)
2238
-  (0.1ms) rollback transaction
2239
-  (0.0ms) begin transaction
2240
-  (0.0ms) rollback transaction
2241
- Connecting to database specified by database.yml
2242
-  (0.2ms) begin transaction
2243
-  (0.0ms) rollback transaction
2244
-  (0.0ms) begin transaction
2245
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:43:08 +0200
2246
- Processing by HomeController#index as HTML
2247
- Rendered home/index.html.erb within layouts/application (1.5ms)
2248
- Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
2249
- Started GET "/home.pdf" for 127.0.0.1 at 2013-08-29 14:43:08 +0200
2250
- Processing by HomeController#index as PDF
2251
- Rendered home/index.pdf.erb (0.3ms)
2252
- Rendered text template (0.0ms)
2253
- Sent data contents.pdf (1.4ms)
2254
- Completed 200 OK in 453ms (Views: 452.6ms | ActiveRecord: 0.0ms)
2255
-  (0.1ms) rollback transaction
2256
-  (0.0ms) begin transaction
2257
- Started GET "/home" for 127.0.0.1 at 2013-08-29 14:43:09 +0200
2258
- Processing by HomeController#index as HTML
2259
- Rendered home/index.html.erb within layouts/application (0.5ms)
2260
- Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
2261
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-08-29 14:43:09 +0200
2262
- Processing by HomeController#subdir_template as PDF
2263
- Rendered home/pdf/subdir_template.pdf.erb (0.2ms)
2264
- Rendered text template (0.0ms)
2265
- Sent data subdir_template.pdf (0.6ms)
2266
- Completed 200 OK in 168ms (Views: 167.6ms | ActiveRecord: 0.0ms)
2267
-  (0.1ms) rollback transaction
2268
-  (0.0ms) begin transaction
2269
-  (0.0ms) rollback transaction
2270
- Connecting to database specified by database.yml
2271
-  (0.2ms) begin transaction
2272
-  (0.0ms) rollback transaction
2273
-  (0.0ms) begin transaction
2274
- Started GET "/home" for 127.0.0.1 at 2013-09-09 13:50:18 +0200
2275
- Processing by HomeController#index as HTML
2276
- Rendered home/index.html.erb within layouts/application (1.7ms)
2277
- Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
2278
- Started GET "/home.pdf" for 127.0.0.1 at 2013-09-09 13:50:18 +0200
2279
- Processing by HomeController#index as PDF
2280
- Rendered home/index.pdf.erb (0.3ms)
2281
- Rendered text template (0.0ms)
2282
- Sent data contents.pdf (2.2ms)
2283
- Completed 200 OK in 18633ms (Views: 18632.4ms | ActiveRecord: 0.0ms)
2284
-  (0.1ms) rollback transaction
2285
-  (0.0ms) begin transaction
2286
- Started GET "/home" for 127.0.0.1 at 2013-09-09 13:50:36 +0200
2287
- Processing by HomeController#index as HTML
2288
- Rendered home/index.html.erb within layouts/application (0.6ms)
2289
- Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
2290
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2013-09-09 13:50:36 +0200
2291
- Processing by HomeController#subdir_template as PDF
2292
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2293
- Rendered text template (0.0ms)
2294
- Sent data subdir_template.pdf (0.6ms)
2295
- Completed 200 OK in 217ms (Views: 216.7ms | ActiveRecord: 0.0ms)
2296
-  (0.1ms) rollback transaction
2297
-  (0.0ms) begin transaction
2298
-  (0.0ms) rollback transaction
2299
-  (0.1ms) begin transaction
2300
- -----------------------------
2301
- DocmagoClientTest: test_truth
2302
- -----------------------------
2303
-  (0.1ms) rollback transaction
2304
-  (0.0ms) begin transaction
2305
- ----------------------------------------------------
2306
- NavigationTest: test_pdf_request_sends_a_pdf_as_file
2307
- ----------------------------------------------------
2308
- Started GET "/home" for 127.0.0.1 at 2014-08-06 20:09:46 -0400
2309
- Processing by HomeController#index as HTML
2310
- Rendered home/index.html.erb within layouts/application (1.4ms)
2311
- Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)
2312
- Started GET "/home.pdf" for 127.0.0.1 at 2014-08-06 20:09:46 -0400
2313
- Processing by HomeController#index as PDF
2314
- Rendered home/index.pdf.erb (0.3ms)
2315
- Rendered inline template (0.3ms)
2316
- Completed 401 Unauthorized in 198ms (Views: 197.4ms | ActiveRecord: 0.0ms)
2317
-  (0.2ms) rollback transaction
2318
-  (0.1ms) begin transaction
2319
- ----------------------------------------------------------------------------------------
2320
- NavigationTest: test_pdf_request_to_an_action_with_view_template_inside_pdf_subdirectory
2321
- ----------------------------------------------------------------------------------------
2322
- Started GET "/home" for 127.0.0.1 at 2014-08-06 20:09:46 -0400
2323
- Processing by HomeController#index as HTML
2324
- Rendered home/index.html.erb within layouts/application (0.6ms)
2325
- Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
2326
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2014-08-06 20:09:46 -0400
2327
- Processing by HomeController#subdir_template as PDF
2328
- Rendered home/pdf/subdir_template.pdf.erb (0.4ms)
2329
- Rendered inline template (0.3ms)
2330
- Completed 401 Unauthorized in 104ms (Views: 103.7ms | ActiveRecord: 0.0ms)
2331
-  (0.1ms) rollback transaction
2332
-  (0.0ms) begin transaction
2333
- --------------------------
2334
- NavigationTest: test_truth
2335
- --------------------------
2336
-  (0.1ms) rollback transaction
2337
-  (0.1ms) begin transaction
2338
- ----------------------------------------------------
2339
- NavigationTest: test_pdf_request_sends_a_pdf_as_file
2340
- ----------------------------------------------------
2341
- Started GET "/home" for 127.0.0.1 at 2014-08-06 20:11:40 -0400
2342
- Processing by HomeController#index as HTML
2343
- Rendered home/index.html.erb within layouts/application (1.6ms)
2344
- Completed 200 OK in 15ms (Views: 15.0ms | ActiveRecord: 0.0ms)
2345
- Started GET "/home.pdf" for 127.0.0.1 at 2014-08-06 20:11:40 -0400
2346
- Processing by HomeController#index as PDF
2347
- Rendered home/index.pdf.erb (0.3ms)
2348
- Rendered text template (0.0ms)
2349
- Sent data contents.pdf (2.3ms)
2350
- Completed 200 OK in 210ms (Views: 209.5ms | ActiveRecord: 0.0ms)
2351
-  (0.1ms) rollback transaction
2352
-  (0.0ms) begin transaction
2353
- ----------------------------------------------------------------------------------------
2354
- NavigationTest: test_pdf_request_to_an_action_with_view_template_inside_pdf_subdirectory
2355
- ----------------------------------------------------------------------------------------
2356
- Started GET "/home" for 127.0.0.1 at 2014-08-06 20:11:40 -0400
2357
- Processing by HomeController#index as HTML
2358
- Rendered home/index.html.erb within layouts/application (0.6ms)
2359
- Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
2360
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2014-08-06 20:11:40 -0400
2361
- Processing by HomeController#subdir_template as PDF
2362
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2363
- Rendered text template (0.0ms)
2364
- Sent data subdir_template.pdf (0.5ms)
2365
- Completed 200 OK in 197ms (Views: 196.6ms | ActiveRecord: 0.0ms)
2366
-  (0.1ms) rollback transaction
2367
-  (0.0ms) begin transaction
2368
- --------------------------
2369
- NavigationTest: test_truth
2370
- --------------------------
2371
-  (0.0ms) rollback transaction
2372
-  (0.0ms) begin transaction
2373
- -----------------------------
2374
- DocmagoClientTest: test_truth
2375
- -----------------------------
2376
-  (0.0ms) rollback transaction
2377
-  (0.1ms) begin transaction
2378
- ----------------------------------------------------
2379
- NavigationTest: test_pdf_request_sends_a_pdf_as_file
2380
- ----------------------------------------------------
2381
- Started GET "/home" for 127.0.0.1 at 2014-10-13 20:38:48 +0200
2382
- Processing by HomeController#index as HTML
2383
- Rendered home/index.html.erb within layouts/application (1.6ms)
2384
- Completed 200 OK in 71ms (Views: 70.3ms | ActiveRecord: 0.0ms)
2385
- Started GET "/home.pdf" for 127.0.0.1 at 2014-10-13 20:38:48 +0200
2386
- Processing by HomeController#index as PDF
2387
- Rendered home/index.pdf.erb (0.3ms)
2388
- Rendered text template (0.0ms)
2389
- Sent data contents.pdf (1.5ms)
2390
- Completed 200 OK in 264ms (Views: 263.9ms | ActiveRecord: 0.0ms)
2391
-  (0.1ms) rollback transaction
2392
-  (0.0ms) begin transaction
2393
- ----------------------------------------------------------------------------------------
2394
- NavigationTest: test_pdf_request_to_an_action_with_view_template_inside_pdf_subdirectory
2395
- ----------------------------------------------------------------------------------------
2396
- Started GET "/home" for 127.0.0.1 at 2014-10-13 20:38:49 +0200
2397
- Processing by HomeController#index as HTML
2398
- Rendered home/index.html.erb within layouts/application (0.4ms)
2399
- Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
2400
- Started GET "/home/subdir_template.pdf" for 127.0.0.1 at 2014-10-13 20:38:49 +0200
2401
- Processing by HomeController#subdir_template as PDF
2402
- Rendered home/pdf/subdir_template.pdf.erb (0.3ms)
2403
- Rendered text template (0.0ms)
2404
- Sent data subdir_template.pdf (0.4ms)
2405
- Completed 200 OK in 192ms (Views: 191.7ms | ActiveRecord: 0.0ms)
2406
-  (0.1ms) rollback transaction
2407
-  (0.0ms) begin transaction
2408
- --------------------------
2409
- NavigationTest: test_truth
2410
- --------------------------
2411
-  (0.0ms) rollback transaction
2412
-  (0.0ms) begin transaction
2413
- -----------------------------
2414
- DocmagoClientTest: test_truth
2415
- -----------------------------
2416
-  (0.0ms) rollback transaction