medivo 0.0.4 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. data/app/assets/images/medivo/markerA.png +0 -0
  2. data/app/assets/images/medivo/markerB.png +0 -0
  3. data/app/assets/images/medivo/markerC.png +0 -0
  4. data/app/assets/images/medivo/markerD.png +0 -0
  5. data/app/assets/images/medivo/markerE.png +0 -0
  6. data/app/assets/images/medivo/markerF.png +0 -0
  7. data/app/assets/images/medivo/markerG.png +0 -0
  8. data/app/assets/images/medivo/markerH.png +0 -0
  9. data/app/assets/images/medivo/markerI.png +0 -0
  10. data/app/assets/images/medivo/markerJ.png +0 -0
  11. data/app/assets/images/medivo/markerK.png +0 -0
  12. data/app/assets/javascripts/medivo/models.coffee +60 -20
  13. data/app/assets/javascripts/medivo/show_labs.coffee +1 -0
  14. data/app/assets/javascripts/medivo/views.coffee +4 -2
  15. data/app/models/medivo/lab.rb +4 -4
  16. data/app/models/medivo/resource.rb +1 -1
  17. data/lib/generators/medivo/install/install_generator.rb +3 -4
  18. data/{spec/dummy/config/medivo.yml → lib/generators/medivo/install/templates/medivo_resource.yml} +0 -0
  19. data/lib/medivo.rb +2 -1
  20. data/lib/medivo/version.rb +1 -1
  21. data/spec/dummy/app/views/labs/search.html.haml +11 -11
  22. data/spec/dummy/config/application.rb +7 -1
  23. data/spec/dummy/config/medivo_resource.yml +9 -0
  24. data/spec/dummy/log/development.log +3530 -0
  25. data/spec/dummy/log/test.log +52 -0
  26. data/spec/dummy/tmp/cache/assets/C46/F00/sprockets%2F2281d588b540056c5a7306c32a3761b9 +0 -0
  27. data/spec/dummy/tmp/cache/assets/CAB/970/sprockets%2F6aa4308273851c94a14158394d4dcdc4 +0 -0
  28. data/spec/dummy/tmp/cache/assets/CC3/EF0/sprockets%2F453b504c1f8f374578636f699eaa455d +0 -0
  29. data/spec/dummy/tmp/cache/assets/CE4/E70/sprockets%2F091ec16b8699113092ce35de93ca1d87 +0 -0
  30. data/spec/dummy/tmp/cache/assets/CEE/250/sprockets%2F96688f33f2f8aa261bf6701c1d6d7575 +0 -0
  31. data/spec/dummy/tmp/cache/assets/CFF/7F0/sprockets%2F4007fd53da973506c55bc273a05c5c0d +0 -0
  32. data/spec/dummy/tmp/cache/assets/D19/310/sprockets%2F110931639fc185699ea1aaaf87dd488b +0 -0
  33. data/spec/dummy/tmp/cache/assets/D1B/820/sprockets%2F92a83e15913997b3d9ac7ed437b1e44c +0 -0
  34. data/spec/dummy/tmp/cache/assets/D29/000/sprockets%2F61a10ddf57f1129c02a1049bfed6e007 +0 -0
  35. data/spec/dummy/tmp/cache/assets/D30/920/sprockets%2Fcc4603fc6441ca421a7d02886a81ab9d +0 -0
  36. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  37. data/spec/dummy/tmp/cache/assets/D36/870/sprockets%2Fce9e887568de873b133ae43d7c977f68 +0 -0
  38. data/spec/dummy/tmp/cache/assets/D45/320/sprockets%2Fc50ff379a1bdf1dd4d22249058749cf6 +0 -0
  39. data/spec/dummy/tmp/cache/assets/D53/910/sprockets%2F9c83ce0cd69a6919e4b54e59d27e4d70 +0 -0
  40. data/spec/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  41. data/spec/dummy/tmp/cache/assets/D55/ED0/sprockets%2F0f673e42e816c6fe5b66a5c96f896f1a +0 -0
  42. data/spec/dummy/tmp/cache/assets/D5D/3E0/sprockets%2F63fea6cc142b5f02da93bf81e70b2116 +0 -0
  43. data/spec/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  44. data/spec/dummy/tmp/cache/assets/D9C/F50/sprockets%2F224e78bb9e1c414a2d518a3aaffd6f77 +0 -0
  45. data/spec/dummy/tmp/cache/assets/DA2/040/sprockets%2F6ab79dcced8cc9933b734e7b21c3a183 +0 -0
  46. data/spec/dummy/tmp/cache/assets/DD1/FD0/sprockets%2Fa531f33dc9c5852d39d64a9eda44dacf +0 -0
  47. data/spec/dummy/tmp/cache/assets/DD2/A50/sprockets%2Fecb5dd9066b50eb678cd8c9dbb21d229 +0 -0
  48. data/spec/dummy/tmp/cache/assets/DD4/2B0/sprockets%2Fef214a63f29afe7f3cbffc65af943108 +0 -0
  49. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  50. data/spec/dummy/tmp/cache/assets/E59/D50/sprockets%2Fbe1cc4d9b0efb617e58baa16dd1dee58 +0 -0
  51. data/spec/dummy/tmp/pids/server.pid +1 -1
  52. data/spec/models/labs_spec.rb +1 -1
  53. data/spec/requests/labs_spec.rb +1 -1
  54. data/spec/spec_helper.rb +1 -1
  55. data/spec/support/blueprints.rb +9 -9
  56. metadata +49 -42
  57. data/app/models/medivo/zip_code.rb +0 -10
  58. data/db/zip_codes.sqlite3 +0 -0
  59. data/spec/dummy/config/database.yml +0 -25
  60. data/spec/dummy/db/development.sqlite3 +0 -0
  61. data/spec/dummy/db/test.sqlite3 +0 -0
@@ -1,4 +1,7 @@
1
1
  ########## handlebars helpers ##############
2
+ isNumber = (n)->
3
+ !isNaN(parseFloat(n)) && isFinite(n)
4
+
2
5
  String.prototype.capitalize = ->
3
6
  this.charAt(0).toUpperCase() + this.substring(1).toLowerCase()
4
7
 
@@ -11,7 +14,7 @@ String.prototype.titleize = ->
11
14
  res.join(" ")
12
15
 
13
16
  Handlebars.registerHelper("rounded", (number)->
14
- if (number != undefined)
17
+ if isNumber(number)
15
18
  parseFloat(number).toFixed(2)
16
19
  )
17
20
 
@@ -21,38 +24,64 @@ Handlebars.registerHelper("titleize", (string)->
21
24
  )
22
25
 
23
26
  Handlebars.registerHelper("address_without_comma", (lab)->
24
- if (this.address != undefined)
25
- this.address.replace(/(\s*,\s*$)/g, "").titleize()
27
+ return unless this.data and this.data.address
28
+ this.data.address.replace(/(\s*,\s*$)/g, "").titleize()
26
29
  )
27
30
 
31
+
28
32
  ########## Lab model ##############
29
33
  class window.Lab
30
- marker: null
31
34
  map_tooltip_template: Handlebars.compile("{{titleize name}}\n{{address_without_comma address}}\n{{titleize city}},{{state}} ")
32
35
 
33
- constructor: (@data)->
36
+ constructor: (@data) ->
37
+ @index = null
38
+ @marker = null
39
+ @point = null
34
40
 
35
41
  clearMarker: ->
36
- if this.marker
37
- this.marker.setMap(null)
38
- this.marker = null
42
+ if @marker
43
+ @marker.setMap(null)
44
+ @marker = null
39
45
 
40
- setMarker: (map, markerBounds)->
41
- this.point = new google.maps.LatLng(@data.lat, @data.lng)
42
- this.marker = this.makeMarker(map)
46
+ setMarker: (map, markerBounds, index) ->
47
+ @point = new google.maps.LatLng(@data.lat, @data.lng)
48
+ @marker = this.makeMarker(map, index)
43
49
  if markerBounds
44
- markerBounds.extend(this.point)
50
+ markerBounds.extend(@point)
45
51
 
46
- makeMarker: (map)->
52
+ makeMarker: (map, index) ->
47
53
  new google.maps.Marker({
48
- position: this.point
54
+ position: @point
49
55
  map: map
50
56
  title: this.map_tooltip_template(@data)
51
- icon: this.makeIcon()
57
+ icon: this.makeIcon(index)
52
58
  })
53
59
 
54
60
  makeIcon: ->
55
- new google.maps.MarkerImage("/assets/medivo/lab.png")
61
+ "/assets/medivo/lab.png"
62
+
63
+ icon: ->
64
+ return @marker.icon if @marker
65
+ this.makeIcon()
66
+
67
+
68
+ ########## OrderedLab model ##############
69
+ class window.OrderedLab extends Lab
70
+ constructor: (@index, @data) ->
71
+
72
+ makeIcon: ->
73
+ super() unless isNumber(@index)
74
+ "/assets/medivo/marker" + this.makeLetter(@index) + ".png"
75
+
76
+ makeLetter: (number) ->
77
+ if (number >= 0 && number <= 26)
78
+ return String.fromCharCode(number + 65)
79
+ return ''
80
+
81
+ icon: ->
82
+ return @marker.icon if @marker
83
+ this.makeIcon(@index)
84
+
56
85
 
57
86
  ########## LabList model ##############
58
87
  class window.LabList
@@ -61,7 +90,6 @@ class window.LabList
61
90
  constructor: (lab_info, show_number)->
62
91
  @labs = []
63
92
  @show_number = show_number if show_number
64
- console.log(@show_number)
65
93
  this.setLabs(lab_info)
66
94
 
67
95
  getLabs: -> @labs.slice(0, @show_number)
@@ -69,9 +97,21 @@ class window.LabList
69
97
  setLabs: (lab_info)->
70
98
  this.clearMarkers()
71
99
  labs = @labs = []
72
- $.each( lab_info, (index, lab_data)->
73
- labs.push(new Lab(lab_data))
74
- )
100
+ if lab_info != undefined
101
+ $.each( lab_info, (index, lab_data)->
102
+ labs.push(new Lab(lab_data))
103
+ )
75
104
 
76
105
  clearMarkers: ->
77
106
  $.each( @labs, (index, lab)-> lab.clearMarker() )
107
+
108
+
109
+ ########## OrderedLabList model ##############
110
+ class window.OrderedLabList extends LabList
111
+ setLabs: (lab_info)->
112
+ this.clearMarkers()
113
+ labs = @labs = []
114
+ if lab_info != undefined
115
+ $.each( lab_info, (index, lab_data)->
116
+ labs.push(new OrderedLab(index, lab_data))
117
+ )
@@ -24,6 +24,7 @@ $(document).ready ->
24
24
  )
