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