very_dson 0.0.1

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 (50) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +32 -0
  4. data/lib/tasks/very_dson_tasks.rake +4 -0
  5. data/lib/very_dson/dson.rb +107 -0
  6. data/lib/very_dson/dson_renderer.rb +6 -0
  7. data/lib/very_dson/version.rb +3 -0
  8. data/lib/very_dson.rb +2 -0
  9. data/test/dson_test.rb +50 -0
  10. data/test/dummy/README.rdoc +28 -0
  11. data/test/dummy/Rakefile +6 -0
  12. data/test/dummy/app/assets/javascripts/application.js +13 -0
  13. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  14. data/test/dummy/app/controllers/application_controller.rb +5 -0
  15. data/test/dummy/app/controllers/doge_controller.rb +5 -0
  16. data/test/dummy/app/helpers/application_helper.rb +2 -0
  17. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  18. data/test/dummy/bin/bundle +3 -0
  19. data/test/dummy/bin/rails +4 -0
  20. data/test/dummy/bin/rake +4 -0
  21. data/test/dummy/config/application.rb +23 -0
  22. data/test/dummy/config/boot.rb +5 -0
  23. data/test/dummy/config/database.yml +25 -0
  24. data/test/dummy/config/environment.rb +5 -0
  25. data/test/dummy/config/environments/development.rb +37 -0
  26. data/test/dummy/config/environments/production.rb +83 -0
  27. data/test/dummy/config/environments/test.rb +39 -0
  28. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  29. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  30. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  31. data/test/dummy/config/initializers/inflections.rb +16 -0
  32. data/test/dummy/config/initializers/mime_types.rb +4 -0
  33. data/test/dummy/config/initializers/session_store.rb +3 -0
  34. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/dummy/config/locales/en.yml +23 -0
  36. data/test/dummy/config/routes.rb +57 -0
  37. data/test/dummy/config/secrets.yml +22 -0
  38. data/test/dummy/config.ru +4 -0
  39. data/test/dummy/db/development.sqlite3 +0 -0
  40. data/test/dummy/db/test.sqlite3 +0 -0
  41. data/test/dummy/log/development.log +825 -0
  42. data/test/dummy/log/test.log +3980 -0
  43. data/test/dummy/public/404.html +67 -0
  44. data/test/dummy/public/422.html +67 -0
  45. data/test/dummy/public/500.html +66 -0
  46. data/test/dummy/public/favicon.ico +0 -0
  47. data/test/dummy/tmp/pids/server.pid +1 -0
  48. data/test/integration/render_doge_test.rb +12 -0
  49. data/test/test_helper.rb +15 -0
  50. metadata +175 -0