25
25
  .bind('ajax:success', (event, data)->
26
26
  lab_list.setLabs(data.labs)
27
+ lab_list_view.render()
27
28
  map_view.center_point = data.zip_location
28
29
  map_view.render()
29
30
  $('form#lab_data_search input[type=submit]').prop("disabled", false)
@@ -11,9 +11,12 @@ class window.LabListView
11
11
  render: ->
12
12
  view = this
13
13
  view.el.empty()
14
- $.each( @lab_list.getLabs(), (index, lab)-> view.el.append( $(view.template(lab.data)) ) )
14
+ $.each( @lab_list.getLabs(), (index, lab)-> view.el.append( $(view.template(lab)) ) )
15
+
16
+
15
17
 
16
18
  ############### Map view ###############
19
+ ## the standard map view with lab icon ##
17
20
  class window.MapView
18
21
  constructor: (@collection, @center_point)->
19
22
  throw "you need a collection to make a MapView" unless @collection
@@ -72,4 +75,3 @@ class window.MapView
72
75
 
73
76
 
74
77
 
75
-
@@ -16,18 +16,18 @@ module Medivo
16
16
 
17
17
  def self.data_for_zip(zip='')
18
18
  zip = zip.to_s.match(/(\d{5})/) ? $1 : nil
19
- return {} unless zip and zip_info = ZipCode.find_by_zip_code(zip)
19
+ return {} unless zip
20
20
  labs = findLabs(zip)
21
- {:labs => labs, :zip_location => zip_info.center_info}
21
+ zip_info = Geocoder.coordinates(zip)
22
+ {:labs => labs, :zip_location => {:title=>zip, :lat=>zip_info[0], :lng=>zip_info[1]}}
22
23
  end
23
24
 
24
25
  def lab_name
25
26
  LAB_ID_TO_PRETTY_NAME[lab_id]
26
27
  end
27
28
 
28
-
29
29
  def as_json(options={})
30
30
  attributes.merge(:lab_name => self.lab_name)
31
31
  end
32
32
  end
33
- end
33
+ end
@@ -6,7 +6,7 @@ module Medivo
6
6
  class Locator
7
7
  def self.find
8
8
  return @location if @location
9
- config_file = File.join(Rails.root.join('config', 'medivo.yml'))
9
+ config_file = File.join(Rails.root.join('config', 'medivo_resource.yml'))
10
10
  config = YAML.load_file(config_file)
11
11
  @location = OpenStruct.new config[Rails.env]
12
12
  end
@@ -1,11 +1,10 @@
1
1
  module Medivo
2
2
  module Generators #:nodoc:
3
3
  class InstallGenerator < Rails::Generators::Base #:nodoc:
4
- source_root File.expand_path('../templates', __FILE__)
5
4
 
6
-
7
- def database_file
8
- copy_file "medivo.yml", "config/medivo.yml"
5
+ def active_resource_database_file
6
+ Dir::mkdir('config/medivo')
7
+ copy_file "active_resource_database.yml", "config/medivo/active_resource_database.yml"
9
8
  end
10
9
 
11
10
  def test_helper
data/lib/medivo.rb CHANGED
@@ -3,4 +3,5 @@ require "medivo/validators"
3
3
 
4
4
  require 'jquery-rails'
5
5
  require 'coffee-script'
6
- require 'haml-rails'
6
+ require 'haml-rails'
7
+ require 'geocoder'
@@ -1,3 +1,3 @@
1
1
  module Medivo
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -2,25 +2,25 @@
2
2
  %script{:id=>"lab_item_template", :type=>"text/x-handlebars-template"}
3
3
  %li.lab_info
4
4
  .lab_image
5
- -#%img{:src=>"{{image}}", :width=>'12px'} &nbsp;
5
+ %img{:src=>"{{icon}}", :width=>'12px'} &nbsp;
6
6
  %div
7
7
  .lab_name
8
- {{lab_name}}
8
+ {{data/lab_name}}
9
9
  .address
10
- {{address_without_comma}}, {{titleize city}}, {{state}}
10
+ {{address_without_comma}}, {{titleize data/city}}, {{data/state}}
11
11
  .phone
12
- Tel: {{telephone}}
12
+ Tel: {{data/telephone}}
13
13
  .link
14
14
  // create your own /labs/select via :post method
15
15
  = form_for :lab, :url=>'/select', :method=>'post' do |f|
16
- %input{ :type=>:hidden, :name => 'id', :value=>"{{id}}" }
17
- %input{ :type=>:hidden, :name => 'lab_id', :value=>"{{lab_id}}" }
18
- %input{ :type=>:hidden, :name => 'lab_info[name]', :value=>"{{lab_name}}" }
16
+ %input{ :type=>:hidden, :name => 'id', :value=>"{{data/id}}" }
17
+ %input{ :type=>:hidden, :name => 'lab_id', :value=>"{{data/lab_id}}" }
18
+ %input{ :type=>:hidden, :name => 'lab_info[name]', :value=>"{{data/lab_name}}" }
19
19
  %input{ :type=>:hidden, :name => 'lab_info[address]', :value=>"{{address_without_comma}}" }
20
- %input{ :type=>:hidden, :name => 'lab_info[city]', :value=>"{{titleize city}}" }
21
- %input{ :type=>:hidden, :name => 'lab_info[state]', :value=>"{{state}}" }
22
- %input{ :type=>:hidden, :name => 'lab_info[zip]', :value=>"{{zip}}" }
23
- %input{ :type=>:hidden, :name => 'lab_info[telephone]', :value=>"{{telephone}}" }
20
+ %input{ :type=>:hidden, :name => 'lab_info[city]', :value=>"{{titleize data/city}}" }
21
+ %input{ :type=>:hidden, :name => 'lab_info[state]', :value=>"{{data/state}}" }
22
+ %input{ :type=>:hidden, :name => 'lab_info[zip]', :value=>"{{data/zip}}" }
23
+ %input{ :type=>:hidden, :name => 'lab_info[telephone]', :value=>"{{data/telephone}}" }
24
24
  = f.submit 'Select location', :class=>'select_location button'
25
25
 
26
26
  // map display
@@ -1,6 +1,12 @@
1
1
  require File.expand_path('../boot', __FILE__)
2
2
 
3
- require 'rails/all'
3
+ require File.expand_path('../boot', __FILE__)
4
+
5
+ require "action_controller/railtie"
6
+ require "action_mailer/railtie"
7
+ require "active_resource/railtie"
8
+ require "rails/test_unit/railtie"
9
+ require "sprockets/railtie"
4
10
 
5
11
  Bundler.require
6
12
  require "medivo"
@@ -0,0 +1,9 @@
1
+ test:
2
+ href: http://test.medivo.com
3
+ user: test
4
+ password: test
5
+
6
+ development:
7
+ href: https://api16-staging.medivo.com
8
+ user: vertex
9
+ password: orderdude1
@@ -5216,3 +5216,3533 @@ Served asset /medivo/arrow.png - 304 Not Modified (0ms)
5216
5216
 
5217
5217
  Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-14 16:47:59 +0200
5218
5218
  Served asset /medivo/lab.png - 304 Not Modified (0ms)
5219
+
5220
+
5221
+ Started GET "/consumers.mobile" for 127.0.0.1 at 2011-10-24 20:47:09 +0200
5222
+
5223
+ ActionController::RoutingError (No route matches [GET] "/consumers.mobile"):
5224
+
5225
+
5226
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.6ms)
5227
+
5228
+
5229
+ Started GET "/" for 127.0.0.1 at 2011-10-25 14:25:46 +0100
5230
+
5231
+ ActionController::RoutingError (No route matches [GET] "/"):
5232
+
5233
+
5234
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
5235
+
5236
+
5237
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:25:54 +0100
5238
+ Processing by LabsController#search as HTML
5239
+ Rendered labs/search.html.haml within layouts/application (14.7ms)
5240
+ Compiled application.css (1ms) (pid 89831)
5241
+ Compiled application.js (24ms) (pid 89831)
5242
+ Compiled jquery.js (3ms) (pid 89831)
5243
+ Compiled jquery_ujs.js (0ms) (pid 89831)
5244
+ Compiled medivo/handlebars.js (1ms) (pid 89831)
5245
+ Compiled medivo/views.js (183ms) (pid 89831)
5246
+ Compiled medivo/models.js (177ms) (pid 89831)
5247
+ Compiled medivo/show_labs.js (184ms) (pid 89831)
5248
+ Completed 200 OK in 899ms (Views: 648.6ms)
5249
+
5250
+
5251
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5252
+ Served asset /application.css - 304 Not Modified (0ms)
5253
+
5254
+
5255
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5256
+ Served asset /jquery.js - 304 Not Modified (5ms)
5257
+
5258
+
5259
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5260
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
5261
+
5262
+
5263
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5264
+ Served asset /medivo/handlebars.js - 304 Not Modified (3ms)
5265
+
5266
+
5267
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5268
+ Served asset /medivo/views.js - 304 Not Modified (2ms)
5269
+
5270
+
5271
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5272
+ Served asset /medivo/models.js - 200 OK (3ms)
5273
+
5274
+
5275
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5276
+ Served asset /medivo/show_labs.js - 200 OK (2ms)
5277
+
5278
+
5279
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:25:55 +0100
5280
+ Served asset /application.js - 200 OK (0ms)
5281
+
5282
+
5283
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:26:02 +0100
5284
+ Processing by Medivo::LabsController#data as JS
5285
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5286
+ Completed 200 OK in 4100ms (Views: 62.2ms)
5287
+
5288
+
5289
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 14:26:06 +0100
5290
+ Served asset /medivo/markerA.png - 200 OK (5ms)
5291
+
5292
+
5293
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 14:26:06 +0100
5294
+ Served asset /medivo/markerB.png - 200 OK (4ms)
5295
+
5296
+
5297
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 14:26:06 +0100
5298
+ Served asset /medivo/markerC.png - 200 OK (3ms)
5299
+
5300
+
5301
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5302
+ Processing by LabsController#search as HTML
5303
+ Rendered labs/search.html.haml within layouts/application (2.3ms)
5304
+ Compiled medivo/views.js (180ms) (pid 89831)
5305
+ Compiled medivo/models.js (211ms) (pid 89831)
5306
+ Compiled medivo/show_labs.js (161ms) (pid 89831)
5307
+ Compiled application.js (11ms) (pid 89831)
5308
+ Completed 200 OK in 606ms (Views: 598.6ms)
5309
+
5310
+
5311
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5312
+ Served asset /application.css - 304 Not Modified (0ms)
5313
+
5314
+
5315
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5316
+ Served asset /medivo/views.js - 200 OK (5ms)
5317
+
5318
+
5319
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5320
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5321
+
5322
+
5323
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5324
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5325
+
5326
+
5327
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5328
+ Served asset /medivo/models.js - 200 OK (3ms)
5329
+
5330
+
5331
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5332
+ Served asset /jquery.js - 304 Not Modified (0ms)
5333
+
5334
+
5335
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5336
+ Served asset /medivo/show_labs.js - 200 OK (3ms)
5337
+
5338
+
5339
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:18 +0100
5340
+ Served asset /application.js - 200 OK (0ms)
5341
+
5342
+
5343
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5344
+ Processing by LabsController#search as HTML
5345
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
5346
+ Compiled medivo/views.js (176ms) (pid 89831)
5347
+ Compiled application.js (11ms) (pid 89831)
5348
+ Completed 200 OK in 241ms (Views: 207.5ms)
5349
+
5350
+
5351
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5352
+ Served asset /application.css - 304 Not Modified (0ms)
5353
+
5354
+
5355
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5356
+ Served asset /jquery.js - 304 Not Modified (0ms)
5357
+
5358
+
5359
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5360
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5361
+
5362
+
5363
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5364
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5365
+
5366
+
5367
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5368
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5369
+
5370
+
5371
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5372
+ Served asset /medivo/views.js - 200 OK (3ms)
5373
+
5374
+
5375
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5376
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
5377
+
5378
+
5379
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:52:55 +0100
5380
+ Served asset /application.js - 200 OK (0ms)
5381
+
5382
+
5383
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:53:01 +0100
5384
+ Processing by Medivo::LabsController#data as JS
5385
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5386
+ Completed 200 OK in 3068ms (Views: 59.8ms)
5387
+
5388
+
5389
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:53:04 +0100
5390
+ Processing by Medivo::LabsController#data as JS
5391
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5392
+ Completed 200 OK in 3043ms (Views: 60.4ms)
5393
+
5394
+
5395
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 14:53:07 +0100
5396
+ Served asset /medivo/lab.png - 304 Not Modified (2ms)
5397
+
5398
+
5399
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 14:53:07 +0100
5400
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
5401
+
5402
+
5403
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 14:53:07 +0100
5404
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
5405
+
5406
+
5407
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:53:07 +0100
5408
+ Processing by LabsController#search as */*
5409
+ Rendered labs/search.html.haml within layouts/application (8.6ms)
5410
+ Completed 200 OK in 24ms (Views: 15.9ms)
5411
+
5412
+
5413
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5414
+ Processing by LabsController#search as HTML
5415
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
5416
+ Compiled medivo/models.js (177ms) (pid 89831)
5417
+ Compiled application.js (10ms) (pid 89831)
5418
+ Completed 200 OK in 212ms (Views: 204.3ms)
5419
+
5420
+
5421
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5422
+ Served asset /application.css - 304 Not Modified (0ms)
5423
+
5424
+
5425
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5426
+ Served asset /jquery.js - 304 Not Modified (0ms)
5427
+
5428
+
5429
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5430
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5431
+
5432
+
5433
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5434
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5435
+
5436
+
5437
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5438
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5439
+
5440
+
5441
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5442
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5443
+
5444
+
5445
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5446
+ Served asset /medivo/models.js - 200 OK (2ms)
5447
+
5448
+
5449
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:53:44 +0100
5450
+ Served asset /application.js - 200 OK (0ms)
5451
+
5452
+
5453
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=90210&commit=Search" for 127.0.0.1 at 2011-10-25 14:53:49 +0100
5454
+ Processing by Medivo::LabsController#data as JS
5455
+ Parameters: {"utf8"=>"✓", "zip_code"=>"90210", "commit"=>"Search"}
5456
+ Completed 200 OK in 1548ms (Views: 15.2ms)
5457
+
5458
+
5459
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 14:53:50 +0100
5460
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5461
+
5462
+
5463
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 14:53:50 +0100
5464
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
5465
+
5466
+
5467
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:53:50 +0100
5468
+ Processing by LabsController#search as */*
5469
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
5470
+ Completed 200 OK in 18ms (Views: 9.2ms)
5471
+
5472
+
5473
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 14:53:50 +0100
5474
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
5475
+
5476
+
5477
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5478
+ Processing by LabsController#search as HTML
5479
+ Rendered labs/search.html.haml within layouts/application (2.7ms)
5480
+ Compiled medivo/models.js (211ms) (pid 89831)
5481
+ Compiled application.js (11ms) (pid 89831)
5482
+ Completed 200 OK in 251ms (Views: 243.5ms)
5483
+
5484
+
5485
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5486
+ Served asset /application.css - 304 Not Modified (0ms)
5487
+
5488
+
5489
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5490
+ Served asset /jquery.js - 304 Not Modified (0ms)
5491
+
5492
+
5493
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5494
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5495
+
5496
+
5497
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5498
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5499
+
5500
+
5501
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5502
+ Served asset /medivo/models.js - 200 OK (3ms)
5503
+
5504
+
5505
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5506
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5507
+
5508
+
5509
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5510
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5511
+
5512
+
5513
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:54:40 +0100
5514
+ Served asset /application.js - 200 OK (0ms)
5515
+
5516
+
5517
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=90210&commit=Search" for 127.0.0.1 at 2011-10-25 14:54:44 +0100
5518
+ Processing by Medivo::LabsController#data as JS
5519
+ Parameters: {"utf8"=>"✓", "zip_code"=>"90210", "commit"=>"Search"}
5520
+ Completed 200 OK in 1602ms (Views: 16.4ms)
5521
+
5522
+
5523
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 14:54:45 +0100
5524
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5525
+
5526
+
5527
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 14:54:45 +0100
5528
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
5529
+
5530
+
5531
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:54:45 +0100
5532
+ Processing by LabsController#search as */*
5533
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
5534
+ Completed 200 OK in 42ms (Views: 7.5ms)
5535
+
5536
+
5537
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 14:54:45 +0100
5538
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
5539
+
5540
+
5541
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:55:27 +0100
5542
+ Processing by LabsController#search as HTML
5543
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
5544
+ Compiled medivo/show_labs.js (163ms) (pid 89831)
5545
+ Compiled application.js (10ms) (pid 89831)
5546
+ Completed 200 OK in 231ms (Views: 223.3ms)
5547
+
5548
+
5549
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5550
+ Served asset /application.css - 304 Not Modified (0ms)
5551
+
5552
+
5553
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5554
+ Served asset /jquery.js - 304 Not Modified (0ms)
5555
+
5556
+
5557
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5558
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5559
+
5560
+
5561
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5562
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5563
+
5564
+
5565
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5566
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5567
+
5568
+
5569
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5570
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
5571
+
5572
+
5573
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5574
+ Served asset /medivo/show_labs.js - 200 OK (3ms)
5575
+
5576
+
5577
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:55:28 +0100
5578
+ Served asset /application.js - 200 OK (0ms)
5579
+
5580
+
5581
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:55:30 +0100
5582
+ Processing by Medivo::LabsController#data as JS
5583
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5584
+ Completed 200 OK in 2720ms (Views: 61.7ms)
5585
+
5586
+
5587
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 14:55:33 +0100
5588
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5589
+
5590
+
5591
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:55:33 +0100
5592
+ Processing by LabsController#search as */*
5593
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
5594
+ Completed 200 OK in 16ms (Views: 7.8ms)
5595
+
5596
+
5597
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5598
+ Processing by LabsController#search as HTML
5599
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
5600
+ Compiled medivo/models.js (179ms) (pid 89831)
5601
+ Compiled application.js (49ms) (pid 89831)
5602
+ Completed 200 OK in 256ms (Views: 248.7ms)
5603
+
5604
+
5605
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5606
+ Served asset /application.css - 304 Not Modified (0ms)
5607
+
5608
+
5609
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5610
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5611
+
5612
+
5613
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5614
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5615
+
5616
+
5617
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5618
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5619
+
5620
+
5621
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5622
+ Served asset /jquery.js - 304 Not Modified (0ms)
5623
+
5624
+
5625
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5626
+ Served asset /medivo/models.js - 200 OK (2ms)
5627
+
5628
+
5629
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5630
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5631
+
5632
+
5633
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:56:40 +0100
5634
+ Served asset /application.js - 200 OK (0ms)
5635
+
5636
+
5637
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:56:45 +0100
5638
+ Processing by Medivo::LabsController#data as JS
5639
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5640
+ Completed 200 OK in 2669ms (Views: 59.7ms)
5641
+
5642
+
5643
+ Started GET "/assets/medivo/marker.png" for 127.0.0.1 at 2011-10-25 14:56:48 +0100
5644
+ Served asset /medivo/marker.png - 404 Not Found (2ms)
5645
+
5646
+ ActionController::RoutingError (No route matches [GET] "/assets/medivo/marker.png"):
5647
+
5648
+
5649
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
5650
+
5651
+
5652
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:56:48 +0100
5653
+ Processing by LabsController#search as */*
5654
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
5655
+ Completed 200 OK in 15ms (Views: 7.8ms)
5656
+
5657
+
5658
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5659
+ Processing by LabsController#search as HTML
5660
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
5661
+ Compiled medivo/models.js (177ms) (pid 89831)
5662
+ Compiled application.js (50ms) (pid 89831)
5663
+ Completed 200 OK in 255ms (Views: 247.4ms)
5664
+
5665
+
5666
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5667
+ Served asset /application.css - 304 Not Modified (0ms)
5668
+
5669
+
5670
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5671
+ Served asset /jquery.js - 304 Not Modified (0ms)
5672
+
5673
+
5674
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5675
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5676
+
5677
+
5678
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5679
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5680
+
5681
+
5682
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5683
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5684
+
5685
+
5686
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5687
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5688
+
5689
+
5690
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5691
+ Served asset /medivo/models.js - 200 OK (2ms)
5692
+
5693
+
5694
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:57:12 +0100
5695
+ Served asset /application.js - 200 OK (0ms)
5696
+
5697
+
5698
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:57:16 +0100
5699
+ Processing by Medivo::LabsController#data as JS
5700
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5701
+ Completed 200 OK in 2824ms (Views: 35.3ms)
5702
+
5703
+
5704
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 14:57:19 +0100
5705
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5706
+
5707
+
5708
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:57:19 +0100
5709
+ Processing by LabsController#search as */*
5710
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
5711
+ Completed 200 OK in 15ms (Views: 7.9ms)
5712
+
5713
+
5714
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:58:26 +0100
5715
+ Processing by LabsController#search as HTML
5716
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
5717
+ Compiled medivo/views.js (202ms) (pid 89831)
5718
+ Compiled medivo/models.js (177ms) (pid 89831)
5719
+ Compiled application.js (11ms) (pid 89831)
5720
+ Completed 200 OK in 428ms (Views: 418.2ms)
5721
+
5722
+
5723
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5724
+ Served asset /application.css - 304 Not Modified (0ms)
5725
+
5726
+
5727
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5728
+ Served asset /jquery.js - 304 Not Modified (0ms)
5729
+
5730
+
5731
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5732
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5733
+
5734
+
5735
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5736
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5737
+
5738
+
5739
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5740
+ Served asset /medivo/models.js - 200 OK (3ms)
5741
+
5742
+
5743
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5744
+ Served asset /medivo/views.js - 200 OK (3ms)
5745
+
5746
+
5747
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5748
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5749
+
5750
+
5751
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:27 +0100
5752
+ Served asset /application.js - 200 OK (0ms)
5753
+
5754
+
5755
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:58:29 +0100
5756
+ Processing by Medivo::LabsController#data as JS
5757
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5758
+ Completed 200 OK in 3140ms (Views: 61.0ms)
5759
+
5760
+
5761
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 14:58:33 +0100
5762
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5763
+
5764
+
5765
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:58:33 +0100
5766
+ Processing by LabsController#search as */*
5767
+ Rendered labs/search.html.haml within layouts/application (2.3ms)
5768
+ Completed 200 OK in 15ms (Views: 7.8ms)
5769
+
5770
+
5771
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5772
+ Processing by LabsController#search as HTML
5773
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
5774
+ Compiled medivo/models.js (175ms) (pid 89831)
5775
+ Compiled application.js (10ms) (pid 89831)
5776
+ Completed 200 OK in 248ms (Views: 240.6ms)
5777
+
5778
+
5779
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5780
+ Served asset /jquery.js - 304 Not Modified (0ms)
5781
+
5782
+
5783
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5784
+ Served asset /application.css - 304 Not Modified (0ms)
5785
+
5786
+
5787
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5788
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5789
+
5790
+
5791
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5792
+ Served asset /medivo/models.js - 200 OK (2ms)
5793
+
5794
+
5795
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5796
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5797
+
5798
+
5799
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5800
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5801
+
5802
+
5803
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5804
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5805
+
5806
+
5807
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:58:51 +0100
5808
+ Served asset /application.js - 200 OK (0ms)
5809
+
5810
+
5811
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:58:54 +0100
5812
+ Processing by Medivo::LabsController#data as JS
5813
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5814
+ Completed 200 OK in 2937ms (Views: 61.2ms)
5815
+
5816
+
5817
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 14:58:57 +0100
5818
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5819
+
5820
+
5821
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:58:57 +0100
5822
+ Processing by LabsController#search as */*
5823
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
5824
+ Completed 200 OK in 16ms (Views: 7.8ms)
5825
+
5826
+
5827
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5828
+ Processing by LabsController#search as HTML
5829
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
5830
+ Compiled medivo/models.js (176ms) (pid 89831)
5831
+ Compiled application.js (49ms) (pid 89831)
5832
+ Completed 200 OK in 257ms (Views: 245.6ms)
5833
+
5834
+
5835
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5836
+ Served asset /application.css - 304 Not Modified (0ms)
5837
+
5838
+
5839
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5840
+ Served asset /jquery.js - 304 Not Modified (0ms)
5841
+
5842
+
5843
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5844
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5845
+
5846
+
5847
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5848
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5849
+
5850
+
5851
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5852
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5853
+
5854
+
5855
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5856
+ Served asset /medivo/models.js - 200 OK (2ms)
5857
+
5858
+
5859
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5860
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5861
+
5862
+
5863
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 14:59:36 +0100
5864
+ Served asset /application.js - 200 OK (0ms)
5865
+
5866
+
5867
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 14:59:39 +0100
5868
+ Processing by Medivo::LabsController#data as JS
5869
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5870
+ Completed 200 OK in 3047ms (Views: 60.3ms)
5871
+
5872
+
5873
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 14:59:42 +0100
5874
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
5875
+
5876
+
5877
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 14:59:42 +0100
5878
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
5879
+
5880
+
5881
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 14:59:42 +0100
5882
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
5883
+
5884
+
5885
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:00:32 +0100
5886
+ Processing by LabsController#search as HTML
5887
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
5888
+ Compiled medivo/models.js (183ms) (pid 89831)
5889
+ Compiled application.js (10ms) (pid 89831)
5890
+ Completed 200 OK in 258ms (Views: 251.4ms)
5891
+
5892
+
5893
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5894
+ Served asset /application.css - 304 Not Modified (0ms)
5895
+
5896
+
5897
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5898
+ Served asset /jquery.js - 304 Not Modified (0ms)
5899
+
5900
+
5901
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5902
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5903
+
5904
+
5905
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5906
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5907
+
5908
+
5909
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5910
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
5911
+
5912
+
5913
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5914
+ Served asset /medivo/models.js - 200 OK (2ms)
5915
+
5916
+
5917
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5918
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5919
+
5920
+
5921
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:00:33 +0100
5922
+ Served asset /application.js - 200 OK (0ms)
5923
+
5924
+
5925
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:00:36 +0100
5926
+ Processing by Medivo::LabsController#data as JS
5927
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5928
+ Completed 200 OK in 2910ms (Views: 60.3ms)
5929
+
5930
+
5931
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:00:39 +0100
5932
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5933
+
5934
+
5935
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5936
+ Processing by LabsController#search as HTML
5937
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
5938
+ Compiled medivo/models.js (175ms) (pid 89831)
5939
+ Compiled application.js (11ms) (pid 89831)
5940
+ Completed 200 OK in 215ms (Views: 206.9ms)
5941
+
5942
+
5943
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5944
+ Served asset /application.css - 304 Not Modified (0ms)
5945
+
5946
+
5947
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5948
+ Served asset /jquery.js - 304 Not Modified (0ms)
5949
+
5950
+
5951
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5952
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
5953
+
5954
+
5955
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5956
+ Served asset /medivo/views.js - 304 Not Modified (36ms)
5957
+
5958
+
5959
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5960
+ Served asset /medivo/models.js - 200 OK (2ms)
5961
+
5962
+
5963
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5964
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
5965
+
5966
+
5967
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5968
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
5969
+
5970
+
5971
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:01:01 +0100
5972
+ Served asset /application.js - 200 OK (0ms)
5973
+
5974
+
5975
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:01:05 +0100
5976
+ Processing by Medivo::LabsController#data as JS
5977
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
5978
+ Completed 200 OK in 2805ms (Views: 59.4ms)
5979
+
5980
+
5981
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:01:08 +0100
5982
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
5983
+
5984
+
5985
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:01:08 +0100
5986
+ Processing by LabsController#search as */*
5987
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
5988
+ Completed 200 OK in 15ms (Views: 7.9ms)
5989
+
5990
+
5991
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
5992
+ Processing by LabsController#search as HTML
5993
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
5994
+ Compiled medivo/models.js (180ms) (pid 89831)
5995
+ Compiled application.js (50ms) (pid 89831)
5996
+ Completed 200 OK in 257ms (Views: 249.6ms)
5997
+
5998
+
5999
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6000
+ Served asset /application.css - 304 Not Modified (0ms)
6001
+
6002
+
6003
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6004
+ Served asset /jquery.js - 304 Not Modified (0ms)
6005
+
6006
+
6007
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6008
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6009
+
6010
+
6011
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6012
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6013
+
6014
+
6015
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6016
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6017
+
6018
+
6019
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6020
+ Served asset /medivo/models.js - 200 OK (2ms)
6021
+
6022
+
6023
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6024
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6025
+
6026
+
6027
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:01 +0100
6028
+ Served asset /application.js - 200 OK (0ms)
6029
+
6030
+
6031
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:02:03 +0100
6032
+ Processing by Medivo::LabsController#data as JS
6033
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6034
+ Completed 200 OK in 3236ms (Views: 62.0ms)
6035
+
6036
+
6037
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:02:07 +0100
6038
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6039
+
6040
+
6041
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:02:07 +0100
6042
+ Processing by LabsController#search as */*
6043
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
6044
+ Completed 200 OK in 15ms (Views: 7.9ms)
6045
+
6046
+
6047
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6048
+ Processing by LabsController#search as HTML
6049
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
6050
+ Compiled medivo/models.js (178ms) (pid 89831)
6051
+ Compiled application.js (50ms) (pid 89831)
6052
+ Completed 200 OK in 255ms (Views: 247.3ms)
6053
+
6054
+
6055
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6056
+ Served asset /application.css - 304 Not Modified (0ms)
6057
+
6058
+
6059
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6060
+ Served asset /jquery.js - 304 Not Modified (0ms)
6061
+
6062
+
6063
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6064
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6065
+
6066
+
6067
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6068
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6069
+
6070
+
6071
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6072
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6073
+
6074
+
6075
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6076
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6077
+
6078
+
6079
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6080
+ Served asset /medivo/models.js - 200 OK (3ms)
6081
+
6082
+
6083
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:02:39 +0100
6084
+ Served asset /application.js - 200 OK (0ms)
6085
+
6086
+
6087
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:02:44 +0100
6088
+ Processing by Medivo::LabsController#data as JS
6089
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6090
+ Completed 200 OK in 2906ms (Views: 60.3ms)
6091
+
6092
+
6093
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6094
+ Processing by LabsController#search as HTML
6095
+ Rendered labs/search.html.haml within layouts/application (1.9ms)
6096
+ Compiled medivo/models.js (177ms) (pid 89831)
6097
+ Compiled application.js (11ms) (pid 89831)
6098
+ Completed 200 OK in 217ms (Views: 209.9ms)
6099
+
6100
+
6101
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6102
+ Served asset /application.css - 304 Not Modified (0ms)
6103
+
6104
+
6105
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6106
+ Served asset /jquery.js - 304 Not Modified (0ms)
6107
+
6108
+
6109
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6110
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6111
+
6112
+
6113
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6114
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6115
+
6116
+
6117
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6118
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6119
+
6120
+
6121
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6122
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6123
+
6124
+
6125
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6126
+ Served asset /medivo/models.js - 200 OK (3ms)
6127
+
6128
+
6129
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:11 +0100
6130
+ Served asset /application.js - 200 OK (0ms)
6131
+
6132
+
6133
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:03:15 +0100
6134
+ Processing by Medivo::LabsController#data as JS
6135
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6136
+ Completed 200 OK in 2920ms (Views: 60.4ms)
6137
+
6138
+
6139
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:03:18 +0100
6140
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6141
+
6142
+
6143
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:03:18 +0100
6144
+ Processing by LabsController#search as */*
6145
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
6146
+ Completed 200 OK in 16ms (Views: 8.1ms)
6147
+
6148
+
6149
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6150
+ Processing by LabsController#search as HTML
6151
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
6152
+ Compiled medivo/show_labs.js (165ms) (pid 89831)
6153
+ Compiled application.js (48ms) (pid 89831)
6154
+ Completed 200 OK in 240ms (Views: 232.9ms)
6155
+
6156
+
6157
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6158
+ Served asset /application.css - 304 Not Modified (0ms)
6159
+
6160
+
6161
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6162
+ Served asset /jquery.js - 304 Not Modified (0ms)
6163
+
6164
+
6165
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6166
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6167
+
6168
+
6169
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6170
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6171
+
6172
+
6173
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6174
+ Served asset /medivo/show_labs.js - 200 OK (2ms)
6175
+
6176
+
6177
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6178
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6179
+
6180
+
6181
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6182
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
6183
+
6184
+
6185
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:03:52 +0100
6186
+ Served asset /application.js - 200 OK (0ms)
6187
+
6188
+
6189
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:03:59 +0100
6190
+ Processing by Medivo::LabsController#data as JS
6191
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6192
+ Completed 200 OK in 2939ms (Views: 59.2ms)
6193
+
6194
+
6195
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:04:02 +0100
6196
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6197
+
6198
+
6199
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:04:02 +0100
6200
+ Processing by LabsController#search as */*
6201
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
6202
+ Completed 200 OK in 15ms (Views: 7.7ms)
6203
+
6204
+
6205
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6206
+ Processing by LabsController#search as HTML
6207
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
6208
+ Compiled medivo/show_labs.js (168ms) (pid 89831)
6209
+ Compiled application.js (50ms) (pid 89831)
6210
+ Completed 200 OK in 244ms (Views: 237.2ms)
6211
+
6212
+
6213
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6214
+ Served asset /application.css - 304 Not Modified (0ms)
6215
+
6216
+
6217
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6218
+ Served asset /jquery.js - 304 Not Modified (0ms)
6219
+
6220
+
6221
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6222
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6223
+
6224
+
6225
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6226
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6227
+
6228
+
6229
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6230
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6231
+
6232
+
6233
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6234
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
6235
+
6236
+
6237
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6238
+ Served asset /medivo/show_labs.js - 200 OK (2ms)
6239
+
6240
+
6241
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:04:55 +0100
6242
+ Served asset /application.js - 200 OK (0ms)
6243
+
6244
+
6245
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:04:59 +0100
6246
+ Processing by Medivo::LabsController#data as JS
6247
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6248
+ Completed 200 OK in 3004ms (Views: 58.9ms)
6249
+
6250
+
6251
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:05:02 +0100
6252
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6253
+
6254
+
6255
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:05:02 +0100
6256
+ Processing by LabsController#search as */*
6257
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
6258
+ Completed 200 OK in 15ms (Views: 7.7ms)
6259
+
6260
+
6261
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:05:14 +0100
6262
+ Processing by LabsController#search as HTML
6263
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
6264
+ Compiled medivo/show_labs.js (165ms) (pid 89831)
6265
+ Compiled application.js (50ms) (pid 89831)
6266
+ Completed 200 OK in 242ms (Views: 234.5ms)
6267
+
6268
+
6269
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6270
+ Served asset /application.css - 304 Not Modified (0ms)
6271
+
6272
+
6273
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6274
+ Served asset /jquery.js - 304 Not Modified (0ms)
6275
+
6276
+
6277
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6278
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6279
+
6280
+
6281
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6282
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6283
+
6284
+
6285
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6286
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6287
+
6288
+
6289
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6290
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
6291
+
6292
+
6293
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6294
+ Served asset /medivo/show_labs.js - 200 OK (2ms)
6295
+
6296
+
6297
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:05:15 +0100
6298
+ Served asset /application.js - 200 OK (0ms)
6299
+
6300
+
6301
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:05:17 +0100
6302
+ Processing by Medivo::LabsController#data as JS
6303
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6304
+ Completed 200 OK in 3221ms (Views: 61.7ms)
6305
+
6306
+
6307
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:06:05 +0100
6308
+ Processing by LabsController#search as */*
6309
+ Rendered labs/search.html.haml within layouts/application (1.9ms)
6310
+ Completed 200 OK in 15ms (Views: 7.6ms)
6311
+
6312
+
6313
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:06:06 +0100
6314
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6315
+
6316
+
6317
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:07:16 +0100
6318
+ Processing by LabsController#search as HTML
6319
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
6320
+ Compiled medivo/models.js (176ms) (pid 89831)
6321
+ Compiled medivo/show_labs.js (203ms) (pid 89831)
6322
+ Compiled application.js (10ms) (pid 89831)
6323
+ Completed 200 OK in 425ms (Views: 418.2ms)
6324
+
6325
+
6326
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:07:16 +0100
6327
+ Served asset /application.css - 304 Not Modified (0ms)
6328
+
6329
+
6330
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:07:16 +0100
6331
+ Served asset /jquery.js - 304 Not Modified (0ms)
6332
+
6333
+
6334
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:07:17 +0100
6335
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6336
+
6337
+
6338
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:07:17 +0100
6339
+ Served asset /medivo/show_labs.js - 200 OK (2ms)
6340
+
6341
+
6342
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:07:17 +0100
6343
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6344
+
6345
+
6346
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:07:17 +0100
6347
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6348
+
6349
+
6350
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:07:17 +0100
6351
+ Served asset /medivo/models.js - 200 OK (3ms)
6352
+
6353
+
6354
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:07:17 +0100
6355
+ Served asset /application.js - 200 OK (0ms)
6356
+
6357
+
6358
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:07:20 +0100
6359
+ Processing by Medivo::LabsController#data as JS
6360
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6361
+ Completed 200 OK in 3028ms (Views: 34.5ms)
6362
+
6363
+
6364
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:07:23 +0100
6365
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6366
+
6367
+
6368
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6369
+ Processing by LabsController#search as HTML
6370
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
6371
+ Compiled medivo/views.js (179ms) (pid 89831)
6372
+ Compiled medivo/models.js (223ms) (pid 89831)
6373
+ Compiled application.js (11ms) (pid 89831)
6374
+ Completed 200 OK in 452ms (Views: 441.9ms)
6375
+
6376
+
6377
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6378
+ Served asset /application.css - 304 Not Modified (0ms)
6379
+
6380
+
6381
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6382
+ Served asset /jquery.js - 304 Not Modified (0ms)
6383
+
6384
+
6385
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6386
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6387
+
6388
+
6389
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6390
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6391
+
6392
+
6393
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6394
+ Served asset /medivo/models.js - 200 OK (3ms)
6395
+
6396
+
6397
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6398
+ Served asset /medivo/views.js - 200 OK (3ms)
6399
+
6400
+
6401
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6402
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6403
+
6404
+
6405
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:09:49 +0100
6406
+ Served asset /application.js - 200 OK (0ms)
6407
+
6408
+
6409
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:09:53 +0100
6410
+ Processing by Medivo::LabsController#data as JS
6411
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6412
+ Completed 200 OK in 2877ms (Views: 34.7ms)
6413
+
6414
+
6415
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:09:56 +0100
6416
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6417
+
6418
+
6419
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6420
+ Processing by LabsController#search as HTML
6421
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
6422
+ Compiled medivo/show_labs.js (163ms) (pid 89831)
6423
+ Compiled application.js (10ms) (pid 89831)
6424
+ Completed 200 OK in 244ms (Views: 236.6ms)
6425
+
6426
+
6427
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6428
+ Served asset /application.css - 304 Not Modified (0ms)
6429
+
6430
+
6431
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6432
+ Served asset /jquery.js - 304 Not Modified (0ms)
6433
+
6434
+
6435
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6436
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6437
+
6438
+
6439
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6440
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
6441
+
6442
+
6443
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6444
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6445
+
6446
+
6447
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6448
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6449
+
6450
+
6451
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6452
+ Served asset /medivo/show_labs.js - 200 OK (2ms)
6453
+
6454
+
6455
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:10:09 +0100
6456
+ Served asset /application.js - 200 OK (0ms)
6457
+
6458
+
6459
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:10:13 +0100
6460
+ Processing by Medivo::LabsController#data as JS
6461
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6462
+ Completed 200 OK in 3108ms (Views: 59.4ms)
6463
+
6464
+
6465
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:10:16 +0100
6466
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
6467
+
6468
+
6469
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 15:10:16 +0100
6470
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
6471
+
6472
+
6473
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 15:10:16 +0100
6474
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
6475
+
6476
+
6477
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:39:11 +0100
6478
+ Processing by LabsController#search as HTML
6479
+ Rendered labs/search.html.haml within layouts/application (14.2ms)
6480
+ Compiled medivo/models.js (197ms) (pid 90322)
6481
+ Compiled application.js (10ms) (pid 90322)
6482
+ Completed 200 OK in 532ms (Views: 284.1ms)
6483
+
6484
+
6485
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:39:11 +0100
6486
+ Served asset /application.css - 304 Not Modified (0ms)
6487
+
6488
+
6489
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:39:12 +0100
6490
+ Served asset /jquery.js - 304 Not Modified (4ms)
6491
+
6492
+
6493
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:39:12 +0100
6494
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
6495
+
6496
+
6497
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:39:12 +0100
6498
+ Served asset /medivo/handlebars.js - 304 Not Modified (2ms)
6499
+
6500
+
6501
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:39:12 +0100
6502
+ Served asset /medivo/models.js - 200 OK (2ms)
6503
+
6504
+
6505
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:39:12 +0100
6506
+ Served asset /medivo/views.js - 304 Not Modified (5ms)
6507
+
6508
+
6509
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:39:12 +0100
6510
+ Served asset /medivo/show_labs.js - 304 Not Modified (3ms)
6511
+
6512
+
6513
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:39:12 +0100
6514
+ Served asset /application.js - 200 OK (0ms)
6515
+
6516
+
6517
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:39:18 +0100
6518
+ Processing by Medivo::LabsController#data as JS
6519
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6520
+ Completed 200 OK in 3221ms (Views: 59.5ms)
6521
+
6522
+
6523
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 15:39:21 +0100
6524
+ Served asset /medivo/lab.png - 304 Not Modified (2ms)
6525
+
6526
+
6527
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 15:39:21 +0100
6528
+ Served asset /medivo/markerB.png - 304 Not Modified (1ms)
6529
+
6530
+
6531
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 15:39:21 +0100
6532
+ Served asset /medivo/markerC.png - 304 Not Modified (2ms)
6533
+
6534
+
6535
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6536
+ Processing by LabsController#search as HTML
6537
+ Rendered labs/search.html.haml within layouts/application (2.6ms)
6538
+ Compiled medivo/models.js (178ms) (pid 90322)
6539
+ Compiled application.js (10ms) (pid 90322)
6540
+ Completed 200 OK in 254ms (Views: 244.8ms)
6541
+
6542
+
6543
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6544
+ Served asset /application.css - 304 Not Modified (0ms)
6545
+
6546
+
6547
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6548
+ Served asset /jquery.js - 304 Not Modified (0ms)
6549
+
6550
+
6551
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6552
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6553
+
6554
+
6555
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6556
+ Served asset /medivo/models.js - 200 OK (2ms)
6557
+
6558
+
6559
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6560
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6561
+
6562
+
6563
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6564
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6565
+
6566
+
6567
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6568
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6569
+
6570
+
6571
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:41:58 +0100
6572
+ Served asset /application.js - 200 OK (0ms)
6573
+
6574
+
6575
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=11211&commit=Search" for 127.0.0.1 at 2011-10-25 15:42:02 +0100
6576
+ Processing by Medivo::LabsController#data as JS
6577
+ Parameters: {"utf8"=>"✓", "zip_code"=>"11211", "commit"=>"Search"}
6578
+ Completed 200 OK in 3245ms (Views: 60.3ms)
6579
+
6580
+
6581
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 15:42:06 +0100
6582
+ Served asset /medivo/markerA.png - 304 Not Modified (2ms)
6583
+
6584
+
6585
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 15:42:06 +0100
6586
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
6587
+
6588
+
6589
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 15:42:06 +0100
6590
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
6591
+
6592
+
6593
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:46:22 +0100
6594
+ Processing by LabsController#search as HTML
6595
+ Rendered labs/search.html.haml within layouts/application (8.8ms)
6596
+ Compiled medivo/views.js (179ms) (pid 90322)
6597
+ Compiled medivo/models.js (178ms) (pid 90322)
6598
+ Compiled application.js (48ms) (pid 90322)
6599
+ Completed 200 OK in 445ms (Views: 437.1ms)
6600
+
6601
+
6602
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6603
+ Served asset /application.css - 304 Not Modified (0ms)
6604
+
6605
+
6606
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6607
+ Served asset /jquery.js - 304 Not Modified (0ms)
6608
+
6609
+
6610
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6611
+ Served asset /medivo/views.js - 304 Not Modified (4ms)
6612
+
6613
+
6614
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6615
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6616
+
6617
+
6618
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6619
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6620
+
6621
+
6622
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6623
+ Served asset /medivo/models.js - 200 OK (2ms)
6624
+
6625
+
6626
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6627
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6628
+
6629
+
6630
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:46:23 +0100
6631
+ Served asset /application.js - 200 OK (0ms)
6632
+
6633
+
6634
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=90210&commit=Search" for 127.0.0.1 at 2011-10-25 15:46:28 +0100
6635
+ Processing by Medivo::LabsController#data as JS
6636
+ Parameters: {"utf8"=>"✓", "zip_code"=>"90210", "commit"=>"Search"}
6637
+ Completed 200 OK in 1697ms (Views: 15.0ms)
6638
+
6639
+
6640
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6641
+ Processing by LabsController#search as HTML
6642
+ Rendered labs/search.html.haml within layouts/application (8.9ms)
6643
+ Compiled medivo/views.js (177ms) (pid 90322)
6644
+ Compiled medivo/models.js (219ms) (pid 90322)
6645
+ Compiled application.js (10ms) (pid 90322)
6646
+ Completed 200 OK in 448ms (Views: 439.8ms)
6647
+
6648
+
6649
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6650
+ Served asset /application.css - 304 Not Modified (0ms)
6651
+
6652
+
6653
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6654
+ Served asset /jquery.js - 304 Not Modified (0ms)
6655
+
6656
+
6657
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6658
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6659
+
6660
+
6661
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6662
+ Served asset /medivo/models.js - 200 OK (4ms)
6663
+
6664
+
6665
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6666
+ Served asset /medivo/views.js - 200 OK (4ms)
6667
+
6668
+
6669
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6670
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6671
+
6672
+
6673
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6674
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6675
+
6676
+
6677
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:16 +0100
6678
+ Served asset /application.js - 200 OK (0ms)
6679
+
6680
+
6681
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=90210&commit=Search" for 127.0.0.1 at 2011-10-25 15:48:20 +0100
6682
+ Processing by Medivo::LabsController#data as JS
6683
+ Parameters: {"utf8"=>"✓", "zip_code"=>"90210", "commit"=>"Search"}
6684
+ Completed 200 OK in 2488ms (Views: 15.3ms)
6685
+
6686
+
6687
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6688
+ Processing by LabsController#search as HTML
6689
+ Rendered labs/search.html.haml within layouts/application (33.0ms)
6690
+ Completed 200 OK in 46ms (Views: 38.3ms)
6691
+
6692
+
6693
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6694
+ Served asset /application.css - 304 Not Modified (0ms)
6695
+
6696
+
6697
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6698
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6699
+
6700
+
6701
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6702
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6703
+
6704
+
6705
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6706
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
6707
+
6708
+
6709
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6710
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6711
+
6712
+
6713
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6714
+ Served asset /jquery.js - 304 Not Modified (0ms)
6715
+
6716
+
6717
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6718
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6719
+
6720
+
6721
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:48:32 +0100
6722
+ Served asset /application.js - 304 Not Modified (0ms)
6723
+
6724
+
6725
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:48:40 +0100
6726
+ Processing by Medivo::LabsController#data as JS
6727
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
6728
+ Completed 200 OK in 1028ms (Views: 4.4ms)
6729
+
6730
+
6731
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 15:48:41 +0100
6732
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
6733
+
6734
+
6735
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 15:48:41 +0100
6736
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
6737
+
6738
+
6739
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 15:48:41 +0100
6740
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
6741
+
6742
+
6743
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6744
+ Processing by LabsController#search as HTML
6745
+ Rendered labs/search.html.haml within layouts/application (7.5ms)
6746
+ Compiled medivo/models.js (176ms) (pid 90322)
6747
+ Compiled application.js (10ms) (pid 90322)
6748
+ Completed 200 OK in 243ms (Views: 236.1ms)
6749
+
6750
+
6751
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6752
+ Served asset /application.css - 304 Not Modified (0ms)
6753
+
6754
+
6755
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6756
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6757
+
6758
+
6759
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6760
+ Served asset /jquery.js - 304 Not Modified (0ms)
6761
+
6762
+
6763
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6764
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6765
+
6766
+
6767
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6768
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6769
+
6770
+
6771
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6772
+ Served asset /medivo/models.js - 200 OK (3ms)
6773
+
6774
+
6775
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6776
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6777
+
6778
+
6779
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:49:23 +0100
6780
+ Served asset /application.js - 200 OK (0ms)
6781
+
6782
+
6783
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:49:26 +0100
6784
+ Processing by Medivo::LabsController#data as JS
6785
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
6786
+ Completed 200 OK in 894ms (Views: 4.5ms)
6787
+
6788
+
6789
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6790
+ Processing by LabsController#search as HTML
6791
+ Rendered labs/search.html.haml within layouts/application (8.7ms)
6792
+ Compiled medivo/models.js (180ms) (pid 90322)
6793
+ Compiled application.js (11ms) (pid 90322)
6794
+ Completed 200 OK in 227ms (Views: 219.1ms)
6795
+
6796
+
6797
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6798
+ Served asset /application.css - 304 Not Modified (0ms)
6799
+
6800
+
6801
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6802
+ Served asset /jquery.js - 304 Not Modified (0ms)
6803
+
6804
+
6805
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6806
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6807
+
6808
+
6809
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6810
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6811
+
6812
+
6813
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6814
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6815
+
6816
+
6817
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6818
+ Served asset /medivo/models.js - 200 OK (3ms)
6819
+
6820
+
6821
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6822
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6823
+
6824
+
6825
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:50:36 +0100
6826
+ Served asset /application.js - 200 OK (0ms)
6827
+
6828
+
6829
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:50:41 +0100
6830
+ Processing by Medivo::LabsController#data as JS
6831
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
6832
+ Completed 200 OK in 1117ms (Views: 4.4ms)
6833
+
6834
+
6835
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6836
+ Processing by LabsController#search as HTML
6837
+ Rendered labs/search.html.haml within layouts/application (8.4ms)
6838
+ Compiled medivo/models.js (200ms) (pid 90322)
6839
+ Compiled application.js (12ms) (pid 90322)
6840
+ Completed 200 OK in 249ms (Views: 240.2ms)
6841
+
6842
+
6843
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6844
+ Served asset /application.css - 304 Not Modified (0ms)
6845
+
6846
+
6847
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6848
+ Served asset /jquery.js - 304 Not Modified (0ms)
6849
+
6850
+
6851
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6852
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6853
+
6854
+
6855
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6856
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6857
+
6858
+
6859
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6860
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6861
+
6862
+
6863
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6864
+ Served asset /medivo/models.js - 200 OK (4ms)
6865
+
6866
+
6867
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6868
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6869
+
6870
+
6871
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:51:46 +0100
6872
+ Served asset /application.js - 200 OK (0ms)
6873
+
6874
+
6875
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:51:48 +0100
6876
+ Processing by Medivo::LabsController#data as JS
6877
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
6878
+ Completed 200 OK in 1109ms (Views: 4.8ms)
6879
+
6880
+
6881
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:55:16 +0100
6882
+ Processing by LabsController#search as HTML
6883
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
6884
+ Compiled medivo/models.js (178ms) (pid 90322)
6885
+ Compiled application.js (11ms) (pid 90322)
6886
+ Completed 200 OK in 218ms (Views: 210.2ms)
6887
+
6888
+
6889
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6890
+ Served asset /application.css - 304 Not Modified (0ms)
6891
+
6892
+
6893
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6894
+ Served asset /jquery.js - 304 Not Modified (0ms)
6895
+
6896
+
6897
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6898
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6899
+
6900
+
6901
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6902
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6903
+
6904
+
6905
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6906
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6907
+
6908
+
6909
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6910
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6911
+
6912
+
6913
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6914
+ Served asset /medivo/models.js - 200 OK (4ms)
6915
+
6916
+
6917
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:19 +0100
6918
+ Served asset /application.js - 200 OK (0ms)
6919
+
6920
+
6921
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:55:22 +0100
6922
+ Processing by Medivo::LabsController#data as JS
6923
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
6924
+ Completed 200 OK in 944ms (Views: 4.9ms)
6925
+
6926
+
6927
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6928
+ Processing by LabsController#search as HTML
6929
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
6930
+ Completed 200 OK in 14ms (Views: 6.6ms)
6931
+
6932
+
6933
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6934
+ Served asset /application.css - 304 Not Modified (0ms)
6935
+
6936
+
6937
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6938
+ Served asset /jquery.js - 304 Not Modified (0ms)
6939
+
6940
+
6941
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6942
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6943
+
6944
+
6945
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6946
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6947
+
6948
+
6949
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6950
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6951
+
6952
+
6953
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6954
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
6955
+
6956
+
6957
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6958
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
6959
+
6960
+
6961
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:55:38 +0100
6962
+ Served asset /application.js - 304 Not Modified (0ms)
6963
+
6964
+
6965
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:55:41 +0100
6966
+ Processing by Medivo::LabsController#data as JS
6967
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
6968
+ Completed 200 OK in 938ms (Views: 4.4ms)
6969
+
6970
+
6971
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
6972
+ Processing by LabsController#search as HTML
6973
+ Rendered labs/search.html.haml within layouts/application (7.8ms)
6974
+ Completed 200 OK in 20ms (Views: 12.3ms)
6975
+
6976
+
6977
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
6978
+ Served asset /application.css - 304 Not Modified (0ms)
6979
+
6980
+
6981
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
6982
+ Served asset /jquery.js - 304 Not Modified (0ms)
6983
+
6984
+
6985
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
6986
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6987
+
6988
+
6989
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
6990
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
6991
+
6992
+
6993
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
6994
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
6995
+
6996
+
6997
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
6998
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
6999
+
7000
+
7001
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
7002
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7003
+
7004
+
7005
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:56:07 +0100
7006
+ Served asset /application.js - 304 Not Modified (0ms)
7007
+
7008
+
7009
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:56:13 +0100
7010
+ Processing by Medivo::LabsController#data as JS
7011
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7012
+ Completed 200 OK in 995ms (Views: 4.6ms)
7013
+
7014
+
7015
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7016
+ Processing by LabsController#search as HTML
7017
+ Rendered labs/search.html.haml within layouts/application (7.8ms)
7018
+ Compiled medivo/models.js (182ms) (pid 90322)
7019
+ Compiled application.js (11ms) (pid 90322)
7020
+ Completed 200 OK in 226ms (Views: 218.4ms)
7021
+
7022
+
7023
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7024
+ Served asset /application.css - 304 Not Modified (0ms)
7025
+
7026
+
7027
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7028
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7029
+
7030
+
7031
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7032
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7033
+
7034
+
7035
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7036
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7037
+
7038
+
7039
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7040
+ Served asset /jquery.js - 304 Not Modified (0ms)
7041
+
7042
+
7043
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7044
+ Served asset /medivo/models.js - 200 OK (3ms)
7045
+
7046
+
7047
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7048
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7049
+
7050
+
7051
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:12 +0100
7052
+ Served asset /application.js - 200 OK (0ms)
7053
+
7054
+
7055
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:57:16 +0100
7056
+ Processing by Medivo::LabsController#data as JS
7057
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7058
+ Completed 200 OK in 1044ms (Views: 4.6ms)
7059
+
7060
+
7061
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:57:26 +0100
7062
+ Processing by LabsController#search as HTML
7063
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
7064
+ Compiled medivo/models.js (179ms) (pid 90322)
7065
+ Compiled application.js (45ms) (pid 90322)
7066
+ Completed 200 OK in 250ms (Views: 242.8ms)
7067
+
7068
+
7069
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7070
+ Served asset /application.css - 304 Not Modified (0ms)
7071
+
7072
+
7073
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7074
+ Served asset /jquery.js - 304 Not Modified (0ms)
7075
+
7076
+
7077
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7078
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7079
+
7080
+
7081
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7082
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7083
+
7084
+
7085
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7086
+ Served asset /medivo/models.js - 200 OK (2ms)
7087
+
7088
+
7089
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7090
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7091
+
7092
+
7093
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7094
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7095
+
7096
+
7097
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:57:27 +0100
7098
+ Served asset /application.js - 200 OK (0ms)
7099
+
7100
+
7101
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:57:29 +0100
7102
+ Processing by Medivo::LabsController#data as JS
7103
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7104
+ Completed 200 OK in 1308ms (Views: 4.4ms)
7105
+
7106
+
7107
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7108
+ Processing by LabsController#search as HTML
7109
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
7110
+ Compiled medivo/models.js (177ms) (pid 90322)
7111
+ Compiled application.js (10ms) (pid 90322)
7112
+ Completed 200 OK in 238ms (Views: 208.9ms)
7113
+
7114
+
7115
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7116
+ Served asset /application.css - 304 Not Modified (0ms)
7117
+
7118
+
7119
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7120
+ Served asset /jquery.js - 304 Not Modified (0ms)
7121
+
7122
+
7123
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7124
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7125
+
7126
+
7127
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7128
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7129
+
7130
+
7131
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7132
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7133
+
7134
+
7135
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7136
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7137
+
7138
+
7139
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7140
+ Served asset /medivo/models.js - 200 OK (3ms)
7141
+
7142
+
7143
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 15:59:47 +0100
7144
+ Served asset /application.js - 200 OK (0ms)
7145
+
7146
+
7147
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 15:59:52 +0100
7148
+ Processing by Medivo::LabsController#data as JS
7149
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7150
+ Completed 200 OK in 1158ms (Views: 4.6ms)
7151
+
7152
+
7153
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7154
+ Processing by LabsController#search as HTML
7155
+ Rendered labs/search.html.haml within layouts/application (1.9ms)
7156
+ Compiled medivo/models.js (178ms) (pid 90322)
7157
+ Compiled application.js (10ms) (pid 90322)
7158
+ Completed 200 OK in 214ms (Views: 206.4ms)
7159
+
7160
+
7161
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7162
+ Served asset /application.css - 304 Not Modified (0ms)
7163
+
7164
+
7165
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7166
+ Served asset /jquery.js - 304 Not Modified (0ms)
7167
+
7168
+
7169
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7170
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7171
+
7172
+
7173
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7174
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7175
+
7176
+
7177
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7178
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7179
+
7180
+
7181
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7182
+ Served asset /medivo/models.js - 200 OK (2ms)
7183
+
7184
+
7185
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7186
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7187
+
7188
+
7189
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:00:13 +0100
7190
+ Served asset /application.js - 200 OK (0ms)
7191
+
7192
+
7193
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:00:17 +0100
7194
+ Processing by Medivo::LabsController#data as JS
7195
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7196
+ Completed 200 OK in 985ms (Views: 4.5ms)
7197
+
7198
+
7199
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:00:18 +0100
7200
+ Processing by LabsController#search as */*
7201
+ Rendered labs/search.html.haml within layouts/application (8.4ms)
7202
+ Completed 200 OK in 22ms (Views: 14.3ms)
7203
+
7204
+
7205
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7206
+ Processing by LabsController#search as HTML
7207
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
7208
+ Compiled medivo/models.js (178ms) (pid 90322)
7209
+ Compiled application.js (12ms) (pid 90322)
7210
+ Completed 200 OK in 240ms (Views: 210.6ms)
7211
+
7212
+
7213
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7214
+ Served asset /application.css - 304 Not Modified (0ms)
7215
+
7216
+
7217
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7218
+ Served asset /jquery.js - 304 Not Modified (0ms)
7219
+
7220
+
7221
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7222
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7223
+
7224
+
7225
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7226
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7227
+
7228
+
7229
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7230
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7231
+
7232
+
7233
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7234
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7235
+
7236
+
7237
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7238
+ Served asset /medivo/models.js - 200 OK (3ms)
7239
+
7240
+
7241
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:00 +0100
7242
+ Served asset /application.js - 200 OK (0ms)
7243
+
7244
+
7245
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:02:04 +0100
7246
+ Processing by Medivo::LabsController#data as JS
7247
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7248
+ Completed 200 OK in 1078ms (Views: 4.6ms)
7249
+
7250
+
7251
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:02:05 +0100
7252
+ Processing by LabsController#search as */*
7253
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
7254
+ Completed 200 OK in 16ms (Views: 7.8ms)
7255
+
7256
+
7257
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:02:39 +0100
7258
+ Processing by LabsController#search as HTML
7259
+ Rendered labs/search.html.haml within layouts/application (1.9ms)
7260
+ Compiled medivo/models.js (196ms) (pid 90322)
7261
+ Compiled application.js (12ms) (pid 90322)
7262
+ Completed 200 OK in 237ms (Views: 230.1ms)
7263
+
7264
+
7265
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7266
+ Served asset /application.css - 304 Not Modified (0ms)
7267
+
7268
+
7269
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7270
+ Served asset /jquery.js - 304 Not Modified (0ms)
7271
+
7272
+
7273
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7274
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7275
+
7276
+
7277
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7278
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7279
+
7280
+
7281
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7282
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7283
+
7284
+
7285
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7286
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7287
+
7288
+
7289
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7290
+ Served asset /medivo/models.js - 200 OK (2ms)
7291
+
7292
+
7293
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:02:40 +0100
7294
+ Served asset /application.js - 200 OK (0ms)
7295
+
7296
+
7297
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:02:44 +0100
7298
+ Processing by Medivo::LabsController#data as JS
7299
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7300
+ Completed 200 OK in 1045ms (Views: 4.9ms)
7301
+
7302
+
7303
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:02:45 +0100
7304
+ Processing by LabsController#search as */*
7305
+ Rendered labs/search.html.haml within layouts/application (2.4ms)
7306
+ Completed 200 OK in 41ms (Views: 8.0ms)
7307
+
7308
+
7309
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7310
+ Processing by LabsController#search as HTML
7311
+ Rendered labs/search.html.haml within layouts/application (9.1ms)
7312
+ Compiled medivo/models.js (202ms) (pid 90322)
7313
+ Compiled application.js (10ms) (pid 90322)
7314
+ Completed 200 OK in 280ms (Views: 271.3ms)
7315
+
7316
+
7317
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7318
+ Served asset /application.css - 304 Not Modified (0ms)
7319
+
7320
+
7321
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7322
+ Served asset /jquery.js - 304 Not Modified (0ms)
7323
+
7324
+
7325
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7326
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7327
+
7328
+
7329
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7330
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7331
+
7332
+
7333
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7334
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7335
+
7336
+
7337
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7338
+ Served asset /medivo/models.js - 200 OK (2ms)
7339
+
7340
+
7341
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7342
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7343
+
7344
+
7345
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:04:56 +0100
7346
+ Served asset /application.js - 200 OK (0ms)
7347
+
7348
+
7349
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:05:02 +0100
7350
+ Processing by Medivo::LabsController#data as JS
7351
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7352
+ Completed 200 OK in 925ms (Views: 4.2ms)
7353
+
7354
+
7355
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:05:03 +0100
7356
+ Processing by Medivo::LabsController#data as JS
7357
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7358
+ Completed 200 OK in 1100ms (Views: 4.5ms)
7359
+
7360
+
7361
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:05:04 +0100
7362
+ Processing by LabsController#search as */*
7363
+ Rendered labs/search.html.haml within layouts/application (8.1ms)
7364
+ Completed 200 OK in 21ms (Views: 13.9ms)
7365
+
7366
+
7367
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7368
+ Processing by LabsController#search as HTML
7369
+ Rendered labs/search.html.haml within layouts/application (7.8ms)
7370
+ Completed 200 OK in 20ms (Views: 12.4ms)
7371
+
7372
+
7373
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7374
+ Served asset /application.css - 304 Not Modified (0ms)
7375
+
7376
+
7377
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7378
+ Served asset /jquery.js - 304 Not Modified (0ms)
7379
+
7380
+
7381
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7382
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7383
+
7384
+
7385
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7386
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7387
+
7388
+
7389
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7390
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7391
+
7392
+
7393
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7394
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7395
+
7396
+
7397
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7398
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
7399
+
7400
+
7401
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:12:44 +0100
7402
+ Served asset /application.js - 304 Not Modified (0ms)
7403
+
7404
+
7405
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:12:50 +0100
7406
+ Processing by Medivo::LabsController#data as JS
7407
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7408
+ Completed 200 OK in 1108ms (Views: 4.4ms)
7409
+
7410
+
7411
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7412
+ Processing by LabsController#search as HTML
7413
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
7414
+ Compiled medivo/models.js (175ms) (pid 90322)
7415
+ Compiled application.js (10ms) (pid 90322)
7416
+ Completed 200 OK in 245ms (Views: 237.9ms)
7417
+
7418
+
7419
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7420
+ Served asset /application.css - 304 Not Modified (0ms)
7421
+
7422
+
7423
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7424
+ Served asset /jquery.js - 304 Not Modified (0ms)
7425
+
7426
+
7427
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7428
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7429
+
7430
+
7431
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7432
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7433
+
7434
+
7435
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7436
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7437
+
7438
+
7439
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7440
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7441
+
7442
+
7443
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7444
+ Served asset /medivo/models.js - 200 OK (4ms)
7445
+
7446
+
7447
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:01 +0100
7448
+ Served asset /application.js - 200 OK (0ms)
7449
+
7450
+
7451
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:14:05 +0100
7452
+ Processing by Medivo::LabsController#data as JS
7453
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7454
+ Completed 200 OK in 1005ms (Views: 4.4ms)
7455
+
7456
+
7457
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:14:06 +0100
7458
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
7459
+
7460
+
7461
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:14:06 +0100
7462
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
7463
+
7464
+
7465
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:14:06 +0100
7466
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
7467
+
7468
+
7469
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7470
+ Processing by LabsController#search as HTML
7471
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
7472
+ Compiled medivo/models.js (199ms) (pid 90322)
7473
+ Compiled application.js (10ms) (pid 90322)
7474
+ Completed 200 OK in 238ms (Views: 230.3ms)
7475
+
7476
+
7477
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7478
+ Served asset /application.css - 304 Not Modified (0ms)
7479
+
7480
+
7481
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7482
+ Served asset /jquery.js - 304 Not Modified (0ms)
7483
+
7484
+
7485
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7486
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7487
+
7488
+
7489
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7490
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7491
+
7492
+
7493
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7494
+ Served asset /medivo/models.js - 200 OK (3ms)
7495
+
7496
+
7497
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7498
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7499
+
7500
+
7501
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7502
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7503
+
7504
+
7505
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:14:22 +0100
7506
+ Served asset /application.js - 200 OK (0ms)
7507
+
7508
+
7509
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:14:28 +0100
7510
+ Processing by Medivo::LabsController#data as JS
7511
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7512
+ Completed 200 OK in 1186ms (Views: 4.9ms)
7513
+
7514
+
7515
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7516
+ Processing by LabsController#search as HTML
7517
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
7518
+ Completed 200 OK in 14ms (Views: 6.6ms)
7519
+
7520
+
7521
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7522
+ Served asset /application.css - 304 Not Modified (0ms)
7523
+
7524
+
7525
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7526
+ Served asset /jquery.js - 304 Not Modified (0ms)
7527
+
7528
+
7529
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7530
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7531
+
7532
+
7533
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7534
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7535
+
7536
+
7537
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7538
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7539
+
7540
+
7541
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7542
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
7543
+
7544
+
7545
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7546
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7547
+
7548
+
7549
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:08 +0100
7550
+ Served asset /application.js - 304 Not Modified (0ms)
7551
+
7552
+
7553
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:16:20 +0100
7554
+ Processing by LabsController#search as HTML
7555
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
7556
+ Compiled medivo/models.js (179ms) (pid 90322)
7557
+ Compiled application.js (10ms) (pid 90322)
7558
+ Completed 200 OK in 248ms (Views: 241.0ms)
7559
+
7560
+
7561
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7562
+ Served asset /application.css - 304 Not Modified (0ms)
7563
+
7564
+
7565
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7566
+ Served asset /jquery.js - 304 Not Modified (0ms)
7567
+
7568
+
7569
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7570
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7571
+
7572
+
7573
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7574
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7575
+
7576
+
7577
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7578
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7579
+
7580
+
7581
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7582
+ Served asset /medivo/models.js - 200 OK (3ms)
7583
+
7584
+
7585
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7586
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7587
+
7588
+
7589
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:16:21 +0100
7590
+ Served asset /application.js - 200 OK (0ms)
7591
+
7592
+
7593
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:16:25 +0100
7594
+ Processing by Medivo::LabsController#data as JS
7595
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7596
+ Completed 200 OK in 1170ms (Views: 4.5ms)
7597
+
7598
+
7599
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:17:48 +0100
7600
+ Processing by LabsController#search as HTML
7601
+ Rendered labs/search.html.haml within layouts/application (2.0ms)
7602
+ Compiled medivo/models.js (201ms) (pid 90322)
7603
+ Compiled application.js (10ms) (pid 90322)
7604
+ Completed 200 OK in 240ms (Views: 232.3ms)
7605
+
7606
+
7607
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7608
+ Served asset /application.css - 304 Not Modified (0ms)
7609
+
7610
+
7611
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7612
+ Served asset /jquery.js - 304 Not Modified (0ms)
7613
+
7614
+
7615
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7616
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7617
+
7618
+
7619
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7620
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7621
+
7622
+
7623
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7624
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7625
+
7626
+
7627
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7628
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7629
+
7630
+
7631
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7632
+ Served asset /medivo/models.js - 200 OK (3ms)
7633
+
7634
+
7635
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:17:49 +0100
7636
+ Served asset /application.js - 200 OK (0ms)
7637
+
7638
+
7639
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:17:52 +0100
7640
+ Processing by Medivo::LabsController#data as JS
7641
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7642
+ Completed 200 OK in 1215ms (Views: 5.5ms)
7643
+
7644
+
7645
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:17:54 +0100
7646
+ Processing by Medivo::LabsController#data as JS
7647
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7648
+ Completed 200 OK in 931ms (Views: 4.5ms)
7649
+
7650
+
7651
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:17:55 +0100
7652
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
7653
+
7654
+
7655
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:17:55 +0100
7656
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
7657
+
7658
+
7659
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:17:55 +0100
7660
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
7661
+
7662
+
7663
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:18:40 +0100
7664
+ Processing by LabsController#search as HTML
7665
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
7666
+ Compiled medivo/models.js (178ms) (pid 90322)
7667
+ Compiled application.js (47ms) (pid 90322)
7668
+ Completed 200 OK in 252ms (Views: 244.4ms)
7669
+
7670
+
7671
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7672
+ Served asset /application.css - 304 Not Modified (0ms)
7673
+
7674
+
7675
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7676
+ Served asset /jquery.js - 304 Not Modified (0ms)
7677
+
7678
+
7679
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7680
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7681
+
7682
+
7683
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7684
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7685
+
7686
+
7687
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7688
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7689
+
7690
+
7691
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7692
+ Served asset /medivo/models.js - 200 OK (2ms)
7693
+
7694
+
7695
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7696
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7697
+
7698
+
7699
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:18:41 +0100
7700
+ Served asset /application.js - 200 OK (0ms)
7701
+
7702
+
7703
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:18:45 +0100
7704
+ Processing by Medivo::LabsController#data as JS
7705
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7706
+ Completed 200 OK in 1194ms (Views: 4.8ms)
7707
+
7708
+
7709
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:18:46 +0100
7710
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
7711
+
7712
+
7713
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:18:46 +0100
7714
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
7715
+
7716
+
7717
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:18:46 +0100
7718
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
7719
+
7720
+
7721
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7722
+ Processing by LabsController#search as HTML
7723
+ Rendered labs/search.html.haml within layouts/application (8.1ms)
7724
+ Compiled medivo/models.js (177ms) (pid 90322)
7725
+ Compiled application.js (10ms) (pid 90322)
7726
+ Completed 200 OK in 244ms (Views: 214.2ms)
7727
+
7728
+
7729
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7730
+ Served asset /application.css - 304 Not Modified (0ms)
7731
+
7732
+
7733
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7734
+ Served asset /jquery.js - 304 Not Modified (0ms)
7735
+
7736
+
7737
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7738
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7739
+
7740
+
7741
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7742
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7743
+
7744
+
7745
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7746
+ Served asset /medivo/models.js - 200 OK (4ms)
7747
+
7748
+
7749
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7750
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7751
+
7752
+
7753
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7754
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7755
+
7756
+
7757
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:22:04 +0100
7758
+ Served asset /application.js - 200 OK (0ms)
7759
+
7760
+
7761
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:22:12 +0100
7762
+ Processing by Medivo::LabsController#data as JS
7763
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7764
+ Completed 200 OK in 924ms (Views: 4.4ms)
7765
+
7766
+
7767
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:22:13 +0100
7768
+ Processing by LabsController#search as */*
7769
+ Rendered labs/search.html.haml within layouts/application (10.7ms)
7770
+ Completed 200 OK in 29ms (Views: 20.0ms)
7771
+
7772
+
7773
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:22:13 +0100
7774
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
7775
+
7776
+
7777
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:22:13 +0100
7778
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
7779
+
7780
+
7781
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:22:13 +0100
7782
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
7783
+
7784
+
7785
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7786
+ Processing by LabsController#search as HTML
7787
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
7788
+ Compiled medivo/views.js (204ms) (pid 90322)
7789
+ Compiled medivo/models.js (181ms) (pid 90322)
7790
+ Compiled application.js (13ms) (pid 90322)
7791
+ Completed 200 OK in 435ms (Views: 427.3ms)
7792
+
7793
+
7794
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7795
+ Served asset /application.css - 304 Not Modified (0ms)
7796
+
7797
+
7798
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7799
+ Served asset /jquery.js - 304 Not Modified (0ms)
7800
+
7801
+
7802
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7803
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7804
+
7805
+
7806
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7807
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7808
+
7809
+
7810
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7811
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7812
+
7813
+
7814
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7815
+ Served asset /medivo/views.js - 200 OK (3ms)
7816
+
7817
+
7818
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7819
+ Served asset /medivo/models.js - 200 OK (3ms)
7820
+
7821
+
7822
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:05 +0100
7823
+ Served asset /application.js - 200 OK (0ms)
7824
+
7825
+
7826
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:28:09 +0100
7827
+ Processing by Medivo::LabsController#data as JS
7828
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7829
+ Completed 200 OK in 1036ms (Views: 4.3ms)
7830
+
7831
+
7832
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7833
+ Processing by LabsController#search as HTML
7834
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
7835
+ Compiled medivo/models.js (183ms) (pid 90322)
7836
+ Compiled application.js (10ms) (pid 90322)
7837
+ Completed 200 OK in 222ms (Views: 213.9ms)
7838
+
7839
+
7840
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7841
+ Served asset /application.css - 304 Not Modified (0ms)
7842
+
7843
+
7844
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7845
+ Served asset /jquery.js - 304 Not Modified (0ms)
7846
+
7847
+
7848
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7849
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7850
+
7851
+
7852
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7853
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7854
+
7855
+
7856
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7857
+ Served asset /medivo/models.js - 200 OK (3ms)
7858
+
7859
+
7860
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7861
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7862
+
7863
+
7864
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7865
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7866
+
7867
+
7868
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:28:23 +0100
7869
+ Served asset /application.js - 200 OK (0ms)
7870
+
7871
+
7872
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:28:27 +0100
7873
+ Processing by Medivo::LabsController#data as JS
7874
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7875
+ Completed 200 OK in 1113ms (Views: 4.6ms)
7876
+
7877
+
7878
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:28:28 +0100
7879
+ Processing by LabsController#search as */*
7880
+ Rendered labs/search.html.haml within layouts/application (3.5ms)
7881
+ Completed 200 OK in 20ms (Views: 12.4ms)
7882
+
7883
+
7884
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:28:28 +0100
7885
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
7886
+
7887
+
7888
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:28:28 +0100
7889
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
7890
+
7891
+
7892
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:28:28 +0100
7893
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
7894
+
7895
+
7896
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7897
+ Processing by LabsController#search as HTML
7898
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
7899
+ Compiled medivo/models.js (180ms) (pid 90322)
7900
+ Compiled application.js (11ms) (pid 90322)
7901
+ Completed 200 OK in 243ms (Views: 211.8ms)
7902
+
7903
+
7904
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7905
+ Served asset /application.css - 304 Not Modified (0ms)
7906
+
7907
+
7908
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7909
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7910
+
7911
+
7912
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7913
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7914
+
7915
+
7916
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7917
+ Served asset /medivo/models.js - 200 OK (3ms)
7918
+
7919
+
7920
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7921
+ Served asset /jquery.js - 304 Not Modified (0ms)
7922
+
7923
+
7924
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7925
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7926
+
7927
+
7928
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7929
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7930
+
7931
+
7932
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:29:54 +0100
7933
+ Served asset /application.js - 200 OK (0ms)
7934
+
7935
+
7936
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:30:00 +0100
7937
+ Processing by Medivo::LabsController#data as JS
7938
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7939
+ Completed 200 OK in 1188ms (Views: 4.4ms)
7940
+
7941
+
7942
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7943
+ Processing by LabsController#search as HTML
7944
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
7945
+ Compiled medivo/models.js (183ms) (pid 90322)
7946
+ Compiled application.js (10ms) (pid 90322)
7947
+ Completed 200 OK in 223ms (Views: 214.0ms)
7948
+
7949
+
7950
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7951
+ Served asset /application.css - 304 Not Modified (0ms)
7952
+
7953
+
7954
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7955
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
7956
+
7957
+
7958
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7959
+ Served asset /medivo/models.js - 200 OK (4ms)
7960
+
7961
+
7962
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7963
+ Served asset /jquery.js - 304 Not Modified (0ms)
7964
+
7965
+
7966
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7967
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
7968
+
7969
+
7970
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7971
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7972
+
7973
+
7974
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7975
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
7976
+
7977
+
7978
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:30:11 +0100
7979
+ Served asset /application.js - 200 OK (0ms)
7980
+
7981
+
7982
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:30:14 +0100
7983
+ Processing by Medivo::LabsController#data as JS
7984
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
7985
+ Completed 200 OK in 903ms (Views: 4.7ms)
7986
+
7987
+
7988
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:30:15 +0100
7989
+ Processing by LabsController#search as */*
7990
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
7991
+ Completed 200 OK in 16ms (Views: 8.1ms)
7992
+
7993
+
7994
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
7995
+ Processing by LabsController#search as HTML
7996
+ Rendered labs/search.html.haml within layouts/application (1.7ms)
7997
+ Compiled medivo/models.js (181ms) (pid 90322)
7998
+ Compiled application.js (12ms) (pid 90322)
7999
+ Completed 200 OK in 243ms (Views: 213.4ms)
8000
+
8001
+
8002
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8003
+ Served asset /application.css - 304 Not Modified (0ms)
8004
+
8005
+
8006
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8007
+ Served asset /jquery.js - 304 Not Modified (0ms)
8008
+
8009
+
8010
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8011
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8012
+
8013
+
8014
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8015
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8016
+
8017
+
8018
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8019
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
8020
+
8021
+
8022
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8023
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8024
+
8025
+
8026
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8027
+ Served asset /medivo/models.js - 200 OK (3ms)
8028
+
8029
+
8030
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:18 +0100
8031
+ Served asset /application.js - 200 OK (0ms)
8032
+
8033
+
8034
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:31:22 +0100
8035
+ Processing by Medivo::LabsController#data as JS
8036
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8037
+ Completed 200 OK in 979ms (Views: 4.5ms)
8038
+
8039
+
8040
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:31:23 +0100
8041
+ Processing by LabsController#search as */*
8042
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
8043
+ Completed 200 OK in 16ms (Views: 7.9ms)
8044
+
8045
+
8046
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:31:46 +0100
8047
+ Processing by LabsController#search as HTML
8048
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
8049
+ Compiled medivo/models.js (178ms) (pid 90322)
8050
+ Compiled application.js (45ms) (pid 90322)
8051
+ Completed 200 OK in 249ms (Views: 241.2ms)
8052
+
8053
+
8054
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8055
+ Served asset /application.css - 304 Not Modified (0ms)
8056
+
8057
+
8058
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8059
+ Served asset /jquery.js - 304 Not Modified (0ms)
8060
+
8061
+
8062
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8063
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8064
+
8065
+
8066
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8067
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8068
+
8069
+
8070
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8071
+ Served asset /medivo/models.js - 200 OK (2ms)
8072
+
8073
+
8074
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8075
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8076
+
8077
+
8078
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8079
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
8080
+
8081
+
8082
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:31:47 +0100
8083
+ Served asset /application.js - 200 OK (0ms)
8084
+
8085
+
8086
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:31:53 +0100
8087
+ Processing by Medivo::LabsController#data as JS
8088
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8089
+ Completed 200 OK in 972ms (Views: 4.6ms)
8090
+
8091
+
8092
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:31:54 +0100
8093
+ Processing by LabsController#search as */*
8094
+ Rendered labs/search.html.haml within layouts/application (2.3ms)
8095
+ Completed 200 OK in 39ms (Views: 30.2ms)
8096
+
8097
+
8098
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8099
+ Processing by LabsController#search as HTML
8100
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
8101
+ Compiled medivo/models.js (179ms) (pid 90322)
8102
+ Compiled application.js (11ms) (pid 90322)
8103
+ Completed 200 OK in 218ms (Views: 210.2ms)
8104
+
8105
+
8106
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8107
+ Served asset /application.css - 304 Not Modified (0ms)
8108
+
8109
+
8110
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8111
+ Served asset /jquery.js - 304 Not Modified (0ms)
8112
+
8113
+
8114
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8115
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8116
+
8117
+
8118
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8119
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8120
+
8121
+
8122
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8123
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
8124
+
8125
+
8126
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8127
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8128
+
8129
+
8130
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8131
+ Served asset /medivo/models.js - 200 OK (3ms)
8132
+
8133
+
8134
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:21 +0100
8135
+ Served asset /application.js - 200 OK (0ms)
8136
+
8137
+
8138
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:32:28 +0100
8139
+ Processing by Medivo::LabsController#data as JS
8140
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8141
+ Completed 200 OK in 1265ms (Views: 4.5ms)
8142
+
8143
+
8144
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:32:29 +0100
8145
+ Processing by LabsController#search as */*
8146
+ Rendered labs/search.html.haml within layouts/application (2.8ms)
8147
+ Completed 200 OK in 23ms (Views: 14.1ms)
8148
+
8149
+
8150
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:32:29 +0100
8151
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
8152
+
8153
+
8154
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:32:29 +0100
8155
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
8156
+
8157
+
8158
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:32:29 +0100
8159
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
8160
+
8161
+
8162
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8163
+ Processing by LabsController#search as HTML
8164
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
8165
+ Compiled medivo/models.js (203ms) (pid 90322)
8166
+ Compiled application.js (10ms) (pid 90322)
8167
+ Completed 200 OK in 242ms (Views: 234.0ms)
8168
+
8169
+
8170
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8171
+ Served asset /application.css - 304 Not Modified (0ms)
8172
+
8173
+
8174
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8175
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8176
+
8177
+
8178
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8179
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8180
+
8181
+
8182
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8183
+ Served asset /jquery.js - 304 Not Modified (0ms)
8184
+
8185
+
8186
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8187
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8188
+
8189
+
8190
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8191
+ Served asset /medivo/models.js - 200 OK (2ms)
8192
+
8193
+
8194
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8195
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
8196
+
8197
+
8198
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:32:43 +0100
8199
+ Served asset /application.js - 200 OK (0ms)
8200
+
8201
+
8202
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:32:49 +0100
8203
+ Processing by Medivo::LabsController#data as JS
8204
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8205
+ Completed 200 OK in 1036ms (Views: 5.1ms)
8206
+
8207
+
8208
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:32:50 +0100
8209
+ Processing by LabsController#search as */*
8210
+ Rendered labs/search.html.haml within layouts/application (2.8ms)
8211
+ Completed 200 OK in 19ms (Views: 8.4ms)
8212
+
8213
+
8214
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:32:50 +0100
8215
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
8216
+
8217
+
8218
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:32:50 +0100
8219
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
8220
+
8221
+
8222
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:32:50 +0100
8223
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
8224
+
8225
+
8226
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:33:50 +0100
8227
+ Processing by LabsController#search as HTML
8228
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
8229
+ Compiled medivo/models.js (177ms) (pid 90322)
8230
+ Compiled application.js (10ms) (pid 90322)
8231
+ Completed 200 OK in 249ms (Views: 240.9ms)
8232
+
8233
+
8234
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8235
+ Served asset /application.css - 304 Not Modified (0ms)
8236
+
8237
+
8238
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8239
+ Served asset /jquery.js - 304 Not Modified (0ms)
8240
+
8241
+
8242
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8243
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8244
+
8245
+
8246
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8247
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8248
+
8249
+
8250
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8251
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8252
+
8253
+
8254
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8255
+ Served asset /medivo/models.js - 200 OK (2ms)
8256
+
8257
+
8258
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8259
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
8260
+
8261
+
8262
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:33:51 +0100
8263
+ Served asset /application.js - 200 OK (0ms)
8264
+
8265
+
8266
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:33:54 +0100
8267
+ Processing by Medivo::LabsController#data as JS
8268
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8269
+ Completed 200 OK in 1202ms (Views: 4.7ms)
8270
+
8271
+
8272
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:33:55 +0100
8273
+ Processing by Medivo::LabsController#data as JS
8274
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8275
+ Completed 200 OK in 932ms (Views: 4.4ms)
8276
+
8277
+
8278
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:33:56 +0100
8279
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
8280
+
8281
+
8282
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:33:56 +0100
8283
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
8284
+
8285
+
8286
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:33:56 +0100
8287
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
8288
+
8289
+
8290
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:37:18 +0100
8291
+ Processing by LabsController#search as HTML
8292
+ Rendered labs/search.html.haml within layouts/application (2.1ms)
8293
+ Compiled medivo/views.js (181ms) (pid 90322)
8294
+ Compiled medivo/models.js (177ms) (pid 90322)
8295
+ Compiled medivo/show_labs.js (197ms) (pid 90322)
8296
+ Compiled application.js (12ms) (pid 90322)
8297
+ Completed 200 OK in 605ms (Views: 598.3ms)
8298
+
8299
+
8300
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8301
+ Served asset /jquery.js - 304 Not Modified (0ms)
8302
+
8303
+
8304
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8305
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8306
+
8307
+
8308
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8309
+ Served asset /application.css - 304 Not Modified (0ms)
8310
+
8311
+
8312
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8313
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8314
+
8315
+
8316
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8317
+ Served asset /medivo/views.js - 200 OK (3ms)
8318
+
8319
+
8320
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8321
+ Served asset /medivo/models.js - 304 Not Modified (3ms)
8322
+
8323
+
8324
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8325
+ Served asset /medivo/show_labs.js - 200 OK (2ms)
8326
+
8327
+
8328
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:19 +0100
8329
+ Served asset /application.js - 200 OK (0ms)
8330
+
8331
+
8332
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:37:24 +0100
8333
+ Processing by Medivo::LabsController#data as JS
8334
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8335
+ Completed 200 OK in 1062ms (Views: 4.9ms)
8336
+
8337
+
8338
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:37:25 +0100
8339
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
8340
+
8341
+
8342
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:37:25 +0100
8343
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
8344
+
8345
+
8346
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:37:25 +0100
8347
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
8348
+
8349
+
8350
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8351
+ Processing by LabsController#search as HTML
8352
+ Rendered labs/search.html.haml within layouts/application (1.9ms)
8353
+ Compiled medivo/show_labs.js (161ms) (pid 90322)
8354
+ Compiled application.js (10ms) (pid 90322)
8355
+ Completed 200 OK in 199ms (Views: 191.8ms)
8356
+
8357
+
8358
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8359
+ Served asset /application.css - 304 Not Modified (0ms)
8360
+
8361
+
8362
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8363
+ Served asset /jquery.js - 304 Not Modified (0ms)
8364
+
8365
+
8366
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8367
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8368
+
8369
+
8370
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8371
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8372
+
8373
+
8374
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8375
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
8376
+
8377
+
8378
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8379
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8380
+
8381
+
8382
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8383
+ Served asset /medivo/show_labs.js - 200 OK (3ms)
8384
+
8385
+
8386
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:37:33 +0100
8387
+ Served asset /application.js - 200 OK (1ms)
8388
+
8389
+
8390
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:37:41 +0100
8391
+ Processing by Medivo::LabsController#data as JS
8392
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8393
+ Completed 200 OK in 1162ms (Views: 4.2ms)
8394
+
8395
+
8396
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 16:37:42 +0100
8397
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
8398
+
8399
+
8400
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:56:43 +0100
8401
+ Processing by LabsController#search as HTML
8402
+ Rendered labs/search.html.haml within layouts/application (2.3ms)
8403
+ Compiled medivo/models.js (184ms) (pid 90322)
8404
+ Compiled medivo/show_labs.js (197ms) (pid 90322)
8405
+ Compiled application.js (12ms) (pid 90322)
8406
+ Completed 200 OK in 441ms (Views: 433.2ms)
8407
+
8408
+
8409
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8410
+ Served asset /application.css - 304 Not Modified (0ms)
8411
+
8412
+
8413
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8414
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8415
+
8416
+
8417
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8418
+ Served asset /jquery.js - 304 Not Modified (0ms)
8419
+
8420
+
8421
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8422
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8423
+
8424
+
8425
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8426
+ Served asset /medivo/models.js - 200 OK (3ms)
8427
+
8428
+
8429
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8430
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8431
+
8432
+
8433
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8434
+ Served asset /medivo/show_labs.js - 200 OK (4ms)
8435
+
8436
+
8437
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:56:44 +0100
8438
+ Served asset /application.js - 200 OK (1ms)
8439
+
8440
+
8441
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:56:50 +0100
8442
+ Processing by Medivo::LabsController#data as JS
8443
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8444
+ Completed 200 OK in 1393ms (Views: 5.0ms)
8445
+
8446
+
8447
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:56:51 +0100
8448
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
8449
+
8450
+
8451
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:56:51 +0100
8452
+ Processing by LabsController#search as */*
8453
+ Rendered labs/search.html.haml within layouts/application (2.2ms)
8454
+ Completed 200 OK in 16ms (Views: 8.6ms)
8455
+
8456
+
8457
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:58:26 +0100
8458
+ Processing by LabsController#search as HTML
8459
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
8460
+ Compiled medivo/views.js (177ms) (pid 90322)
8461
+ Compiled medivo/models.js (182ms) (pid 90322)
8462
+ Compiled application.js (41ms) (pid 90322)
8463
+ Completed 200 OK in 435ms (Views: 427.4ms)
8464
+
8465
+
8466
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8467
+ Served asset /application.css - 304 Not Modified (0ms)
8468
+
8469
+
8470
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8471
+ Served asset /jquery.js - 304 Not Modified (0ms)
8472
+
8473
+
8474
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8475
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8476
+
8477
+
8478
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8479
+ Served asset /medivo/views.js - 200 OK (3ms)
8480
+
8481
+
8482
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8483
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8484
+
8485
+
8486
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8487
+ Served asset /medivo/models.js - 200 OK (3ms)
8488
+
8489
+
8490
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8491
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
8492
+
8493
+
8494
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:58:27 +0100
8495
+ Served asset /application.js - 200 OK (0ms)
8496
+
8497
+
8498
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:58:33 +0100
8499
+ Processing by Medivo::LabsController#data as JS
8500
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8501
+ Completed 200 OK in 944ms (Views: 4.5ms)
8502
+
8503
+
8504
+ Started GET "/assets/medivo/markerA.png" for 127.0.0.1 at 2011-10-25 16:58:34 +0100
8505
+ Served asset /medivo/markerA.png - 304 Not Modified (0ms)
8506
+
8507
+
8508
+ Started GET "/assets/medivo/markerB.png" for 127.0.0.1 at 2011-10-25 16:58:34 +0100
8509
+ Served asset /medivo/markerB.png - 304 Not Modified (0ms)
8510
+
8511
+
8512
+ Started GET "/assets/medivo/markerC.png" for 127.0.0.1 at 2011-10-25 16:58:34 +0100
8513
+ Served asset /medivo/markerC.png - 304 Not Modified (0ms)
8514
+
8515
+
8516
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8517
+ Processing by LabsController#search as HTML
8518
+ Rendered labs/search.html.haml within layouts/application (1.9ms)
8519
+ Compiled medivo/models.js (183ms) (pid 90322)
8520
+ Compiled medivo/show_labs.js (161ms) (pid 90322)
8521
+ Compiled application.js (11ms) (pid 90322)
8522
+ Completed 200 OK in 412ms (Views: 382.9ms)
8523
+
8524
+
8525
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8526
+ Served asset /application.css - 304 Not Modified (0ms)
8527
+
8528
+
8529
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8530
+ Served asset /jquery.js - 304 Not Modified (0ms)
8531
+
8532
+
8533
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8534
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8535
+
8536
+
8537
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8538
+ Served asset /medivo/show_labs.js - 200 OK (3ms)
8539
+
8540
+
8541
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8542
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8543
+
8544
+
8545
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8546
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8547
+
8548
+
8549
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8550
+ Served asset /medivo/models.js - 304 Not Modified (3ms)
8551
+
8552
+
8553
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 16:59:06 +0100
8554
+ Served asset /application.js - 200 OK (0ms)
8555
+
8556
+
8557
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 16:59:12 +0100
8558
+ Processing by Medivo::LabsController#data as JS
8559
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8560
+ Completed 200 OK in 928ms (Views: 4.6ms)
8561
+
8562
+
8563
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 16:59:13 +0100
8564
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
8565
+
8566
+
8567
+ Started GET "/businesses/1" for 127.0.0.1 at 2011-10-25 17:17:14 +0100
8568
+
8569
+ ActionController::RoutingError (No route matches [GET] "/businesses/1"):
8570
+
8571
+
8572
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
8573
+
8574
+
8575
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 18:21:11 +0100
8576
+ Processing by LabsController#search as HTML
8577
+ Rendered labs/search.html.haml within layouts/application (14.1ms)
8578
+ Compiled application.css (0ms) (pid 91503)
8579
+ Compiled application.js (8ms) (pid 91503)
8580
+ Compiled jquery.js (1ms) (pid 91503)
8581
+ Compiled jquery_ujs.js (0ms) (pid 91503)
8582
+ Compiled medivo/handlebars.js (0ms) (pid 91503)
8583
+ Compiled medivo/views.js (192ms) (pid 91503)
8584
+ Compiled medivo/models.js (193ms) (pid 91503)
8585
+ Compiled medivo/show_labs.js (166ms) (pid 91503)
8586
+ Completed 200 OK in 931ms (Views: 682.7ms)
8587
+
8588
+
8589
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8590
+ Served asset /application.css - 304 Not Modified (0ms)
8591
+
8592
+
8593
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8594
+ Served asset /jquery.js - 200 OK (4ms)
8595
+
8596
+
8597
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8598
+ Served asset /jquery_ujs.js - 200 OK (3ms)
8599
+
8600
+
8601
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8602
+ Served asset /medivo/handlebars.js - 304 Not Modified (4ms)
8603
+
8604
+
8605
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8606
+ Served asset /medivo/views.js - 200 OK (3ms)
8607
+
8608
+
8609
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8610
+ Served asset /medivo/models.js - 200 OK (3ms)
8611
+
8612
+
8613
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8614
+ Served asset /medivo/show_labs.js - 304 Not Modified (1ms)
8615
+
8616
+
8617
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 18:21:12 +0100
8618
+ Served asset /application.js - 200 OK (0ms)
8619
+
8620
+
8621
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 18:21:18 +0100
8622
+ Processing by Medivo::LabsController#data as JS
8623
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8624
+ Completed 500 Internal Server Error in 1215ms
8625
+
8626
+ NameError (uninitialized constant Medivo::Lab::Geocoder):
8627
+
8628
+
8629
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
8630
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
8631
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms)
8632
+
8633
+
8634
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 19:58:55 +0100
8635
+ Processing by Medivo::LabsController#data as JS
8636
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8637
+ Completed 500 Internal Server Error in 1493ms
8638
+
8639
+ NameError (uninitialized constant Medivo::Lab::Geocoder):
8640
+
8641
+
8642
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
8643
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
8644
+ Rendered /Users/danielsudol/.rvm/gems/ruby-1.9.2-p290@medivo_resource/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (3.0ms)
8645
+
8646
+
8647
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 20:02:21 +0100
8648
+ Processing by LabsController#search as HTML
8649
+ Rendered labs/search.html.haml within layouts/application (14.4ms)
8650
+ Completed 200 OK in 325ms (Views: 78.3ms)
8651
+
8652
+
8653
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8654
+ Served asset /application.css - 304 Not Modified (0ms)
8655
+
8656
+
8657
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8658
+ Served asset /jquery.js - 304 Not Modified (3ms)
8659
+
8660
+
8661
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8662
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
8663
+
8664
+
8665
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8666
+ Served asset /medivo/views.js - 304 Not Modified (2ms)
8667
+
8668
+
8669
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8670
+ Served asset /medivo/handlebars.js - 304 Not Modified (2ms)
8671
+
8672
+
8673
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8674
+ Served asset /medivo/show_labs.js - 304 Not Modified (2ms)
8675
+
8676
+
8677
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8678
+ Served asset /medivo/models.js - 304 Not Modified (2ms)
8679
+
8680
+
8681
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 20:02:22 +0100
8682
+ Served asset /application.js - 304 Not Modified (0ms)
8683
+
8684
+
8685
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 20:02:30 +0100
8686
+ Processing by Medivo::LabsController#data as JS
8687
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8688
+ Completed 200 OK in 1805ms (Views: 6.3ms)
8689
+
8690
+
8691
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 20:02:32 +0100
8692
+ Served asset /medivo/lab.png - 304 Not Modified (3ms)
8693
+
8694
+
8695
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-25 20:02:32 +0100
8696
+ Served asset /medivo/arrow.png - 304 Not Modified (4ms)
8697
+
8698
+
8699
+ Started GET "/labs/search" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8700
+ Processing by LabsController#search as HTML
8701
+ Rendered labs/search.html.haml within layouts/application (1.8ms)
8702
+ Completed 200 OK in 29ms (Views: 22.3ms)
8703
+
8704
+
8705
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8706
+ Served asset /application.css - 304 Not Modified (0ms)
8707
+
8708
+
8709
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8710
+ Served asset /jquery.js - 304 Not Modified (0ms)
8711
+
8712
+
8713
+ Started GET "/assets/medivo/handlebars.js?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8714
+ Served asset /medivo/handlebars.js - 304 Not Modified (0ms)
8715
+
8716
+
8717
+ Started GET "/assets/medivo/views.js?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8718
+ Served asset /medivo/views.js - 304 Not Modified (0ms)
8719
+
8720
+
8721
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8722
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8723
+
8724
+
8725
+ Started GET "/assets/medivo/models.js?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8726
+ Served asset /medivo/models.js - 304 Not Modified (0ms)
8727
+
8728
+
8729
+ Started GET "/assets/medivo/show_labs.js?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8730
+ Served asset /medivo/show_labs.js - 304 Not Modified (0ms)
8731
+
8732
+
8733
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 20:05:45 +0100
8734
+ Served asset /application.js - 304 Not Modified (0ms)
8735
+
8736
+
8737
+ Started GET "/medivo/labs/data?utf8=%E2%9C%93&zip_code=32206&commit=Search" for 127.0.0.1 at 2011-10-25 20:05:51 +0100
8738
+ Processing by Medivo::LabsController#data as JS
8739
+ Parameters: {"utf8"=>"✓", "zip_code"=>"32206", "commit"=>"Search"}
8740
+ Completed 200 OK in 1378ms (Views: 4.6ms)
8741
+
8742
+
8743
+ Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-25 20:05:52 +0100
8744
+ Served asset /medivo/lab.png - 304 Not Modified (0ms)
8745
+
8746
+
8747
+ Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-25 20:05:52 +0100
8748
+ Served asset /medivo/arrow.png - 304 Not Modified (0ms)