Skip to content

Instantly share code, notes, and snippets.

@zuchmanski
Created July 25, 2011 21:17
Show Gist options
  • Save zuchmanski/1105255 to your computer and use it in GitHub Desktop.
Save zuchmanski/1105255 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>
NoMethodError
in ContentController#show
</h1>
<pre>undefined method `model_name' for NilClass:Class</pre>
<p><code>Rails.root: /home/sebcioz/domains/tea_shop</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></code></pre>
</div>
<div id="Framework-Trace" style="display: none;">
<pre><code>activemodel (3.0.9) lib/active_model/naming.rb:95:in `model_name_from_record_or_class'
activemodel (3.0.9) lib/active_model/naming.rb:74:in `plural'
actionpack (3.0.9) lib/action_dispatch/routing/polymorphic_routes.rb:166:in `build_named_route_call'
actionpack (3.0.9) lib/action_dispatch/routing/polymorphic_routes.rb:107:in `polymorphic_url'
actionpack (3.0.9) lib/action_dispatch/routing/url_for.rb:133:in `url_for'
actionpack (3.0.9) lib/action_controller/metal/redirecting.rb:89:in `_compute_redirect_to_location'
actionpack (3.0.9) lib/action_controller/metal/redirecting.rb:61:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/flash.rb:25:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.9) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:101:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:150:in `navigation_behavior'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:128:in `rescue in to_html'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:126:in `to_html'
spree_core (0.60.1) lib/spree_core/spree_custom_responder.rb:19:in `to_html'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:119:in `respond'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:112:in `call'
spree_core (0.60.1) lib/spree_core/spree_respond_with.rb:15:in `respond_with'
spree_core (0.60.1) app/controllers/content_controller.rb:11:in `show'
actionpack (3.0.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.0.9) lib/abstract_controller/base.rb:150:in `process_action'
actionpack (3.0.9) lib/action_controller/metal/rendering.rb:11:in `process_action'
actionpack (3.0.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.0.9) lib/active_support/callbacks.rb:456:in `_run__603810528__process_action__590353929__callbacks'
activesupport (3.0.9) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
activesupport (3.0.9) lib/active_support/callbacks.rb:94:in `run_callbacks'
actionpack (3.0.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.9) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.0.9) lib/action_controller/metal/rescue.rb:17:in `process_action'
actionpack (3.0.9) lib/abstract_controller/base.rb:119:in `process'
actionpack (3.0.9) lib/abstract_controller/rendering.rb:41:in `process'
actionpack (3.0.9) lib/action_controller/metal.rb:138:in `dispatch'
actionpack (3.0.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.0.9) lib/action_controller/metal.rb:178:in `block in action'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `call'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:27:in `call'
rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
rack-mount (0.6.14) lib/rack/mount/code_generation.rb:82:in `optimized_each'
rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:493:in `call'
spree_core (0.60.1) lib/middleware/seo_assist.rb:23:in `call'
spree_core (0.60.1) lib/redirect_legacy_product_url.rb:10:in `call'
warden (1.0.4) lib/warden/manager.rb:35:in `block in call'
warden (1.0.4) lib/warden/manager.rb:34:in `catch'
warden (1.0.4) lib/warden/manager.rb:34:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/head.rb:14:in `call'
rack (1.2.3) lib/rack/methodoverride.rb:24:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/flash.rb:182:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/cookies.rb:302:in `call'
activerecord (3.0.9) lib/active_record/query_cache.rb:32:in `block in call'
activerecord (3.0.9) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
activerecord (3.0.9) lib/active_record/query_cache.rb:12:in `cache'
activerecord (3.0.9) lib/active_record/query_cache.rb:31:in `call'
activerecord (3.0.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:354:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
activesupport (3.0.9) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
rack (1.2.3) lib/rack/sendfile.rb:107:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
railties (3.0.9) lib/rails/rack/logger.rb:13:in `call'
rack (1.2.3) lib/rack/runtime.rb:17:in `call'
rack (1.2.3) lib/rack/lock.rb:11:in `block in call'
<internal:prelude>:10:in `synchronize'
rack (1.2.3) lib/rack/lock.rb:11:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/static.rb:30:in `call'
railties (3.0.9) lib/rails/application.rb:168:in `call'
railties (3.0.9) lib/rails/application.rb:77:in `method_missing'
passenger (3.0.5) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
passenger (3.0.5) lib/phusion_passenger/abstract_request_handler.rb:513:in `accept_and_process_next_request'
passenger (3.0.5) lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:205:in `start_request_handler'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:170:in `block in handle_spawn_application'
passenger (3.0.5) lib/phusion_passenger/utils.rb:479:in `safe_fork'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:165:in `handle_spawn_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:180:in `start'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:128:in `start'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
<internal:prelude>:10:in `synchronize'
passenger (3.0.5) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.5) helper-scripts/passenger-spawn-server:99:in `<main>'</code></pre>
</div>
<div id="Full-Trace" style="display: none;">
<pre><code>activemodel (3.0.9) lib/active_model/naming.rb:95:in `model_name_from_record_or_class'
activemodel (3.0.9) lib/active_model/naming.rb:74:in `plural'
actionpack (3.0.9) lib/action_dispatch/routing/polymorphic_routes.rb:166:in `build_named_route_call'
actionpack (3.0.9) lib/action_dispatch/routing/polymorphic_routes.rb:107:in `polymorphic_url'
actionpack (3.0.9) lib/action_dispatch/routing/url_for.rb:133:in `url_for'
actionpack (3.0.9) lib/action_controller/metal/redirecting.rb:89:in `_compute_redirect_to_location'
actionpack (3.0.9) lib/action_controller/metal/redirecting.rb:61:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/flash.rb:25:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.9) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:101:in `redirect_to'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:150:in `navigation_behavior'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:128:in `rescue in to_html'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:126:in `to_html'
spree_core (0.60.1) lib/spree_core/spree_custom_responder.rb:19:in `to_html'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:119:in `respond'
actionpack (3.0.9) lib/action_controller/metal/responder.rb:112:in `call'
spree_core (0.60.1) lib/spree_core/spree_respond_with.rb:15:in `respond_with'
spree_core (0.60.1) app/controllers/content_controller.rb:11:in `show'
actionpack (3.0.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.0.9) lib/abstract_controller/base.rb:150:in `process_action'
actionpack (3.0.9) lib/action_controller/metal/rendering.rb:11:in `process_action'
actionpack (3.0.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.0.9) lib/active_support/callbacks.rb:456:in `_run__603810528__process_action__590353929__callbacks'
activesupport (3.0.9) lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
activesupport (3.0.9) lib/active_support/callbacks.rb:94:in `run_callbacks'
actionpack (3.0.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `block in instrument'
activesupport (3.0.9) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.0.9) lib/active_support/notifications.rb:52:in `instrument'
actionpack (3.0.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.0.9) lib/action_controller/metal/rescue.rb:17:in `process_action'
actionpack (3.0.9) lib/abstract_controller/base.rb:119:in `process'
actionpack (3.0.9) lib/abstract_controller/rendering.rb:41:in `process'
actionpack (3.0.9) lib/action_controller/metal.rb:138:in `dispatch'
actionpack (3.0.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.0.9) lib/action_controller/metal.rb:178:in `block in action'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `call'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:27:in `call'
rack-mount (0.6.14) lib/rack/mount/route_set.rb:148:in `block in call'
rack-mount (0.6.14) lib/rack/mount/code_generation.rb:93:in `block in recognize'
rack-mount (0.6.14) lib/rack/mount/code_generation.rb:82:in `optimized_each'
rack-mount (0.6.14) lib/rack/mount/code_generation.rb:92:in `recognize'
rack-mount (0.6.14) lib/rack/mount/route_set.rb:139:in `call'
actionpack (3.0.9) lib/action_dispatch/routing/route_set.rb:493:in `call'
spree_core (0.60.1) lib/middleware/seo_assist.rb:23:in `call'
spree_core (0.60.1) lib/redirect_legacy_product_url.rb:10:in `call'
warden (1.0.4) lib/warden/manager.rb:35:in `block in call'
warden (1.0.4) lib/warden/manager.rb:34:in `catch'
warden (1.0.4) lib/warden/manager.rb:34:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/head.rb:14:in `call'
rack (1.2.3) lib/rack/methodoverride.rb:24:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/flash.rb:182:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/cookies.rb:302:in `call'
activerecord (3.0.9) lib/active_record/query_cache.rb:32:in `block in call'
activerecord (3.0.9) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache'
activerecord (3.0.9) lib/active_record/query_cache.rb:12:in `cache'
activerecord (3.0.9) lib/active_record/query_cache.rb:31:in `call'
activerecord (3.0.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:354:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
activesupport (3.0.9) lib/active_support/callbacks.rb:416:in `_run_call_callbacks'
actionpack (3.0.9) lib/action_dispatch/middleware/callbacks.rb:44:in `call'
rack (1.2.3) lib/rack/sendfile.rb:107:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
railties (3.0.9) lib/rails/rack/logger.rb:13:in `call'
rack (1.2.3) lib/rack/runtime.rb:17:in `call'
rack (1.2.3) lib/rack/lock.rb:11:in `block in call'
<internal:prelude>:10:in `synchronize'
rack (1.2.3) lib/rack/lock.rb:11:in `call'
actionpack (3.0.9) lib/action_dispatch/middleware/static.rb:30:in `call'
railties (3.0.9) lib/rails/application.rb:168:in `call'
railties (3.0.9) lib/rails/application.rb:77:in `method_missing'
passenger (3.0.5) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
passenger (3.0.5) lib/phusion_passenger/abstract_request_handler.rb:513:in `accept_and_process_next_request'
passenger (3.0.5) lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:205:in `start_request_handler'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:170:in `block in handle_spawn_application'
passenger (3.0.5) lib/phusion_passenger/utils.rb:479:in `safe_fork'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:165:in `handle_spawn_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:180:in `start'
passenger (3.0.5) lib/phusion_passenger/rack/application_spawner.rb:128:in `start'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
<internal:prelude>:10:in `synchronize'
passenger (3.0.5) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
passenger (3.0.5) lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
passenger (3.0.5) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.5) helper-scripts/passenger-spawn-server:99:in `<main>'</code></pre>
</div>
</div>
<h2 style="margin-top: 30px">Request</h2>
<p><b>Parameters</b>: <pre>{"status"=>"OK",
"control"=>"",
"amount"=>"0.00",
"id"=>"52839",
"transaction_id"=>"52839-TST2",
"t_id"=>"52839-TST2",
"t_date"=>"",
"email"=>"",
"t_status"=>"1",
"description"=>"",
"version"=>"1.4",
"orginal_amount"=>"0.00 PLN",
"channel"=>"",
"md5"=>"d3947b73e8486f25c465030620d27222",
"path"=>"dotpay_pl/comeback"}</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></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>CONTENT_LENGTH: "202"
CONTENT_TYPE: "application/x-www-form-urlencoded"
DOCUMENT_ROOT: "/home/sebcioz/domains/tea_shop/public"
HTTP_ACCEPT: "*/*"
HTTP_HOST: "tea.zuchmanski.com"
HTTP_REFERER: "https://ssl.dotpay.pl/pay.php"
PASSENGER_APP_SPAWNER_IDLE_TIME: "-1"
PASSENGER_APP_TYPE: "rack"
PASSENGER_CONNECT_PASSWORD: "aFTUKnBPBif6ogewbahLz3cMXNvzbwrrYelvassYkKa"
PASSENGER_DEBUGGER: "false"
PASSENGER_ENVIRONMENT: "development"
PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME: "-1"
PASSENGER_FRIENDLY_ERROR_PAGES: "true"
PASSENGER_GROUP: ""
PASSENGER_MIN_INSTANCES: "1"
PASSENGER_SHOW_VERSION_IN_HEADER: "true"
PASSENGER_SPAWN_METHOD: "smart-lv2"
PASSENGER_USER: ""
PASSENGER_USE_GLOBAL_QUEUE: "true"
PATH_INFO: "/dotpay_pl/comeback"
QUERY_STRING: ""
REMOTE_ADDR: "195.150.9.37"
REMOTE_PORT: "4498"
REQUEST_METHOD: "POST"
REQUEST_URI: "/dotpay_pl/comeback"
SCGI: "1"
SCRIPT_NAME: ""
SERVER_ADDR: "188.40.153.42"
SERVER_NAME: "tea.zuchmanski.com"
SERVER_PORT: "80"
SERVER_PROTOCOL: "HTTP/1.1"
SERVER_SOFTWARE: "nginx/0.8.54"
UNION_STATION_SUPPORT: "false"
_: "_"
action_controller.instance: #<ContentController:0xb46f784 @action_has_layout=true, @view_context_class=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_response=#<ActionDispatch::Response:0xb46f66c @writer=#<Proc:0xb46f57c@/home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.9/lib/action_dispatch/http/response.rb:43 (lambda)>, @block=nil, @length=0, @header={}, @status=302, @body=[], @cookie=[], @sending_file=false, @blank=false, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0xb46f680 @env={"CONTENT_LENGTH"=>"202", "DOCUMENT_ROOT"=>"/home/sebcioz/domains/tea_shop/public", "SCRIPT_NAME"=>"", "PATH_INFO"=>"/dotpay_pl/comeback", "REQUEST_URI"=>"/dotpay_pl/comeback", "CONTENT_TYPE"=>"application/x-www-form-urlencoded", "PASSENGER_USE_GLOBAL_QUEUE"=>"true", "PASSENGER_FRIENDLY_ERROR_PAGES"=>"true", "UNION_STATION_SUPPORT"=>"false", "PASSENGER_DEBUGGER"=>"false", "PASSENGER_SHOW_VERSION_IN_HEADER"=>"true", "PASSENGER_ENVIRONMENT"=>"development", "PASSENGER_SPAWN_METHOD"=>"smart-lv2", "PASSENGER_USER"=>"", "PASSENGER_GROUP"=>"", "PASSENGER_APP_TYPE"=>"rack", "PASSENGER_MIN_INSTANCES"=>"1", "PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME"=>"-1", "PASSENGER_APP_SPAWNER_IDLE_TIME"=>"-1", "SCGI"=>"1", "QUERY_STRING"=>"", "REQUEST_METHOD"=>"POST", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"nginx/0.8.54", "REMOTE_ADDR"=>"195.150.9.37", "REMOTE_PORT"=>"4498", "SERVER_ADDR"=>"188.40.153.42", "SERVER_PORT"=>"80", "SERVER_NAME"=>"tea.zuchmanski.com", "HTTP_HOST"=>"tea.zuchmanski.com", "HTTP_ACCEPT"=>"*/*", "HTTP_REFERER"=>"https://ssl.dotpay.pl/pay.php", "_"=>"_", "PASSENGER_CONNECT_PASSWORD"=>"aFTUKnBPBif6ogewbahLz3cMXNvzbwrrYelvassYkKa", "rack.version"=>[1, 0], "rack.input"=>#<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "rack.url_scheme"=>"http", "action_dispatch.parameter_filter"=>[:password, :password, :password_confirmation, :number], "action_dispatch.secret_token"=>"104d3ce60a2b8ead92c11780cfbd374f195f6e0a22a9440417ddd05a75a94139ed9e5e26912f58f91a9412c5cfb76afdd41955be185f5571dac37afc326c065d", "action_dispatch.show_exceptions"=>true, "action_dispatch.remote_ip"=>195.150.9.37, "rack.session"=>{}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>nil}, "action_dispatch.cookies"=>{}, "action_dispatch.request.unsigned_session_cookie"=>{}, "action_dispatch.request.content_type"=>application/x-www-form-urlencoded, "rack.request.form_input"=>#<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>, "rack.request.form_hash"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "rack.request.form_vars"=>"status=OK&control=&amount=0.00&id=52839&transaction_id=52839-TST2&t_id=52839-TST2&t_date=&email=&t_status=1&description=&version=1.4&orginal_amount=0.00+PLN&channel=&md5=d3947b73e8486f25c465030620d27222", "warden"=>Warden::Proxy:94747900 @config={:default_scope=>:user, :scope_defaults=>{}, :default_strategies=>{:user=>[:rememberable, :token_authenticatable, :database_authenticatable]}, :intercept_401=>false, :failure_app=>Devise::FailureApp}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.path_parameters"=>{:controller=>"content", :action=>"show", :path=>"dotpay_pl/comeback"}, "action_controller.instance"=>#<ContentController:0xb46f784 ...>, "action_dispatch.request.request_parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.query_parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222", "controller"=>"content", "action"=>"show", "path"=>"dotpay_pl/comeback"}, "action_dispatch.request.accepts"=>[*/*], "action_dispatch.request.formats"=>[*/*]}, @request_method="POST", @filtered_parameters={"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222", "controller"=>"content", "action"=>"show", "path"=>"dotpay_pl/comeback"}, @method="POST", @fullpath="/dotpay_pl/comeback">, @content_type="text/html">, @_request=#<ActionDispatch::Request:0xb46f680 @env={"CONTENT_LENGTH"=>"202", "DOCUMENT_ROOT"=>"/home/sebcioz/domains/tea_shop/public", "SCRIPT_NAME"=>"", "PATH_INFO"=>"/dotpay_pl/comeback", "REQUEST_URI"=>"/dotpay_pl/comeback", "CONTENT_TYPE"=>"application/x-www-form-urlencoded", "PASSENGER_USE_GLOBAL_QUEUE"=>"true", "PASSENGER_FRIENDLY_ERROR_PAGES"=>"true", "UNION_STATION_SUPPORT"=>"false", "PASSENGER_DEBUGGER"=>"false", "PASSENGER_SHOW_VERSION_IN_HEADER"=>"true", "PASSENGER_ENVIRONMENT"=>"development", "PASSENGER_SPAWN_METHOD"=>"smart-lv2", "PASSENGER_USER"=>"", "PASSENGER_GROUP"=>"", "PASSENGER_APP_TYPE"=>"rack", "PASSENGER_MIN_INSTANCES"=>"1", "PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME"=>"-1", "PASSENGER_APP_SPAWNER_IDLE_TIME"=>"-1", "SCGI"=>"1", "QUERY_STRING"=>"", "REQUEST_METHOD"=>"POST", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"nginx/0.8.54", "REMOTE_ADDR"=>"195.150.9.37", "REMOTE_PORT"=>"4498", "SERVER_ADDR"=>"188.40.153.42", "SERVER_PORT"=>"80", "SERVER_NAME"=>"tea.zuchmanski.com", "HTTP_HOST"=>"tea.zuchmanski.com", "HTTP_ACCEPT"=>"*/*", "HTTP_REFERER"=>"https://ssl.dotpay.pl/pay.php", "_"=>"_", "PASSENGER_CONNECT_PASSWORD"=>"aFTUKnBPBif6ogewbahLz3cMXNvzbwrrYelvassYkKa", "rack.version"=>[1, 0], "rack.input"=>#<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "rack.url_scheme"=>"http", "action_dispatch.parameter_filter"=>[:password, :password, :password_confirmation, :number], "action_dispatch.secret_token"=>"104d3ce60a2b8ead92c11780cfbd374f195f6e0a22a9440417ddd05a75a94139ed9e5e26912f58f91a9412c5cfb76afdd41955be185f5571dac37afc326c065d", "action_dispatch.show_exceptions"=>true, "action_dispatch.remote_ip"=>195.150.9.37, "rack.session"=>{}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>nil}, "action_dispatch.cookies"=>{}, "action_dispatch.request.unsigned_session_cookie"=>{}, "action_dispatch.request.content_type"=>application/x-www-form-urlencoded, "rack.request.form_input"=>#<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>, "rack.request.form_hash"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "rack.request.form_vars"=>"status=OK&control=&amount=0.00&id=52839&transaction_id=52839-TST2&t_id=52839-TST2&t_date=&email=&t_status=1&description=&version=1.4&orginal_amount=0.00+PLN&channel=&md5=d3947b73e8486f25c465030620d27222", "warden"=>Warden::Proxy:94747900 @config={:default_scope=>:user, :scope_defaults=>{}, :default_strategies=>{:user=>[:rememberable, :token_authenticatable, :database_authenticatable]}, :intercept_401=>false, :failure_app=>Devise::FailureApp}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.path_parameters"=>{:controller=>"content", :action=>"show", :path=>"dotpay_pl/comeback"}, "action_controller.instance"=>#<ContentController:0xb46f784 ...>, "action_dispatch.request.request_parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.query_parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222", "controller"=>"content", "action"=>"show", "path"=>"dotpay_pl/comeback"}, "action_dispatch.request.accepts"=>[*/*], "action_dispatch.request.formats"=>[*/*]}, @request_method="POST", @filtered_parameters={"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222", "controller"=>"content", "action"=>"show", "path"=>"dotpay_pl/comeback"}, @method="POST", @fullpath="/dotpay_pl/comeback">, @_env={"CONTENT_LENGTH"=>"202", "DOCUMENT_ROOT"=>"/home/sebcioz/domains/tea_shop/public", "SCRIPT_NAME"=>"", "PATH_INFO"=>"/dotpay_pl/comeback", "REQUEST_URI"=>"/dotpay_pl/comeback", "CONTENT_TYPE"=>"application/x-www-form-urlencoded", "PASSENGER_USE_GLOBAL_QUEUE"=>"true", "PASSENGER_FRIENDLY_ERROR_PAGES"=>"true", "UNION_STATION_SUPPORT"=>"false", "PASSENGER_DEBUGGER"=>"false", "PASSENGER_SHOW_VERSION_IN_HEADER"=>"true", "PASSENGER_ENVIRONMENT"=>"development", "PASSENGER_SPAWN_METHOD"=>"smart-lv2", "PASSENGER_USER"=>"", "PASSENGER_GROUP"=>"", "PASSENGER_APP_TYPE"=>"rack", "PASSENGER_MIN_INSTANCES"=>"1", "PASSENGER_FRAMEWORK_SPAWNER_IDLE_TIME"=>"-1", "PASSENGER_APP_SPAWNER_IDLE_TIME"=>"-1", "SCGI"=>"1", "QUERY_STRING"=>"", "REQUEST_METHOD"=>"POST", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"nginx/0.8.54", "REMOTE_ADDR"=>"195.150.9.37", "REMOTE_PORT"=>"4498", "SERVER_ADDR"=>"188.40.153.42", "SERVER_PORT"=>"80", "SERVER_NAME"=>"tea.zuchmanski.com", "HTTP_HOST"=>"tea.zuchmanski.com", "HTTP_ACCEPT"=>"*/*", "HTTP_REFERER"=>"https://ssl.dotpay.pl/pay.php", "_"=>"_", "PASSENGER_CONNECT_PASSWORD"=>"aFTUKnBPBif6ogewbahLz3cMXNvzbwrrYelvassYkKa", "rack.version"=>[1, 0], "rack.input"=>#<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>true, "rack.run_once"=>false, "rack.url_scheme"=>"http", "action_dispatch.parameter_filter"=>[:password, :password, :password_confirmation, :number], "action_dispatch.secret_token"=>"104d3ce60a2b8ead92c11780cfbd374f195f6e0a22a9440417ddd05a75a94139ed9e5e26912f58f91a9412c5cfb76afdd41955be185f5571dac37afc326c065d", "action_dispatch.show_exceptions"=>true, "action_dispatch.remote_ip"=>195.150.9.37, "rack.session"=>{}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>nil}, "action_dispatch.cookies"=>{}, "action_dispatch.request.unsigned_session_cookie"=>{}, "action_dispatch.request.content_type"=>application/x-www-form-urlencoded, "rack.request.form_input"=>#<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>, "rack.request.form_hash"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "rack.request.form_vars"=>"status=OK&control=&amount=0.00&id=52839&transaction_id=52839-TST2&t_id=52839-TST2&t_date=&email=&t_status=1&description=&version=1.4&orginal_amount=0.00+PLN&channel=&md5=d3947b73e8486f25c465030620d27222", "warden"=>Warden::Proxy:94747900 @config={:default_scope=>:user, :scope_defaults=>{}, :default_strategies=>{:user=>[:rememberable, :token_authenticatable, :database_authenticatable]}, :intercept_401=>false, :failure_app=>Devise::FailureApp}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.path_parameters"=>{:controller=>"content", :action=>"show", :path=>"dotpay_pl/comeback"}, "action_controller.instance"=>#<ContentController:0xb46f784 ...>, "action_dispatch.request.request_parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.query_parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}, "action_dispatch.request.parameters"=>{"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222", "controller"=>"content", "action"=>"show", "path"=>"dotpay_pl/comeback"}, "action_dispatch.request.accepts"=>[*/*], "action_dispatch.request.formats"=>[*/*]}, @lookup_context=#<ActionView::LookupContext:0xb46e6f4 @details_key=#<ActionView::LookupContext::DetailsKey:0xb44f6dc @hash=1008983415>, @details={:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html], :locale=>[:pl, :en]}, @skip_default_locale=false, @frozen_formats=true, @view_paths=[/home/sebcioz/domains/tea_shop/app/views, /home/sebcioz/domains/tea_shop/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/bundler/gems/spree_dotpay_pl_payment-00a667694152/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/bundler/gems/spree_i18n-dc9c335bc190/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/spree-0.60.1/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/spree_sample-0.60.1/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/spree_promo-0.60.1/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/spree_dash-0.60.1/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/spree_api-0.60.1/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/spree_auth-0.60.1/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/devise-1.3.3/app/views, /home/sebcioz/.rvm/gems/ruby-1.9.2-p180/gems/spree_core-0.60.1/app/views]>, @_action_name="show", @_response_body=nil, @current_action="show", @current_controller="content", @current_user=nil, @_params={"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222", "controller"=>"content", "action"=>"show", "path"=>"dotpay_pl/comeback"}, @_config={}>
action_dispatch.cookies: {}
action_dispatch.parameter_filter: [:password, :password, :password_confirmation, :number]
action_dispatch.remote_ip: 195.150.9.37
action_dispatch.request.accepts: [*/*]
action_dispatch.request.content_type: application/x-www-form-urlencoded
action_dispatch.request.formats: [*/*]
action_dispatch.request.parameters: {"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222", "controller"=>"content", "action"=>"show", "path"=>"dotpay_pl/comeback"}
action_dispatch.request.path_parameters: {:controller=>"content", :action=>"show", :path=>"dotpay_pl/comeback"}
action_dispatch.request.query_parameters: {"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}
action_dispatch.request.request_parameters: {"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}
action_dispatch.request.unsigned_session_cookie: {}
action_dispatch.secret_token: "104d3ce60a2b8ead92c11780cfbd374f195f6e0a22a9440417ddd05a75a94139ed9e5e26912f58f91a9412c5cfb76afdd41955be185f5571dac37afc326c065d"
action_dispatch.show_exceptions: true
rack.errors: #<IO:<STDERR>>
rack.input: #<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>
rack.multiprocess: true
rack.multithread: false
rack.request.form_hash: {"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}
rack.request.form_input: #<PhusionPassenger::Utils::RewindableInput:0xb3bcf08 @io=#<PhusionPassenger::Utils::UnseekableSocket:0xb26c874 @socket=#<UNIXSocket:fd 9>>, @rewindable_io=#<File:/tmp/RackRewindableInput20110725-6003-4ydnm5>, @unlinked=true>
rack.request.form_vars: "status=OK&control=&amount=0.00&id=52839&transaction_id=52839-TST2&t_id=52839-TST2&t_date=&email=&t_status=1&description=&version=1.4&orginal_amount=0.00+PLN&channel=&md5=d3947b73e8486f25c465030620d27222"
rack.request.query_hash: {"status"=>"OK", "control"=>"", "amount"=>"0.00", "id"=>"52839", "transaction_id"=>"52839-TST2", "t_id"=>"52839-TST2", "t_date"=>"", "email"=>"", "t_status"=>"1", "description"=>"", "version"=>"1.4", "orginal_amount"=>"0.00 PLN", "channel"=>"", "md5"=>"d3947b73e8486f25c465030620d27222"}
rack.request.query_string: ""
rack.run_once: false
rack.session: {}
rack.session.options: {:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>nil}
rack.url_scheme: "http"
rack.version: [1, 0]
warden: Warden::Proxy:94747900 @config={:default_scope=>:user, :scope_defaults=>{}, :default_strategies=>{:user=>[:rememberable, :token_authenticatable, :database_authenticatable]}, :intercept_401=>false, :failure_app=>Devise::FailureApp}</pre></div>
<h2 style="margin-top: 30px">Response</h2>
<p><b>Headers</b>: <pre>None</pre></p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment