Skip to content

Instantly share code, notes, and snippets.

@helmerj
Created August 24, 2010 12:08
Show Gist options
  • Save helmerj/547433 to your computer and use it in GitHub Desktop.
Save helmerj/547433 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Action Controller: Exception caught</title>
<style>
body { background-color: #fff; color: #333; }
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
</style>
</head>
<body>
<h1>
NameError
in Admin/usersController#rate
</h1>
<pre>Constant AjaxfulRating::MissingRateRoute from ajaxful_rating/missing_rate_route.rb not found
Constant MissingRateRoute from missing_rate_route.rb not found</pre>
<p><code>RAILS_ROOT: /home/helmerj/rails/embo2011</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>/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/desert-0.5.1/lib/desert/rails/dependencies.rb:56:in `look_for_constant_in_parent_module'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/desert-0.5.1/lib/desert/rails/dependencies.rb:13:in `load_missing_constant'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:80:in `const_missing_not_from_s3_library'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:98:in `send'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:98:in `const_missing'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/stars_builder.rb:52:in `apply_stars_builder_options!'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/stars_builder.rb:10:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/helpers.rb:82:in `new'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/helpers.rb:82:in `ratings_for'
/home/helmerj/rails/embo2011/app/controllers/admin/users_controller.rb:125:in `rate'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/prototype_helper.rb:578:in `instance_exec'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/prototype_helper.rb:578:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/prototype_helper.rb:577:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:970:in `new'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:970:in `render_without_benchmark'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
/home/helmerj/rails/embo2011/app/controllers/admin/users_controller.rb:124:in `rate'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `send'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action_without_render_component'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `send'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process_without_filters'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'</code></pre>
</div>
<div id="Framework-Trace" style="display: none;">
<pre><code>/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/home/helmerj/rails/embo2011/vendor/plugins/active_scaffold/lib/extensions/action_controller_rendering.rb:13:in `render'
/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/home/helmerj/rails/embo2011/vendor/plugins/render_component/lib/components.rb:39:in `perform_action'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:87:in `dispatch'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:121:in `_call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/home/helmerj/rails/embo2011/vendor/plugins/community_engine/lib/flash_session_cookie_middleware.rb:14:in `call'
/home/helmerj/rails/embo2011/vendor/plugins/community_engine/lib/flash_session_cookie_middleware.rb:14:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:114:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3</code></pre>
</div>
<div id="Full-Trace" style="display: none;">
<pre><code>/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/desert-0.5.1/lib/desert/rails/dependencies.rb:56:in `look_for_constant_in_parent_module'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/desert-0.5.1/lib/desert/rails/dependencies.rb:13:in `load_missing_constant'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:80:in `const_missing_not_from_s3_library'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:98:in `send'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:98:in `const_missing'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/stars_builder.rb:52:in `apply_stars_builder_options!'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/stars_builder.rb:10:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/helpers.rb:82:in `new'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/ajaxful_rating-2.2.8.1/lib/axr/helpers.rb:82:in `ratings_for'
/home/helmerj/rails/embo2011/app/controllers/admin/users_controller.rb:125:in `rate'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/prototype_helper.rb:578:in `instance_exec'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/prototype_helper.rb:578:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/capture_helper.rb:129:in `with_output_buffer'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_view/helpers/prototype_helper.rb:577:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:970:in `new'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:970:in `render_without_benchmark'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:51:in `render_without_active_scaffold'
/home/helmerj/rails/embo2011/vendor/plugins/active_scaffold/lib/extensions/action_controller_rendering.rb:13:in `render'
/home/helmerj/rails/embo2011/app/controllers/admin/users_controller.rb:124:in `rate'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `send'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/filters.rb:617:in `call_filters'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/flash.rb:151:in `perform_action_without_render_component'
/home/helmerj/rails/embo2011/vendor/plugins/render_component/lib/components.rb:39:in `perform_action'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `send'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:532:in `process_without_filters'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/filters.rb:606:in `process'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:391:in `process'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/base.rb:386:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb:438:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:87:in `dispatch'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:121:in `_call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/home/helmerj/rails/embo2011/vendor/plugins/community_engine/lib/flash_session_cookie_middleware.rb:14:in `call'
/home/helmerj/rails/embo2011/vendor/plugins/community_engine/lib/flash_session_cookie_middleware.rb:14:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:29:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:9:in `cache'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activerecord-2.3.8/lib/active_record/query_cache.rb:28:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/haml-3.0.15/lib/sass/plugin/rack.rb:41:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/string_coercion.rb:25:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/head.rb:9:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/methodoverride.rb:24:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/params_parser.rb:15:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/session/cookie_store.rb:99:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/failsafe.rb:26:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/lock.rb:11:in `synchronize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/lock.rb:11:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:114:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/reloader.rb:34:in `run'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rails-2.3.8/lib/rails/rack/static.rb:31:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/urlmap.rb:47:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `each'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/urlmap.rb:41:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rails-2.3.8/lib/rails/rack/log_tailer.rb:17:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/content_length.rb:13:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/chunked.rb:15:in `call'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:67:in `process'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:38:in `run'
/home/helmerj/.rvm/gems/ree-1.8.7-2010.02/gems/rails-2.3.8/lib/commands/server.rb:111
/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/home/helmerj/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3</code></pre>
</div>
</div>
<h2 style="margin-top: 30px">Request</h2>
<p><b>Parameters</b>: <pre>{&quot;small&quot;=&gt;&quot;false&quot;,
&quot;authenticity_token&quot;=&gt;&quot;JK1jve9xhS8q06v97WZYqI067L8MBh5SZpKzwcdVnW4=&quot;,
&quot;id&quot;=&gt;&quot;musa87&quot;,
&quot;stars&quot;=&gt;&quot;7&quot;,
&quot;dimension&quot;=&gt;&quot;&quot;,
&quot;show_user_rating&quot;=&gt;&quot;true&quot;}</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 class='debug_dump'>---
</pre></div>
<h2 style="margin-top: 30px">Response</h2>
<p><b>Headers</b>: <pre>{&quot;Content-Type&quot;=&gt;&quot;&quot;,
&quot;Cache-Control&quot;=&gt;&quot;no-cache&quot;}</pre></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment