medivo 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/javascripts/medivo/lab_appointment/handlers.coffee +1 -2
- data/app/assets/javascripts/medivo/lab_list/sample/show_labs.coffee +1 -0
- data/app/models/medivo/order.rb +10 -0
- data/lib/medivo/version.rb +1 -1
- data/spec/dummy/log/development.log +0 -24345
- data/spec/dummy/log/test.log +0 -1382
- data/spec/fixtures/order_with_requisition.xml +811 -0
- data/spec/models/orders_spec.rb +29 -4
- data/spec/spec_helper.rb +1 -1
- data/spec/support/blueprints.rb +6 -8
- metadata +20 -19
- data/lib/tasks/load_zips.thor +0 -16
data/spec/dummy/log/test.log
CHANGED
@@ -1,1382 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:05:40 +0200
|
4
|
-
Processing by LabsController#search as
|
5
|
-
Completed 500 Internal Server Error in 96ms
|
6
|
-
|
7
|
-
|
8
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:07:32 +0200
|
9
|
-
Processing by LabsController#search as
|
10
|
-
Completed 500 Internal Server Error in 80ms
|
11
|
-
|
12
|
-
|
13
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:08:03 +0200
|
14
|
-
Processing by LabsController#search as
|
15
|
-
Completed 500 Internal Server Error in 65ms
|
16
|
-
|
17
|
-
|
18
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:09:17 +0200
|
19
|
-
Processing by LabsController#search as
|
20
|
-
Rendered labs/search.html (14.0ms)
|
21
|
-
Completed 200 OK in 55ms (Views: 54.2ms | ActiveRecord: 0.0ms)
|
22
|
-
|
23
|
-
|
24
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:11:41 +0200
|
25
|
-
Processing by LabsController#search as
|
26
|
-
ERROR: compiling _app_views_labs_search_html__1268494541848046636_2210952640 RAISED /Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/views/labs/search.html:14: syntax error, unexpected keyword_ensure, expecting keyword_end
|
27
|
-
/Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/views/labs/search.html:16: syntax error, unexpected $end, expecting keyword_end
|
28
|
-
Function body: def _app_views_labs_search_html__1268494541848046636_2210952640(local_assigns, output_buffer)
|
29
|
-
_old_virtual_path, @virtual_path = @virtual_path, "labs/search";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('<div id="map_canvas_container">
|
30
|
-
<div id="map_canvas" style="width:500px; height:350px"></div>
|
31
|
-
</div>
|
32
|
-
');@output_buffer.append= form_tag(search_path, :method=>:get) do @output_buffer.safe_concat('
|
33
|
-
');@output_buffer.safe_concat(' <div>
|
34
|
-
Change your Zip Code
|
35
|
-
</div>
|
36
|
-
<div class="error_message"></div>
|
37
|
-
');@output_buffer.append= ( text_field_tag :zip_code, params[:zip_code] );@output_buffer.safe_concat('
|
38
|
-
');@output_buffer.safe_concat(' <p>
|
39
|
-
');@output_buffer.append= ( submit_tag "Search" );@output_buffer.safe_concat('
|
40
|
-
');@output_buffer.safe_concat('
|
41
|
-
');@output_buffer.to_s
|
42
|
-
ensure
|
43
|
-
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
|
44
|
-
end
|
45
|
-
Backtrace: /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:282:in `module_eval'
|
46
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:282:in `compile'
|
47
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:190:in `compile!'
|
48
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:143:in `block in render'
|
49
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `block in instrument'
|
50
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
51
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `instrument'
|
52
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:142:in `render'
|
53
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:40:in `block (2 levels) in render_template'
|
54
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/abstract_renderer.rb:33:in `block in instrument'
|
55
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `block in instrument'
|
56
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
57
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `instrument'
|
58
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/abstract_renderer.rb:33:in `instrument'
|
59
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:39:in `block in render_template'
|
60
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:47:in `render_with_layout'
|
61
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:38:in `render_template'
|
62
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:12:in `block in render'
|
63
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/abstract_renderer.rb:22:in `wrap_formats'
|
64
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:9:in `render'
|
65
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/renderer.rb:36:in `render_template'
|
66
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/renderer.rb:17:in `render'
|
67
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:120:in `_render_template'
|
68
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/streaming.rb:250:in `_render_template'
|
69
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:114:in `render_to_body'
|
70
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/renderers.rb:30:in `render_to_body'
|
71
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/compatibility.rb:43:in `render_to_body'
|
72
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:99:in `render'
|
73
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rendering.rb:16:in `render'
|
74
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
75
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
76
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
|
77
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
78
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
79
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
|
80
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
81
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:39:in `render'
|
82
|
-
/Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/controllers/labs_controller.rb:4:in `search'
|
83
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
84
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/base.rb:167:in `process_action'
|
85
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rendering.rb:10:in `process_action'
|
86
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
87
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:407:in `_run__1090891794561789440__process_action__1310136556051477082__callbacks'
|
88
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
|
89
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
|
90
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/callbacks.rb:17:in `process_action'
|
91
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rescue.rb:17:in `process_action'
|
92
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
93
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `block in instrument'
|
94
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
95
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `instrument'
|
96
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
97
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
|
98
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
99
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/base.rb:121:in `process'
|
100
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:45:in `process'
|
101
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal.rb:193:in `dispatch'
|
102
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
103
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal.rb:236:in `block in action'
|
104
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:65:in `call'
|
105
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:65:in `dispatch'
|
106
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:29:in `call'
|
107
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call'
|
108
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize'
|
109
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
|
110
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
|
111
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
|
112
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:532:in `call'
|
113
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
114
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/etag.rb:23:in `call'
|
115
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/conditionalget.rb:25:in `call'
|
116
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/head.rb:14:in `call'
|
117
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
118
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/flash.rb:243:in `call'
|
119
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/session/abstract/id.rb:195:in `context'
|
120
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/session/abstract/id.rb:190:in `call'
|
121
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/cookies.rb:331:in `call'
|
122
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/query_cache.rb:62:in `call'
|
123
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call'
|
124
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
125
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
|
126
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
|
127
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
|
128
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/sendfile.rb:101:in `call'
|
129
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
|
130
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
|
131
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/railties-3.1.1/lib/rails/rack/logger.rb:13:in `call'
|
132
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/methodoverride.rb:24:in `call'
|
133
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/runtime.rb:17:in `call'
|
134
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
135
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/lock.rb:15:in `call'
|
136
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/static.rb:53:in `call'
|
137
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/railties-3.1.1/lib/rails/engine.rb:456:in `call'
|
138
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/urlmap.rb:52:in `block in call'
|
139
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/urlmap.rb:46:in `each'
|
140
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/urlmap.rb:46:in `call'
|
141
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-test-0.6.1/lib/rack/mock_session.rb:30:in `request'
|
142
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-test-0.6.1/lib/rack/test.rb:219:in `process_request'
|
143
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-test-0.6.1/lib/rack/test.rb:57:in `get'
|
144
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/forwardable.rb:182:in `get'
|
145
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/rack_test/browser.rb:62:in `process'
|
146
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/rack_test/browser.rb:21:in `visit'
|
147
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/rack_test/driver.rb:32:in `visit'
|
148
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/session.rb:157:in `visit'
|
149
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/dsl.rb:161:in `visit'
|
150
|
-
/Users/danielsudol/projects/medivo/medivo_resource/spec/requests/labs_spec.rb:25:in `block (3 levels) in <top (required)>'
|
151
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:48:in `instance_eval'
|
152
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:48:in `block in run'
|
153
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:107:in `with_around_hooks'
|
154
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:45:in `run'
|
155
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:294:in `block in run_examples'
|
156
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:290:in `map'
|
157
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:290:in `run_examples'
|
158
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:262:in `run'
|
159
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:263:in `block in run'
|
160
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:263:in `map'
|
161
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:263:in `run'
|
162
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
163
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:24:in `map'
|
164
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:24:in `block in run'
|
165
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/reporter.rb:12:in `report'
|
166
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:21:in `run'
|
167
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/monkey/spork/test_framework/rspec.rb:5:in `run_tests'
|
168
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/run_strategy/forking.rb:13:in `block in run'
|
169
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/forker.rb:21:in `block in initialize'
|
170
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/forker.rb:18:in `fork'
|
171
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/forker.rb:18:in `initialize'
|
172
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/run_strategy/forking.rb:9:in `new'
|
173
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/run_strategy/forking.rb:9:in `run'
|
174
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/server.rb:47:in `run'
|
175
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1558:in `perform_without_block'
|
176
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1518:in `perform'
|
177
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1592:in `block (2 levels) in main_loop'
|
178
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1588:in `loop'
|
179
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1588:in `block in main_loop'
|
180
|
-
Rendered labs/search.html (26.0ms)
|
181
|
-
Completed 500 Internal Server Error in 67ms
|
182
|
-
|
183
|
-
|
184
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:12:15 +0200
|
185
|
-
Processing by LabsController#search as
|
186
|
-
ERROR: compiling _app_views_labs_search_html_erb___3775939408722426726_2210948680 RAISED /Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/views/labs/search.html.erb:12: syntax error, unexpected keyword_end
|
187
|
-
');@output_buffer.append= ( end );@output_buffer.safe_concat('
|
188
|
-
^
|
189
|
-
/Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/views/labs/search.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')'
|
190
|
-
/Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/views/labs/search.html.erb:17: syntax error, unexpected keyword_end, expecting ')'
|
191
|
-
Function body: def _app_views_labs_search_html_erb___3775939408722426726_2210948680(local_assigns, output_buffer)
|
192
|
-
_old_virtual_path, @virtual_path = @virtual_path, "labs/search";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('<div id="map_canvas_container">
|
193
|
-
<div id="map_canvas" style="width:500px; height:350px"></div>
|
194
|
-
</div>
|
195
|
-
');@output_buffer.append= form_tag(search_path, :method=>:get) do @output_buffer.safe_concat('
|
196
|
-
');@output_buffer.safe_concat(' <div>
|
197
|
-
Change your Zip Code
|
198
|
-
</div>
|
199
|
-
<div class="error_message"></div>
|
200
|
-
');@output_buffer.append= ( text_field_tag :zip_code, params[:zip_code] );@output_buffer.safe_concat('
|
201
|
-
');@output_buffer.safe_concat(' <p>
|
202
|
-
');@output_buffer.append= ( submit_tag "Search" );@output_buffer.safe_concat('
|
203
|
-
');@output_buffer.append= ( end );@output_buffer.safe_concat('
|
204
|
-
');@output_buffer.safe_concat('
|
205
|
-
');@output_buffer.to_s
|
206
|
-
ensure
|
207
|
-
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
|
208
|
-
end
|
209
|
-
Backtrace: /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:282:in `module_eval'
|
210
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:282:in `compile'
|
211
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:190:in `compile!'
|
212
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:143:in `block in render'
|
213
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `block in instrument'
|
214
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
215
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `instrument'
|
216
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/template.rb:142:in `render'
|
217
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:40:in `block (2 levels) in render_template'
|
218
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/abstract_renderer.rb:33:in `block in instrument'
|
219
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `block in instrument'
|
220
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
221
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `instrument'
|
222
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/abstract_renderer.rb:33:in `instrument'
|
223
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:39:in `block in render_template'
|
224
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:47:in `render_with_layout'
|
225
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:38:in `render_template'
|
226
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:12:in `block in render'
|
227
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/abstract_renderer.rb:22:in `wrap_formats'
|
228
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/template_renderer.rb:9:in `render'
|
229
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/renderer.rb:36:in `render_template'
|
230
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_view/renderer/renderer.rb:17:in `render'
|
231
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:120:in `_render_template'
|
232
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/streaming.rb:250:in `_render_template'
|
233
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:114:in `render_to_body'
|
234
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/renderers.rb:30:in `render_to_body'
|
235
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/compatibility.rb:43:in `render_to_body'
|
236
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:99:in `render'
|
237
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rendering.rb:16:in `render'
|
238
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
|
239
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
240
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
|
241
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
242
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
|
243
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
|
244
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
|
245
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:39:in `render'
|
246
|
-
/Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/controllers/labs_controller.rb:4:in `search'
|
247
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
248
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/base.rb:167:in `process_action'
|
249
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rendering.rb:10:in `process_action'
|
250
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
251
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:407:in `_run__1090891794561789440__process_action__1310136556051477082__callbacks'
|
252
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
|
253
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
|
254
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/callbacks.rb:17:in `process_action'
|
255
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rescue.rb:17:in `process_action'
|
256
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
257
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `block in instrument'
|
258
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
|
259
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/notifications.rb:53:in `instrument'
|
260
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
261
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
|
262
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
263
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/base.rb:121:in `process'
|
264
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/abstract_controller/rendering.rb:45:in `process'
|
265
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal.rb:193:in `dispatch'
|
266
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
267
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_controller/metal.rb:236:in `block in action'
|
268
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:65:in `call'
|
269
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:65:in `dispatch'
|
270
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:29:in `call'
|
271
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call'
|
272
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize'
|
273
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
|
274
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
|
275
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
|
276
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/routing/route_set.rb:532:in `call'
|
277
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
278
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/etag.rb:23:in `call'
|
279
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/conditionalget.rb:25:in `call'
|
280
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/head.rb:14:in `call'
|
281
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
282
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/flash.rb:243:in `call'
|
283
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/session/abstract/id.rb:195:in `context'
|
284
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/session/abstract/id.rb:190:in `call'
|
285
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/cookies.rb:331:in `call'
|
286
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/query_cache.rb:62:in `call'
|
287
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activerecord-3.1.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call'
|
288
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
289
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
|
290
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
|
291
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
|
292
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/sendfile.rb:101:in `call'
|
293
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
|
294
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
|
295
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/railties-3.1.1/lib/rails/rack/logger.rb:13:in `call'
|
296
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/methodoverride.rb:24:in `call'
|
297
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/runtime.rb:17:in `call'
|
298
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/activesupport-3.1.1/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
299
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/lock.rb:15:in `call'
|
300
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/static.rb:53:in `call'
|
301
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/railties-3.1.1/lib/rails/engine.rb:456:in `call'
|
302
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/urlmap.rb:52:in `block in call'
|
303
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/urlmap.rb:46:in `each'
|
304
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-1.3.4/lib/rack/urlmap.rb:46:in `call'
|
305
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-test-0.6.1/lib/rack/mock_session.rb:30:in `request'
|
306
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-test-0.6.1/lib/rack/test.rb:219:in `process_request'
|
307
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rack-test-0.6.1/lib/rack/test.rb:57:in `get'
|
308
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/forwardable.rb:182:in `get'
|
309
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/rack_test/browser.rb:62:in `process'
|
310
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/rack_test/browser.rb:21:in `visit'
|
311
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/rack_test/driver.rb:32:in `visit'
|
312
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/session.rb:157:in `visit'
|
313
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/capybara-1.1.1/lib/capybara/dsl.rb:161:in `visit'
|
314
|
-
/Users/danielsudol/projects/medivo/medivo_resource/spec/requests/labs_spec.rb:25:in `block (3 levels) in <top (required)>'
|
315
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:48:in `instance_eval'
|
316
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:48:in `block in run'
|
317
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:107:in `with_around_hooks'
|
318
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example.rb:45:in `run'
|
319
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:294:in `block in run_examples'
|
320
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:290:in `map'
|
321
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:290:in `run_examples'
|
322
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:262:in `run'
|
323
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:263:in `block in run'
|
324
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:263:in `map'
|
325
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/example_group.rb:263:in `run'
|
326
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
327
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:24:in `map'
|
328
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:24:in `block in run'
|
329
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/reporter.rb:12:in `report'
|
330
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:21:in `run'
|
331
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/rspec-core-2.6.4/lib/rspec/monkey/spork/test_framework/rspec.rb:5:in `run_tests'
|
332
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/run_strategy/forking.rb:13:in `block in run'
|
333
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/forker.rb:21:in `block in initialize'
|
334
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/forker.rb:18:in `fork'
|
335
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/forker.rb:18:in `initialize'
|
336
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/run_strategy/forking.rb:9:in `new'
|
337
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/run_strategy/forking.rb:9:in `run'
|
338
|
-
/Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/spork-0.8.5/lib/spork/server.rb:47:in `run'
|
339
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1558:in `perform_without_block'
|
340
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1518:in `perform'
|
341
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1592:in `block (2 levels) in main_loop'
|
342
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1588:in `loop'
|
343
|
-
/Users/danielsudol/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/drb/drb.rb:1588:in `block in main_loop'
|
344
|
-
Rendered labs/search.html.erb (26.8ms)
|
345
|
-
Completed 500 Internal Server Error in 68ms
|
346
|
-
|
347
|
-
|
348
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:13:20 +0200
|
349
|
-
Processing by LabsController#search as
|
350
|
-
Rendered labs/search.html.erb (48.5ms)
|
351
|
-
Completed 500 Internal Server Error in 90ms
|
352
|
-
|
353
|
-
|
354
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:13:32 +0200
|
355
|
-
Processing by LabsController#search as
|
356
|
-
Rendered labs/search.html.erb (15.4ms)
|
357
|
-
Completed 200 OK in 56ms (Views: 55.8ms | ActiveRecord: 0.0ms)
|
358
|
-
|
359
|
-
|
360
|
-
Started GET "/labs/search.90210" for 127.0.0.1 at 2011-10-11 01:14:05 +0200
|
361
|
-
Processing by LabsController#search as
|
362
|
-
Rendered labs/search.html.erb (15.8ms)
|
363
|
-
Completed 200 OK in 60ms (Views: 59.9ms | ActiveRecord: 0.0ms)
|
364
|
-
|
365
|
-
|
366
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:15:08 +0200
|
367
|
-
Processing by LabsController#search as HTML
|
368
|
-
Parameters: {"zip_code"=>"90210"}
|
369
|
-
Rendered labs/search.html.erb (18.1ms)
|
370
|
-
Completed 200 OK in 64ms (Views: 63.2ms | ActiveRecord: 0.0ms)
|
371
|
-
|
372
|
-
|
373
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:16:03 +0200
|
374
|
-
Processing by LabsController#search as HTML
|
375
|
-
Parameters: {"zip_code"=>"90210"}
|
376
|
-
Rendered labs/search.html.erb (18.0ms)
|
377
|
-
Completed 200 OK in 62ms (Views: 61.5ms | ActiveRecord: 0.0ms)
|
378
|
-
|
379
|
-
|
380
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:16:53 +0200
|
381
|
-
Processing by LabsController#search as HTML
|
382
|
-
Parameters: {"zip_code"=>"90210"}
|
383
|
-
Rendered labs/search.html.erb (16.1ms)
|
384
|
-
Completed 200 OK in 60ms (Views: 59.5ms | ActiveRecord: 0.0ms)
|
385
|
-
|
386
|
-
|
387
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:17:28 +0200
|
388
|
-
Processing by LabsController#search as HTML
|
389
|
-
Parameters: {"zip_code"=>"90210"}
|
390
|
-
Rendered labs/search.html.erb (17.7ms)
|
391
|
-
Completed 200 OK in 64ms (Views: 64.1ms | ActiveRecord: 0.0ms)
|
392
|
-
|
393
|
-
|
394
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:18:07 +0200
|
395
|
-
Processing by LabsController#search as HTML
|
396
|
-
Parameters: {"zip_code"=>"90210"}
|
397
|
-
Completed 500 Internal Server Error in 10ms
|
398
|
-
|
399
|
-
|
400
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:18:23 +0200
|
401
|
-
Processing by LabsController#search as HTML
|
402
|
-
Parameters: {"zip_code"=>"90210"}
|
403
|
-
Completed 500 Internal Server Error in 10ms
|
404
|
-
|
405
|
-
|
406
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:18:46 +0200
|
407
|
-
Processing by LabsController#search as HTML
|
408
|
-
Parameters: {"zip_code"=>"90210"}
|
409
|
-
Completed 500 Internal Server Error in 2ms
|
410
|
-
|
411
|
-
|
412
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:19:42 +0200
|
413
|
-
Processing by LabsController#search as HTML
|
414
|
-
Parameters: {"zip_code"=>"90210"}
|
415
|
-
Completed 500 Internal Server Error in 74ms
|
416
|
-
|
417
|
-
|
418
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:20:32 +0200
|
419
|
-
Processing by LabsController#search as HTML
|
420
|
-
Parameters: {"zip_code"=>"90210"}
|
421
|
-
Rendered labs/search.html.erb within layouts/medivo/application (17.8ms)
|
422
|
-
Completed 200 OK in 62ms (Views: 62.1ms | ActiveRecord: 0.0ms)
|
423
|
-
|
424
|
-
|
425
|
-
Started GET "/assets/medivo/application.css" for 127.0.0.1 at 2011-10-11 01:20:32 +0200
|
426
|
-
Compiled medivo/application.css (1ms) (pid 47966)
|
427
|
-
Served asset /medivo/application.css - 200 OK (11ms)
|
428
|
-
|
429
|
-
|
430
|
-
Started GET "/assets/medivo/application.js" for 127.0.0.1 at 2011-10-11 01:20:32 +0200
|
431
|
-
Error compiling asset medivo/application.js:
|
432
|
-
Sprockets::FileNotFound: couldn't find file 'jquery'
|
433
|
-
(in /Users/danielsudol/projects/medivo/medivo_resource/app/assets/javascripts/medivo/application.js:7)
|
434
|
-
Served asset /medivo/application.js - 500 Internal Server Error
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:21:44 +0200
|
439
|
-
Processing by LabsController#search as HTML
|
440
|
-
Parameters: {"zip_code"=>"90210"}
|
441
|
-
Rendered labs/search.html.erb within layouts/medivo/application (17.6ms)
|
442
|
-
Completed 200 OK in 63ms (Views: 63.2ms | ActiveRecord: 0.0ms)
|
443
|
-
|
444
|
-
|
445
|
-
Started GET "/assets/medivo/application.css" for 127.0.0.1 at 2011-10-11 01:21:44 +0200
|
446
|
-
Served asset /medivo/application.css - 200 OK (4ms)
|
447
|
-
|
448
|
-
|
449
|
-
Started GET "/assets/medivo/application.js" for 127.0.0.1 at 2011-10-11 01:21:44 +0200
|
450
|
-
Error compiling asset medivo/application.js:
|
451
|
-
Sprockets::FileNotFound: couldn't find file 'jquery'
|
452
|
-
(in /Users/danielsudol/projects/medivo/medivo_resource/app/assets/javascripts/medivo/application.js:7)
|
453
|
-
Served asset /medivo/application.js - 500 Internal Server Error
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:23:04 +0200
|
458
|
-
Processing by LabsController#search as HTML
|
459
|
-
Parameters: {"zip_code"=>"90210"}
|
460
|
-
Rendered labs/search.html.erb within layouts/application (17.2ms)
|
461
|
-
Completed 200 OK in 66ms (Views: 65.9ms | ActiveRecord: 0.0ms)
|
462
|
-
|
463
|
-
|
464
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:23:04 +0200
|
465
|
-
Compiled application.css (1ms) (pid 47984)
|
466
|
-
Served asset /application.css - 200 OK (9ms)
|
467
|
-
|
468
|
-
|
469
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:23:04 +0200
|
470
|
-
Error compiling asset application.js:
|
471
|
-
Sprockets::FileNotFound: couldn't find file 'jquery'
|
472
|
-
(in /Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/assets/javascripts/application.js:7)
|
473
|
-
Served asset /application.js - 500 Internal Server Error
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:24:57 +0200
|
478
|
-
Processing by LabsController#search as HTML
|
479
|
-
Parameters: {"zip_code"=>"90210"}
|
480
|
-
Rendered labs/search.html.erb within layouts/application (16.5ms)
|
481
|
-
Completed 200 OK in 63ms (Views: 62.5ms | ActiveRecord: 0.0ms)
|
482
|
-
|
483
|
-
|
484
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:24:57 +0200
|
485
|
-
Served asset /application.css - 200 OK (34ms)
|
486
|
-
|
487
|
-
|
488
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:24:57 +0200
|
489
|
-
Error compiling asset application.js:
|
490
|
-
Sprockets::FileNotFound: couldn't find file 'jquery'
|
491
|
-
(in /Users/danielsudol/projects/medivo/medivo_resource/spec/dummy/app/assets/javascripts/application.js:7)
|
492
|
-
Served asset /application.js - 500 Internal Server Error
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:28:37 +0200
|
497
|
-
Processing by LabsController#search as HTML
|
498
|
-
Parameters: {"zip_code"=>"90210"}
|
499
|
-
Rendered labs/search.html.erb within layouts/application (16.6ms)
|
500
|
-
Completed 200 OK in 64ms (Views: 64.0ms | ActiveRecord: 0.0ms)
|
501
|
-
|
502
|
-
|
503
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:28:37 +0200
|
504
|
-
Served asset /application.css - 200 OK (5ms)
|
505
|
-
|
506
|
-
|
507
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:28:37 +0200
|
508
|
-
Compiled application.js (32ms) (pid 48034)
|
509
|
-
Compiled jquery.js (4ms) (pid 48034)
|
510
|
-
Compiled jquery_ujs.js (0ms) (pid 48034)
|
511
|
-
Error compiling asset application.js:
|
512
|
-
LoadError: no such file to load -- coffee_script
|
513
|
-
(in /Users/danielsudol/projects/medivo/medivo_resource/app/assets/javascripts/medivo/map.coffee)
|
514
|
-
Served asset /application.js - 500 Internal Server Error
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:30:14 +0200
|
519
|
-
Processing by LabsController#search as HTML
|
520
|
-
Parameters: {"zip_code"=>"90210"}
|
521
|
-
Rendered labs/search.html.erb within layouts/application (17.9ms)
|
522
|
-
Completed 200 OK in 95ms (Views: 94.3ms | ActiveRecord: 0.0ms)
|
523
|
-
|
524
|
-
|
525
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:30:14 +0200
|
526
|
-
Served asset /application.css - 200 OK (4ms)
|
527
|
-
|
528
|
-
|
529
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:30:14 +0200
|
530
|
-
Compiled application.js (7ms) (pid 48091)
|
531
|
-
Compiled medivo/map.js (187ms) (pid 48091)
|
532
|
-
Compiled medivo/models.js (170ms) (pid 48091)
|
533
|
-
Served asset /application.js - 200 OK (423ms)
|
534
|
-
|
535
|
-
|
536
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:30:55 +0200
|
537
|
-
Processing by LabsController#search as HTML
|
538
|
-
Parameters: {"zip_code"=>"90210"}
|
539
|
-
Rendered labs/search.html.erb within layouts/application (16.8ms)
|
540
|
-
Completed 200 OK in 95ms (Views: 94.8ms | ActiveRecord: 0.0ms)
|
541
|
-
|
542
|
-
|
543
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:30:55 +0200
|
544
|
-
Served asset /application.css - 200 OK (3ms)
|
545
|
-
|
546
|
-
|
547
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:30:55 +0200
|
548
|
-
Compiled medivo/map.js (181ms) (pid 48103)
|
549
|
-
Compiled application.js (6ms) (pid 48103)
|
550
|
-
Served asset /application.js - 200 OK (201ms)
|
551
|
-
|
552
|
-
|
553
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:31:29 +0200
|
554
|
-
Processing by LabsController#search as HTML
|
555
|
-
Parameters: {"zip_code"=>"90210"}
|
556
|
-
Rendered labs/search.html.erb within layouts/application (17.8ms)
|
557
|
-
Completed 200 OK in 99ms (Views: 98.2ms | ActiveRecord: 0.0ms)
|
558
|
-
|
559
|
-
|
560
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:31:29 +0200
|
561
|
-
Served asset /application.css - 200 OK (3ms)
|
562
|
-
|
563
|
-
|
564
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:31:29 +0200
|
565
|
-
Compiled medivo/map.js (183ms) (pid 48113)
|
566
|
-
Compiled application.js (7ms) (pid 48113)
|
567
|
-
Served asset /application.js - 200 OK (206ms)
|
568
|
-
|
569
|
-
|
570
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:33:55 +0200
|
571
|
-
Processing by LabsController#search as HTML
|
572
|
-
Parameters: {"zip_code"=>"90210"}
|
573
|
-
Rendered labs/search.html.haml within layouts/application (16.3ms)
|
574
|
-
Completed 500 Internal Server Error in 67ms
|
575
|
-
|
576
|
-
|
577
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:34:45 +0200
|
578
|
-
Processing by LabsController#search as HTML
|
579
|
-
Parameters: {"zip_code"=>"90210"}
|
580
|
-
Rendered labs/search.html.haml within layouts/application (4.9ms)
|
581
|
-
Completed 200 OK in 56ms (Views: 55.8ms | ActiveRecord: 0.0ms)
|
582
|
-
|
583
|
-
|
584
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:34:45 +0200
|
585
|
-
Served asset /application.css - 200 OK (3ms)
|
586
|
-
|
587
|
-
|
588
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:34:45 +0200
|
589
|
-
Served asset /application.js - 200 OK (5ms)
|
590
|
-
|
591
|
-
|
592
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:57:36 +0200
|
593
|
-
Processing by LabsController#search as HTML
|
594
|
-
Parameters: {"zip_code"=>"90210"}
|
595
|
-
Rendered labs/search.html.haml within layouts/application (5.5ms)
|
596
|
-
Completed 200 OK in 89ms (Views: 89.0ms | ActiveRecord: 0.0ms)
|
597
|
-
|
598
|
-
|
599
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:57:36 +0200
|
600
|
-
Served asset /application.css - 200 OK (5ms)
|
601
|
-
|
602
|
-
|
603
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:57:36 +0200
|
604
|
-
Compiled medivo/map.js (178ms) (pid 48261)
|
605
|
-
Compiled medivo/models.js (169ms) (pid 48261)
|
606
|
-
Compiled application.js (40ms) (pid 48261)
|
607
|
-
Served asset /application.js - 200 OK (405ms)
|
608
|
-
|
609
|
-
|
610
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 01:59:48 +0200
|
611
|
-
Processing by LabsController#search as HTML
|
612
|
-
Parameters: {"zip_code"=>"90210"}
|
613
|
-
Rendered labs/search.html.haml within layouts/application (5.9ms)
|
614
|
-
Completed 200 OK in 90ms (Views: 89.5ms | ActiveRecord: 0.0ms)
|
615
|
-
|
616
|
-
|
617
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 01:59:48 +0200
|
618
|
-
Served asset /application.css - 200 OK (5ms)
|
619
|
-
|
620
|
-
|
621
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 01:59:48 +0200
|
622
|
-
Served asset /application.js - 200 OK (6ms)
|
623
|
-
|
624
|
-
|
625
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-11 02:01:06 +0200
|
626
|
-
Processing by LabsController#search as HTML
|
627
|
-
Parameters: {"zip_code"=>"90210"}
|
628
|
-
Rendered labs/search.html.haml within layouts/application (5.4ms)
|
629
|
-
Completed 200 OK in 85ms (Views: 84.2ms | ActiveRecord: 0.0ms)
|
630
|
-
|
631
|
-
|
632
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-11 02:01:06 +0200
|
633
|
-
Served asset /application.css - 200 OK (6ms)
|
634
|
-
|
635
|
-
|
636
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 02:01:06 +0200
|
637
|
-
Served asset /application.js - 200 OK (10ms)
|
638
|
-
|
639
|
-
|
640
|
-
Started GET "/medivo/labs/data/90210" for 127.0.0.1 at 2011-10-13 19:32:55 +0200
|
641
|
-
Processing by Medivo::LabsController#data as HTML
|
642
|
-
Parameters: {"zip_code"=>"90210"}
|
643
|
-
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
644
|
-
|
645
|
-
|
646
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 19:32:57 +0200
|
647
|
-
Processing by LabsController#search as HTML
|
648
|
-
Parameters: {"zip_code"=>"90210"}
|
649
|
-
Completed 200 OK in 100ms (Views: 99.2ms | ActiveRecord: 0.0ms)
|
650
|
-
|
651
|
-
|
652
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 19:32:57 +0200
|
653
|
-
Compiled application.css (1ms) (pid 55402)
|
654
|
-
Served asset /application.css - 200 OK (8ms)
|
655
|
-
|
656
|
-
|
657
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 19:32:57 +0200
|
658
|
-
Compiled application.js (7ms) (pid 55402)
|
659
|
-
Compiled jquery.js (3ms) (pid 55402)
|
660
|
-
Compiled jquery_ujs.js (0ms) (pid 55402)
|
661
|
-
Compiled medivo/handlebars.js (0ms) (pid 55402)
|
662
|
-
Compiled medivo/map.js (224ms) (pid 55402)
|
663
|
-
Compiled medivo/models.js (176ms) (pid 55402)
|
664
|
-
Compiled medivo/show_labs.js (198ms) (pid 55402)
|
665
|
-
Served asset /application.js - 200 OK (643ms)
|
666
|
-
|
667
|
-
|
668
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 19:32:58 +0200
|
669
|
-
Served asset /medivo/lab.png - 200 OK (3ms)
|
670
|
-
|
671
|
-
|
672
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 19:32:58 +0200
|
673
|
-
Served asset /medivo/arrow.png - 200 OK (3ms)
|
674
|
-
|
675
|
-
|
676
|
-
Started GET "/medivo/labs/data.90210" for 127.0.0.1 at 2011-10-13 23:37:04 +0200
|
677
|
-
Processing by Medivo::LabsController#data as
|
678
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
679
|
-
|
680
|
-
|
681
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:37:05 +0200
|
682
|
-
Processing by LabsController#search as HTML
|
683
|
-
Parameters: {"zip_code"=>"90210"}
|
684
|
-
Completed 200 OK in 113ms (Views: 110.7ms | ActiveRecord: 0.0ms)
|
685
|
-
|
686
|
-
|
687
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:37:05 +0200
|
688
|
-
Compiled application.css (2ms) (pid 56410)
|
689
|
-
Served asset /application.css - 200 OK (10ms)
|
690
|
-
|
691
|
-
|
692
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:37:05 +0200
|
693
|
-
Compiled application.js (8ms) (pid 56410)
|
694
|
-
Compiled jquery.js (1ms) (pid 56410)
|
695
|
-
Compiled jquery_ujs.js (0ms) (pid 56410)
|
696
|
-
Compiled medivo/handlebars.js (0ms) (pid 56410)
|
697
|
-
Compiled medivo/map.js (214ms) (pid 56410)
|
698
|
-
Compiled medivo/models.js (177ms) (pid 56410)
|
699
|
-
Compiled medivo/show_labs.js (168ms) (pid 56410)
|
700
|
-
Served asset /application.js - 200 OK (605ms)
|
701
|
-
|
702
|
-
|
703
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:37:06 +0200
|
704
|
-
Processing by LabsController#search as */*
|
705
|
-
Parameters: {"zip_code"=>"90210"}
|
706
|
-
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)
|
707
|
-
|
708
|
-
|
709
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:37:06 +0200
|
710
|
-
Served asset /medivo/arrow.png - 200 OK (3ms)
|
711
|
-
|
712
|
-
|
713
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:37:06 +0200
|
714
|
-
Served asset /medivo/lab.png - 200 OK (4ms)
|
715
|
-
|
716
|
-
|
717
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:39:38 +0200
|
718
|
-
Processing by LabsController#search as HTML
|
719
|
-
Parameters: {"zip_code"=>"90210"}
|
720
|
-
Completed 200 OK in 86ms (Views: 84.5ms | ActiveRecord: 0.0ms)
|
721
|
-
|
722
|
-
|
723
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:39:38 +0200
|
724
|
-
Served asset /application.css - 200 OK (7ms)
|
725
|
-
|
726
|
-
|
727
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:39:38 +0200
|
728
|
-
Served asset /application.js - 200 OK (30ms)
|
729
|
-
|
730
|
-
|
731
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:39:39 +0200
|
732
|
-
Processing by LabsController#search as */*
|
733
|
-
Parameters: {"zip_code"=>"90210"}
|
734
|
-
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
|
735
|
-
|
736
|
-
|
737
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:39:39 +0200
|
738
|
-
Served asset /medivo/arrow.png - 200 OK (1ms)
|
739
|
-
|
740
|
-
|
741
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:39:39 +0200
|
742
|
-
Served asset /medivo/lab.png - 200 OK (2ms)
|
743
|
-
|
744
|
-
|
745
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:01 +0200
|
746
|
-
Processing by LabsController#search as HTML
|
747
|
-
Parameters: {"zip_code"=>"90210"}
|
748
|
-
Completed 200 OK in 105ms (Views: 102.6ms | ActiveRecord: 0.0ms)
|
749
|
-
|
750
|
-
|
751
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:40:01 +0200
|
752
|
-
Served asset /application.css - 200 OK (5ms)
|
753
|
-
|
754
|
-
|
755
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:40:01 +0200
|
756
|
-
Served asset /application.js - 200 OK (8ms)
|
757
|
-
|
758
|
-
|
759
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:02 +0200
|
760
|
-
Processing by LabsController#search as */*
|
761
|
-
Parameters: {"zip_code"=>"90210"}
|
762
|
-
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
763
|
-
|
764
|
-
|
765
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:40:02 +0200
|
766
|
-
Served asset /medivo/arrow.png - 200 OK (1ms)
|
767
|
-
|
768
|
-
|
769
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:40:02 +0200
|
770
|
-
Served asset /medivo/lab.png - 200 OK (2ms)
|
771
|
-
|
772
|
-
|
773
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:26 +0200
|
774
|
-
Processing by Medivo::LabsController#data as HTML
|
775
|
-
Parameters: {"zip_code"=>"90210"}
|
776
|
-
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
777
|
-
|
778
|
-
|
779
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:28 +0200
|
780
|
-
Processing by LabsController#search as HTML
|
781
|
-
Parameters: {"zip_code"=>"90210"}
|
782
|
-
Completed 200 OK in 109ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
783
|
-
|
784
|
-
|
785
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:40:28 +0200
|
786
|
-
Served asset /application.css - 200 OK (3ms)
|
787
|
-
|
788
|
-
|
789
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:40:28 +0200
|
790
|
-
Served asset /application.js - 200 OK (9ms)
|
791
|
-
|
792
|
-
|
793
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:29 +0200
|
794
|
-
Processing by LabsController#search as */*
|
795
|
-
Parameters: {"zip_code"=>"90210"}
|
796
|
-
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
797
|
-
|
798
|
-
|
799
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:40:29 +0200
|
800
|
-
Served asset /medivo/arrow.png - 200 OK (3ms)
|
801
|
-
|
802
|
-
|
803
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:40:29 +0200
|
804
|
-
Served asset /medivo/lab.png - 200 OK (1ms)
|
805
|
-
|
806
|
-
|
807
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:41:37 +0200
|
808
|
-
Processing by Medivo::LabsController#data as HTML
|
809
|
-
Parameters: {"zip_code"=>"90210"}
|
810
|
-
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
811
|
-
|
812
|
-
|
813
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:41:39 +0200
|
814
|
-
Processing by LabsController#search as HTML
|
815
|
-
Parameters: {"zip_code"=>"90210"}
|
816
|
-
Completed 200 OK in 109ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
817
|
-
|
818
|
-
|
819
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:41:39 +0200
|
820
|
-
Served asset /application.css - 200 OK (4ms)
|
821
|
-
|
822
|
-
|
823
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:41:39 +0200
|
824
|
-
Served asset /application.js - 200 OK (8ms)
|
825
|
-
|
826
|
-
|
827
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:41:40 +0200
|
828
|
-
Processing by LabsController#search as */*
|
829
|
-
Parameters: {"zip_code"=>"90210"}
|
830
|
-
Completed 200 OK in 15ms (Views: 15.2ms | ActiveRecord: 0.0ms)
|
831
|
-
|
832
|
-
|
833
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:41:40 +0200
|
834
|
-
Served asset /medivo/arrow.png - 200 OK (1ms)
|
835
|
-
|
836
|
-
|
837
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:41:40 +0200
|
838
|
-
Served asset /medivo/lab.png - 200 OK (3ms)
|
839
|
-
|
840
|
-
|
841
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:43:07 +0200
|
842
|
-
Processing by Medivo::LabsController#data as HTML
|
843
|
-
Parameters: {"zip_code"=>"90210"}
|
844
|
-
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
845
|
-
|
846
|
-
|
847
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:43:09 +0200
|
848
|
-
Processing by LabsController#search as HTML
|
849
|
-
Parameters: {"zip_code"=>"90210"}
|
850
|
-
Completed 200 OK in 108ms (Views: 106.8ms | ActiveRecord: 0.0ms)
|
851
|
-
|
852
|
-
|
853
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:43:09 +0200
|
854
|
-
Served asset /application.css - 200 OK (4ms)
|
855
|
-
|
856
|
-
|
857
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:43:09 +0200
|
858
|
-
Served asset /application.js - 200 OK (7ms)
|
859
|
-
|
860
|
-
|
861
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:43:10 +0200
|
862
|
-
Processing by LabsController#search as */*
|
863
|
-
Parameters: {"zip_code"=>"90210"}
|
864
|
-
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
865
|
-
|
866
|
-
|
867
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:43:10 +0200
|
868
|
-
Served asset /medivo/arrow.png - 200 OK (3ms)
|
869
|
-
|
870
|
-
|
871
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:43:10 +0200
|
872
|
-
Served asset /medivo/lab.png - 200 OK (1ms)
|
873
|
-
|
874
|
-
|
875
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:15 +0200
|
876
|
-
Processing by Medivo::LabsController#data as HTML
|
877
|
-
Parameters: {"zip_code"=>"90210"}
|
878
|
-
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
879
|
-
|
880
|
-
|
881
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:17 +0200
|
882
|
-
Processing by LabsController#search as HTML
|
883
|
-
Parameters: {"zip_code"=>"90210"}
|
884
|
-
Completed 200 OK in 109ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
885
|
-
|
886
|
-
|
887
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:44:17 +0200
|
888
|
-
Served asset /application.css - 200 OK (5ms)
|
889
|
-
|
890
|
-
|
891
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:44:17 +0200
|
892
|
-
Served asset /application.js - 200 OK (7ms)
|
893
|
-
|
894
|
-
|
895
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:18 +0200
|
896
|
-
Processing by LabsController#search as */*
|
897
|
-
Parameters: {"zip_code"=>"90210"}
|
898
|
-
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
|
899
|
-
|
900
|
-
|
901
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:44:18 +0200
|
902
|
-
Served asset /medivo/arrow.png - 200 OK (3ms)
|
903
|
-
|
904
|
-
|
905
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:44:18 +0200
|
906
|
-
Served asset /medivo/lab.png - 200 OK (1ms)
|
907
|
-
|
908
|
-
|
909
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:25 +0200
|
910
|
-
Processing by Medivo::LabsController#data as HTML
|
911
|
-
Parameters: {"zip_code"=>"90210"}
|
912
|
-
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
913
|
-
|
914
|
-
|
915
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:27 +0200
|
916
|
-
Processing by LabsController#search as HTML
|
917
|
-
Parameters: {"zip_code"=>"90210"}
|
918
|
-
Completed 200 OK in 108ms (Views: 106.9ms | ActiveRecord: 0.0ms)
|
919
|
-
|
920
|
-
|
921
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:44:27 +0200
|
922
|
-
Served asset /application.css - 200 OK (4ms)
|
923
|
-
|
924
|
-
|
925
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:44:27 +0200
|
926
|
-
Served asset /application.js - 200 OK (8ms)
|
927
|
-
|
928
|
-
|
929
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:28 +0200
|
930
|
-
Processing by LabsController#search as */*
|
931
|
-
Parameters: {"zip_code"=>"90210"}
|
932
|
-
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
933
|
-
|
934
|
-
|
935
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:44:28 +0200
|
936
|
-
Served asset /medivo/arrow.png - 200 OK (5ms)
|
937
|
-
|
938
|
-
|
939
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:44:28 +0200
|
940
|
-
Served asset /medivo/lab.png - 200 OK (1ms)
|
941
|
-
|
942
|
-
|
943
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-14 16:48:50 +0200
|
944
|
-
Processing by Medivo::LabsController#data as HTML
|
945
|
-
Parameters: {"zip_code"=>"90210"}
|
946
|
-
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
947
|
-
|
948
|
-
|
949
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-14 16:48:51 +0200
|
950
|
-
Processing by LabsController#search as HTML
|
951
|
-
Parameters: {"zip_code"=>"90210"}
|
952
|
-
Completed 200 OK in 112ms (Views: 111.8ms | ActiveRecord: 0.0ms)
|
953
|
-
|
954
|
-
|
955
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-14 16:48:51 +0200
|
956
|
-
Compiled application.css (1ms) (pid 59241)
|
957
|
-
Served asset /application.css - 200 OK (9ms)
|
958
|
-
|
959
|
-
|
960
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-14 16:48:51 +0200
|
961
|
-
Compiled application.js (8ms) (pid 59241)
|
962
|
-
Compiled jquery.js (1ms) (pid 59241)
|
963
|
-
Compiled jquery_ujs.js (0ms) (pid 59241)
|
964
|
-
Compiled medivo/handlebars.js (0ms) (pid 59241)
|
965
|
-
Compiled medivo/views.js (217ms) (pid 59241)
|
966
|
-
Compiled medivo/models.js (181ms) (pid 59241)
|
967
|
-
Compiled medivo/show_labs.js (171ms) (pid 59241)
|
968
|
-
Served asset /application.js - 200 OK (609ms)
|
969
|
-
|
970
|
-
|
971
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-14 16:54:02 +0200
|
972
|
-
Processing by Medivo::LabsController#data as HTML
|
973
|
-
Parameters: {"zip_code"=>"90210"}
|
974
|
-
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
975
|
-
|
976
|
-
|
977
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-14 16:54:04 +0200
|
978
|
-
Processing by LabsController#search as HTML
|
979
|
-
Parameters: {"zip_code"=>"90210"}
|
980
|
-
Completed 200 OK in 78ms (Views: 77.4ms | ActiveRecord: 0.0ms)
|
981
|
-
|
982
|
-
|
983
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-14 16:54:04 +0200
|
984
|
-
Served asset /application.css - 200 OK (4ms)
|
985
|
-
|
986
|
-
|
987
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-14 16:54:04 +0200
|
988
|
-
Served asset /application.js - 200 OK (7ms)
|
989
|
-
|
990
|
-
|
991
|
-
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-25 17:22:14 +0100
|
992
|
-
Processing by Medivo::LabsController#data as HTML
|
993
|
-
Parameters: {"zip_code"=>"90210"}
|
994
|
-
Completed 200 OK in 1ms (Views: 0.8ms)
|
995
|
-
|
996
|
-
|
997
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-25 17:22:15 +0100
|
998
|
-
Processing by LabsController#search as HTML
|
999
|
-
Parameters: {"zip_code"=>"90210"}
|
1000
|
-
Completed 200 OK in 105ms (Views: 104.6ms)
|
1001
|
-
|
1002
|
-
|
1003
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-25 17:22:15 +0100
|
1004
|
-
Compiled application.css (3ms) (pid 91166)
|
1005
|
-
Served asset /application.css - 200 OK (8ms)
|
1006
|
-
|
1007
|
-
|
1008
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-25 17:22:15 +0100
|
1009
|
-
Compiled application.js (8ms) (pid 91166)
|
1010
|
-
Compiled jquery.js (1ms) (pid 91166)
|
1011
|
-
Compiled jquery_ujs.js (0ms) (pid 91166)
|
1012
|
-
Compiled medivo/handlebars.js (0ms) (pid 91166)
|
1013
|
-
Compiled medivo/views.js (256ms) (pid 91166)
|
1014
|
-
Compiled medivo/models.js (189ms) (pid 91166)
|
1015
|
-
Compiled medivo/show_labs.js (168ms) (pid 91166)
|
1016
|
-
Served asset /application.js - 200 OK (658ms)
|
1017
|
-
|
1018
|
-
|
1019
|
-
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 17:22:16 +0100
|
1020
|
-
Served asset /medivo/lab.png - 200 OK (5ms)
|
1021
|
-
|
1022
|
-
|
1023
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-27 12:23:59 +0100
|
1024
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1025
|
-
Parameters: {"zip_code"=>"90210"}
|
1026
|
-
Completed 200 OK in 383ms (Views: 1.2ms)
|
1027
|
-
|
1028
|
-
|
1029
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-27 12:24:02 +0100
|
1030
|
-
Processing by LabsController#search as HTML
|
1031
|
-
Parameters: {"zip_code"=>"90210"}
|
1032
|
-
Completed 200 OK in 270ms (Views: 111.8ms)
|
1033
|
-
|
1034
|
-
|
1035
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-27 12:24:02 +0100
|
1036
|
-
Compiled application.css (1ms) (pid 11797)
|
1037
|
-
Served asset /application.css - 200 OK (8ms)
|
1038
|
-
|
1039
|
-
|
1040
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-27 12:24:02 +0100
|
1041
|
-
Compiled application.js (5ms) (pid 11797)
|
1042
|
-
Compiled jquery.js (5ms) (pid 11797)
|
1043
|
-
Compiled jquery_ujs.js (0ms) (pid 11797)
|
1044
|
-
Compiled medivo/lab_list/application.js (5ms) (pid 11797)
|
1045
|
-
Compiled medivo/handlebars.js (1ms) (pid 11797)
|
1046
|
-
Compiled medivo/lab_list/models.js (215ms) (pid 11797)
|
1047
|
-
Compiled medivo/lab_list/views.js (485ms) (pid 11797)
|
1048
|
-
Compiled medivo/lab_list/init.js (203ms) (pid 11797)
|
1049
|
-
Compiled medivo/lab_list/sample/show_labs.js (161ms) (pid 11797)
|
1050
|
-
Served asset /application.js - 200 OK (1125ms)
|
1051
|
-
|
1052
|
-
|
1053
|
-
Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-27 12:24:03 +0100
|
1054
|
-
Served asset /medivo/markerA.png - 200 OK (6ms)
|
1055
|
-
|
1056
|
-
|
1057
|
-
Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-27 12:24:03 +0100
|
1058
|
-
Served asset /medivo/markerB.png - 200 OK (3ms)
|
1059
|
-
|
1060
|
-
|
1061
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-27 12:24:04 +0100
|
1062
|
-
Served asset /medivo/arrow.png - 200 OK (4ms)
|
1063
|
-
|
1064
|
-
|
1065
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-28 15:11:07 +0100
|
1066
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1067
|
-
Parameters: {"zip_code"=>"90210"}
|
1068
|
-
Completed 200 OK in 680ms (Views: 1.1ms)
|
1069
|
-
|
1070
|
-
|
1071
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-28 15:11:10 +0100
|
1072
|
-
Processing by LabsController#search as HTML
|
1073
|
-
Parameters: {"zip_code"=>"90210"}
|
1074
|
-
Completed 200 OK in 523ms (Views: 112.8ms)
|
1075
|
-
|
1076
|
-
|
1077
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-28 15:11:10 +0100
|
1078
|
-
Compiled application.css (1ms) (pid 19378)
|
1079
|
-
Served asset /application.css - 200 OK (9ms)
|
1080
|
-
|
1081
|
-
|
1082
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-28 15:11:10 +0100
|
1083
|
-
Compiled application.js (6ms) (pid 19378)
|
1084
|
-
Compiled jquery.js (44ms) (pid 19378)
|
1085
|
-
Compiled jquery_ujs.js (0ms) (pid 19378)
|
1086
|
-
Compiled medivo/lab_list/application.js (6ms) (pid 19378)
|
1087
|
-
Compiled medivo/handlebars.js (1ms) (pid 19378)
|
1088
|
-
Compiled medivo/lab_list/models.js (198ms) (pid 19378)
|
1089
|
-
Compiled medivo/lab_list/views.js (225ms) (pid 19378)
|
1090
|
-
Compiled medivo/lab_list/init.js (168ms) (pid 19378)
|
1091
|
-
Compiled medivo/lab_list/sample/show_labs.js (159ms) (pid 19378)
|
1092
|
-
Served asset /application.js - 200 OK (863ms)
|
1093
|
-
|
1094
|
-
|
1095
|
-
Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-28 15:11:11 +0100
|
1096
|
-
Served asset /medivo/markerA.png - 200 OK (5ms)
|
1097
|
-
|
1098
|
-
|
1099
|
-
Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-28 15:11:11 +0100
|
1100
|
-
Served asset /medivo/markerB.png - 200 OK (3ms)
|
1101
|
-
|
1102
|
-
|
1103
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-28 15:11:11 +0100
|
1104
|
-
Served asset /medivo/arrow.png - 200 OK (4ms)
|
1105
|
-
|
1106
|
-
|
1107
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-28 17:44:21 +0100
|
1108
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1109
|
-
Parameters: {"zip_code"=>"90210"}
|
1110
|
-
Completed 200 OK in 303ms (Views: 0.9ms)
|
1111
|
-
|
1112
|
-
|
1113
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-28 17:44:23 +0100
|
1114
|
-
Processing by LabsController#search as HTML
|
1115
|
-
Parameters: {"zip_code"=>"90210"}
|
1116
|
-
Completed 200 OK in 384ms (Views: 117.6ms)
|
1117
|
-
|
1118
|
-
|
1119
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-28 17:44:24 +0100
|
1120
|
-
Served asset /application.css - 200 OK (3ms)
|
1121
|
-
|
1122
|
-
|
1123
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-28 17:44:24 +0100
|
1124
|
-
Compiled application.js (6ms) (pid 19743)
|
1125
|
-
Compiled medivo/lab_list/application.js (6ms) (pid 19743)
|
1126
|
-
Compiled medivo/lab_list/views.js (194ms) (pid 19743)
|
1127
|
-
Served asset /application.js - 200 OK (227ms)
|
1128
|
-
|
1129
|
-
|
1130
|
-
Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-28 17:44:24 +0100
|
1131
|
-
Served asset /medivo/markerA.png - 200 OK (2ms)
|
1132
|
-
|
1133
|
-
|
1134
|
-
Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-28 17:44:24 +0100
|
1135
|
-
Served asset /medivo/markerB.png - 200 OK (2ms)
|
1136
|
-
|
1137
|
-
|
1138
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-28 17:44:24 +0100
|
1139
|
-
Served asset /medivo/arrow.png - 200 OK (1ms)
|
1140
|
-
|
1141
|
-
|
1142
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:24:18 +0100
|
1143
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1144
|
-
Parameters: {"zip_code"=>"90210"}
|
1145
|
-
Completed 200 OK in 445ms (Views: 1.1ms)
|
1146
|
-
|
1147
|
-
|
1148
|
-
Started GET "/medivo/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:24:21 +0100
|
1149
|
-
|
1150
|
-
|
1151
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:24:56 +0100
|
1152
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1153
|
-
Parameters: {"zip_code"=>"90210"}
|
1154
|
-
Completed 200 OK in 928ms (Views: 1.0ms)
|
1155
|
-
|
1156
|
-
|
1157
|
-
Started GET "/medivo/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:24:59 +0100
|
1158
|
-
|
1159
|
-
|
1160
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:26:06 +0100
|
1161
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1162
|
-
Parameters: {"zip_code"=>"90210"}
|
1163
|
-
Completed 200 OK in 1050ms (Views: 1.0ms)
|
1164
|
-
|
1165
|
-
|
1166
|
-
Started GET "/medivo/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:26:09 +0100
|
1167
|
-
|
1168
|
-
|
1169
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:30:55 +0100
|
1170
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1171
|
-
Parameters: {"zip_code"=>"90210"}
|
1172
|
-
Completed 200 OK in 244ms (Views: 1.1ms)
|
1173
|
-
|
1174
|
-
|
1175
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:56:08 +0100
|
1176
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1177
|
-
Parameters: {"zip_code"=>"90210"}
|
1178
|
-
Completed 200 OK in 824ms (Views: 1.2ms)
|
1179
|
-
|
1180
|
-
|
1181
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:56:11 +0100
|
1182
|
-
Processing by LabsController#search as HTML
|
1183
|
-
Parameters: {"zip_code"=>"90210"}
|
1184
|
-
Completed 200 OK in 112ms (Views: 111.4ms)
|
1185
|
-
|
1186
|
-
|
1187
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:56:54 +0100
|
1188
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1189
|
-
Parameters: {"zip_code"=>"90210"}
|
1190
|
-
Completed 200 OK in 139ms (Views: 1.0ms)
|
1191
|
-
|
1192
|
-
|
1193
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-29 21:56:56 +0100
|
1194
|
-
Processing by LabsController#search as HTML
|
1195
|
-
Parameters: {"zip_code"=>"90210"}
|
1196
|
-
Completed 200 OK in 108ms (Views: 107.8ms)
|
1197
|
-
|
1198
|
-
|
1199
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 22:29:28 +0100
|
1200
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1201
|
-
Parameters: {"zip_code"=>"90210"}
|
1202
|
-
Completed 200 OK in 285ms (Views: 1.0ms)
|
1203
|
-
|
1204
|
-
|
1205
|
-
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-29 22:29:31 +0100
|
1206
|
-
Processing by LabsController#search as HTML
|
1207
|
-
Parameters: {"zip_code"=>"90210"}
|
1208
|
-
Completed 200 OK in 109ms (Views: 109.1ms)
|
1209
|
-
|
1210
|
-
|
1211
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-29 22:29:49 +0100
|
1212
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1213
|
-
Parameters: {"zip_code"=>"90210"}
|
1214
|
-
Completed 200 OK in 240ms (Views: 1.2ms)
|
1215
|
-
|
1216
|
-
|
1217
|
-
Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-29 22:29:51 +0100
|
1218
|
-
Processing by LabsController#lab_search as HTML
|
1219
|
-
Parameters: {"zip_code"=>"90210"}
|
1220
|
-
Completed 200 OK in 341ms (Views: 79.6ms)
|
1221
|
-
|
1222
|
-
|
1223
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-29 22:29:52 +0100
|
1224
|
-
Compiled application.css (2ms) (pid 25080)
|
1225
|
-
Served asset /application.css - 200 OK (7ms)
|
1226
|
-
|
1227
|
-
|
1228
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-29 22:29:52 +0100
|
1229
|
-
Compiled application.js (7ms) (pid 25080)
|
1230
|
-
Compiled jquery.js (3ms) (pid 25080)
|
1231
|
-
Compiled jquery_ujs.js (0ms) (pid 25080)
|
1232
|
-
Compiled medivo/lab_list/application.js (6ms) (pid 25080)
|
1233
|
-
Compiled medivo/handlebars.js (0ms) (pid 25080)
|
1234
|
-
Compiled medivo/lab_list/models.js (197ms) (pid 25080)
|
1235
|
-
Compiled medivo/lab_list/views.js (184ms) (pid 25080)
|
1236
|
-
Compiled medivo/lab_list/init.js (173ms) (pid 25080)
|
1237
|
-
Compiled medivo/lab_list/sample/show_labs.js (163ms) (pid 25080)
|
1238
|
-
Served asset /application.js - 200 OK (833ms)
|
1239
|
-
|
1240
|
-
|
1241
|
-
Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-29 22:29:53 +0100
|
1242
|
-
Served asset /medivo/markerA.png - 200 OK (47ms)
|
1243
|
-
|
1244
|
-
|
1245
|
-
Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-29 22:29:53 +0100
|
1246
|
-
Served asset /medivo/markerB.png - 200 OK (3ms)
|
1247
|
-
|
1248
|
-
|
1249
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-29 22:29:53 +0100
|
1250
|
-
Served asset /medivo/arrow.png - 200 OK (3ms)
|
1251
|
-
|
1252
|
-
|
1253
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-30 00:03:49 +0100
|
1254
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1255
|
-
Parameters: {"zip_code"=>"90210"}
|
1256
|
-
Completed 200 OK in 264ms (Views: 1.1ms)
|
1257
|
-
|
1258
|
-
|
1259
|
-
Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-30 00:03:51 +0100
|
1260
|
-
Processing by LabsController#lab_search as HTML
|
1261
|
-
Parameters: {"zip_code"=>"90210"}
|
1262
|
-
Completed 200 OK in 586ms (Views: 79.3ms)
|
1263
|
-
|
1264
|
-
|
1265
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-30 00:03:52 +0100
|
1266
|
-
Served asset /application.css - 200 OK (5ms)
|
1267
|
-
|
1268
|
-
|
1269
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-30 00:03:52 +0100
|
1270
|
-
Compiled application.js (5ms) (pid 25760)
|
1271
|
-
Compiled medivo/lab_list/application.js (10ms) (pid 25760)
|
1272
|
-
Compiled medivo/helpers.js (177ms) (pid 25760)
|
1273
|
-
Compiled medivo/models.js (176ms) (pid 25760)
|
1274
|
-
Compiled medivo/views.js (172ms) (pid 25760)
|
1275
|
-
Compiled medivo/lab_list/models.js (201ms) (pid 25760)
|
1276
|
-
Compiled medivo/lab_list/views.js (179ms) (pid 25760)
|
1277
|
-
Compiled medivo/lab_list/init.js (204ms) (pid 25760)
|
1278
|
-
Compiled medivo/lab_list/sample/show_labs.js (161ms) (pid 25760)
|
1279
|
-
Served asset /application.js - 200 OK (1407ms)
|
1280
|
-
|
1281
|
-
|
1282
|
-
Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-30 00:03:53 +0100
|
1283
|
-
Served asset /medivo/markerB.png - 200 OK (5ms)
|
1284
|
-
|
1285
|
-
|
1286
|
-
Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-30 00:03:53 +0100
|
1287
|
-
Served asset /medivo/markerA.png - 200 OK (2ms)
|
1288
|
-
|
1289
|
-
|
1290
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-30 00:03:54 +0100
|
1291
|
-
Served asset /medivo/arrow.png - 200 OK (2ms)
|
1292
|
-
|
1293
|
-
|
1294
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-30 16:49:22 +0000
|
1295
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1296
|
-
Parameters: {"zip_code"=>"90210"}
|
1297
|
-
Completed 200 OK in 878ms (Views: 1.0ms)
|
1298
|
-
|
1299
|
-
|
1300
|
-
Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-30 16:49:25 +0000
|
1301
|
-
Processing by LabsController#lab_search as HTML
|
1302
|
-
Parameters: {"zip_code"=>"90210"}
|
1303
|
-
Completed 200 OK in 83ms (Views: 82.6ms)
|
1304
|
-
|
1305
|
-
|
1306
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-30 16:49:25 +0000
|
1307
|
-
Compiled application.css (1ms) (pid 28701)
|
1308
|
-
Served asset /application.css - 200 OK (8ms)
|
1309
|
-
|
1310
|
-
|
1311
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-30 16:49:25 +0000
|
1312
|
-
Compiled application.js (8ms) (pid 28701)
|
1313
|
-
Compiled jquery.js (30ms) (pid 28701)
|
1314
|
-
Compiled jquery_ujs.js (0ms) (pid 28701)
|
1315
|
-
Compiled medivo/lab_list/application.js (7ms) (pid 28701)
|
1316
|
-
Compiled medivo/handlebars.js (0ms) (pid 28701)
|
1317
|
-
Compiled medivo/helpers.js (178ms) (pid 28701)
|
1318
|
-
Compiled medivo/lab_list/models.js (185ms) (pid 28701)
|
1319
|
-
Compiled medivo/models.js (178ms) (pid 28701)
|
1320
|
-
Compiled medivo/lab_list/views.js (220ms) (pid 28701)
|
1321
|
-
Compiled medivo/views.js (170ms) (pid 28701)
|
1322
|
-
Compiled medivo/lab_list/handlers.js (166ms) (pid 28701)
|
1323
|
-
Compiled medivo/lab_list/sample/show_labs.js (162ms) (pid 28701)
|
1324
|
-
Compiled medivo/lab_appointment/application.js (11ms) (pid 28701)
|
1325
|
-
Compiled medivo/date.js (0ms) (pid 28701)
|
1326
|
-
Compiled medivo/lab_appointment/models.js (171ms) (pid 28701)
|
1327
|
-
Compiled medivo/lab_appointment/views.js (202ms) (pid 28701)
|
1328
|
-
Compiled medivo/lab_appointment/handlers.js (160ms) (pid 28701)
|
1329
|
-
Compiled medivo/lab_appointment/sample/show_appointments.js (159ms) (pid 28701)
|
1330
|
-
Served asset /application.js - 200 OK (2101ms)
|
1331
|
-
|
1332
|
-
|
1333
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-30 17:16:59 +0000
|
1334
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1335
|
-
Parameters: {"zip_code"=>"90210"}
|
1336
|
-
Completed 200 OK in 377ms (Views: 1.0ms)
|
1337
|
-
|
1338
|
-
|
1339
|
-
Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-30 17:17:01 +0000
|
1340
|
-
Processing by LabsController#lab_search as HTML
|
1341
|
-
Parameters: {"zip_code"=>"90210"}
|
1342
|
-
Completed 200 OK in 119ms (Views: 118.8ms)
|
1343
|
-
|
1344
|
-
|
1345
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-30 17:17:02 +0000
|
1346
|
-
Served asset /application.css - 200 OK (4ms)
|
1347
|
-
|
1348
|
-
|
1349
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-30 17:17:02 +0000
|
1350
|
-
Served asset /application.js - 200 OK (18ms)
|
1351
|
-
|
1352
|
-
|
1353
|
-
Started GET "/medivo/labs/lab_data?zip_code=90210" for 127.0.0.1 at 2011-10-30 17:18:59 +0000
|
1354
|
-
Processing by Medivo::LabsController#lab_data as HTML
|
1355
|
-
Parameters: {"zip_code"=>"90210"}
|
1356
|
-
Completed 200 OK in 285ms (Views: 1.0ms)
|
1357
|
-
|
1358
|
-
|
1359
|
-
Started GET "/labs/lab_search?zip_code=90210" for 127.0.0.1 at 2011-10-30 17:19:02 +0000
|
1360
|
-
Processing by LabsController#lab_search as HTML
|
1361
|
-
Parameters: {"zip_code"=>"90210"}
|
1362
|
-
Completed 200 OK in 354ms (Views: 119.9ms)
|
1363
|
-
|
1364
|
-
|
1365
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-30 17:19:02 +0000
|
1366
|
-
Served asset /application.css - 200 OK (4ms)
|
1367
|
-
|
1368
|
-
|
1369
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-30 17:19:02 +0000
|
1370
|
-
Served asset /application.js - 200 OK (19ms)
|
1371
|
-
|
1372
|
-
|
1373
|
-
Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-30 17:19:03 +0000
|
1374
|
-
Served asset /medivo/markerA.png - 200 OK (3ms)
|
1375
|
-
|
1376
|
-
|
1377
|
-
Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-30 17:19:03 +0000
|
1378
|
-
Served asset /medivo/markerB.png - 200 OK (2ms)
|
1379
|
-
|
1380
|
-
|
1381
|
-
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-30 17:19:03 +0000
|
1382
|
-
Served asset /medivo/arrow.png - 200 OK (34ms)
|