medivo 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. data/app/assets/javascripts/medivo/lab_appointment/handlers.coffee +12 -6
  2. data/app/assets/javascripts/medivo/lab_list/handlers.coffee +6 -1
  3. data/app/controllers/medivo/labs_controller.rb +1 -1
  4. data/app/models/medivo/order.rb +14 -1
  5. data/lib/medivo/version.rb +1 -1
  6. data/lib/medivo.rb +6 -1
  7. data/lib/{medivo → pdf/medivo}/fdf_generator.rb +0 -0
  8. data/lib/pdf/medivo/pdf_generator.rb +18 -0
  9. data/lib/pdf/medivo/pdf_group.rb +42 -0
  10. data/lib/{medivo → support}/validators.rb +0 -0
  11. data/spec/dummy/app/views/labs/search.html.haml +8 -8
  12. data/spec/dummy/log/development.log +1080 -0
  13. data/spec/dummy/tmp/cache/assets/C46/F00/sprockets%2F2281d588b540056c5a7306c32a3761b9 +0 -0
  14. data/spec/dummy/tmp/cache/assets/CB4/BD0/sprockets%2F3378f27c0d4f5e6d708665b22707a31f +0 -0
  15. data/spec/dummy/tmp/cache/assets/CD8/DA0/sprockets%2F622aa5281d15503829a5f7a0bf56fc29 +0 -0
  16. data/spec/dummy/tmp/cache/assets/D20/F10/sprockets%2Fb2e907e4faa85fe755f4439e3b229088 +0 -0
  17. data/spec/dummy/tmp/cache/assets/D29/000/sprockets%2F61a10ddf57f1129c02a1049bfed6e007 +0 -0
  18. data/spec/dummy/tmp/cache/assets/D41/250/sprockets%2F7b3c4426715dcd1feedc4a95e5444256 +0 -0
  19. data/spec/dummy/tmp/cache/assets/D4C/7A0/sprockets%2Fbc635c7b186d1ef5178f4ed3722d868b +0 -0
  20. data/spec/dummy/tmp/cache/assets/D5D/3E0/sprockets%2F63fea6cc142b5f02da93bf81e70b2116 +0 -0
  21. data/spec/dummy/tmp/cache/assets/D60/030/sprockets%2Ffc9485f617fc5e9b8918755d2e08ecc6 +0 -0
  22. data/spec/dummy/tmp/cache/assets/D69/130/sprockets%2Fbaa4ec50a34ce938c986612c2a47a64e +0 -0
  23. data/spec/dummy/tmp/cache/assets/D74/9A0/sprockets%2F0ca4e6e833c72156fc7e7d5f007d9ce3 +0 -0
  24. data/spec/dummy/tmp/cache/assets/D76/720/sprockets%2F88d8aa1d2fb41ce79b8ec4150ea74748 +0 -0
  25. data/spec/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  26. data/spec/dummy/tmp/cache/assets/DCE/E80/sprockets%2Fc71ec62157b9cc7aabfc030955cef87b +0 -0
  27. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  28. data/spec/dummy/tmp/pids/server.pid +1 -0
  29. data/spec/fixtures/lc_order_with_normal_results.xml +98 -0
  30. data/spec/fixtures/{lc_positive_results.xml → lc_order_with_positive_results.xml} +0 -0
  31. data/spec/fixtures/{order_with_requisition.xml → lc_order_with_requisition.xml} +0 -0
  32. data/spec/fixtures/negative_results.pdf +0 -0
  33. data/spec/lib/fdf_generator_spec.rb +22 -0
  34. data/spec/lib/pdf_generator_spec.rb +12 -0
  35. data/spec/lib/pdf_group_spec.rb +42 -0
  36. data/spec/models/orders_spec.rb +46 -28
  37. data/spec/spec_helper.rb +3 -0
  38. metadata +54 -29
