spec/dummy/log/development.log in opay-1.3.1 vs spec/dummy/log/development.log in opay-1.3.2
- old
+ new
@@ -2847,5 +2847,1019 @@
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-07 12:17:18 +0200
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-07 12:17:19 +0200
+
+
+Started GET "/" for 127.0.0.1 at 2014-10-17 15:22:37 +0200
+Processing by OrdersController#index as HTML
+ [1m[36mOrder Load (2.9ms)[0m [1mSELECT "orders".* FROM "orders"[0m
+ [1m[35mOpay::Payment Load (4.1ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 2], ["payable_type", "Order"]]
+ Rendered orders/index.html.erb within layouts/application (112.3ms)
+Completed 200 OK in 238ms (Views: 221.8ms | ActiveRecord: 8.1ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:22:37 +0200
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:22:37 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:22:37 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:22:37 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:22:37 +0200
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:22:41 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mOpay::Payment Load (0.4ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[35mOpay::Payment Load (0.6ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'LWqsyEgYCA3DyFePESmM' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (3.5ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "LWqsyEgYCA3DyFePESmM"], ["updated_at", Fri, 17 Oct 2014 13:22:41 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35mOpay::Payment Load (0.7ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7ThEwhtqQsm6feiSjqyw' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "7ThEwhtqQsm6feiSjqyw"], ["updated_at", Fri, 17 Oct 2014 13:22:41 UTC +00:00]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eex4DzuBsz1yi8kMNRqy' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "eex4DzuBsz1yi8kMNRqy"], ["updated_at", Fri, 17 Oct 2014 13:22:41 UTC +00:00]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ Rendered orders/show.html.erb within layouts/application (54.3ms)
+Completed 200 OK in 65ms (Views: 52.9ms | ActiveRecord: 10.9ms)
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:22:46 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '28aey25eedspXaGLh49Z' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.0ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "28aey25eedspXaGLh49Z"], ["updated_at", Fri, 17 Oct 2014 13:22:46 UTC +00:00]]
+ [1m[36m (3.8ms)[0m [1mcommit transaction[0m
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'moxx6xXActspRyz1mYcW' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "moxx6xXActspRyz1mYcW"], ["updated_at", Fri, 17 Oct 2014 13:22:46 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4yixW1Eu6iJx6Fq8pxof' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "4yixW1Eu6iJx6Fq8pxof"], ["updated_at", Fri, 17 Oct 2014 13:22:46 UTC +00:00]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ Rendered orders/show.html.erb within layouts/application (36.7ms)
+Completed 200 OK in 45ms (Views: 32.8ms | ActiveRecord: 10.2ms)
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:23:09 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1[0m [["id", "2"]]
+ [1m[35mOpay::Payment Load (4.1ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oHku1SqMRCrbE48oGx8x' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (2.4ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "oHku1SqMRCrbE48oGx8x"], ["updated_at", Fri, 17 Oct 2014 13:23:09 UTC +00:00]]
+ [1m[35m (5.0ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.4ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sSdV4bi8s4jns32WMowX' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "sSdV4bi8s4jns32WMowX"], ["updated_at", Fri, 17 Oct 2014 13:23:09 UTC +00:00]]
+ [1m[35m (1.1ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DRVguWMqkgyzzW41dzzU' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "DRVguWMqkgyzzW41dzzU"], ["updated_at", Fri, 17 Oct 2014 13:23:09 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ Rendered orders/show.html.erb within layouts/application (106.6ms)
+Completed 200 OK in 270ms (Views: 183.0ms | ActiveRecord: 18.7ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:23:10 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:23:10 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:23:10 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:23:10 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:23:10 +0200
+
+
+Started PATCH "/opay/transferuj/secure" for 127.0.0.1 at 2014-10-17 15:23:14 +0200
+Processing by Opay::TransferujController#secure as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "email"=>"kowalski@gmail.com", "id"=>"16059", "crc"=>"DRVguWMqkgyzzW41dzzU", "kwota"=>"10", "opis"=>"nowe", "imie"=>"Jan", "nazwisko"=>"Kowalski", "pow_url"=>"http://localhost:3000/", "pow_url_blad"=>"http://localhost:3000/", "md5sum"=>"8af3fae66a1c792b2db4d99b225d8bec", "commit"=>"pay_with_transferuj"}
+Completed 500 Internal Server Error in 5ms
+
+ActionView::MissingTemplate (Missing template opay/transferuj/secure, opay/application/secure with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
+ * "/Users/olownia/dev/gems/opay/spec/dummy/app/views"
+ * "/Users/olownia/dev/gems/opay/app/views"
+):
+ actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find'
+ actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find'
+ actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
+ actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template'
+ actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body'
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
+ actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render'
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
+ activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4100924336645340733__process_action__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4583050439145303344__call__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms)
+
+
+Started PATCH "/opay/transferuj/secure" for 127.0.0.1 at 2014-10-17 15:26:08 +0200
+Processing by Opay::TransferujController#secure as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "email"=>"kowalski@gmail.com", "id"=>"16059", "crc"=>"DRVguWMqkgyzzW41dzzU", "kwota"=>"10", "opis"=>"nowe", "imie"=>"Jan", "nazwisko"=>"Kowalski", "pow_url"=>"http://localhost:3000/", "pow_url_blad"=>"http://localhost:3000/", "md5sum"=>"8af3fae66a1c792b2db4d99b225d8bec", "commit"=>"pay_with_transferuj"}
+ Rendered /Users/olownia/dev/gems/opay/app/views/opay/transferuj/secure.html.erb within layouts/opay/application (10.8ms)
+Completed 200 OK in 42ms (Views: 41.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/opay/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:26:09 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:09 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:09 +0200
+
+
+Started GET "/assets/opay/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:09 +0200
+
+
+Started GET "/opay/correct_authorization" for 127.0.0.1 at 2014-10-17 15:26:17 +0200
+Processing by Opay::PayuController#correct_authorization as HTML
+ [1m[36mOpay::Payment Load (0.5ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" IS NULL ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+Completed 404 Not Found in 13ms
+
+ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
+ activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:98:in `first!'
+ /Users/olownia/dev/gems/opay/app/controllers/opay/application_controller.rb:4:in `correct_authorization'
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4112327144771342375__process_action__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4583050439145303344__call__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.6ms)
+
+
+Started GET "/" for 127.0.0.1 at 2014-10-17 15:26:28 +0200
+Processing by OrdersController#index as HTML
+ [1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders"
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 1], ["payable_type", "Order"]]
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ Rendered orders/index.html.erb within layouts/application (14.1ms)
+Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:26:28 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:28 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:28 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:28 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:26:28 +0200
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:26:30 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mOrder Load (1.0ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1[0m [["id", "2"]]
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.5ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iPZPYMefzyBzjruGWc1m' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "iPZPYMefzyBzjruGWc1m"], ["updated_at", Fri, 17 Oct 2014 13:26:30 UTC +00:00]]
+ [1m[35m (4.2ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iSQ3z2pLQascZUFvzHsy' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "iSQ3z2pLQascZUFvzHsy"], ["updated_at", Fri, 17 Oct 2014 13:26:30 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.4ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'u4NHwzvj2us3FHRnbjbG' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "u4NHwzvj2us3FHRnbjbG"], ["updated_at", Fri, 17 Oct 2014 13:26:30 UTC +00:00]]
+ [1m[35m (1.1ms)[0m commit transaction
+ Rendered orders/show.html.erb within layouts/application (37.2ms)
+Completed 200 OK in 45ms (Views: 31.7ms | ActiveRecord: 11.5ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:26:30 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:30 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:30 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:26:30 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:30 +0200
+
+
+Started PATCH "/opay/payu/paygw/UTF/NewPayment" for 127.0.0.1 at 2014-10-17 15:26:31 +0200
+Processing by Opay::PayuController#paygw as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "first_name"=>"Jan", "last_name"=>"Kowalski", "email"=>"kowalski@gmail.com", "desc"=>"nowe", "client_ip"=>"127.0.0.1", "pos_id"=>"123456", "pos_auth_key"=>"DiEKzTD", "session_id"=>"iPZPYMefzyBzjruGWc1m", "amount"=>"10", "js"=>"1", "pay_type"=>"t", "ts"=>"1413552390", "sig"=>"6f8c5e41ba47fff2d85e3a506845c2a9", "commit"=>"pay_with_payu"}
+ Rendered /Users/olownia/dev/gems/opay/app/views/opay/payu/paygw.html.erb within layouts/opay/application (5.8ms)
+Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:32 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:26:32 +0200
+
+
+Started GET "/opay/correct_authorization?session_id=iPZPYMefzyBzjruGWc1m" for 127.0.0.1 at 2014-10-17 15:26:33 +0200
+Processing by Opay::PayuController#correct_authorization as HTML
+ Parameters: {"session_id"=>"iPZPYMefzyBzjruGWc1m"}
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iPZPYMefzyBzjruGWc1m' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+Completed 404 Not Found in 2ms
+
+ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
+ activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:98:in `first!'
+ /Users/olownia/dev/gems/opay/app/controllers/opay/application_controller.rb:4:in `correct_authorization'
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4112327144771342375__process_action__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4583050439145303344__call__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.1ms)
+
+
+Started GET "/" for 127.0.0.1 at 2014-10-17 15:27:52 +0200
+Processing by OrdersController#index as HTML
+ [1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders"
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 1], ["payable_type", "Order"]]
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ Rendered orders/index.html.erb within layouts/application (6.2ms)
+Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:27:53 +0200
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:27:53 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:27:53 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:27:53 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:27:53 +0200
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:27:54 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1[0m [["id", "2"]]
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8K97xS29sRUhNjcDqEGP' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "8K97xS29sRUhNjcDqEGP"], ["updated_at", Fri, 17 Oct 2014 13:27:54 UTC +00:00]]
+ [1m[35m (4.6ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xK1QxvjPyqzKVC7EghrX' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "xK1QxvjPyqzKVC7EghrX"], ["updated_at", Fri, 17 Oct 2014 13:27:54 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xyKM6vJF5U4oFY1pU4mk' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "xyKM6vJF5U4oFY1pU4mk"], ["updated_at", Fri, 17 Oct 2014 13:27:54 UTC +00:00]]
+ [1m[35m (1.3ms)[0m commit transaction
+ Rendered orders/show.html.erb within layouts/application (33.7ms)
+Completed 200 OK in 40ms (Views: 28.0ms | ActiveRecord: 10.5ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:27:55 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:27:55 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:27:55 +0200
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:27:55 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:27:55 +0200
+
+
+Started GET "/" for 127.0.0.1 at 2014-10-17 15:27:57 +0200
+Processing by OrdersController#index as HTML
+ [1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders"[0m
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 2], ["payable_type", "Order"]]
+ Rendered orders/index.html.erb within layouts/application (7.2ms)
+Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:27:58 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '25edK5F7rvksrwUoqyqq' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "25edK5F7rvksrwUoqyqq"], ["updated_at", Fri, 17 Oct 2014 13:27:58 UTC +00:00]]
+ [1m[36m (3.5ms)[0m [1mcommit transaction[0m
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Ns2cvBqVJpfHUjxtXxGx' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "Ns2cvBqVJpfHUjxtXxGx"], ["updated_at", Fri, 17 Oct 2014 13:27:58 UTC +00:00]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Y1aKqmhPrx4Ln8VQZQ4g' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2 [["session_id", "Y1aKqmhPrx4Ln8VQZQ4g"], ["updated_at", Fri, 17 Oct 2014 13:27:58 UTC +00:00]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ Rendered orders/show.html.erb within layouts/application (28.5ms)
+Completed 200 OK in 35ms (Views: 26.0ms | ActiveRecord: 8.2ms)
+
+
+Started PATCH "/opay/transferuj/secure" for 127.0.0.1 at 2014-10-17 15:28:00 +0200
+Processing by Opay::TransferujController#secure as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "email"=>"kowalski@gmail.com", "id"=>"16059", "crc"=>"Y1aKqmhPrx4Ln8VQZQ4g", "kwota"=>"10", "opis"=>"nowe", "imie"=>"Jan", "nazwisko"=>"Kowalski", "pow_url"=>"http://localhost:3000/", "pow_url_blad"=>"http://localhost:3000/", "md5sum"=>"15ce62c70f487dbad33c5db17d291c00", "commit"=>"pay_with_transferuj"}
+ Rendered /Users/olownia/dev/gems/opay/app/views/opay/transferuj/secure.html.erb within layouts/opay/application (1.3ms)
+Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:28:00 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:28:00 +0200
+
+
+Started GET "/opay/correct_authorization" for 127.0.0.1 at 2014-10-17 15:28:10 +0200
+Processing by Opay::PayuController#correct_authorization as HTML
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" IS NULL ORDER BY "opay_payments"."id" ASC LIMIT 1
+Completed 404 Not Found in 1ms
+
+ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
+ activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:98:in `first!'
+ /Users/olownia/dev/gems/opay/app/controllers/opay/application_controller.rb:4:in `correct_authorization'
+ actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4112327144771342375__process_action__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process'
+ actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process'
+ actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/flash.rb:241:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/cookies.rb:486:in `call'
+ activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4583050439145303344__call__callbacks'
+ activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
+ /Users/olownia/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.4ms)
+ Rendered /Users/olownia/.rvm/gems/ruby-2.0.0-p353@opay/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.9ms)
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:28:58 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1[0m [["id", "2"]]
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'KfRAhdFwGiKs7fW6V5kQ' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "KfRAhdFwGiKs7fW6V5kQ"], ["updated_at", Fri, 17 Oct 2014 13:28:58 UTC +00:00]]
+ [1m[35m (3.5ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uwoj3AoqLvY41nn1qpzF' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "uwoj3AoqLvY41nn1qpzF"], ["updated_at", Fri, 17 Oct 2014 13:28:58 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qtYZxtx8fqZupDYLG3is' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "qtYZxtx8fqZupDYLG3is"], ["updated_at", Fri, 17 Oct 2014 13:28:58 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ Rendered orders/show.html.erb within layouts/application (25.8ms)
+Completed 200 OK in 32ms (Views: 22.6ms | ActiveRecord: 8.1ms)
+
+
+Started GET "/orders/2" for 127.0.0.1 at 2014-10-17 15:28:59 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1[0m [["id", "2"]]
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TzaWsN3ZnqUXLRQbqWZp' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (1.2ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "TzaWsN3ZnqUXLRQbqWZp"], ["updated_at", Fri, 17 Oct 2014 13:28:59 UTC +00:00]]
+ [1m[35m (3.8ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tip3yHCCDWXFz9ZK4AXd' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "tip3yHCCDWXFz9ZK4AXd"], ["updated_at", Fri, 17 Oct 2014 13:28:59 UTC +00:00]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.4ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kxdcpdkwNuvJafCvEt9y' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["session_id", "kxdcpdkwNuvJafCvEt9y"], ["updated_at", Fri, 17 Oct 2014 13:28:59 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ Rendered orders/show.html.erb within layouts/application (29.4ms)
+Completed 200 OK in 36ms (Views: 25.4ms | ActiveRecord: 9.8ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:28:59 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:28:59 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:28:59 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:28:59 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:28:59 +0200
+
+
+Started PATCH "/opay/transferuj/secure" for 127.0.0.1 at 2014-10-17 15:29:00 +0200
+Processing by Opay::TransferujController#secure as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "email"=>"kowalski@gmail.com", "id"=>"16059", "crc"=>"kxdcpdkwNuvJafCvEt9y", "kwota"=>"10", "opis"=>"nowe", "imie"=>"Jan", "nazwisko"=>"Kowalski", "pow_url"=>"http://localhost:3000/", "pow_url_blad"=>"http://localhost:3000/", "md5sum"=>"4b19b19f8156298f06139814921e81e5", "commit"=>"pay_with_transferuj"}
+ Rendered /Users/olownia/dev/gems/opay/app/views/opay/transferuj/secure.html.erb within layouts/opay/application (2.0ms)
+Completed 200 OK in 15ms (Views: 15.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:01 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:01 +0200
+
+
+Started GET "/opay/correct_authorization?session_id=kxdcpdkwNuvJafCvEt9y" for 127.0.0.1 at 2014-10-17 15:29:02 +0200
+Processing by Opay::PayuController#correct_authorization as HTML
+ Parameters: {"session_id"=>"kxdcpdkwNuvJafCvEt9y"}
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kxdcpdkwNuvJafCvEt9y' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mOpay::Payment Load (0.4ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.9ms)[0m [1mUPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 2[0m [["finished", true], ["updated_at", Fri, 17 Oct 2014 13:29:02 UTC +00:00]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 2 [["finished", true], ["updated_at", Fri, 17 Oct 2014 13:29:02 UTC +00:00]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 26ms (ActiveRecord: 4.6ms)
+
+
+Started GET "/" for 127.0.0.1 at 2014-10-17 15:29:02 +0200
+Processing by OrdersController#index as HTML
+ [1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders"
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 1], ["payable_type", "Order"]]
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ Rendered orders/index.html.erb within layouts/application (5.4ms)
+Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:02 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:02 +0200
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:02 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:02 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:02 +0200
+
+
+Started GET "/" for 127.0.0.1 at 2014-10-17 15:29:06 +0200
+Processing by OrdersController#index as HTML
+ [1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders"[0m
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 2], ["payable_type", "Order"]]
+ Rendered orders/index.html.erb within layouts/application (4.9ms)
+Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:06 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:06 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:06 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:06 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:07 +0200
+
+
+Started GET "/orders/new" for 127.0.0.1 at 2014-10-17 15:29:08 +0200
+Processing by OrdersController#new as HTML
+ Rendered orders/_form.html.erb (16.1ms)
+ Rendered orders/new.html.erb within layouts/application (22.8ms)
+Completed 200 OK in 32ms (Views: 32.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:08 +0200
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:08 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:08 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:08 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:08 +0200
+
+
+Started POST "/orders" for 127.0.0.1 at 2014-10-17 15:29:21 +0200
+Processing by OrdersController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "order"=>{"name"=>"payment 2", "amount"=>"34"}, "commit"=>"Create Order"}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", "34"], ["created_at", Fri, 17 Oct 2014 13:29:21 UTC +00:00], ["name", "payment 2"], ["updated_at", Fri, 17 Oct 2014 13:29:21 UTC +00:00]]
+ [1m[35m (1.0ms)[0m commit transaction
+Redirected to http://localhost:3000/orders/3
+Completed 302 Found in 9ms (ActiveRecord: 1.9ms)
+
+
+Started GET "/orders/3" for 127.0.0.1 at 2014-10-17 15:29:21 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mOrder Load (0.4ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1[0m [["id", "3"]]
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 3], ["payable_type", "Order"]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5cXbqAs1dmp6sk2Uq8Nq' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["amount", 34], ["created_at", Fri, 17 Oct 2014 13:29:21 UTC +00:00], ["payable_id", 3], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5cXbqAs1dmp6sk2Uq8Nq"], ["updated_at", Fri, 17 Oct 2014 13:29:21 UTC +00:00]]
+ [1m[35m (4.1ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '6sddATac3bo42aCeAHqc' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 3[0m [["session_id", "6sddATac3bo42aCeAHqc"], ["updated_at", Fri, 17 Oct 2014 13:29:21 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mx7RZQwvEXQNWdvkBwqJ' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 3[0m [["session_id", "mx7RZQwvEXQNWdvkBwqJ"], ["updated_at", Fri, 17 Oct 2014 13:29:21 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ Rendered orders/show.html.erb within layouts/application (33.7ms)
+Completed 200 OK in 42ms (Views: 30.5ms | ActiveRecord: 9.4ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:21 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:21 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:21 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:21 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:21 +0200
+
+
+Started PATCH "/opay/transferuj/secure" for 127.0.0.1 at 2014-10-17 15:29:26 +0200
+Processing by Opay::TransferujController#secure as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "email"=>"kowalski@gmail.com", "id"=>"16059", "crc"=>"mx7RZQwvEXQNWdvkBwqJ", "kwota"=>"34", "opis"=>"payment 2", "imie"=>"Jan", "nazwisko"=>"Kowalski", "pow_url"=>"http://localhost:3000/", "pow_url_blad"=>"http://localhost:3000/", "md5sum"=>"d33c1db397e0cc12208bebbde86bede6", "commit"=>"pay_with_transferuj"}
+ Rendered /Users/olownia/dev/gems/opay/app/views/opay/transferuj/secure.html.erb within layouts/opay/application (1.5ms)
+Completed 200 OK in 90ms (Views: 89.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:26 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:26 +0200
+
+
+Started PATCH "/opay/transferuj/secure" for 127.0.0.1 at 2014-10-17 15:29:39 +0200
+Processing by Opay::TransferujController#secure as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "email"=>"kowalski@gmail.com", "id"=>"16059", "crc"=>"mx7RZQwvEXQNWdvkBwqJ", "kwota"=>"34", "opis"=>"payment 2", "imie"=>"Jan", "nazwisko"=>"Kowalski", "pow_url"=>"http://localhost:3000/", "pow_url_blad"=>"http://localhost:3000/", "md5sum"=>"d33c1db397e0cc12208bebbde86bede6", "commit"=>"pay_with_transferuj"}
+ Rendered /Users/olownia/dev/gems/opay/app/views/opay/transferuj/secure.html.erb within layouts/opay/application (2.3ms)
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:39 +0200
+
+
+Started GET "/assets/opay/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:39 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:39 +0200
+
+
+Started GET "/assets/opay/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:39 +0200
+
+
+Started GET "/opay/correct_authorization?session_id=mx7RZQwvEXQNWdvkBwqJ" for 127.0.0.1 at 2014-10-17 15:29:42 +0200
+Processing by Opay::PayuController#correct_authorization as HTML
+ Parameters: {"session_id"=>"mx7RZQwvEXQNWdvkBwqJ"}
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mx7RZQwvEXQNWdvkBwqJ' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 3], ["payable_type", "Order"]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mUPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 3[0m [["finished", true], ["updated_at", Fri, 17 Oct 2014 13:29:42 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 3 [["finished", true], ["updated_at", Fri, 17 Oct 2014 13:29:42 UTC +00:00]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 19ms (ActiveRecord: 5.4ms)
+
+
+Started GET "/" for 127.0.0.1 at 2014-10-17 15:29:42 +0200
+Processing by OrdersController#index as HTML
+ [1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders"
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 1], ["payable_type", "Order"]]
+ [1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 2], ["payable_type", "Order"]]
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1[0m [["payable_id", 3], ["payable_type", "Order"]]
+ Rendered orders/index.html.erb within layouts/application (9.4ms)
+Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:42 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:43 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:43 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:43 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:43 +0200
+
+
+Started GET "/orders/new" for 127.0.0.1 at 2014-10-17 15:29:45 +0200
+Processing by OrdersController#new as HTML
+ Rendered orders/_form.html.erb (6.8ms)
+ Rendered orders/new.html.erb within layouts/application (8.2ms)
+Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:45 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:45 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:45 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:45 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:45 +0200
+
+
+Started POST "/orders" for 127.0.0.1 at 2014-10-17 15:29:51 +0200
+Processing by OrdersController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"P32+bW+Z7bQfJibbRPF+7uyQPNTGdIW+QTyaTJSg7XM=", "order"=>{"name"=>"payment 3", "amount"=>"23"}, "commit"=>"Create Order"}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", "23"], ["created_at", Fri, 17 Oct 2014 13:29:51 UTC +00:00], ["name", "payment 3"], ["updated_at", Fri, 17 Oct 2014 13:29:51 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+Redirected to http://localhost:3000/orders/4
+Completed 302 Found in 5ms (ActiveRecord: 1.6ms)
+
+
+Started GET "/orders/4" for 127.0.0.1 at 2014-10-17 15:29:51 +0200
+Processing by OrdersController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1[0m [["id", "4"]]
+ [1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? LIMIT 1 [["payable_id", 4], ["payable_type", "Order"]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mOpay::Payment Load (0.6ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HRzpQtX7FszwFHTvo3pF' ORDER BY "opay_payments"."id" ASC LIMIT 1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["amount", 23], ["created_at", Fri, 17 Oct 2014 13:29:51 UTC +00:00], ["payable_id", 4], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HRzpQtX7FszwFHTvo3pF"], ["updated_at", Fri, 17 Oct 2014 13:29:51 UTC +00:00]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8CxUhtqRAGefH4XVBCEp' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 4[0m [["session_id", "8CxUhtqRAGefH4XVBCEp"], ["updated_at", Fri, 17 Oct 2014 13:29:51 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'atJdAfmsA5q9fiHcgdsp' ORDER BY "opay_payments"."id" ASC LIMIT 1[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 4[0m [["session_id", "atJdAfmsA5q9fiHcgdsp"], ["updated_at", Fri, 17 Oct 2014 13:29:51 UTC +00:00]]
+ [1m[35m (0.9ms)[0m commit transaction
+ Rendered orders/show.html.erb within layouts/application (23.3ms)
+Completed 200 OK in 29ms (Views: 21.8ms | ActiveRecord: 6.5ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:51 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:51 +0200
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-17 15:29:51 +0200
+
+
+Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:51 +0200
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-17 15:29:51 +0200