@@ -0,0 +1,825 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:01:27 -0400
4
+ Processing by DogeController#index as HTML
5
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
6
+
7
+
8
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:01:28 -0400
9
+ Processing by DogeController#index as HTML
10
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
11
+
12
+
13
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:01:57 -0400
14
+ Processing by DogeController#index as HTML
15
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
16
+
17
+
18
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:02:08 -0400
19
+ Processing by DogeController#index as HTML
20
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21
+
22
+
23
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:02:09 -0400
24
+ Processing by DogeController#index as HTML
25
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
26
+
27
+
28
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:02:25 -0400
29
+ Processing by DogeController#index as HTML
30
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
31
+
32
+
33
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:04:48 -0400
34
+ Processing by DogeController#index as HTML
35
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
36
+
37
+
38
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:04:53 -0400
39
+ Processing by DogeController#index as HTML
40
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
41
+
42
+
43
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:04:53 -0400
44
+ Processing by DogeController#index as HTML
45
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
46
+
47
+
48
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:04:59 -0400
49
+ Processing by DogeController#index as HTML
50
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
51
+
52
+
53
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:05:03 -0400
54
+ Processing by DogeController#index as HTML
55
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
56
+
57
+
58
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:05:14 -0400
59
+ Processing by DogeController#index as HTML
60
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
61
+
62
+
63
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:05:14 -0400
64
+ Processing by DogeController#index as HTML
65
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
66
+
67
+
68
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:05:44 -0400
69
+ Processing by DogeController#index as HTML
70
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
71
+
72
+
73
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:05:44 -0400
74
+ Processing by DogeController#index as HTML
75
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
76
+
77
+
78
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:06:01 -0400
79
+ Processing by DogeController#index as HTML
80
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
81
+
82
+
83
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:06:05 -0400
84
+ Processing by DogeController#index as HTML
85
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
86
+
87
+
88
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:06:06 -0400
89
+ Processing by DogeController#index as HTML
90
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
91
+
92
+
93
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:10:02 -0400
94
+ Processing by DogeController#index as HTML
95
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
96
+
97
+
98
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:10:03 -0400
99
+ Processing by DogeController#index as HTML
100
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
101
+
102
+
103
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:10:17 -0400
104
+ Processing by DogeController#index as HTML
105
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
106
+
107
+
108
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:10:19 -0400
109
+ Processing by DogeController#index as HTML
110
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
111
+
112
+
113
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:10:22 -0400
114
+ Processing by DogeController#index as HTML
115
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
116
+
117
+
118
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:11:18 -0400
119
+ Processing by DogeController#index as HTML
120
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
121
+
122
+
123
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:11:22 -0400
124
+ Processing by DogeController#index as HTML
125
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
126
+
127
+
128
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:01 -0400
129
+ Processing by DogeController#index as HTML
130
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
131
+
132
+
133
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:02 -0400
134
+ Processing by DogeController#index as HTML
135
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
136
+
137
+
138
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:02 -0400
139
+ Processing by DogeController#index as HTML
140
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
141
+
142
+
143
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:03 -0400
144
+ Processing by DogeController#index as HTML
145
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
146
+
147
+
148
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:03 -0400
149
+ Processing by DogeController#index as HTML
150
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
151
+
152
+
153
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:19 -0400
154
+ Processing by DogeController#index as HTML
155
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
156
+
157
+
158
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:20 -0400
159
+ Processing by DogeController#index as HTML
160
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
161
+
162
+
163
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:20 -0400
164
+ Processing by DogeController#index as HTML
165
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
166
+
167
+
168
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:21 -0400
169
+ Processing by DogeController#index as HTML
170
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
171
+
172
+
173
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:21 -0400
174
+ Processing by DogeController#index as HTML
175
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
176
+
177
+
178
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:21 -0400
179
+ Processing by DogeController#index as HTML
180
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
181
+
182
+
183
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:22 -0400
184
+ Processing by DogeController#index as HTML
185
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
186
+
187
+
188
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:22 -0400
189
+ Processing by DogeController#index as HTML
190
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
191
+
192
+
193
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:17:22 -0400
194
+ Processing by DogeController#index as HTML
195
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
196
+
197
+
198
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:12 -0400
199
+ Processing by DogeController#index as HTML
200
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
201
+
202
+
203
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:13 -0400
204
+ Processing by DogeController#index as HTML
205
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
206
+
207
+
208
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:13 -0400
209
+ Processing by DogeController#index as HTML
210
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
211
+
212
+
213
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:14 -0400
214
+ Processing by DogeController#index as HTML
215
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
216
+
217
+
218
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:14 -0400
219
+ Processing by DogeController#index as HTML
220
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
221
+
222
+
223
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:15 -0400
224
+ Processing by DogeController#index as HTML
225
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
226
+
227
+
228
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:15 -0400
229
+ Processing by DogeController#index as HTML
230
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
231
+
232
+
233
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:15 -0400
234
+ Processing by DogeController#index as HTML
235
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
236
+
237
+
238
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:15 -0400
239
+ Processing by DogeController#index as HTML
240
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
241
+
242
+
243
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:15 -0400
244
+ Processing by DogeController#index as HTML
245
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
246
+
247
+
248
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:16 -0400
249
+ Processing by DogeController#index as HTML
250
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
251
+
252
+
253
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:16 -0400
254
+ Processing by DogeController#index as HTML
255
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
256
+
257
+
258
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:16 -0400
259
+ Processing by DogeController#index as HTML
260
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
261
+
262
+
263
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:17 -0400
264
+ Processing by DogeController#index as HTML
265
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
266
+
267
+
268
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:17 -0400
269
+ Processing by DogeController#index as HTML
270
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
271
+
272
+
273
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:21:17 -0400
274
+ Processing by DogeController#index as HTML
275
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
276
+
277
+
278
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:46 -0400
279
+ Processing by DogeController#index as HTML
280
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
281
+
282
+
283
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:47 -0400
284
+ Processing by DogeController#index as HTML
285
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
286
+
287
+
288
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:48 -0400
289
+ Processing by DogeController#index as HTML
290
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
291
+
292
+
293
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:48 -0400
294
+ Processing by DogeController#index as HTML
295
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
296
+
297
+
298
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:49 -0400
299
+ Processing by DogeController#index as HTML
300
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
301
+
302
+
303
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:49 -0400
304
+ Processing by DogeController#index as HTML
305
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
306
+
307
+
308
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:49 -0400
309
+ Processing by DogeController#index as HTML
310
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
311
+
312
+
313
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:49 -0400
314
+ Processing by DogeController#index as HTML
315
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
316
+
317
+
318
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:49 -0400
319
+ Processing by DogeController#index as HTML
320
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
321
+
322
+
323
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:50 -0400
324
+ Processing by DogeController#index as HTML
325
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
326
+
327
+
328
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:50 -0400
329
+ Processing by DogeController#index as HTML
330
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
331
+
332
+
333
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:51 -0400
334
+ Processing by DogeController#index as HTML
335
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
336
+
337
+
338
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:52 -0400
339
+ Processing by DogeController#index as HTML
340
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
341
+
342
+
343
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:53 -0400
344
+ Processing by DogeController#index as HTML
345
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
346
+
347
+
348
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:54 -0400
349
+ Processing by DogeController#index as HTML
350
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
351
+
352
+
353
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:54 -0400
354
+ Processing by DogeController#index as HTML
355
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
356
+
357
+
358
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:54 -0400
359
+ Processing by DogeController#index as HTML
360
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
361
+
362
+
363
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:55 -0400
364
+ Processing by DogeController#index as HTML
365
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
366
+
367
+
368
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:55 -0400
369
+ Processing by DogeController#index as HTML
370
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
371
+
372
+
373
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:56 -0400
374
+ Processing by DogeController#index as HTML
375
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
376
+
377
+
378
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:57 -0400
379
+ Processing by DogeController#index as HTML
380
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
381
+
382
+
383
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:57 -0400
384
+ Processing by DogeController#index as HTML
385
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
386
+
387
+
388
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:57 -0400
389
+ Processing by DogeController#index as HTML
390
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
391
+
392
+
393
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:58 -0400
394
+ Processing by DogeController#index as HTML
395
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
396
+
397
+
398
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:58 -0400
399
+ Processing by DogeController#index as HTML
400
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
401
+
402
+
403
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:58 -0400
404
+ Processing by DogeController#index as HTML
405
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
406
+
407
+
408
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:59 -0400
409
+ Processing by DogeController#index as HTML
410
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
411
+
412
+
413
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:59 -0400
414
+ Processing by DogeController#index as HTML
415
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
416
+
417
+
418
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:59 -0400
419
+ Processing by DogeController#index as HTML
420
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
421
+
422
+
423
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:22:59 -0400
424
+ Processing by DogeController#index as HTML
425
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
426
+
427
+
428
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:23:00 -0400
429
+ Processing by DogeController#index as HTML
430
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
431
+
432
+
433
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:23:01 -0400
434
+ Processing by DogeController#index as HTML
435
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
436
+
437
+
438
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:23:01 -0400
439
+ Processing by DogeController#index as HTML
440
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
441
+
442
+
443
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:23:02 -0400
444
+ Processing by DogeController#index as HTML
445
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
446
+
447
+
448
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:23:03 -0400
449
+ Processing by DogeController#index as HTML
450
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
451
+
452
+
453
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:23:04 -0400
454
+ Processing by DogeController#index as HTML
455
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
456
+
457
+
458
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:15 -0400
459
+ Processing by DogeController#index as HTML
460
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
461
+
462
+
463
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:17 -0400
464
+ Processing by DogeController#index as HTML
465
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
466
+
467
+
468
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:18 -0400
469
+ Processing by DogeController#index as HTML
470
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
471
+
472
+
473
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:20 -0400
474
+ Processing by DogeController#index as HTML
475
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
476
+
477
+
478
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:22 -0400
479
+ Processing by DogeController#index as HTML
480
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
481
+
482
+
483
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:23 -0400
484
+ Processing by DogeController#index as HTML
485
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
486
+
487
+
488
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:25 -0400
489
+ Processing by DogeController#index as HTML
490
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
491
+
492
+
493
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:27 -0400
494
+ Processing by DogeController#index as HTML
495
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
496
+
497
+
498
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:28 -0400
499
+ Processing by DogeController#index as HTML
500
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
501
+
502
+
503
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:30 -0400
504
+ Processing by DogeController#index as HTML
505
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
506
+
507
+
508
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:32 -0400
509
+ Processing by DogeController#index as HTML
510
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
511
+
512
+
513
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:34 -0400
514
+ Processing by DogeController#index as HTML
515
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
516
+
517
+
518
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:35 -0400
519
+ Processing by DogeController#index as HTML
520
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
521
+
522
+
523
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:37 -0400
524
+ Processing by DogeController#index as HTML
525
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
526
+
527
+
528
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:39 -0400
529
+ Processing by DogeController#index as HTML
530
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
531
+
532
+
533
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:52:41 -0400
534
+ Processing by DogeController#index as HTML
535
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
536
+
537
+
538
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:12 -0400
539
+ Processing by DogeController#index as HTML
540
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
541
+
542
+
543
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:13 -0400
544
+ Processing by DogeController#index as HTML
545
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
546
+
547
+
548
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:13 -0400
549
+ Processing by DogeController#index as HTML
550
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
551
+
552
+
553
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:14 -0400
554
+ Processing by DogeController#index as HTML
555
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
556
+
557
+
558
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:14 -0400
559
+ Processing by DogeController#index as HTML
560
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
561
+
562
+
563
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:15 -0400
564
+ Processing by DogeController#index as HTML
565
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
566
+
567
+
568
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:15 -0400
569
+ Processing by DogeController#index as HTML
570
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
571
+
572
+
573
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:15 -0400
574
+ Processing by DogeController#index as HTML
575
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
576
+
577
+
578
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:16 -0400
579
+ Processing by DogeController#index as HTML
580
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
581
+
582
+
583
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:16 -0400
584
+ Processing by DogeController#index as HTML
585
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
586
+
587
+
588
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:17 -0400
589
+ Processing by DogeController#index as HTML
590
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
591
+
592
+
593
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:17 -0400
594
+ Processing by DogeController#index as HTML
595
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
596
+
597
+
598
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:17 -0400
599
+ Processing by DogeController#index as HTML
600
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
601
+
602
+
603
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:17 -0400
604
+ Processing by DogeController#index as HTML
605
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
606
+
607
+
608
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:18 -0400
609
+ Processing by DogeController#index as HTML
610
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
611
+
612
+
613
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:18 -0400
614
+ Processing by DogeController#index as HTML
615
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
616
+
617
+
618
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:18 -0400
619
+ Processing by DogeController#index as HTML
620
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
621
+
622
+
623
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:18 -0400
624
+ Processing by DogeController#index as HTML
625
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
626
+
627
+
628
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:19 -0400
629
+ Processing by DogeController#index as HTML
630
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
631
+
632
+
633
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:19 -0400
634
+ Processing by DogeController#index as HTML
635
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
636
+
637
+
638
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:19 -0400
639
+ Processing by DogeController#index as HTML
640
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
641
+
642
+
643
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:19 -0400
644
+ Processing by DogeController#index as HTML
645
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
646
+
647
+
648
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:19 -0400
649
+ Processing by DogeController#index as HTML
650
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
651
+
652
+
653
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:20 -0400
654
+ Processing by DogeController#index as HTML
655
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
656
+
657
+
658
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:21 -0400
659
+ Processing by DogeController#index as HTML
660
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
661
+
662
+
663
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:21 -0400
664
+ Processing by DogeController#index as HTML
665
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
666
+
667
+
668
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:22 -0400
669
+ Processing by DogeController#index as HTML
670
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
671
+
672
+
673
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:22 -0400
674
+ Processing by DogeController#index as HTML
675
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
676
+
677
+
678
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:23 -0400
679
+ Processing by DogeController#index as HTML
680
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
681
+
682
+
683
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:50 -0400
684
+ Processing by DogeController#index as HTML
685
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
686
+
687
+
688
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:50 -0400
689
+ Processing by DogeController#index as HTML
690
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
691
+
692
+
693
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:51 -0400
694
+ Processing by DogeController#index as HTML
695
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
696
+
697
+
698
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:51 -0400
699
+ Processing by DogeController#index as HTML
700
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
701
+
702
+
703
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:52 -0400
704
+ Processing by DogeController#index as HTML
705
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
706
+
707
+
708
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:53 -0400
709
+ Processing by DogeController#index as HTML
710
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
711
+
712
+
713
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:53:53 -0400
714
+ Processing by DogeController#index as HTML
715
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
716
+
717
+
718
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:09 -0400
719
+ Processing by DogeController#index as HTML
720
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
721
+
722
+
723
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:10 -0400
724
+ Processing by DogeController#index as HTML
725
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
726
+
727
+
728
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:11 -0400
729
+ Processing by DogeController#index as HTML
730
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
731
+
732
+
733
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:12 -0400
734
+ Processing by DogeController#index as HTML
735
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
736
+
737
+
738
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:13 -0400
739
+ Processing by DogeController#index as HTML
740
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
741
+
742
+
743
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:13 -0400
744
+ Processing by DogeController#index as HTML
745
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
746
+
747
+
748
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:14 -0400
749
+ Processing by DogeController#index as HTML
750
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
751
+
752
+
753
+ Started GET "/" for 127.0.0.1 at 2014-06-08 19:57:15 -0400
754
+ Processing by DogeController#index as HTML
755
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
756
+
757
+
758
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:04:06 -0400
759
+ Processing by DogeController#index as HTML
760
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
761
+
762
+
763
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:04:07 -0400
764
+ Processing by DogeController#index as HTML
765
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
766
+
767
+
768
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:09 -0400
769
+ Processing by DogeController#index as HTML
770
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
771
+
772
+
773
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:10 -0400
774
+ Processing by DogeController#index as HTML
775
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
776
+
777
+
778
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:11 -0400
779
+ Processing by DogeController#index as HTML
780
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
781
+
782
+
783
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:11 -0400
784
+ Processing by DogeController#index as HTML
785
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
786
+
787
+
788
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:12 -0400
789
+ Processing by DogeController#index as HTML
790
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
791
+
792
+
793
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:12 -0400
794
+ Processing by DogeController#index as HTML
795
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
796
+
797
+
798
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:13 -0400
799
+ Processing by DogeController#index as HTML
800
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
801
+
802
+
803
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:21:13 -0400
804
+ Processing by DogeController#index as HTML
805
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
806
+
807
+
808
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:34:04 -0400
809
+ Processing by DogeController#index as HTML
810
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
811
+
812
+
813
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:34:05 -0400
814
+ Processing by DogeController#index as HTML
815
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
816
+
817
+
818
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:34:05 -0400
819
+ Processing by DogeController#index as HTML
820
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
821
+
822
+
823
+ Started GET "/" for 127.0.0.1 at 2014-06-08 23:34:06 -0400
824
+ Processing by DogeController#index as HTML
825
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)