@@ -0,0 +1,1080 @@
1
+
2
+
3
+ Started GET "/labs/search" for 127.0.0.1 at 2011-11-04 14:23:44 -0400
4
+
5
+ ActionController::RoutingError (No route matches [GET] "/labs/search"):
6
+
7
+
8
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
9
+
10
+
11
+ Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-11-04 14:24:09 -0400
12
+
13
+ ActionController::RoutingError (No route matches [GET] "/labs/search"):
14
+
15
+
16
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
17
+
18
+
19
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 14:24:44 -0400
20
+ Processing by LabsController#lab_search as HTML
21
+ Parameters: {"zip_code"=>"90210"}
22
+ Rendered labs/search.html.haml within layouts/application (26.7ms)
23
+ Compiled medivo/lab_list/handlers.js (168ms) (pid 50391)
24
+ Compiled medivo/lab_list/application.js (43ms) (pid 50391)
25
+ Compiled medivo/lab_list/sample/show_labs.js (160ms) (pid 50391)
26
+ Compiled medivo/lab_appointment/handlers.js (166ms) (pid 50391)
27
+ Compiled medivo/lab_appointment/application.js (13ms) (pid 50391)
28
+ Compiled application.js (10ms) (pid 50391)
29
+ Completed 200 OK in 2203ms (Views: 703.4ms)
30
+
31
+
32
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
33
+ Served asset /application.css - 304 Not Modified (0ms)
34
+
35
+
36
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
37
+ Served asset /medivo/handlebars.js - 304 Not Modified (2ms)
38
+
39
+
40
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
41
+ Served asset /medivo/helpers.js - 304 Not Modified (2ms)
42
+
43
+
44
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
45
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (2ms)
46
+
47
+
48
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
49
+ Served asset /jquery.js - 304 Not Modified (3ms)
50
+
51
+
52
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
53
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
54
+
55
+
56
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
57
+ Served asset /medivo/lab_list/handlers.js - 200 OK (2ms)
58
+
59
+
60
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
61
+ Served asset /medivo/models.js - 304 Not Modified (2ms)
62
+
63
+
64
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
65
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (2ms)
66
+
67
+
68
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
69
+ Served asset /medivo/views.js - 304 Not Modified (2ms)
70
+
71
+
72
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
73
+ Served asset /medivo/lab_list/application.js - 200 OK (5ms)
74
+
75
+
76
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
77
+ Served asset /medivo/lab_list/sample/show_labs.js - 200 OK (2ms)
78
+
79
+
80
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
81
+ Served asset /medivo/date.js - 304 Not Modified (3ms)
82
+
83
+
84
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
85
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (3ms)
86
+
87
+
88
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
89
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (2ms)
90
+
91
+
92
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
93
+ Served asset /medivo/lab_appointment/handlers.js - 200 OK (20ms)
94
+
95
+
96
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
97
+ Served asset /medivo/lab_appointment/application.js - 200 OK (3ms)
98
+
99
+
100
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
101
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (2ms)
102
+
103
+
104
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
105
+ Served asset /application.js - 200 OK (0ms)
106
+
107
+
108
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
109
+ Served asset /medivo/markerA.png - 304 Not Modified (6ms)
110
+
111
+
112
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
113
+ Served asset /medivo/markerB.png - 304 Not Modified (3ms)
114
+
115
+
116
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
117
+ Served asset /medivo/markerC.png - 304 Not Modified (2ms)
118
+
119
+
120
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
121
+ Served asset /medivo/arrow.png - 304 Not Modified (3ms)
122
+
123
+
124
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
125
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
126
+
127
+
128
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
129
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
130
+
131
+
132
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 14:24:47 -0400
133
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
134
+
135
+
136
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 14:51:05 -0400
137
+ Processing by LabsController#lab_search as HTML
138
+ Parameters: {"zip_code"=>"90210"}
139
+ Rendered labs/search.html.haml within layouts/application (10.7ms)
140
+ Compiled medivo/lab_appointment/handlers.js (169ms) (pid 50391)
141
+ Compiled medivo/lab_appointment/application.js (11ms) (pid 50391)
142
+ Compiled application.js (9ms) (pid 50391)
143
+ Completed 200 OK in 1757ms (Views: 265.2ms)
144
+
145
+
146
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
147
+ Served asset /application.css - 304 Not Modified (0ms)
148
+
149
+
150
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
151
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
152
+
153
+
154
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
155
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
156
+
157
+
158
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
159
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
160
+
161
+
162
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
163
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
164
+
165
+
166
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
167
+ Served asset /jquery.js - 304 Not Modified (0ms)
168
+
169
+
170
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
171
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
172
+
173
+
174
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
175
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
176
+
177
+
178
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
179
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
180
+
181
+
182
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
183
+ Served asset /medivo/lab_list/handlers.js - 304 Not Modified (0ms)
184
+
185
+
186
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
187
+ Served asset /medivo/lab_list/application.js - 304 Not Modified (0ms)
188
+
189
+
190
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
191
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
192
+
193
+
194
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
195
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
196
+
197
+
198
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
199
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
200
+
201
+
202
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
203
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
204
+
205
+
206
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
207
+ Served asset /medivo/lab_appointment/handlers.js - 200 OK (4ms)
208
+
209
+
210
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
211
+ Served asset /medivo/lab_appointment/application.js - 200 OK (7ms)
212
+
213
+
214
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
215
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
216
+
217
+
218
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
219
+ Served asset /application.js - 200 OK (1ms)
220
+
221
+
222
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
223
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
224
+
225
+
226
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
227
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
228
+
229
+
230
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
231
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
232
+
233
+
234
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 14:51:07 -0400
235
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
236
+
237
+
238
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 15:10:03 -0400
239
+ Processing by LabsController#lab_search as HTML
240
+ Parameters: {"zip_code"=>"90210"}
241
+ Rendered labs/search.html.haml within layouts/application (20.3ms)
242
+ Completed 200 OK in 2018ms (Views: 27.9ms)
243
+
244
+
245
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
246
+ Served asset /application.css - 304 Not Modified (0ms)
247
+
248
+
249
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
250
+ Served asset /jquery.js - 304 Not Modified (0ms)
251
+
252
+
253
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
254
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
255
+
256
+
257
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
258
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
259
+
260
+
261
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
262
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
263
+
264
+
265
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
266
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
267
+
268
+
269
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
270
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
271
+
272
+
273
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
274
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
275
+
276
+
277
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
278
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
279
+
280
+
281
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
282
+ Served asset /medivo/lab_list/handlers.js - 304 Not Modified (0ms)
283
+
284
+
285
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
286
+ Served asset /medivo/lab_list/application.js - 304 Not Modified (0ms)
287
+
288
+
289
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
290
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
291
+
292
+
293
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
294
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
295
+
296
+
297
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
298
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
299
+
300
+
301
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
302
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
303
+
304
+
305
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
306
+ Served asset /medivo/lab_appointment/handlers.js - 304 Not Modified (0ms)
307
+
308
+
309
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
310
+ Served asset /medivo/lab_appointment/application.js - 304 Not Modified (0ms)
311
+
312
+
313
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
314
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
315
+
316
+
317
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
318
+ Served asset /application.js - 304 Not Modified (0ms)
319
+
320
+
321
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
322
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
323
+
324
+
325
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
326
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
327
+
328
+
329
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
330
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
331
+
332
+
333
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 15:10:06 -0400
334
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
335
+
336
+
337
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 15:15:37 -0400
338
+ Processing by LabsController#lab_search as HTML
339
+ Parameters: {"zip_code"=>"90210"}
340
+ Rendered labs/search.html.haml within layouts/application (10.1ms)
341
+ Compiled medivo/lab_appointment/handlers.js (169ms) (pid 50391)
342
+ Compiled medivo/lab_appointment/application.js (47ms) (pid 50391)
343
+ Compiled application.js (8ms) (pid 50391)
344
+ Completed 200 OK in 1521ms (Views: 270.4ms)
345
+
346
+
347
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
348
+ Served asset /application.css - 304 Not Modified (0ms)
349
+
350
+
351
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
352
+ Served asset /jquery.js - 304 Not Modified (0ms)
353
+
354
+
355
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
356
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
357
+
358
+
359
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
360
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
361
+
362
+
363
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
364
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
365
+
366
+
367
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
368
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
369
+
370
+
371
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
372
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
373
+
374
+
375
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
376
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
377
+
378
+
379
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
380
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
381
+
382
+
383
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
384
+ Served asset /medivo/lab_list/handlers.js - 304 Not Modified (0ms)
385
+
386
+
387
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
388
+ Served asset /medivo/lab_list/application.js - 304 Not Modified (0ms)
389
+
390
+
391
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
392
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
393
+
394
+
395
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
396
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
397
+
398
+
399
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
400
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
401
+
402
+
403
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
404
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
405
+
406
+
407
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
408
+ Served asset /medivo/lab_appointment/handlers.js - 200 OK (2ms)
409
+
410
+
411
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
412
+ Served asset /medivo/lab_appointment/application.js - 200 OK (5ms)
413
+
414
+
415
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
416
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
417
+
418
+
419
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
420
+ Served asset /application.js - 200 OK (0ms)
421
+
422
+
423
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
424
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
425
+
426
+
427
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
428
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
429
+
430
+
431
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
432
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
433
+
434
+
435
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 15:15:39 -0400
436
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
437
+
438
+
439
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 15:21:05 -0400
440
+ Processing by LabsController#lab_search as HTML
441
+ Parameters: {"zip_code"=>"90210"}
442
+ Rendered labs/search.html.haml within layouts/application (20.1ms)
443
+ Completed 200 OK in 1158ms (Views: 28.6ms)
444
+
445
+
446
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
447
+ Served asset /application.css - 304 Not Modified (0ms)
448
+
449
+
450
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
451
+ Served asset /jquery.js - 304 Not Modified (0ms)
452
+
453
+
454
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
455
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
456
+
457
+
458
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
459
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
460
+
461
+
462
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
463
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
464
+
465
+
466
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
467
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
468
+
469
+
470
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
471
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
472
+
473
+
474
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
475
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
476
+
477
+
478
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
479
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
480
+
481
+
482
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
483
+ Served asset /medivo/lab_list/handlers.js - 304 Not Modified (0ms)
484
+
485
+
486
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
487
+ Served asset /medivo/lab_list/application.js - 304 Not Modified (0ms)
488
+
489
+
490
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
491
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
492
+
493
+
494
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
495
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
496
+
497
+
498
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
499
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
500
+
501
+
502
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
503
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
504
+
505
+
506
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
507
+ Served asset /medivo/lab_appointment/handlers.js - 304 Not Modified (0ms)
508
+
509
+
510
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
511
+ Served asset /medivo/lab_appointment/application.js - 304 Not Modified (0ms)
512
+
513
+
514
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
515
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
516
+
517
+
518
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:21:06 -0400
519
+ Served asset /application.js - 304 Not Modified (1ms)
520
+
521
+
522
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:21:07 -0400
523
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
524
+
525
+
526
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:21:07 -0400
527
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
528
+
529
+
530
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:21:07 -0400
531
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
532
+
533
+
534
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 15:21:07 -0400
535
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
536
+
537
+
538
+ Started GET "/medivo/labs/appointment_data?utf8=%E2%9C%93&appointment_date=11%2F07%2F2011&lab_code=&commit=Search+for+appointments" for 127.0.0.1 at 2011-11-04 15:21:10 -0400
539
+ Processing by Medivo::LabsController#appointment_data as JS
540
+ Parameters: {"utf8"=>"✓", "appointment_date"=>"11/07/2011", "lab_code"=>"", "commit"=>"Search for appointments"}
541
+ Completed 200 OK in 0ms (Views: 0.1ms)
542
+
543
+
544
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:24:42 -0400
545
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
546
+
547
+
548
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:24:42 -0400
549
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
550
+
551
+
552
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:24:42 -0400
553
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
554
+
555
+
556
+ Started GET "/assets/medivo/markerD.png" for 127.0.0.1 at 2011-11-04 15:24:42 -0400
557
+ Served asset /medivo/markerD.png - 304 Not Modified (2ms)
558
+
559
+
560
+ Started GET "/assets/medivo/markerE.png" for 127.0.0.1 at 2011-11-04 15:24:42 -0400
561
+ Served asset /medivo/markerE.png - 304 Not Modified (2ms)
562
+
563
+
564
+ Started GET "/assets/medivo/markerF.png" for 127.0.0.1 at 2011-11-04 15:24:42 -0400
565
+ Served asset /medivo/markerF.png - 304 Not Modified (2ms)
566
+
567
+
568
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 15:24:48 -0400
569
+ Processing by LabsController#lab_search as HTML
570
+ Parameters: {"zip_code"=>"90210"}
571
+ Rendered labs/search.html.haml within layouts/application (9.9ms)
572
+ Compiled medivo/lab_list/handlers.js (161ms) (pid 50391)
573
+ Compiled medivo/lab_list/application.js (9ms) (pid 50391)
574
+ Compiled medivo/lab_appointment/handlers.js (166ms) (pid 50391)
575
+ Compiled medivo/lab_appointment/application.js (42ms) (pid 50391)
576
+ Compiled application.js (8ms) (pid 50391)
577
+ Completed 200 OK in 1663ms (Views: 439.1ms)
578
+
579
+
580
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
581
+ Served asset /jquery.js - 304 Not Modified (0ms)
582
+
583
+
584
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
585
+ Served asset /application.css - 304 Not Modified (0ms)
586
+
587
+
588
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
589
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
590
+
591
+
592
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
593
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
594
+
595
+
596
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
597
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
598
+
599
+
600
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
601
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
602
+
603
+
604
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
605
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
606
+
607
+
608
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
609
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
610
+
611
+
612
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
613
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
614
+
615
+
616
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
617
+ Served asset /medivo/lab_list/handlers.js - 200 OK (4ms)
618
+
619
+
620
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
621
+ Served asset /medivo/lab_list/application.js - 200 OK (5ms)
622
+
623
+
624
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
625
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
626
+
627
+
628
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
629
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
630
+
631
+
632
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
633
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
634
+
635
+
636
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
637
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
638
+
639
+
640
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
641
+ Served asset /medivo/lab_appointment/handlers.js - 200 OK (2ms)
642
+
643
+
644
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
645
+ Served asset /medivo/lab_appointment/application.js - 200 OK (5ms)
646
+
647
+
648
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
649
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
650
+
651
+
652
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
653
+ Served asset /application.js - 200 OK (0ms)
654
+
655
+
656
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
657
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
658
+
659
+
660
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
661
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
662
+
663
+
664
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:24:50 -0400
665
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
666
+
667
+
668
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 15:24:51 -0400
669
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
670
+
671
+
672
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:24:51 -0400
673
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
674
+
675
+
676
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:24:51 -0400
677
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
678
+
679
+
680
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:24:51 -0400
681
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
682
+
683
+
684
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:24:53 -0400
685
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
686
+
687
+
688
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:24:53 -0400
689
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
690
+
691
+
692
+ Started GET "/assets/medivo/markerD.png" for 127.0.0.1 at 2011-11-04 15:24:53 -0400
693
+ Served asset /medivo/markerD.png - 304 Not Modified (0ms)
694
+
695
+
696
+ Started GET "/assets/medivo/markerE.png" for 127.0.0.1 at 2011-11-04 15:24:53 -0400
697
+ Served asset /medivo/markerE.png - 304 Not Modified (0ms)
698
+
699
+
700
+ Started GET "/assets/medivo/markerF.png" for 127.0.0.1 at 2011-11-04 15:24:53 -0400
701
+ Served asset /medivo/markerF.png - 304 Not Modified (0ms)
702
+
703
+
704
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:24:53 -0400
705
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
706
+
707
+
708
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 15:26:18 -0400
709
+ Processing by LabsController#lab_search as HTML
710
+ Parameters: {"zip_code"=>"90210"}
711
+ Rendered labs/search.html.haml within layouts/application (42.4ms)
712
+ Completed 200 OK in 1650ms (Views: 50.1ms)
713
+
714
+
715
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
716
+ Served asset /application.css - 304 Not Modified (0ms)
717
+
718
+
719
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
720
+ Served asset /jquery.js - 304 Not Modified (0ms)
721
+
722
+
723
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
724
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
725
+
726
+
727
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
728
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
729
+
730
+
731
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
732
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
733
+
734
+
735
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
736
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
737
+
738
+
739
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
740
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
741
+
742
+
743
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:19 -0400
744
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
745
+
746
+
747
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
748
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
749
+
750
+
751
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
752
+ Served asset /medivo/lab_list/handlers.js - 304 Not Modified (0ms)
753
+
754
+
755
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
756
+ Served asset /medivo/lab_list/application.js - 304 Not Modified (0ms)
757
+
758
+
759
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
760
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
761
+
762
+
763
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
764
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
765
+
766
+
767
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
768
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
769
+
770
+
771
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
772
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
773
+
774
+
775
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
776
+ Served asset /medivo/lab_appointment/handlers.js - 304 Not Modified (0ms)
777
+
778
+
779
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
780
+ Served asset /medivo/lab_appointment/application.js - 304 Not Modified (0ms)
781
+
782
+
783
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
784
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
785
+
786
+
787
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
788
+ Served asset /application.js - 304 Not Modified (1ms)
789
+
790
+
791
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
792
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
793
+
794
+
795
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
796
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
797
+
798
+
799
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
800
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
801
+
802
+
803
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
804
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
805
+
806
+
807
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
808
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
809
+
810
+
811
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
812
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
813
+
814
+
815
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:26:20 -0400
816
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
817
+
818
+
819
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:26:23 -0400
820
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
821
+
822
+
823
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:26:23 -0400
824
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
825
+
826
+
827
+ Started GET "/assets/medivo/markerE.png" for 127.0.0.1 at 2011-11-04 15:26:23 -0400
828
+ Served asset /medivo/markerE.png - 304 Not Modified (0ms)
829
+
830
+
831
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:26:23 -0400
832
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
833
+
834
+
835
+ Started GET "/assets/medivo/markerD.png" for 127.0.0.1 at 2011-11-04 15:26:23 -0400
836
+ Served asset /medivo/markerD.png - 304 Not Modified (0ms)
837
+
838
+
839
+ Started GET "/assets/medivo/markerF.png" for 127.0.0.1 at 2011-11-04 15:26:23 -0400
840
+ Served asset /medivo/markerF.png - 304 Not Modified (0ms)
841
+
842
+
843
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 15:26:53 -0400
844
+ Processing by LabsController#lab_search as HTML
845
+ Parameters: {"zip_code"=>"90210"}
846
+ Rendered labs/search.html.haml within layouts/application (10.8ms)
847
+ Compiled medivo/lab_list/handlers.js (170ms) (pid 50391)
848
+ Compiled medivo/lab_list/application.js (9ms) (pid 50391)
849
+ Compiled application.js (9ms) (pid 50391)
850
+ Completed 200 OK in 1829ms (Views: 262.8ms)
851
+
852
+
853
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
854
+ Served asset /application.css - 304 Not Modified (0ms)
855
+
856
+
857
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
858
+ Served asset /jquery.js - 304 Not Modified (0ms)
859
+
860
+
861
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
862
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
863
+
864
+
865
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
866
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
867
+
868
+
869
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
870
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
871
+
872
+
873
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
874
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
875
+
876
+
877
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
878
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
879
+
880
+
881
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
882
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
883
+
884
+
885
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
886
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
887
+
888
+
889
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
890
+ Served asset /medivo/lab_list/handlers.js - 200 OK (4ms)
891
+
892
+
893
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
894
+ Served asset /medivo/lab_list/application.js - 200 OK (6ms)
895
+
896
+
897
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
898
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
899
+
900
+
901
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
902
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
903
+
904
+
905
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
906
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
907
+
908
+
909
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
910
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
911
+
912
+
913
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
914
+ Served asset /medivo/lab_appointment/handlers.js - 304 Not Modified (0ms)
915
+
916
+
917
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
918
+ Served asset /medivo/lab_appointment/application.js - 304 Not Modified (0ms)
919
+
920
+
921
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
922
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
923
+
924
+
925
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
926
+ Served asset /application.js - 200 OK (1ms)
927
+
928
+
929
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
930
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
931
+
932
+
933
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
934
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
935
+
936
+
937
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
938
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
939
+
940
+
941
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
942
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
943
+
944
+
945
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
946
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
947
+
948
+
949
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
950
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
951
+
952
+
953
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:26:55 -0400
954
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
955
+
956
+
957
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:27:03 -0400
958
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
959
+
960
+
961
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:27:03 -0400
962
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
963
+
964
+
965
+ Started GET "/assets/medivo/markerD.png" for 127.0.0.1 at 2011-11-04 15:27:03 -0400
966
+ Served asset /medivo/markerD.png - 304 Not Modified (0ms)
967
+
968
+
969
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:27:03 -0400
970
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
971
+
972
+
973
+ Started GET "/assets/medivo/markerE.png" for 127.0.0.1 at 2011-11-04 15:27:03 -0400
974
+ Served asset /medivo/markerE.png - 304 Not Modified (0ms)
975
+
976
+
977
+ Started GET "/assets/medivo/markerF.png" for 127.0.0.1 at 2011-11-04 15:27:03 -0400
978
+ Served asset /medivo/markerF.png - 304 Not Modified (0ms)
979
+
980
+
981
+ Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-11-04 15:27:09 -0400
982
+ Processing by LabsController#lab_search as HTML
983
+ Parameters: {"zip_code"=>"90210"}
984
+ Rendered labs/search.html.haml within layouts/application (10.4ms)
985
+ Compiled medivo/lab_appointment/handlers.js (166ms) (pid 50391)
986
+ Compiled medivo/lab_appointment/application.js (11ms) (pid 50391)
987
+ Compiled application.js (10ms) (pid 50391)
988
+ Completed 200 OK in 1376ms (Views: 262.6ms)
989
+
990
+
991
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
992
+ Served asset /application.css - 304 Not Modified (0ms)
993
+
994
+
995
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
996
+ Served asset /jquery.js - 304 Not Modified (0ms)
997
+
998
+
999
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1000
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1001
+
1002
+
1003
+ Started GET "/assets/medivo/helpers.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1004
+ Served asset /medivo/helpers.js - 304 Not Modified (0ms)
1005
+
1006
+
1007
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1008
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
1009
+
1010
+
1011
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1012
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
1013
+
1014
+
1015
+ Started GET "/assets/medivo/lab_list/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1016
+ Served asset /medivo/lab_list/models.js - 304 Not Modified (0ms)
1017
+
1018
+
1019
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1020
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
1021
+
1022
+
1023
+ Started GET "/assets/medivo/lab_list/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1024
+ Served asset /medivo/lab_list/views.js - 304 Not Modified (0ms)
1025
+
1026
+
1027
+ Started GET "/assets/medivo/lab_list/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1028
+ Served asset /medivo/lab_list/handlers.js - 304 Not Modified (0ms)
1029
+
1030
+
1031
+ Started GET "/assets/medivo/lab_list/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1032
+ Served asset /medivo/lab_list/application.js - 304 Not Modified (0ms)
1033
+
1034
+
1035
+ Started GET "/assets/medivo/lab_list/sample/show_labs.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1036
+ Served asset /medivo/lab_list/sample/show_labs.js - 304 Not Modified (0ms)
1037
+
1038
+
1039
+ Started GET "/assets/medivo/date.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1040
+ Served asset /medivo/date.js - 304 Not Modified (0ms)
1041
+
1042
+
1043
+ Started GET "/assets/medivo/lab_appointment/models.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1044
+ Served asset /medivo/lab_appointment/models.js - 304 Not Modified (0ms)
1045
+
1046
+
1047
+ Started GET "/assets/medivo/lab_appointment/views.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1048
+ Served asset /medivo/lab_appointment/views.js - 304 Not Modified (0ms)
1049
+
1050
+
1051
+ Started GET "/assets/medivo/lab_appointment/handlers.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1052
+ Served asset /medivo/lab_appointment/handlers.js - 200 OK (2ms)
1053
+
1054
+
1055
+ Started GET "/assets/medivo/lab_appointment/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1056
+ Served asset /medivo/lab_appointment/application.js - 200 OK (4ms)
1057
+
1058
+
1059
+ Started GET "/assets/medivo/lab_appointment/sample/show_appointments.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1060
+ Served asset /medivo/lab_appointment/sample/show_appointments.js - 304 Not Modified (0ms)
1061
+
1062
+
1063
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1064
+ Served asset /application.js - 200 OK (1ms)
1065
+
1066
+
1067
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1068
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
1069
+
1070
+
1071
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1072
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
1073
+
1074
+
1075
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1076
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
1077
+
1078
+
1079
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-11-04 15:27:11 -0400
1080
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)