Skip to content

Instantly share code, notes, and snippets.

@dmclark
Created November 15, 2010 00:09
Show Gist options
  • Select an option

  • Save dmclark/676248 to your computer and use it in GitHub Desktop.

Select an option

Save dmclark/676248 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Action Controller: Exception caught</title>
<style>
body { background-color: #fff; color: #333; }
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
</style>
</head>
<body>
<h1>
ActionController::RoutingError in
Routes#new
</h1>
<p>
Showing <i>/Library/WebServer/rails3/geoaccess/app/views/routes/_form.html.erb</i> where line <b>#1</b> raised:
<pre><code>No route matches {:action=&gt;&quot;destroy&quot;, :controller=&gt;&quot;routes&quot;}</code></pre>
</p>
<p>Extracted source (around line <b>#1</b>):
<pre><code>1: &lt;%= form_for @route, :html =&gt; {:method =&gt; :get}, :url =&gt; route_path, :remote =&gt; true do |f| -%&gt;
2: &lt;div class=&quot;field&quot; style=&quot;float:left; padding-right:1em&quot;&gt;
3: &lt;%= f.label :startpoint_id %&gt;&lt;br /&gt;
4: &lt;%= f.select :startpoint_id, options_from_collection_for_select(@venues, 'id', 'name'), { :include_blank =&gt; false }, { :size =&gt; 15 } %&gt;
</code></pre></p>
<p>Trace of template inclusion: app/views/routes/new.html.erb</p>
<p><code>Rails.root: /Library/WebServer/rails3/geoaccess</code></p>
<div id="traces">
<a href="#" onclick="document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Application-Trace').style.display='block';; return false;">Application Trace</a> |
<a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Full-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='block';; return false;">Framework Trace</a> |
<a href="#" onclick="document.getElementById('Application-Trace').style.display='none';document.getElementById('Framework-Trace').style.display='none';document.getElementById('Full-Trace').style.display='block';; return false;">Full Trace</a>
<div id="Application-Trace" style="display: block;">
<pre><code>app/views/routes/_form.html.erb:1:in `_app_views_routes__form_html_erb___1456447082499293581_2173776020__2496178552743915980'
app/views/routes/new.html.erb:5:in `_app_views_routes_new_html_erb__537557965839649657_2173796460__2201536122025981515'</code></pre>
</div>
<div id="Framework-Trace" style="display: none;">
<pre><code>actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:424:in `raise_routing_error'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:397:in `generate'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:453:in `generate'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:481:in `url_for'
actionpack (3.0.0) lib/action_dispatch/routing/url_for.rb:132:in `url_for'
actionpack (3.0.0) lib/action_view/helpers/url_helper.rb:99:in `url_for'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:195:in `route_path'
actionpack (3.0.0) lib/action_view/template.rb:135:in `block in render'
activesupport (3.0.0) lib/active_support/notifications.rb:54:in `instrument'
actionpack (3.0.0) lib/action_view/template.rb:127:in `render'
actionpack (3.0.0) lib/action_view/render/partials.rb:294:in `render_partial'
actionpack (3.0.0) lib/action_view/render/partials.rb:223:in `block in render'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.0) lib/action_view/render/partials.rb:221:in `render'
actionpack (3.0.0) lib/action_view/render/partials.rb:334:in `_render_partial'
actionpack (3.0.0) lib/action_view/render/rendering.rb:22:in `render'
actionpack (3.0.0) lib/action_view/template.rb:135:in `block in render'
activesupport (3.0.0) lib/active_support/notifications.rb:54:in `instrument'
actionpack (3.0.0) lib/action_view/template.rb:127:in `render'
actionpack (3.0.0) lib/action_view/render/rendering.rb:59:in `block in _render_template'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.0) lib/action_view/render/rendering.rb:56:in `_render_template'
actionpack (3.0.0) lib/action_view/render/rendering.rb:26:in `render'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:114:in `_render_template'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:108:in `render_to_body'
actionpack (3.0.0) lib/action_controller/metal/renderers.rb:47:in `render_to_body'
actionpack (3.0.0) lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:101:in `render_to_string'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:92:in `render'
actionpack (3.0.0) lib/action_controller/metal/rendering.rb:17:in `render'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
activerecord (3.0.0) lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action'
actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action'
actionpack (3.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.0.0) lib/active_support/callbacks.rb:435:in `_run__623918502784397617__process_action__3119621178365132909__callbacks'
activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `run_callbacks'
actionpack (3.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.0.0) lib/action_controller/metal/rescue.rb:17:in `process_action'
actionpack (3.0.0) lib/abstract_controller/base.rb:119:in `process'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:40:in `process'
actionpack (3.0.0) lib/action_controller/metal.rb:133:in `dispatch'
actionpack (3.0.0) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.0.0) lib/action_controller/metal.rb:173:in `block in action'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `call'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:27:in `call'
rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `block in call'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `block in recognize'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:68:in `optimized_each'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize'
rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:492:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/head.rb:14:in `call'
rack (1.2.1) lib/rack/methodoverride.rb:24:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:in `call'
activerecord (3.0.0) lib/active_record/query_cache.rb:32:in `block in call'
activerecord (3.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
activerecord (3.0.0) lib/active_record/query_cache.rb:12:in `cache'
activerecord (3.0.0) lib/active_record/query_cache.rb:31:in `call'
activerecord (3.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
activesupport (3.0.0) lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
rack (1.2.1) lib/rack/sendfile.rb:107:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call'
railties (3.0.0) lib/rails/rack/logger.rb:13:in `call'
rack (1.2.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.0.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.2.1) lib/rack/lock.rb:11:in `block in call'
&lt;internal:prelude&gt;:10:in `synchronize'
rack (1.2.1) lib/rack/lock.rb:11:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/static.rb:30:in `call'
railties (3.0.0) lib/rails/application.rb:168:in `call'
railties (3.0.0) lib/rails/application.rb:77:in `method_missing'
railties (3.0.0) lib/rails/rack/log_tailer.rb:14:in `call'
rack (1.2.1) lib/rack/content_length.rb:13:in `call'
rack (1.2.1) lib/rack/handler/webrick.rb:52:in `service'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'</code></pre>
</div>
<div id="Full-Trace" style="display: none;">
<pre><code>actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:424:in `raise_routing_error'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:397:in `generate'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:453:in `generate'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:481:in `url_for'
actionpack (3.0.0) lib/action_dispatch/routing/url_for.rb:132:in `url_for'
actionpack (3.0.0) lib/action_view/helpers/url_helper.rb:99:in `url_for'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:195:in `route_path'
app/views/routes/_form.html.erb:1:in `_app_views_routes__form_html_erb___1456447082499293581_2173776020__2496178552743915980'
actionpack (3.0.0) lib/action_view/template.rb:135:in `block in render'
activesupport (3.0.0) lib/active_support/notifications.rb:54:in `instrument'
actionpack (3.0.0) lib/action_view/template.rb:127:in `render'
actionpack (3.0.0) lib/action_view/render/partials.rb:294:in `render_partial'
actionpack (3.0.0) lib/action_view/render/partials.rb:223:in `block in render'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.0) lib/action_view/render/partials.rb:221:in `render'
actionpack (3.0.0) lib/action_view/render/partials.rb:334:in `_render_partial'
actionpack (3.0.0) lib/action_view/render/rendering.rb:22:in `render'
app/views/routes/new.html.erb:5:in `_app_views_routes_new_html_erb__537557965839649657_2173796460__2201536122025981515'
actionpack (3.0.0) lib/action_view/template.rb:135:in `block in render'
activesupport (3.0.0) lib/active_support/notifications.rb:54:in `instrument'
actionpack (3.0.0) lib/action_view/template.rb:127:in `render'
actionpack (3.0.0) lib/action_view/render/rendering.rb:59:in `block in _render_template'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.0) lib/action_view/render/rendering.rb:56:in `_render_template'
actionpack (3.0.0) lib/action_view/render/rendering.rb:26:in `render'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:114:in `_render_template'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:108:in `render_to_body'
actionpack (3.0.0) lib/action_controller/metal/renderers.rb:47:in `render_to_body'
actionpack (3.0.0) lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:101:in `render_to_string'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:92:in `render'
actionpack (3.0.0) lib/action_controller/metal/rendering.rb:17:in `render'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
activesupport (3.0.0) lib/active_support/core_ext/benchmark.rb:5:in `ms'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
activerecord (3.0.0) lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:39:in `render'
actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (3.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (3.0.0) lib/abstract_controller/base.rb:150:in `process_action'
actionpack (3.0.0) lib/action_controller/metal/rendering.rb:11:in `process_action'
actionpack (3.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.0.0) lib/active_support/callbacks.rb:435:in `_run__623918502784397617__process_action__3119621178365132909__callbacks'
activesupport (3.0.0) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
activesupport (3.0.0) lib/active_support/callbacks.rb:93:in `run_callbacks'
actionpack (3.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.0) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.0) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.0.0) lib/action_controller/metal/rescue.rb:17:in `process_action'
actionpack (3.0.0) lib/abstract_controller/base.rb:119:in `process'
actionpack (3.0.0) lib/abstract_controller/rendering.rb:40:in `process'
actionpack (3.0.0) lib/action_controller/metal.rb:133:in `dispatch'
actionpack (3.0.0) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.0.0) lib/action_controller/metal.rb:173:in `block in action'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `call'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:27:in `call'
rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `block in call'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `block in recognize'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:68:in `optimized_each'
rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize'
rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call'
actionpack (3.0.0) lib/action_dispatch/routing/route_set.rb:492:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/head.rb:14:in `call'
rack (1.2.1) lib/rack/methodoverride.rb:24:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/flash.rb:182:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/cookies.rb:287:in `call'
activerecord (3.0.0) lib/active_record/query_cache.rb:32:in `block in call'
activerecord (3.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
activerecord (3.0.0) lib/active_record/query_cache.rb:12:in `cache'
activerecord (3.0.0) lib/active_record/query_cache.rb:31:in `call'
activerecord (3.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
activesupport (3.0.0) lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
actionpack (3.0.0) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
rack (1.2.1) lib/rack/sendfile.rb:107:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call'
railties (3.0.0) lib/rails/rack/logger.rb:13:in `call'
rack (1.2.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.0.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.2.1) lib/rack/lock.rb:11:in `block in call'
&lt;internal:prelude&gt;:10:in `synchronize'
rack (1.2.1) lib/rack/lock.rb:11:in `call'
actionpack (3.0.0) lib/action_dispatch/middleware/static.rb:30:in `call'
railties (3.0.0) lib/rails/application.rb:168:in `call'
railties (3.0.0) lib/rails/application.rb:77:in `method_missing'
railties (3.0.0) lib/rails/rack/log_tailer.rb:14:in `call'
rack (1.2.1) lib/rack/content_length.rb:13:in `call'
rack (1.2.1) lib/rack/handler/webrick.rb:52:in `service'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/Administrator/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'</code></pre>
</div>
</div>
<h2 style="margin-top: 30px">Request</h2>
<p><b>Parameters</b>: <pre>None</pre></p>
<p><a href="#" onclick="document.getElementById('session_dump').style.display='block'; return false;">Show session dump</a></p>
<div id="session_dump" style="display:none"><pre>_csrf_token: &quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;
session_id: &quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;</pre></div>
<p><a href="#" onclick="document.getElementById('env_dump').style.display='block'; return false;">Show env dump</a></p>
<div id="env_dump" style="display:none"><pre>GATEWAY_INTERFACE: &quot;CGI/1.1&quot;
HTTP_ACCEPT: &quot;application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5&quot;
HTTP_ACCEPT_ENCODING: &quot;gzip, deflate&quot;
HTTP_ACCEPT_LANGUAGE: &quot;en-us&quot;
HTTP_CONNECTION: &quot;keep-alive&quot;
HTTP_COOKIE: &quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;
HTTP_HOST: &quot;localhost:3000&quot;
HTTP_USER_AGENT: &quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5&quot;
HTTP_VERSION: &quot;HTTP/1.1&quot;
PATH_INFO: &quot;/&quot;
QUERY_STRING: &quot;&quot;
REMOTE_ADDR: &quot;127.0.0.1&quot;
REMOTE_HOST: &quot;rails.local&quot;
REQUEST_METHOD: &quot;GET&quot;
REQUEST_PATH: &quot;/&quot;
REQUEST_URI: &quot;http://localhost:3000/&quot;
SCRIPT_NAME: &quot;&quot;
SERVER_NAME: &quot;localhost&quot;
SERVER_PORT: &quot;3000&quot;
SERVER_PROTOCOL: &quot;HTTP/1.1&quot;
SERVER_SOFTWARE: &quot;WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)&quot;
action_controller.instance: #&lt;RoutesController:0x000001033a9a68 @action_has_layout=true, @view_context_class=nil, @_headers={&quot;Content-Type&quot;=&gt;&quot;text/html&quot;}, @_status=200, @_response=#&lt;ActionDispatch::Response:0x000001033a9888 @writer=#&lt;Proc:0x000001033a97c0@/Users/Administrator/.rvm/gems/ruby-1.9.2-p0@rails3/gems/actionpack-3.0.0/lib/action_dispatch/http/response.rb:44 (lambda)&gt;, @block=nil, @length=0, @header={}, @status=200, @body=[], @cookie=[], @sending_file=false, @blank=false, @cache_control={}, @etag=nil, @request=#&lt;ActionDispatch::Request:0x000001033a98b0 @env={&quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.1&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;REMOTE_HOST&quot;=&gt;&quot;rails.local&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;http://localhost:3000/&quot;, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-us&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.input&quot;=&gt;#&lt;StringIO:0x00000100e15fb8&gt;, &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;false, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.secret_token&quot;=&gt;&quot;45379406066130221a854aee263c379e01c39f4ed6ae3c8051763a287615b2715a128ad0b4f16f95cd4e430313caa6249012cb6bce56edeee3dc4bbca17c0efa&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;127.0.0.1, &quot;rack.session&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}, &quot;rack.session.options&quot;=&gt;{:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :id=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}, &quot;action_dispatch.cookies&quot;=&gt;{&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;routes&quot;, :action=&gt;&quot;new&quot;}, &quot;action_controller.instance&quot;=&gt;#&lt;RoutesController:0x000001033a9a68 ...&gt;, &quot;action_dispatch.request.content_type&quot;=&gt;nil, &quot;action_dispatch.request.request_parameters&quot;=&gt;{}, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;controller&quot;=&gt;&quot;routes&quot;, &quot;action&quot;=&gt;&quot;new&quot;}, &quot;action_dispatch.request.formats&quot;=&gt;[text/html]}, @fullpath=&quot;/&quot;, @request_method=&quot;GET&quot;, @filtered_parameters={&quot;controller&quot;=&gt;&quot;routes&quot;, &quot;action&quot;=&gt;&quot;new&quot;}, @method=&quot;GET&quot;, @symbolized_path_params={:controller=&gt;&quot;routes&quot;, :action=&gt;&quot;new&quot;}&gt;&gt;, @_request=#&lt;ActionDispatch::Request:0x000001033a98b0 @env={&quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.1&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;REMOTE_HOST&quot;=&gt;&quot;rails.local&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;http://localhost:3000/&quot;, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-us&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.input&quot;=&gt;#&lt;StringIO:0x00000100e15fb8&gt;, &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;false, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.secret_token&quot;=&gt;&quot;45379406066130221a854aee263c379e01c39f4ed6ae3c8051763a287615b2715a128ad0b4f16f95cd4e430313caa6249012cb6bce56edeee3dc4bbca17c0efa&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;127.0.0.1, &quot;rack.session&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}, &quot;rack.session.options&quot;=&gt;{:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :id=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}, &quot;action_dispatch.cookies&quot;=&gt;{&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;routes&quot;, :action=&gt;&quot;new&quot;}, &quot;action_controller.instance&quot;=&gt;#&lt;RoutesController:0x000001033a9a68 ...&gt;, &quot;action_dispatch.request.content_type&quot;=&gt;nil, &quot;action_dispatch.request.request_parameters&quot;=&gt;{}, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;controller&quot;=&gt;&quot;routes&quot;, &quot;action&quot;=&gt;&quot;new&quot;}, &quot;action_dispatch.request.formats&quot;=&gt;[text/html]}, @fullpath=&quot;/&quot;, @request_method=&quot;GET&quot;, @filtered_parameters={&quot;controller&quot;=&gt;&quot;routes&quot;, &quot;action&quot;=&gt;&quot;new&quot;}, @method=&quot;GET&quot;, @symbolized_path_params={:controller=&gt;&quot;routes&quot;, :action=&gt;&quot;new&quot;}&gt;, @_env={&quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.1&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;REMOTE_HOST&quot;=&gt;&quot;rails.local&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;http://localhost:3000/&quot;, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-us&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;rack.version&quot;=&gt;[1, 1], &quot;rack.input&quot;=&gt;#&lt;StringIO:0x00000100e15fb8&gt;, &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;false, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/&quot;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.secret_token&quot;=&gt;&quot;45379406066130221a854aee263c379e01c39f4ed6ae3c8051763a287615b2715a128ad0b4f16f95cd4e430313caa6249012cb6bce56edeee3dc4bbca17c0efa&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;127.0.0.1, &quot;rack.session&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}, &quot;rack.session.options&quot;=&gt;{:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :id=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}, &quot;action_dispatch.cookies&quot;=&gt;{&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;routes&quot;, :action=&gt;&quot;new&quot;}, &quot;action_controller.instance&quot;=&gt;#&lt;RoutesController:0x000001033a9a68 ...&gt;, &quot;action_dispatch.request.content_type&quot;=&gt;nil, &quot;action_dispatch.request.request_parameters&quot;=&gt;{}, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;controller&quot;=&gt;&quot;routes&quot;, &quot;action&quot;=&gt;&quot;new&quot;}, &quot;action_dispatch.request.formats&quot;=&gt;[text/html]}, @lookup_context=#&lt;ActionView::LookupContext:0x0000010335fee0 @details_key=#&lt;ActionView::LookupContext::DetailsKey:0x00000103235498 @hash=-2359096463816775831&gt;, @details={:handlers=&gt;[:erb, :rjs, :builder, :rhtml, :rxml], :formats=&gt;[:html], :locale=&gt;[:en, :en]}, @skip_default_locale=false, @frozen_formats=true, @view_paths=[/Library/WebServer/rails3/geoaccess/app/views]&gt;, @_action_name=&quot;new&quot;, @_response_body=nil, @_config={}, @route=#&lt;Route id: nil, startpoint_id: nil, endpoint_id: nil, created_at: nil, updated_at: nil, mode: nil&gt;, @venues=[#&lt;Venue id: 70, name: &quot;Adler Planetarium &amp; Astronomy Museum&quot;, address: &quot;1300 S. Lake Shore Dr. (cross street Solidarity Dr&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60605, url: &quot;www.adlerplanetarium.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:35&quot;, updated_at: &quot;2010-09-12 23:53:35&quot;, phone: &quot;(312) 922-7827&quot;, description: nil, info_html: &quot;&lt;p&gt;The Adler is America&amp;#8217;s first planetarium b...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Unisex/Single Use&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 32.4856817, longitude: -93.8143342&gt;, #&lt;Venue id: 6, name: &quot;Allegro Chicago, A Kimpton Hotel&quot;, address: &quot;171 W. Randolph St. (Cross Street: LaSalle St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60601, url: &quot;www.allegrochicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:24&quot;, updated_at: &quot;2010-09-12 23:53:24&quot;, phone: &quot;312-236-0123&quot;, description: &quot;Located in the heart of the city's busy theatre and...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Allegro Chicago, A Kimpton Hotel&lt;/h3&gt;&lt;p&gt;Located...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.8843562, longitude: -87.6331805&gt;, #&lt;Venue id: 12, name: &quot;Ambassador East Hotel&quot;, address: &quot;1301 N. State Pkwy. (Cross Street: Goethe St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60610, url: &quot;www.theambassadoreasthotel.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:25&quot;, updated_at: &quot;2010-09-12 23:53:25&quot;, phone: &quot;312-787-7200&quot;, description: &quot;This historic hotel is located in the Gold Coast ne...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Ambassador East Hotel&lt;/h3&gt;&lt;p&gt;This historic hote...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 5, latitude: 41.905941, longitude: -87.628357&gt;, #&lt;Venue id: 71, name: &quot;Art Institute of Chicago&quot;, address: &quot;111 S. Michigan Ave (Cross Street: Monroe)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60603, url: &quot;www.artic.edu&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:36&quot;, updated_at: &quot;2010-09-12 23:53:36&quot;, phone: &quot;(312) 443-3600&quot;, description: nil, info_html: &quot;&lt;p&gt;Art lovers the world over come to Chicago just t...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Ramped entry&lt;/li&gt;&lt;li&gt;Door has...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8795397, longitude: -87.6237806&gt;, #&lt;Venue id: 62, name: &quot;Avenue Hotel&quot;, address: &quot;160 E. Huron St. (Cross Street: N. St. Clair)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.chicagohotelandsuites.com&quot;, is_active: false, ventype_id: 2, created_at: &quot;2010-09-12 23:53:34&quot;, updated_at: &quot;2010-09-12 23:53:34&quot;, phone: &quot;312-787-2900&quot;, description: &quot;The Radisson Hotel &amp; Suites is located across the s...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Avenue Hotel&lt;/h3&gt;&lt;p&gt;The Radisson Hotel &amp; Suites...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.894948, longitude: -87.623045&gt;, #&lt;Venue id: 20, name: &quot;Best Western Grant Park Hotel&quot;, address: &quot;1100 S. Michigan Ave (Cross Street: 11th St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60605, url: &quot;www.bwgrantparkhotel.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:27&quot;, updated_at: &quot;2010-09-12 23:53:27&quot;, phone: &quot;312-922-2900&quot;, description: &quot;This budget hotel is just across the street from Gr...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Best Western Grant Park Hotel&lt;/h3&gt;&lt;p&gt;This budge...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 9, latitude: 41.8756838, longitude: -87.6243166&gt;, #&lt;Venue id: 7, name: &quot;Best Western Hawthorne Terrace&quot;, address: &quot;3434 N. Broadway Ave. (Cross Street: Hawthorne Pl.&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60657, url: &quot;www.hawthorneterrace.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:25&quot;, updated_at: &quot;2010-09-12 23:53:25&quot;, phone: &quot;773-244-3434&quot;, description: &quot;This intimate and charming hotel in East Lakeview i...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Best Western Hawthorne Terrace&lt;/h3&gt;&lt;p&gt;This inti...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 2, latitude: 41.9445783, longitude: -87.6427005&gt;, #&lt;Venue id: 31, name: &quot;Best Western at O'Hare&quot;, address: &quot;10300 W. Higgins Rd (Cross Street: Mannheim Rd.)&quot;, city: &quot;Rosemont&quot;, state: &quot;Il&quot;, zip: 60018, url: &quot;www.bestwesternohare.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:29&quot;, updated_at: &quot;2010-09-12 23:53:29&quot;, phone: &quot;845-296-4471&quot;, description: &quot;This affordable property, located near the Rosemont...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Best Western at O'Hare&lt;/h3&gt;&lt;p&gt;This affordable p...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 11, latitude: 41.999062, longitude: -87.886174&gt;, #&lt;Venue id: 1, name: &quot;Buckingham Fountain/Grant Park&quot;, address: &quot;Columbus Dr. and Congress Pkwy.&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.chicagoparkdistrict.com&quot;, is_active: true, ventype_id: 1, created_at: &quot;2010-09-12 23:53:23&quot;, updated_at: &quot;2010-09-12 23:53:23&quot;, phone: &quot;773-256-0949&quot;, description: nil, info_html: &quot;&lt;p&gt;Without Grant Park, Chicago would be a very diff...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Assistive Equipment for Guests with Restricted ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8757476, longitude: -87.6205898&gt;, #&lt;Venue id: 89, name: &quot;Buddy Guy's Legends&quot;, address: &quot;754 S. Wabash Ave. (Cross Street: E. 8th)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.buddyguys.com&quot;, is_active: true, ventype_id: 4, created_at: &quot;2010-09-12 23:53:39&quot;, updated_at: &quot;2010-09-12 23:53:39&quot;, phone: &quot;312-427-0333&quot;, description: nil, info_html: &quot;&lt;p&gt;Live blues 7 nights a week and Cajun soul food a...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8720089, longitude: -87.6261727&gt;, #&lt;Venue id: 72, name: &quot;Chicago Children's Museum - Navy Pier&quot;, address: &quot;700 E. Grand Ave. (Cross Street: N. Lake Shore Dr.&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.chichildrensmuseum.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:36&quot;, updated_at: &quot;2010-09-12 23:53:36&quot;, phone: &quot;(312) 527-1000&quot;, description: nil, info_html: &quot;&lt;p&gt;The Chicago Children's Museum, which offers 3 fl...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.9331613, longitude: -87.632102&gt;, #&lt;Venue id: 10, name: &quot;Chicago City Centre, A Holiday Inn Hotel&quot;, address: &quot;300 E. Ohio St. (Cross Street: Fairbanks Ct.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.chicc.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:25&quot;, updated_at: &quot;2010-09-12 23:53:25&quot;, phone: &quot;312-787-6100&quot;, description: &quot;For those who like to work out when they travel, th...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Chicago City Centre, A Holiday Inn Hotel&lt;/h3&gt;&lt;p...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.892778, longitude: -87.619861&gt;, #&lt;Venue id: 73, name: &quot;Chicago History Museum&quot;, address: &quot;1601 N. Clark St. (Cross Street: W. North Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60614, url: &quot;www.chicagohistory.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:36&quot;, updated_at: &quot;2010-09-12 23:53:36&quot;, phone: &quot;(312) 642-4600&quot;, description: nil, info_html: &quot;&lt;p&gt;Newly renovated with exhibits to delight all age...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;ul&gt;&lt;li&gt;L...&quot;, neighborhood_id: nil, latitude: 41.9112858, longitude: -87.6316804&gt;, #&lt;Venue id: 47, name: &quot;Chicago Marriott Downtown Magnificent Mile&quot;, address: &quot;540 N. Michigan Ave. (Cross Street: Grand Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.chicagomarriottdowntown.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:31&quot;, updated_at: &quot;2010-09-12 23:53:31&quot;, phone: &quot;312-836-0100&quot;, description: &quot;With the River North entertainment area to the west...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Chicago Marriott Downtown Magnificent Mile&lt;/h3&gt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.891887, longitude: -87.624357&gt;, #&lt;Venue id: 32, name: &quot;Chicago O'Hare Residence Inn by Marriott&quot;, address: &quot;7101 Chestnut St (Cross Street: Mannheim Rd.)&quot;, city: &quot;Rosemont&quot;, state: &quot;Il&quot;, zip: 60018, url: &quot;www.marriott.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:29&quot;, updated_at: &quot;2010-09-12 23:53:29&quot;, phone: &quot;847-375-9000&quot;, description: &quot;This all-suite property has studios and one- and tw...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Chicago O'Hare Residence Inn by Marriott&lt;/h3&gt;&lt;p...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 11, latitude: 42.0075198, longitude: -87.8892982&gt;, #&lt;Venue id: 48, name: &quot;Comfort Inn &amp; Suites Downtown&quot;, address: &quot;15 E. Ohio St. (Cross Street: State St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.chicagocomfortinn.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:31&quot;, updated_at: &quot;2010-09-12 23:53:31&quot;, phone: &quot;312-894-0900&quot;, description: &quot;Located in the heart of downtown Chicago, the Comfo...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Comfort Inn &amp; Suites Downtown&lt;/h3&gt;&lt;p&gt;Located in...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.89239, longitude: -87.627495&gt;, #&lt;Venue id: 17, name: &quot;Comfort Inn North Shore&quot;, address: &quot;9333 Skokie Blvd. (Cross Street: Emerson/Grosse Po&quot;, city: &quot;Skokie&quot;, state: &quot;Il&quot;, zip: 60077, url: &quot;www.comfortinnskokie.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:26&quot;, updated_at: &quot;2010-09-12 23:53:26&quot;, phone: &quot;847-679-4200&quot;, description: &quot;This budget property has a restaurant with bar, out...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Comfort Inn North Shore&lt;/h3&gt;&lt;p&gt;This budget prop...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 8, latitude: 42.0333636, longitude: -87.7333934&gt;, #&lt;Venue id: 49, name: &quot;Courtyard by Marriott Chicago Downtown&quot;, address: &quot;30 E. Hubbard St. (Cross Street: State St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.marriott.com/chiwb&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:31&quot;, updated_at: &quot;2010-09-12 23:53:31&quot;, phone: &quot;312-329-2500&quot;, description: &quot;Located just two blocks north of the Chicago River,...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Courtyard by Marriott Chicago Downtown&lt;/h3&gt;&lt;p&gt;L...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.890152, longitude: -87.627541&gt;, #&lt;Venue id: 50, name: &quot;Courtyard by Marriott Magnificent Mile&quot;, address: &quot;165 E. Ontario St. (Cross Street: St. Clair St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: nil, url: &quot;www.courtyardchicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:32&quot;, updated_at: &quot;2010-09-12 23:53:32&quot;, phone: &quot;312-573-0800&quot;, description: &quot;Located a block east of N. Michigan Ave., this Cour...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Courtyard by Marriott Magnificent Mile&lt;/h3&gt;&lt;p&gt;L...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.893279, longitude: -87.622989&gt;, #&lt;Venue id: 15, name: &quot;Crowne Plaza Chicago Metro&quot;, address: &quot;733 W. Madison (Cross Street: Halsted St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60661, url: &quot;www.crowneplaza.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:26&quot;, updated_at: &quot;2010-09-12 23:53:26&quot;, phone: &quot;312-829-5000&quot;, description: &quot;Close to the Loop but removed from the hustle and n...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Crowne Plaza Chicago Metro&lt;/h3&gt;&lt;p&gt;Close to the ...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 7, latitude: 41.881524, longitude: -87.646866&gt;, #&lt;Venue id: 33, name: &quot;Crowne Plaza Chicago O'Hare&quot;, address: &quot;5440 N. River Rd. (Cross Street: Hwy 90)&quot;, city: &quot;Rosemont&quot;, state: &quot;Il&quot;, zip: 60018, url: &quot;www.chi-ohare.crowneplaza.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:29&quot;, updated_at: &quot;2010-09-12 23:53:29&quot;, phone: &quot;847-671-6350&quot;, description: &quot;This hotel is adjacent to the Rosemont Theatre, dir...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Crowne Plaza Chicago O'Hare&lt;/h3&gt;&lt;p&gt;This hotel i...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 11, latitude: 41.977614, longitude: -87.862945&gt;, #&lt;Venue id: 11, name: &quot;Days Inn Lincoln Park North&quot;, address: &quot;644 W. Diversey (Cross Street: Clark St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60614, url: &quot;www.lpndaysinn.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:25&quot;, updated_at: &quot;2010-09-12 23:53:25&quot;, phone: &quot;773-525-7010&quot;, description: &quot;Affordable and in a great location, Days Inn Lincol...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Days Inn Lincoln Park North&lt;/h3&gt;&lt;p&gt;Affordable a...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 2, latitude: 41.932901, longitude: -87.645729&gt;, #&lt;Venue id: 90, name: &quot;Dick's Last Resort&quot;, address: &quot;435 E. Illinois St. (Cross Street: McClurg Ct.)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.dickslastresort.com&quot;, is_active: true, ventype_id: 4, created_at: &quot;2010-09-12 23:53:39&quot;, updated_at: &quot;2010-09-12 23:53:39&quot;, phone: &quot;312-836-7870&quot;, description: nil, info_html: &quot;&lt;p&gt;This popular hangout advertises itself as having...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8908895, longitude: -87.6163099&gt;, #&lt;Venue id: 24, name: &quot;Doubletree Hotel Chicago - Arlington Heights&quot;, address: &quot;75 W. Algonquin Road (Cross Street: Hwy 90)&quot;, city: &quot;Arlington Heights&quot;, state: &quot;Il&quot;, zip: 60605, url: &quot;www.doubletree.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:28&quot;, updated_at: &quot;2010-09-12 23:53:28&quot;, phone: &quot;847-364-7600&quot;, description: &quot;This newly renovated hotel is in the heart of the g...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Doubletree Hotel Chicago - Arlington Heights&lt;/h...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 10, latitude: 42.045006, longitude: -87.986047&gt;, #&lt;Venue id: 34, name: &quot;Doubletree Hotel Chicago O'Hare&quot;, address: &quot;5460 N. River Rd. (Cross Street: Hwy 90)&quot;, city: &quot;Rosemont&quot;, state: &quot;Il&quot;, zip: 60018, url: &quot;www.doubletree.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:29&quot;, updated_at: &quot;2010-09-12 23:53:29&quot;, phone: &quot;847-292-9100&quot;, description: &quot;This newly renovated, full service hotel is located...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Doubletree Hotel Chicago O'Hare&lt;/h3&gt;&lt;p&gt;This new...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 11, latitude: 41.978314, longitude: -87.863382&gt;, #&lt;Venue id: 74, name: &quot;DuSable Museum of African American History&quot;, address: &quot;740 E. 56th Pl. (Cross Street: Cottage Grove)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60637, url: &quot;www.dusablemuseum.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:36&quot;, updated_at: &quot;2010-09-12 23:53:36&quot;, phone: &quot;: (773) 947-0600&quot;, description: nil, info_html: &quot;&lt;p&gt;The DuSable Museum, which preserves and interpre...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Ramped entry&lt;/li&gt;&lt;li&gt;Door has...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.7917442, longitude: -87.6069543&gt;, #&lt;Venue id: 52, name: &quot;Embassy Suites Hotel Chicago - Downtown&quot;, address: &quot;600 N. State St. (Cross Street: Ohio St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60610, url: &quot;www.embassysuiteschicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:32&quot;, updated_at: &quot;2010-09-12 23:53:32&quot;, phone: &quot;312-943-3800&quot;, description: &quot;This all-suite hotel in a great location is a good ...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Embassy Suites Hotel Chicago - Downtown&lt;/h3&gt;&lt;p&gt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8925704, longitude: -87.6283458&gt;, #&lt;Venue id: 25, name: &quot;Embassy Suites Hotel Chicago - Schaumburg&quot;, address: &quot;1939 N. Meacham Road (Cross Street: E. Algonquin R&quot;, city: &quot;Schaumburg&quot;, state: &quot;Il&quot;, zip: 60173, url: &quot;www.embassysuites.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:28&quot;, updated_at: &quot;2010-09-12 23:53:28&quot;, phone: &quot;847-397-1313&quot;, description: &quot;This all-suite property is located near Woodfield M...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Embassy Suites Hotel Chicago - Schaumburg&lt;/h3&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 10, latitude: 42.0333607, longitude: -88.0834059&gt;, #&lt;Venue id: 51, name: &quot;Embassy Suites Hotel Chicago Downtown Lakefront&quot;, address: &quot;511 N. Columbus Dr. (Cross Street: Grand Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.chicagoembassy.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:32&quot;, updated_at: &quot;2010-09-12 23:53:32&quot;, phone: &quot;312-836-5900&quot;, description: &quot;This all-suite hotel has the added convenience of o...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Embassy Suites Hotel Chicago Downtown Lakefront...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8913705, longitude: -87.619956&gt;, #&lt;Venue id: 35, name: &quot;Embassy Suites Hotel O'Hare Rosemont&quot;, address: &quot;5500 N. River Rd. (Cross Street: Hwy 90)&quot;, city: &quot;Rosemont&quot;, state: &quot;Il&quot;, zip: 60008, url: &quot;www.embassyohare.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:29&quot;, updated_at: &quot;2010-09-12 23:53:29&quot;, phone: &quot;847-678-4000&quot;, description: &quot;This all-suite hotel, located across from the Donal...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Embassy Suites Hotel O'Hare Rosemont&lt;/h3&gt;&lt;p&gt;Thi...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 11, latitude: 41.9790176, longitude: -87.8630733&gt;, #&lt;Venue id: 91, name: &quot;Excalibur Entertainment Complex&quot;, address: &quot;632 N. Dearborn (Cross Street: Ontario)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.excaliburchicago.com&quot;, is_active: true, ventype_id: 4, created_at: &quot;2010-09-12 23:53:39&quot;, updated_at: &quot;2010-09-12 23:53:39&quot;, phone: &quot;312-266-1944&quot;, description: nil, info_html: &quot;&lt;p&gt;Popular with clubbers but also for private event...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8933657, longitude: -87.6297267&gt;, #&lt;Venue id: 53, name: &quot;Fairfield Inn and Suites Chicago Downtown&quot;, address: &quot;216 E. Ontario St. (Cross Street: St. Clair St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.fairfieldsuiteschicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:32&quot;, updated_at: &quot;2010-09-12 23:53:32&quot;, phone: &quot;312-787-3777&quot;, description: &quot;Located just one block east of N. Michigan Ave., th...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Fairfield Inn and Suites Chicago Downtown&lt;/h3&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.893678, longitude: -87.621831&gt;, #&lt;Venue id: 38, name: &quot;Fairmont Chicago&quot;, address: &quot;200 N. Columbus Dr. (Cross Street: S. Water St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60601, url: &quot;www.fairmont.com/chicago&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:30&quot;, updated_at: &quot;2010-09-12 23:53:30&quot;, phone: &quot;312-565-8000&quot;, description: &quot;Located just north of Millennium Park and east of M...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Fairmont Chicago&lt;/h3&gt;&lt;p&gt;Located just north of M...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.8862496, longitude: -87.620631&gt;, #&lt;Venue id: 75, name: &quot;Field Museum of Natural History&quot;, address: &quot;1400 S. Lake Shore Dr. (Cross Street: Roosevelt)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60605, url: &quot;www.fieldmuseum.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:36&quot;, updated_at: &quot;2010-09-12 23:53:36&quot;, phone: &quot;(312) 922-9410&quot;, description: nil, info_html: &quot;&lt;p&gt;Fun and educational for all ages, the Field Muse...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Location-East Entrance&lt;/li&gt;&lt;l...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8664289, longitude: -87.6169109&gt;, #&lt;Venue id: 54, name: &quot;Four Points Sheraton Chicago Downtown Magnificent &quot;, address: &quot;630 N. Rush St. (Cross Street: Ontario St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.fourpointschicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:32&quot;, updated_at: &quot;2010-09-12 23:53:32&quot;, phone: &quot;312-981-6600&quot;, description: &quot;At 226 rooms, this newly-built hotel has an intimat...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Four Points Sheraton Chicago Downtown Magnifice...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.893343, longitude: -87.6256985&gt;, #&lt;Venue id: 69, name: &quot;Four Seasons Hotel Chicago&quot;, address: &quot;120 E. Delaware Pl. (Cross Street: N. Michigan Ave&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.fourseasons.com/chicagofs&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:35&quot;, updated_at: &quot;2010-09-12 23:53:35&quot;, phone: &quot;312-280-8800&quot;, description: &quot;Always a landmark of refined comfort, the Four Seas...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Four Seasons Hotel Chicago&lt;/h3&gt;&lt;p&gt;Always a land...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8915268, longitude: -87.6242584&gt;, #&lt;Venue id: 76, name: &quot;Frank Lloyd Wright Home &amp; Studio&quot;, address: &quot;951 W. Chicago Ave. (Cross Street: Forest Ave.)&quot;, city: &quot;Oak Park&quot;, state: &quot;IL&quot;, zip: 60622, url: &quot;www.wrightplus.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:37&quot;, updated_at: &quot;2010-09-12 23:53:37&quot;, phone: &quot;(708) 848-1976&quot;, description: nil, info_html: &quot;&lt;p&gt;This was Frank Lloyd Wright's home and studio du...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Threshold less than 1/2\&quot; beve...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Unisex/Single Use&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.894265, longitude: -87.799768&gt;, #&lt;Venue id: 77, name: &quot;Frederick C. Robie House&quot;, address: &quot;5757 S. Woodlawn Ave. (Cross Street: 58th St.)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60637, url: &quot;www.wrightplus.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:37&quot;, updated_at: &quot;2010-09-12 23:53:37&quot;, phone: &quot;(708) 848-1976&quot;, description: nil, info_html: &quot;&lt;p&gt;Located on the campus of the University of Chica...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom-limited access (see note)&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.789937, longitude: -87.595936&gt;, #&lt;Venue id: 55, name: &quot;Hampton Inn &amp; Suites Chicago River North&quot;, address: &quot;33 W. Illinois St. (Cross Street: Dearborn St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60610, url: &quot;www.hamptoninnchicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:32&quot;, updated_at: &quot;2010-09-12 23:53:32&quot;, phone: &quot;312-832-0330&quot;, description: &quot;Affordable and in a great location, this hotel has ...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Hampton Inn &amp; Suites Chicago River North&lt;/h3&gt;&lt;p...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.890801, longitude: -87.629324&gt;, #&lt;Venue id: 18, name: &quot;Hampton Inn &amp; Suites Skokie&quot;, address: &quot;5201 Old Orchard Road (Cross Street: Skokie Blvd.)&quot;, city: &quot;Skokie&quot;, state: &quot;Il&quot;, zip: 60077, url: &quot;www.hamptoninn.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:27&quot;, updated_at: &quot;2010-09-12 23:53:27&quot;, phone: &quot;847-583-1111&quot;, description: &quot;This Hampton Inn is located near the Westfield Old ...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Hampton Inn &amp; Suites Skokie&lt;/h3&gt;&lt;p&gt;This Hampton...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 8, latitude: 42.061664, longitude: -87.756729&gt;, #&lt;Venue id: 39, name: &quot;Hard Rock Hotel Chicago&quot;, address: &quot;230 N. Michigan Ave. (Cross Street: Wacker Pl.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60601, url: &quot;www.hardrockhotelchicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:30&quot;, updated_at: &quot;2010-09-12 23:53:30&quot;, phone: &quot;312-345-1000&quot;, description: &quot;Chicago's Hard Rock Hotel is located in the 40-stor...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Hard Rock Hotel Chicago&lt;/h3&gt;&lt;p&gt;Chicago's Hard R...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.886568, longitude: -87.624754&gt;, #&lt;Venue id: 21, name: &quot;Hilton Chicago&quot;, address: &quot;720 S. Michigan Ave. (Cross Street: Balbo Dr.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60605, url: &quot;www.hilton.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:27&quot;, updated_at: &quot;2010-09-12 23:53:27&quot;, phone: &quot;312-922-4400&quot;, description: &quot;This historic Chicago hotel is located on S. Michig...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Hilton Chicago&lt;/h3&gt;&lt;p&gt;This historic Chicago hot...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 9, latitude: 41.872499, longitude: -87.624357&gt;, #&lt;Venue id: 56, name: &quot;Hilton Garden Inn Chicago Downtown Magnificent Mile...&quot;, address: &quot;10 E. Grand Ave. (Cross Street: State St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.hiltongardenchicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:33&quot;, updated_at: &quot;2010-09-12 23:53:33&quot;, phone: &quot;312-595-0000&quot;, description: &quot;The hotel's location at Grand and State puts visito...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Hilton Garden Inn Chicago Downtown Magnificent ...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.891672, longitude: -87.627382&gt;, #&lt;Venue id: 37, name: &quot;Hilton O'Hare&quot;, address: &quot;O'Hare International Airport, P.O. Box 66414&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60666, url: &quot;www.hilton.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:29&quot;, updated_at: &quot;2010-09-12 23:53:29&quot;, phone: &quot;773-686-8000&quot;, description: &quot;Located right at the airport, the Hilton O'Hare con...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Hilton O'Hare&lt;/h3&gt;&lt;p&gt;Located right at the airpo...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 11, latitude: 41.9764878, longitude: -87.9051066&gt;, #&lt;Venue id: 13, name: &quot;Holiday Inn Chicago Mart Plaza&quot;, address: &quot;350 N. Orleans St. (Cross Street: Kinzie St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60654, url: &quot;www.martplaza.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:26&quot;, updated_at: &quot;2010-09-12 23:53:26&quot;, phone: &quot;312-836-5000&quot;, description: &quot;The Holiday Inn Chicago Mart Plaza is located acros...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Holiday Inn Chicago Mart Plaza&lt;/h3&gt;&lt;p&gt;The Holid...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 6, latitude: 41.888078, longitude: -87.636893&gt;, #&lt;Venue id: 26, name: &quot;Holiday Inn Chicago Rolling Meadows&quot;, address: &quot;3405 Algonquin Road (Cross Street: Route 53)&quot;, city: &quot;Rolling Meadows&quot;, state: &quot;Il&quot;, zip: 60008, url: &quot;www.schaumburghi.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:28&quot;, updated_at: &quot;2010-09-12 23:53:28&quot;, phone: &quot;847-259-5000&quot;, description: &quot;Newly remodeled in 2007, the Holiday Inn Chicago Ro...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Holiday Inn Chicago Rolling Meadows&lt;/h3&gt;&lt;p&gt;Newl...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 10, latitude: 42.06027, longitude: -88.0228039&gt;, #&lt;Venue id: 16, name: &quot;Holiday Inn Hotel &amp; Suites Downtown&quot;, address: &quot;506 W. Harrison St. (Cross Street: Canal St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60607, url: &quot;www.hidowntown.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:26&quot;, updated_at: &quot;2010-09-12 23:53:26&quot;, phone: &quot;312-957-9100&quot;, description: &quot;Located near Sears Tower, Union Station, University...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Holiday Inn Hotel &amp; Suites Downtown&lt;/h3&gt;&lt;p&gt;Loca...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 7, latitude: 41.874546, longitude: -87.640085&gt;, #&lt;Venue id: 19, name: &quot;Holiday Inn North Shore&quot;, address: &quot;5300 W. Touhy Ave. (Cross Street: Hwy. 94/Edens Ex&quot;, city: &quot;Skokie&quot;, state: &quot;Il&quot;, zip: 60077, url: &quot;www.holiday-inn.com/chi-skokie&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:27&quot;, updated_at: &quot;2010-09-12 23:53:27&quot;, phone: &quot;847-679-8900&quot;, description: &quot;This hotel is located 3 blocks west of I-94, 10 mil...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Holiday Inn North Shore&lt;/h3&gt;&lt;p&gt;This hotel is lo...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 8, latitude: 42.0333636, longitude: -87.7333934&gt;, #&lt;Venue id: 58, name: &quot;Homewood Suites by Hilton Chicago Downtown&quot;, address: &quot;40 E. Grand Ave. (Cross Street: Wabash Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.homewoodsuiteschicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:33&quot;, updated_at: &quot;2010-09-12 23:53:33&quot;, phone: &quot;312-644-2222&quot;, description: &quot;Intimate and comfortable, this upscale all-suite pr...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Homewood Suites by Hilton Chicago Downtown&lt;/h3&gt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8918065, longitude: -87.62636&gt;, #&lt;Venue id: 22, name: &quot;Hostelling International Chicago&quot;, address: &quot;24 E. Congress Parkway (Cross Street: State St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60605, url: &quot;www.hichicago.org&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:27&quot;, updated_at: &quot;2010-09-12 23:53:27&quot;, phone: &quot;312-360-0300&quot;, description: &quot;Located in the heart of downtown Chicago, Chicago H...&quot;, info_html: &quot;1&quot;, deaf_access: &quot;&lt;h3&gt;Hostelling International Chicago&lt;/h3&gt;&lt;p&gt;Located...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 9, latitude: 41.875808, longitude: -87.626503&gt;, #&lt;Venue id: 40, name: &quot;Hotel Monaco&quot;, address: &quot;225 N. Wabash Ave. (Cross Street: E. Wacker Pl.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60601, url: &quot;www.monaco-chicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:30&quot;, updated_at: &quot;2010-09-12 23:53:30&quot;, phone: &quot;312-960-8500&quot;, description: &quot;The Hotel Monaco, a 4-star Kimpton Hotel, is locate...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Hotel Monaco&lt;/h3&gt;&lt;p&gt;The Hotel Monaco, a 4-star ...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.8864537, longitude: -87.6260142&gt;, #&lt;Venue id: 92, name: &quot;House of Blues&quot;, address: &quot;329 N. Dearborn St. (Cross Street: Kinzie)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.hob.com/chicago&quot;, is_active: true, ventype_id: 4, created_at: &quot;2010-09-12 23:53:39&quot;, updated_at: &quot;2010-09-12 23:53:39&quot;, phone: &quot;312-923-2000&quot;, description: nil, info_html: &quot;&lt;p&gt;House of Blues has an upstairs Music Hall that o...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.888098, longitude: -87.629431&gt;, #&lt;Venue id: 41, name: &quot;Hyatt Regency Chicago&quot;, address: &quot;151 E. Wacker Dr. (Cross Street: N. Stetson Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60601, url: &quot;www.chicagohyatt.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:30&quot;, updated_at: &quot;2010-09-12 23:53:30&quot;, phone: &quot;312-665-1234&quot;, description: &quot;A popular conference hotel, the Hyatt Regency Chica...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Hyatt Regency Chicago&lt;/h3&gt;&lt;p&gt;A popular conferen...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.8878907, longitude: -87.6223863&gt;, #&lt;Venue id: 23, name: &quot;Hyatt Regency McCormick Place&quot;, address: &quot;2233 S. Martin Luther King Dr (Cross Street: 22nd&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60616, url: &quot;www.mccormickplace.hyatt.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:27&quot;, updated_at: &quot;2010-09-12 23:53:27&quot;, phone: &quot;312-567-1234&quot;, description: &quot;This large modern hotel connects to Chicago's bigge...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Hyatt Regency McCormick Place&lt;/h3&gt;&lt;p&gt;This large...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 9, latitude: 41.850033, longitude: -87.6500523&gt;, #&lt;Venue id: 27, name: &quot;Hyatt Regency Woodfield&quot;, address: &quot;1800 E. Golf Road (Cross Street: Route 53)&quot;, city: &quot;Schaumburg&quot;, state: &quot;Il&quot;, zip: 60173, url: &quot;www.woodfield.hyatt.com www.hyattregencywoodfield....&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:28&quot;, updated_at: &quot;2010-09-12 23:53:28&quot;, phone: &quot;847-605-1234&quot;, description: &quot;This upscale property has both indoor and outdoor p...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Hyatt Regency Woodfield&lt;/h3&gt;&lt;p&gt;This upscale pro...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 10, latitude: 42.0507954, longitude: -88.0335131&gt;, #&lt;Venue id: 78, name: &quot;Jane Addams Hull House Museum&quot;, address: &quot;800 S. Halsted St. (Cross Street: W. Harrison St.)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60607, url: &quot;www.hullhousemuseum.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:37&quot;, updated_at: &quot;2010-09-12 23:53:37&quot;, phone: &quot;(312) 413-5353&quot;, description: nil, info_html: &quot;&lt;p&gt;Housed in original Hull-House buildings at the U...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.871942, longitude: -87.647144&gt;, #&lt;Venue id: 8, name: &quot;Marriott Chicago Midway&quot;, address: &quot;6520 S. Cicero Ave. (Cross Street: W. 55th St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60638, url: &quot;www.midwayhotelcenter.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:25&quot;, updated_at: &quot;2010-09-12 23:53:25&quot;, phone: &quot;708-594-5500&quot;, description: &quot;The Marriott Chicago Midway offers a 24-hour compli...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Marriott Chicago Midway&lt;/h3&gt;&lt;p&gt;The Marriott Chi...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 3, latitude: 41.7739199, longitude: -87.744401&gt;, #&lt;Venue id: 59, name: &quot;Millennium Knickerbocker Hotel&quot;, address: &quot;163 E. Walton Pl. (Cross Street: N. Michigan Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.millenniumhotels.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:33&quot;, updated_at: &quot;2010-09-12 23:53:33&quot;, phone: &quot;312-751-8100&quot;, description: &quot;The Millennium Knickerbocker is located near Bloomi...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Millennium Knickerbocker Hotel&lt;/h3&gt;&lt;p&gt;The Mille...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.899806, longitude: -87.622715&gt;, #&lt;Venue id: 2, name: &quot;Millennium Park&quot;, address: &quot;55 N. Michigan Ave. (Randolph)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.millenniumpark.org&quot;, is_active: true, ventype_id: 1, created_at: &quot;2010-09-12 23:53:24&quot;, updated_at: &quot;2010-09-12 23:53:24&quot;, phone: &quot;312-742-1168&quot;, description: nil, info_html: &quot;&lt;p&gt;Chicago's newest attraction was designed to be u...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People who are Deaf/Hard of Hearin...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Assistive Equipment for Guests with Restricted ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Unisex/Single Use&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8830848, longitude: -87.6242493&gt;, #&lt;Venue id: 79, name: &quot;Museum of Contemporary Art&quot;, address: &quot;220 E. Chicago Ave. (Cross Street: Mies van der Ro&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60611, url: &quot;www.mcachicago.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:37&quot;, updated_at: &quot;2010-09-12 23:53:37&quot;, phone: &quot;(312) 280-2660&quot;, description: nil, info_html: &quot;&lt;p&gt;The MCA, one of the nation's leading centers for...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.850033, longitude: -87.6500523&gt;, #&lt;Venue id: 80, name: &quot;Museum of Contemporary Photography&quot;, address: &quot;600 S. Michigan Ave. (Cross Street: E. Harrison St&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60605, url: &quot;www.mocp.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:37&quot;, updated_at: &quot;2010-09-12 23:53:37&quot;, phone: &quot;(312) 663-5554&quot;, description: nil, info_html: &quot;&lt;p&gt;The Museum of Contemporary Photography, based at...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8744263, longitude: -87.6259904&gt;, #&lt;Venue id: 81, name: &quot;Museum of Science &amp; Industry&quot;, address: &quot;S. 57th St. and Lake Shore Dr.&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60637, url: &quot;www.msichicago.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:38&quot;, updated_at: &quot;2010-09-12 23:53:38&quot;, phone: &quot;(773) 684-1414&quot;, description: nil, info_html: &quot;&lt;p&gt;Located on the lakefront in Hyde Park, the Museu...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.7924461, longitude: -87.5803502&gt;, #&lt;Venue id: 82, name: &quot;Naper Settlement&quot;, address: &quot;523 S. Webster St. (Cross Street: Aurora Ave.)&quot;, city: &quot;Naperville&quot;, state: &quot;IL&quot;, zip: 60540, url: &quot;www.napersettlement.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:38&quot;, updated_at: &quot;2010-09-12 23:53:38&quot;, phone: &quot;(630) 420-6010&quot;, description: nil, info_html: &quot;&lt;p&gt;This 19th century museum village offers visitors...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;p&gt;Note: A number of capital projects are underway ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.7694721, longitude: -88.1514372&gt;, #&lt;Venue id: 83, name: &quot;National Museum of Mexican Art&quot;, address: &quot;1852 W. 19th St (Cross Street: Wolcott Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60608, url: &quot;www.nationalmuseumofmexicanart.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:38&quot;, updated_at: &quot;2010-09-12 23:53:38&quot;, phone: &quot;312-738-1503&quot;, description: nil, info_html: &quot;&lt;p&gt;Located in the vibrant community of Pilsen on Ch...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8560733, longitude: -87.6729798&gt;, #&lt;Venue id: 3, name: &quot;Navy Pier&quot;, address: &quot;600 E. Grand Ave. (Lake Shore Dr.)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.navypier.com&quot;, is_active: true, ventype_id: 1, created_at: &quot;2010-09-12 23:53:24&quot;, updated_at: &quot;2010-09-12 23:53:24&quot;, phone: &quot;312-595-7437&quot;, description: nil, info_html: &quot;&lt;p&gt;Virtually a neighborhood in itself, this unique ...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Assistive Equipment for Guests with Restricted ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.891975, longitude: -87.609615&gt;, #&lt;Venue id: 60, name: &quot;Omni Chicago Hotel&quot;, address: &quot;676 N. Michigan Ave (Cross Street: Huron St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.omnihotels.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:33&quot;, updated_at: &quot;2010-09-12 23:53:33&quot;, phone: &quot;312-944-6664&quot;, description: &quot;Centrally located on the Magnificent Mile, the Omni...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Omni Chicago Hotel&lt;/h3&gt;&lt;p&gt;Centrally located on ...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8947178, longitude: -87.6245523&gt;, #&lt;Venue id: 84, name: &quot;Oriental Institute Museum&quot;, address: &quot;1155 E. 58th St (Cross Street: S. University Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60637, url: &quot;www.oi.uchicago.edu&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:38&quot;, updated_at: &quot;2010-09-12 23:53:38&quot;, phone: &quot;(773) 702-9514&quot;, description: nil, info_html: &quot;&lt;p&gt;The Oriental Institute, a part of the University...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.789217, longitude: -87.597792&gt;, #&lt;Venue id: 42, name: &quot;Palmer House Hilton&quot;, address: &quot;17 E. Monroe (Cross Street: State St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60603, url: &quot;www.hilton.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:30&quot;, updated_at: &quot;2010-09-12 23:53:30&quot;, phone: &quot;312-726-7500&quot;, description: &quot;This Chicago landmark, located in the heart of the ...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Palmer House Hilton&lt;/h3&gt;&lt;p&gt;This Chicago landmar...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.880378, longitude: -87.62676&gt;, #&lt;Venue id: 61, name: &quot;Park Hyatt Chicago&quot;, address: &quot;800 N. Michigan Ave (Cross Street: Chicago Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.parkhyattchicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:34&quot;, updated_at: &quot;2010-09-12 23:53:34&quot;, phone: &quot;312-335-1234&quot;, description: &quot;This luxurious hotel overlooks Water Tower Square. ...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Park Hyatt Chicago&lt;/h3&gt;&lt;p&gt;This luxurious hotel ...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.897074, longitude: -87.625011&gt;, #&lt;Venue id: 85, name: &quot;Peggy Notebaert Nature Museum&quot;, address: &quot;2430 N. Cannon Drive (Cross Street: Fullerton)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60614, url: &quot;www.chias.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:38&quot;, updated_at: &quot;2010-09-12 23:53:38&quot;, phone: &quot;(773) 755-5100&quot;, description: nil, info_html: &quot;&lt;p&gt;The mission of the Chicago Academy of Sciences a...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Unisex/Single Use&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.926803, longitude: -87.634324&gt;, #&lt;Venue id: 28, name: &quot;Radisson Schaumburg Hotel&quot;, address: &quot;1725 E. Algonquin Rd. (Cross Street: Route 53)&quot;, city: &quot;Schaumburg&quot;, state: &quot;Il&quot;, zip: 60173, url: &quot;www.radisson.com/schaumburgil&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:28&quot;, updated_at: &quot;2010-09-12 23:53:28&quot;, phone: &quot;847-397-1500&quot;, description: &quot;With a prime location in Schaumburg just minutes fr...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Radisson Schaumburg Hotel&lt;/h3&gt;&lt;p&gt;With a prime l...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 10, latitude: 42.0637749, longitude: -88.0362045&gt;, #&lt;Venue id: 93, name: &quot;Redhead Piano Bar&quot;, address: &quot;16 W. Ontario St (Cross Street: State)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.redheadpianobar.com&quot;, is_active: true, ventype_id: 4, created_at: &quot;2010-09-12 23:53:40&quot;, updated_at: &quot;2010-09-12 23:53:40&quot;, phone: &quot;312-640-1000&quot;, description: nil, info_html: &quot;&lt;p&gt;This intimate piano bar has been drawing crowds ...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8933778, longitude: -87.6286481&gt;, #&lt;Venue id: 43, name: &quot;Renaissance Chicago Hotel&quot;, address: &quot;One W. Wacker Dr. (Cross Street: State St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60601, url: &quot;www.renaissancechicagodowntown.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:30&quot;, updated_at: &quot;2010-09-12 23:53:30&quot;, phone: &quot;312-372-7200&quot;, description: &quot;Located on the northern edge of the Loop, this Marr...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Renaissance Chicago Hotel&lt;/h3&gt;&lt;p&gt;Located on the...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.8867913, longitude: -87.6279741&gt;, #&lt;Venue id: 29, name: &quot;Renaissance Schaumburg Hotel Convention Center&quot;, address: &quot;1550 N. Thoreau Dr. (Cross Street: E. Algonquin Rd&quot;, city: &quot;Schaumburg&quot;, state: &quot;Il&quot;, zip: 60173, url: &quot;www.renaissanceschaumburg.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:28&quot;, updated_at: &quot;2010-09-12 23:53:28&quot;, phone: &quot;847-303-4100&quot;, description: &quot;This new hotel and conference center, owned by the ...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Renaissance Schaumburg Hotel Convention Center&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 10, latitude: 42.0703579, longitude: -88.0499399&gt;, #&lt;Venue id: 63, name: &quot;Residence Inn By Marriott Downtown Chicago&quot;, address: &quot;201 E. Walton Pl. (Cross Street: Mies van der Rohe&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.marriott.com/chird&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:34&quot;, updated_at: &quot;2010-09-12 23:53:34&quot;, phone: &quot;312-943-9800&quot;, description: &quot;In December 2007 this all-suite hotel will undergo ...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Residence Inn By Marriott Downtown Chicago&lt;/h3&gt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.850033, longitude: -87.6500523&gt;, #&lt;Venue id: 57, name: &quot;Ritz Carlton Chicago, A Four Seasons Hotel&quot;, address: &quot;160 E. Pearson St. (Cross Street: N. Michigan Ave.&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.fourseasons.com/chicagorc&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:33&quot;, updated_at: &quot;2010-09-12 23:53:33&quot;, phone: &quot;312-266-1000&quot;, description: &quot;the Ritz Carlton offers luxury accommodations in a ...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Ritz Carlton Chicago, A Four Seasons Hotel&lt;/h3&gt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8915268, longitude: -87.6242584&gt;, #&lt;Venue id: 5, name: &quot;Sears Tower Skydeck&quot;, address: &quot;233 S. Wacker Dr. (Jackson)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.theskydeck.com&quot;, is_active: true, ventype_id: 1, created_at: &quot;2010-09-12 23:53:24&quot;, updated_at: &quot;2010-09-12 23:53:24&quot;, phone: &quot;312-875-9696&quot;, description: nil, info_html: &quot;&lt;p&gt;Over a million visitors a year soar to the top o...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.878892, longitude: -87.636673&gt;, #&lt;Venue id: 86, name: &quot;Shedd Aquarium&quot;, address: &quot;1200 S. Lakeshore Dr. (Cross Street: Roosevelt)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60605, url: &quot;www.sheddaquarium.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:38&quot;, updated_at: &quot;2010-09-12 23:53:38&quot;, phone: &quot;(312) 939-2438&quot;, description: nil, info_html: &quot;&lt;p&gt;The Oceanarium at the Shedd is so realistic it w...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 42.4199766, longitude: -88.0288942&gt;, #&lt;Venue id: 64, name: &quot;Sheraton Chicago Hotel &amp; Towers&quot;, address: &quot;301 E. North Water St. (Cross Street: Columbus Dr.&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.sheratonchicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:34&quot;, updated_at: &quot;2010-09-12 23:53:34&quot;, phone: &quot;312-464-1000&quot;, description: &quot;This large conference hotel, virtually a city in it...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Sheraton Chicago Hotel &amp; Towers&lt;/h3&gt;&lt;p&gt;This lar...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: nil, longitude: nil&gt;, #&lt;Venue id: 30, name: &quot;Sheraton Chicago Northwest&quot;, address: &quot;3400 W. Euclid (Cross Street: Route 53)&quot;, city: &quot;Arlington Heights&quot;, state: &quot;Il&quot;, zip: 60005, url: &quot;www.sheraton.com/chicagonorthwest&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:28&quot;, updated_at: &quot;2010-09-12 23:53:28&quot;, phone: &quot;847-394-2000&quot;, description: &quot;The Sheraton Chicago Northwest is located 12 miles ...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Sheraton Chicago Northwest&lt;/h3&gt;&lt;p&gt;The Sheraton ...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 10, latitude: 42.08934, longitude: -88.022559&gt;, #&lt;Venue id: 87, name: &quot;Smart Museum of Art, UC Hyde Park&quot;, address: &quot;5550 S. Greenwood Ave. (Cross Street: 55th/56th)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60637, url: &quot;smartmuseum.uchicago.edu&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:38&quot;, updated_at: &quot;2010-09-12 23:53:38&quot;, phone: &quot;(773) 702-0200&quot;, description: nil, info_html: &quot;&lt;p&gt;Located on the University of Chicago's Hyde Park...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Secondary entrance is wheelch...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.793736, longitude: -87.599959&gt;, #&lt;Venue id: 65, name: &quot;Sofitel Chicago Water Tower&quot;, address: &quot;20 E. Chestnut St (Cross Street: State St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.sofitel.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:34&quot;, updated_at: &quot;2010-09-12 23:53:34&quot;, phone: &quot;312-324-4000&quot;, description: &quot;This spectacular building designed by French archit...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Sofitel Chicago Water Tower&lt;/h3&gt;&lt;p&gt;This spectac...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.898561, longitude: -87.6274059&gt;, #&lt;Venue id: 45, name: &quot;Swissotel Chicago&quot;, address: &quot;323 E. Wacker Dr (Cross Street: N. Columbus Dr.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60601, url: &quot;www.swissotel.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:31&quot;, updated_at: &quot;2010-09-12 23:53:31&quot;, phone: &quot;312-565-0565&quot;, description: &quot;This all-glass triangular hotel, located on the Chi...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;Swissotel Chicago&lt;/h3&gt;&lt;p&gt;This all-glass triangu...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.887199, longitude: -87.618842&gt;, #&lt;Venue id: 9, name: &quot;The Allerton Hotel Chicago&quot;, address: &quot;701 N. Michigan Ave. (Cross Street: Superior St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.allertonchi.crowneplaza.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:25&quot;, updated_at: &quot;2010-09-12 23:53:25&quot;, phone: &quot;312-440-1500&quot;, description: &quot;One of the first high-rises on the Magnificent Mile...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;The Allerton Hotel Chicago&lt;/h3&gt;&lt;p&gt;One of the fi...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.895154, longitude: -87.623928&gt;, #&lt;Venue id: 4, name: &quot;The Hancock Observatory&quot;, address: &quot;875 N. Michigan Ave. (Delaware)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: nil, url: &quot;www.hancockobservatory.com&quot;, is_active: true, ventype_id: 1, created_at: &quot;2010-09-12 23:53:24&quot;, updated_at: &quot;2010-09-12 23:53:24&quot;, phone: &quot;888-875-8439&quot;, description: nil, info_html: &quot;&lt;p&gt;Located on the 94th floor of the John Hancock Bu...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Level entry&lt;/li&gt;&lt;li&gt;Door has ...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Men's and Women's&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8986134, longitude: -87.6230479&gt;, #&lt;Venue id: 66, name: &quot;The Peninsula Hotel Chicago&quot;, address: &quot;108 E. Superior St. (Cross Street: Rush St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.peninsula.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:35&quot;, updated_at: &quot;2010-09-12 23:53:35&quot;, phone: &quot;312-337-2888&quot;, description: &quot;Luxurious and sophisticated, the Peninsula Hotel ha...&quot;, info_html: &quot;3&quot;, deaf_access: &quot;&lt;h3&gt;The Peninsula Hotel Chicago&lt;/h3&gt;&lt;p&gt;Luxurious an...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8954253, longitude: -87.6249576&gt;, #&lt;Venue id: 44, name: &quot;The Silversmith Hotel &amp; Suites&quot;, address: &quot;10 S. Wabash (Cross Street: Madison St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60603, url: &quot;www.silversmithchicagohotel.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:31&quot;, updated_at: &quot;2010-09-12 23:53:31&quot;, phone: &quot;312-372-7696&quot;, description: &quot;The Silversmith is a landmark building designed in ...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;The Silversmith Hotel &amp; Suites&lt;/h3&gt;&lt;p&gt;The Silve...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.881645, longitude: -87.626711&gt;, #&lt;Venue id: 88, name: &quot;Unity Temple&quot;, address: &quot;875 Lake Street (Cross Street: N. Kenilworth Ave.)&quot;, city: &quot;Chicago&quot;, state: &quot;IL&quot;, zip: 60301, url: &quot;www.unitytemple-utrf.org&quot;, is_active: true, ventype_id: 3, created_at: &quot;2010-09-12 23:53:39&quot;, updated_at: &quot;2010-09-12 23:53:39&quot;, phone: &quot;(704) 383-8873&quot;, description: nil, info_html: &quot;&lt;p&gt;Visitors to Frank Lloyd Wright's Home and Studio...&quot;, deaf_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, mobility_access: &quot;&lt;h4&gt;Entry&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Ramped entry&lt;/li&gt;&lt;li&gt;East ent...&quot;, restroom_access: &quot;&lt;h4&gt;Restroom&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;Unisex/Single Use&lt;/li&gt;&lt;li&gt;...&quot;, neighborhood_id: nil, latitude: 41.8856177, longitude: -87.6493965&gt;, #&lt;Venue id: 46, name: &quot;W Chicago City Center&quot;, address: &quot;172 W. Adams St. (Cross Street: LaSalle St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60603, url: &quot;www.whotels.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:31&quot;, updated_at: &quot;2010-09-12 23:53:31&quot;, phone: &quot;312-332-1200&quot;, description: &quot;This contemporary-style hotel is located in the hea...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;W Chicago City Center&lt;/h3&gt;&lt;p&gt;This contemporary-...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 1, latitude: 41.879731, longitude: -87.633142&gt;, #&lt;Venue id: 67, name: &quot;W Chicago Lake Shore&quot;, address: &quot;644 N. Lake Shore Dr (Cross Street: Ontario St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.whotels.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:35&quot;, updated_at: &quot;2010-09-12 23:53:35&quot;, phone: &quot;312-943-9200&quot;, description: &quot;Located right on Lake Shore Drive, this hotel offer...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;W Chicago Lake Shore&lt;/h3&gt;&lt;p&gt;Located right on La...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.8938246, longitude: -87.615543&gt;, #&lt;Venue id: 14, name: &quot;Westin Chicago River North&quot;, address: &quot;320 N. Dearborn St. (Cross Street: Kinzie St.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60610, url: &quot;www.westinchicago.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:26&quot;, updated_at: &quot;2010-09-12 23:53:26&quot;, phone: &quot;312-744-1900&quot;, description: &quot;Located on the scenic Chicago River, the Westin is ...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Westin Chicago River North&lt;/h3&gt;&lt;p&gt;Located on th...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 6, latitude: 41.888233, longitude: -87.63014&gt;, #&lt;Venue id: 36, name: &quot;Westin Hotel O'Hare&quot;, address: &quot;6100 N. River Rd. (Cross Street: Hwy 90)&quot;, city: &quot;Rosemont&quot;, state: &quot;Il&quot;, zip: 60018, url: &quot;www.westinohare.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:29&quot;, updated_at: &quot;2010-09-12 23:53:29&quot;, phone: &quot;847-698-6000&quot;, description: &quot;Westin O'Hare is just minutes from the airport. Com...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Westin Hotel O'Hare&lt;/h3&gt;&lt;p&gt;Westin O'Hare is jus...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 11, latitude: 41.9898061, longitude: -87.8599831&gt;, #&lt;Venue id: 68, name: &quot;Westin Michigan Avenue Chicago&quot;, address: &quot;909 N. Michigan Ave. (Cross Street: Delaware Pl.)&quot;, city: &quot;Chicago&quot;, state: &quot;Il&quot;, zip: 60611, url: &quot;www.westinmichiganave.com&quot;, is_active: true, ventype_id: 2, created_at: &quot;2010-09-12 23:53:35&quot;, updated_at: &quot;2010-09-12 23:53:35&quot;, phone: &quot;312-943-7200&quot;, description: &quot;The Westin Michigan Avenue Chicago is located on th...&quot;, info_html: &quot;2&quot;, deaf_access: &quot;&lt;h3&gt;Westin Michigan Avenue Chicago&lt;/h3&gt;&lt;p&gt;The Westi...&quot;, blind_access: &quot;&lt;h4&gt;Features for People with Hearing Loss&lt;/h4&gt;&lt;ul&gt;&lt;...&quot;, mobility_access: &quot;&lt;h4&gt;Features for People with Vision Loss&lt;/h4&gt;&lt;ul&gt;&lt;l...&quot;, restroom_access: nil, neighborhood_id: 4, latitude: 41.899498, longitude: -87.623493&gt;]&gt;
action_dispatch.cookies: {&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}
action_dispatch.parameter_filter: [:password]
action_dispatch.remote_ip: 127.0.0.1
action_dispatch.request.content_type: nil
action_dispatch.request.formats: [text/html]
action_dispatch.request.parameters: {&quot;controller&quot;=&gt;&quot;routes&quot;, &quot;action&quot;=&gt;&quot;new&quot;}
action_dispatch.request.path_parameters: {:controller=&gt;&quot;routes&quot;, :action=&gt;&quot;new&quot;}
action_dispatch.request.query_parameters: {}
action_dispatch.request.request_parameters: {}
action_dispatch.request.unsigned_session_cookie: {&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}
action_dispatch.secret_token: &quot;45379406066130221a854aee263c379e01c39f4ed6ae3c8051763a287615b2715a128ad0b4f16f95cd4e430313caa6249012cb6bce56edeee3dc4bbca17c0efa&quot;
rack.errors: #&lt;IO:&lt;STDERR&gt;&gt;
rack.input: #&lt;StringIO:0x00000100e15fb8&gt;
rack.multiprocess: false
rack.multithread: false
rack.request.cookie_hash: {&quot;_geoaccess_session&quot;=&gt;&quot;BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY=--8c90bed3802dc045061493ac0d8cc248c052462c&quot;, &quot;remember_token&quot;=&gt;&quot;BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;}
rack.request.cookie_string: &quot;_geoaccess_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlYWI4YTgxMmFlMjRkODQ3YTVlMjljNWE0MGVlMDAyYzdJIhBfY3NyZl90b2tlbgY7AEZJIjFkY2RjRHdsMDJhYmU3SFZKazZYU2gvQlRpaStDYWpQOHhwNjBXY3lUZ004PQY7AEY%3D--8c90bed3802dc045061493ac0d8cc248c052462c; remember_token=BAhbB2kGSSJFZDAyYjRmZjlhMzI4YmZkOTc4MzIxODk1ZmViNTBkNjQyOGQyZDU4YWE0N2UzZGU4NGYxMjMxZTU2YmIyNmUwYwY6BkVU--de3aa639b3f5b7b255bb452a1e4765e98ac247ac&quot;
rack.request.query_hash: {}
rack.request.query_string: &quot;&quot;
rack.run_once: false
rack.session: {&quot;session_id&quot;=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;, &quot;_csrf_token&quot;=&gt;&quot;dcdcDwl02abe7HVJk6XSh/BTii+CajP8xp60WcyTgM8=&quot;}
rack.session.options: {:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :id=&gt;&quot;ab8a812ae24d847a5e29c5a40ee002c7&quot;}
rack.url_scheme: &quot;http&quot;
rack.version: [1, 1]</pre></div>
<h2 style="margin-top: 30px">Response</h2>
<p><b>Headers</b>: <pre>None</pre></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment