opay 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/lib/opay/helpers/payu_helper.rb +2 -4
  3. data/lib/opay/version.rb +1 -1
  4. metadata +1 -41
  5. data/spec/dummy/db/development.sqlite3 +0 -0
  6. data/spec/dummy/db/test.sqlite3 +0 -0
  7. data/spec/dummy/log/development.log +0 -2920
  8. data/spec/dummy/log/test.log +0 -22378
  9. data/spec/dummy/tmp/cache/assets/C23/400/sprockets%2F31710301f0d68b89727f5de964446610 +0 -0
  10. data/spec/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
  11. data/spec/dummy/tmp/cache/assets/CA6/480/sprockets%2F46f1812fd06c1e0802a414931ff82f71 +0 -0
  12. data/spec/dummy/tmp/cache/assets/CB2/7F0/sprockets%2F9d79a842f086f17d3420e5cb88710c10 +0 -0
  13. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  14. data/spec/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  15. data/spec/dummy/tmp/cache/assets/D25/7A0/sprockets%2F0c58b40b01f62ed06f75ee2d444a111a +0 -0
  16. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  17. data/spec/dummy/tmp/cache/assets/D39/8F0/sprockets%2F931d437216848cdf2a7bbac6c0f4c426 +0 -0
  18. data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  19. data/spec/dummy/tmp/cache/assets/D54/F30/sprockets%2F8ea40d0224e2d772232dcbfbf0fc3005 +0 -0
  20. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  21. data/spec/dummy/tmp/cache/assets/D99/A20/sprockets%2F552b4516be6f766a2da35c26be2f1ecf +0 -0
  22. data/spec/dummy/tmp/cache/assets/DC9/EF0/sprockets%2F508b2ee0aa9ed068a10af6d8cf9d0e19 +0 -0
  23. data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  24. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
@@ -1,2920 +0,0 @@
1
- Connecting to database specified by database.yml
2
- Connecting to database specified by database.yml
3
-  (0.1ms) select sqlite_version(*)
4
-  (107.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
5
-  (71.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7
- Migrating to CreateProducts (20130320132244)
8
-  (0.0ms) begin transaction
9
-  (0.4ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "price" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
10
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130320132244')
11
-  (25.5ms) commit transaction
12
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
13
- Connecting to database specified by database.yml
14
-
15
-
16
- Started GET "/" for 127.0.0.1 at 2013-03-20 14:24:58 +0100
17
-
18
- ActionController::RoutingError (No route matches [GET] "/"):
19
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
20
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
21
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
22
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
23
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
24
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
25
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
26
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
27
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
28
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
29
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
30
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
31
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
32
- railties (3.2.13) lib/rails/application.rb:223:in `call'
33
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
34
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
35
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
36
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
37
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
38
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
39
-
40
-
41
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (31.5ms)
42
-
43
-
44
- Started GET "/products" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
45
- Processing by ProductsController#index as HTML
46
- Product Load (0.1ms) SELECT "products".* FROM "products" 
47
- Rendered products/index.html.erb within layouts/application (1.5ms)
48
- Compiled products.css (0ms) (pid 17351)
49
- Compiled scaffold.css (0ms) (pid 17351)
50
- Compiled application.css (18ms) (pid 17351)
51
- Compiled jquery.js (2ms) (pid 17351)
52
- Compiled jquery_ujs.js (3ms) (pid 17351)
53
- Compiled products.js (0ms) (pid 17351)
54
- Compiled application.js (78ms) (pid 17351)
55
- Completed 200 OK in 258ms (Views: 188.1ms | ActiveRecord: 1.9ms)
56
-
57
-
58
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
59
- Served asset /application.css - 200 OK (25ms)
60
-
61
-
62
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
63
- Served asset /jquery_ujs.js - 200 OK (4ms)
64
-
65
-
66
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
67
- Served asset /scaffold.css - 200 OK (1ms)
68
-
69
-
70
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
71
- Served asset /products.js - 200 OK (1ms)
72
-
73
-
74
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
75
- Served asset /jquery.js - 200 OK (1ms)
76
-
77
-
78
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
79
- Served asset /products.css - 200 OK (1ms)
80
-
81
-
82
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:03 +0100
83
- Served asset /application.js - 200 OK (4ms)
84
-
85
-
86
- Started GET "/products/new" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
87
- Processing by ProductsController#new as HTML
88
- Rendered products/_form.html.erb (56.1ms)
89
- Rendered products/new.html.erb within layouts/application (67.7ms)
90
- Completed 200 OK in 77ms (Views: 71.9ms | ActiveRecord: 0.0ms)
91
-
92
-
93
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
94
- Served asset /application.css - 304 Not Modified (0ms)
95
-
96
-
97
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
98
- Served asset /products.css - 304 Not Modified (0ms)
99
-
100
-
101
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
102
- Served asset /products.js - 304 Not Modified (0ms)
103
-
104
-
105
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
106
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
107
-
108
-
109
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
110
- Served asset /scaffold.css - 304 Not Modified (0ms)
111
-
112
-
113
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
114
- Served asset /jquery.js - 304 Not Modified (0ms)
115
-
116
-
117
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:10 +0100
118
- Served asset /application.js - 304 Not Modified (0ms)
119
-
120
-
121
- Started POST "/products" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
122
- Processing by ProductsController#create as HTML
123
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"rqOJCmDCDnImQxVFjsrfbItIR5pDloV7KUV0wsEKCNU=", "product"=>{"name"=>"product 1", "price"=>"100"}, "commit"=>"Create Product"}
124
-  (0.1ms) begin transaction
125
- SQL (203.8ms) INSERT INTO "products" ("created_at", "name", "price", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 20 Mar 2013 13:25:18 UTC +00:00], ["name", "product 1"], ["price", 100], ["updated_at", Wed, 20 Mar 2013 13:25:18 UTC +00:00]]
126
-  (16.6ms) commit transaction
127
- Redirected to http://localhost:3000/products/1
128
- Completed 302 Found in 225ms (ActiveRecord: 220.4ms)
129
-
130
-
131
- Started GET "/products/1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
132
- Processing by ProductsController#show as HTML
133
- Parameters: {"id"=>"1"}
134
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
135
- Rendered products/show.html.erb within layouts/application (1.2ms)
136
- Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.2ms)
137
-
138
-
139
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
140
- Served asset /application.css - 304 Not Modified (0ms)
141
-
142
-
143
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
144
- Served asset /products.css - 304 Not Modified (0ms)
145
-
146
-
147
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
148
- Served asset /application.js - 304 Not Modified (0ms)
149
-
150
-
151
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
152
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
153
-
154
-
155
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
156
- Served asset /scaffold.css - 304 Not Modified (0ms)
157
-
158
-
159
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
160
- Served asset /jquery.js - 304 Not Modified (0ms)
161
-
162
-
163
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:18 +0100
164
- Served asset /products.js - 304 Not Modified (0ms)
165
-
166
-
167
- Started GET "/products" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
168
- Processing by ProductsController#index as HTML
169
- Product Load (0.2ms) SELECT "products".* FROM "products"
170
- Rendered products/index.html.erb within layouts/application (1.1ms)
171
- Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms)
172
-
173
-
174
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
175
- Served asset /application.css - 304 Not Modified (0ms)
176
-
177
-
178
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
179
- Served asset /scaffold.css - 304 Not Modified (0ms)
180
-
181
-
182
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
183
- Served asset /jquery.js - 304 Not Modified (0ms)
184
-
185
-
186
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
187
- Served asset /products.css - 304 Not Modified (0ms)
188
-
189
-
190
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
191
- Served asset /products.js - 304 Not Modified (0ms)
192
-
193
-
194
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
195
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
196
-
197
-
198
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-20 14:25:21 +0100
199
- Served asset /application.js - 304 Not Modified (0ms)
200
-
201
-
202
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 14:25:59 +0100
203
-
204
- ActionController::RoutingError (No route matches [GET] "/opay"):
205
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
206
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
207
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
208
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
209
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
210
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
211
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
212
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
213
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
214
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
215
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
216
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
217
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
218
- railties (3.2.13) lib/rails/application.rb:223:in `call'
219
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
220
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
221
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
222
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
223
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
224
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
225
-
226
-
227
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
228
-
229
-
230
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 14:26:25 +0100
231
-
232
- ActionController::RoutingError (No route matches [GET] "/opay"):
233
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
234
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
235
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
236
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
237
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
238
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
239
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
240
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
241
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
242
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
243
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
244
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
245
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
246
- railties (3.2.13) lib/rails/application.rb:223:in `call'
247
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
248
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
249
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
250
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
251
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
252
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
253
-
254
-
255
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
256
-
257
-
258
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 14:27:13 +0100
259
-
260
- ActionController::RoutingError (uninitialized constant Opay::HomeController):
261
- activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
262
- activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
263
- activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
264
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
265
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
266
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
267
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
268
- journey (1.0.4) lib/journey/router.rb:56:in `each'
269
- journey (1.0.4) lib/journey/router.rb:56:in `call'
270
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
271
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
272
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
273
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
274
- journey (1.0.4) lib/journey/router.rb:56:in `each'
275
- journey (1.0.4) lib/journey/router.rb:56:in `call'
276
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
277
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
278
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
279
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
280
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
281
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
282
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
283
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
284
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
285
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
286
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
287
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
288
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
289
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4433136916292117459__call__3875846806398412552__callbacks'
290
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
291
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
292
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
293
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
294
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
295
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
296
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
297
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
298
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
299
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
300
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
301
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
302
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
303
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
304
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
305
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
306
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
307
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
308
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
309
- railties (3.2.13) lib/rails/application.rb:223:in `call'
310
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
311
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
312
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
313
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
314
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
315
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
316
-
317
-
318
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
319
-
320
-
321
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 14:30:05 +0100
322
-
323
- ActionController::RoutingError (uninitialized constant Opay::HomeController):
324
- activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
325
- activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
326
- activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
327
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
328
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
329
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
330
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
331
- journey (1.0.4) lib/journey/router.rb:56:in `each'
332
- journey (1.0.4) lib/journey/router.rb:56:in `call'
333
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
334
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
335
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
336
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
337
- journey (1.0.4) lib/journey/router.rb:56:in `each'
338
- journey (1.0.4) lib/journey/router.rb:56:in `call'
339
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
340
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
341
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
342
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
343
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
344
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
345
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
346
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
347
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
348
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
349
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
350
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
351
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
352
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__4433136916292117459__call__3875846806398412552__callbacks'
353
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
354
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
355
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
356
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
357
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
358
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
359
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
360
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
361
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
362
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
363
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
364
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
365
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
366
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
367
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
368
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
369
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
370
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
371
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
372
- railties (3.2.13) lib/rails/application.rb:223:in `call'
373
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
374
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
375
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
376
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
377
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
378
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
379
-
380
-
381
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
382
- Connecting to database specified by database.yml
383
- Connecting to database specified by database.yml
384
- Connecting to database specified by database.yml
385
- Connecting to database specified by database.yml
386
- Connecting to database specified by database.yml
387
- Connecting to database specified by database.yml
388
- Connecting to database specified by database.yml
389
- Connecting to database specified by database.yml
390
- Connecting to database specified by database.yml
391
- Connecting to database specified by database.yml
392
- Connecting to database specified by database.yml
393
- Connecting to database specified by database.yml
394
- Connecting to database specified by database.yml
395
- Connecting to database specified by database.yml
396
- Connecting to database specified by database.yml
397
- Connecting to database specified by database.yml
398
- Connecting to database specified by database.yml
399
- Connecting to database specified by database.yml
400
- Connecting to database specified by database.yml
401
-
402
-
403
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 15:55:48 +0100
404
- Processing by Opay::PayuController#online as HTML
405
- Completed 500 Internal Server Error in 34ms
406
-
407
- ArgumentError ('Opay::Configuration' is not an ActiveModel-compatible object that returns a valid partial path.):
408
- actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:385:in `partial_path'
409
- actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:295:in `setup'
410
- actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:221:in `render'
411
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:41:in `render_partial'
412
- actionpack (3.2.13) lib/action_view/renderer/renderer.rb:15:in `render'
413
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
414
- actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
415
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
416
- actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
417
- actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
418
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
419
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
420
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
421
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
422
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
423
- activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
424
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
425
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
426
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
427
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
428
- /Users/mariusz/projekty/rails/opay/app/controllers/opay/payu_controller.rb:6:in `online'
429
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
430
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
431
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
432
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
433
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3236530856422423603__process_action__3703542402287087438__callbacks'
434
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
435
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
436
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
437
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
438
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
439
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
440
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
441
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
442
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
443
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
444
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
445
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
446
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
447
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
448
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
449
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
450
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
451
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
452
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
453
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
454
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
455
- journey (1.0.4) lib/journey/router.rb:56:in `each'
456
- journey (1.0.4) lib/journey/router.rb:56:in `call'
457
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
458
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
459
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
460
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
461
- journey (1.0.4) lib/journey/router.rb:56:in `each'
462
- journey (1.0.4) lib/journey/router.rb:56:in `call'
463
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
464
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
465
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
466
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
467
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
468
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
469
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
470
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
471
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
472
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
473
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
474
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
475
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
476
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__515505277320657570__call__4558016531051876299__callbacks'
477
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
478
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
479
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
480
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
481
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
482
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
483
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
484
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
485
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
486
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
487
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
488
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
489
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
490
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
491
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
492
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
493
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
494
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
495
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
496
- railties (3.2.13) lib/rails/application.rb:223:in `call'
497
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
498
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
499
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
500
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
501
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
502
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
503
-
504
-
505
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
506
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
507
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms)
508
-
509
-
510
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 15:56:09 +0100
511
- Processing by Opay::PayuController#online as HTML
512
- Rendered text template (0.0ms)
513
- Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
514
-
515
-
516
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 15:56:20 +0100
517
- Processing by Opay::PayuController#online as HTML
518
- Completed 500 Internal Server Error in 0ms
519
-
520
- NoMethodError (undefined method `provider' for Opay::Configuration:Module):
521
- /Users/mariusz/projekty/rails/opay/app/controllers/opay/payu_controller.rb:6:in `online'
522
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
523
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
524
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
525
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
526
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3236530856422423603__process_action__3703542402287087438__callbacks'
527
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
528
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
529
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
530
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
531
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
532
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
533
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
534
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
535
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
536
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
537
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
538
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
539
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
540
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
541
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
542
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
543
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
544
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
545
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
546
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
547
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
548
- journey (1.0.4) lib/journey/router.rb:56:in `each'
549
- journey (1.0.4) lib/journey/router.rb:56:in `call'
550
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
551
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
552
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
553
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
554
- journey (1.0.4) lib/journey/router.rb:56:in `each'
555
- journey (1.0.4) lib/journey/router.rb:56:in `call'
556
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
557
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
558
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
559
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
560
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
561
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
562
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
563
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
564
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
565
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
566
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
567
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
568
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
569
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__515505277320657570__call__4558016531051876299__callbacks'
570
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
571
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
572
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
573
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
574
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
575
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
576
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
577
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
578
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
579
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
580
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
581
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
582
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
583
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
584
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
585
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
586
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
587
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
588
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
589
- railties (3.2.13) lib/rails/application.rb:223:in `call'
590
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
591
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
592
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
593
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
594
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
595
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
596
-
597
-
598
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
599
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
600
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms)
601
-
602
-
603
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 15:56:30 +0100
604
- Processing by Opay::PayuController#online as HTML
605
- Completed 500 Internal Server Error in 0ms
606
-
607
- NoMethodError (undefined method `config' for Opay::Configuration:Module):
608
- /Users/mariusz/projekty/rails/opay/app/controllers/opay/payu_controller.rb:6:in `online'
609
- actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
610
- actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
611
- actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
612
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
613
- activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__3236530856422423603__process_action__3703542402287087438__callbacks'
614
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
615
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
616
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
617
- actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
618
- actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
619
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
620
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
621
- activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
622
- activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
623
- actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
624
- actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
625
- activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
626
- actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
627
- actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
628
- actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
629
- actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
630
- actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
631
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
632
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
633
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
634
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
635
- journey (1.0.4) lib/journey/router.rb:56:in `each'
636
- journey (1.0.4) lib/journey/router.rb:56:in `call'
637
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
638
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
639
- railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
640
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
641
- journey (1.0.4) lib/journey/router.rb:56:in `each'
642
- journey (1.0.4) lib/journey/router.rb:56:in `call'
643
- actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
644
- actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
645
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
646
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
647
- actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
648
- actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
649
- actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
650
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
651
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
652
- actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
653
- activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
654
- activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
655
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
656
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__515505277320657570__call__4558016531051876299__callbacks'
657
- activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
658
- activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
659
- activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
660
- actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
661
- actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
662
- actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
663
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
664
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
665
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
666
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
667
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
668
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
669
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
670
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
671
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
672
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
673
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
674
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
675
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
676
- railties (3.2.13) lib/rails/application.rb:223:in `call'
677
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
678
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
679
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
680
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
681
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
682
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
683
-
684
-
685
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
686
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
687
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)
688
-
689
-
690
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 15:57:00 +0100
691
- Processing by Opay::PayuController#online as HTML
692
- Rendered text template (0.0ms)
693
- Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
694
-
695
-
696
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 15:57:07 +0100
697
- Processing by Opay::PayuController#online as HTML
698
- Rendered text template (0.0ms)
699
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
700
-
701
-
702
- Started GET "/opay" for 127.0.0.1 at 2013-03-20 15:57:17 +0100
703
- Processing by Opay::PayuController#online as HTML
704
- Rendered text template (0.0ms)
705
- Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
706
- Connecting to database specified by database.yml
707
-
708
-
709
- Started GET "/" for 127.0.0.1 at 2013-03-21 16:12:52 +0100
710
-
711
- ActionController::RoutingError (No route matches [GET] "/"):
712
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
713
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
714
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
715
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
716
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
717
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
718
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
719
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
720
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
721
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
722
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
723
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
724
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
725
- railties (3.2.13) lib/rails/application.rb:223:in `call'
726
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
727
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
728
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
729
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
730
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
731
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
732
-
733
-
734
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (5.2ms)
735
-
736
-
737
- Started GET "/products" for 127.0.0.1 at 2013-03-21 16:12:59 +0100
738
-
739
- ArgumentError (Unknown key: aa):
740
- app/models/product.rb:2:in `<class:Product>'
741
- app/models/product.rb:1:in `<top (required)>'
742
- app/controllers/products_controller.rb:1:in `<top (required)>'
743
-
744
-
745
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
746
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.8ms)
747
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)
748
-
749
-
750
- Started GET "/products" for 127.0.0.1 at 2013-03-21 16:13:14 +0100
751
- Processing by ProductsController#index as HTML
752
- Product Load (33.7ms) SELECT "products".* FROM "products" 
753
- Rendered products/index.html.erb within layouts/application (2.8ms)
754
- Completed 200 OK in 1161ms (Views: 800.0ms | ActiveRecord: 53.8ms)
755
-
756
-
757
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-21 16:13:16 +0100
758
- Served asset /application.css - 200 OK (5ms)
759
-
760
-
761
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:16 +0100
762
- Served asset /jquery.js - 200 OK (76ms)
763
-
764
-
765
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-21 16:13:16 +0100
766
- Served asset /products.css - 304 Not Modified (62ms)
767
-
768
-
769
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:16 +0100
770
- Served asset /jquery_ujs.js - 200 OK (2ms)
771
-
772
-
773
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:16 +0100
774
- Served asset /products.js - 304 Not Modified (29ms)
775
-
776
-
777
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-21 16:13:16 +0100
778
- Served asset /scaffold.css - 304 Not Modified (27ms)
779
-
780
-
781
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:16 +0100
782
- Served asset /application.js - 200 OK (71ms)
783
-
784
-
785
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:13:19 +0100
786
- Processing by ProductsController#show as HTML
787
- Parameters: {"id"=>"1"}
788
- Product Load (0.3ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
789
- Rendered products/show.html.erb within layouts/application (1.3ms)
790
- Completed 200 OK in 132ms (Views: 129.6ms | ActiveRecord: 0.3ms)
791
-
792
-
793
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-21 16:13:19 +0100
794
- Served asset /application.css - 304 Not Modified (0ms)
795
-
796
-
797
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-21 16:13:19 +0100
798
- Served asset /products.css - 304 Not Modified (0ms)
799
-
800
-
801
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-21 16:13:20 +0100
802
- Served asset /scaffold.css - 304 Not Modified (0ms)
803
-
804
-
805
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:20 +0100
806
- Served asset /jquery.js - 304 Not Modified (0ms)
807
-
808
-
809
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:20 +0100
810
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
811
-
812
-
813
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:21 +0100
814
- Served asset /products.js - 304 Not Modified (0ms)
815
-
816
-
817
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-21 16:13:21 +0100
818
- Served asset /application.js - 304 Not Modified (0ms)
819
-
820
-
821
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:14:09 +0100
822
- Processing by ProductsController#show as HTML
823
- Parameters: {"id"=>"1"}
824
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
825
- Rendered products/show.html.erb within layouts/application (119.4ms)
826
- Completed 500 Internal Server Error in 139ms
827
-
828
- ActionView::Template::Error (undefined method `opay_form_for' for #<#<Class:0x007fc666b21180>:0x007fc664429028>):
829
- 10: <%= @product.price %>
830
- 11: </p>
831
- 12:
832
- 13: <%= opay_form_for @product do |f| %>
833
- 14: cd
834
- 15: <% end %>
835
- 16:
836
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb___3152130214115647815_70245031165260'
837
- app/controllers/products_controller.rb:18:in `show'
838
-
839
-
840
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
841
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
842
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.2ms)
843
-
844
-
845
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:17:10 +0100
846
- Processing by ProductsController#show as HTML
847
- Parameters: {"id"=>"1"}
848
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
849
- Rendered products/show.html.erb within layouts/application (5.0ms)
850
- Completed 500 Internal Server Error in 8ms
851
-
852
- ActionView::Template::Error (undefined method `opay_form_for' for #<#<Class:0x007fc666b21180>:0x007fc6642cf498>):
853
- 10: <%= @product.price %>
854
- 11: </p>
855
- 12:
856
- 13: <%= opay_form_for @product do |f| %>
857
- 14: cd
858
- 15: <% end %>
859
- 16:
860
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb___3152130214115647815_70245031165260'
861
- app/controllers/products_controller.rb:18:in `show'
862
-
863
-
864
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
865
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
866
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms)
867
- Connecting to database specified by database.yml
868
- Connecting to database specified by database.yml
869
-
870
-
871
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:18:19 +0100
872
- Processing by ProductsController#show as HTML
873
- Parameters: {"id"=>"1"}
874
- Product Load (5.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
875
- Rendered products/show.html.erb within layouts/application (4.8ms)
876
- Completed 200 OK in 173ms (Views: 88.9ms | ActiveRecord: 7.4ms)
877
-
878
-
879
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-21 16:18:19 +0100
880
- Served asset /application.css - 304 Not Modified (3ms)
881
-
882
-
883
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-21 16:18:20 +0100
884
- Served asset /scaffold.css - 304 Not Modified (1ms)
885
-
886
-
887
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-21 16:18:20 +0100
888
- Served asset /jquery.js - 304 Not Modified (2ms)
889
-
890
-
891
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-21 16:18:20 +0100
892
- Served asset /products.css - 304 Not Modified (1ms)
893
-
894
-
895
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-21 16:18:20 +0100
896
- Served asset /products.js - 304 Not Modified (1ms)
897
-
898
-
899
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-21 16:18:20 +0100
900
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
901
-
902
-
903
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-21 16:18:20 +0100
904
- Served asset /application.js - 304 Not Modified (5ms)
905
- Connecting to database specified by database.yml
906
- Connecting to database specified by database.yml
907
- Connecting to database specified by database.yml
908
-
909
-
910
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
911
- Processing by ProductsController#show as HTML
912
- Parameters: {"id"=>"1"}
913
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
914
- Rendered products/show.html.erb within layouts/application (4.9ms)
915
- Completed 200 OK in 79ms (Views: 31.4ms | ActiveRecord: 2.2ms)
916
-
917
-
918
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
919
- Served asset /application.css - 304 Not Modified (31ms)
920
-
921
-
922
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
923
- Served asset /products.js - 304 Not Modified (1ms)
924
-
925
-
926
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
927
- Served asset /jquery_ujs.js - 304 Not Modified (4ms)
928
-
929
-
930
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
931
- Served asset /jquery.js - 304 Not Modified (4ms)
932
-
933
-
934
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
935
- Served asset /scaffold.css - 304 Not Modified (5ms)
936
-
937
-
938
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
939
- Served asset /products.css - 304 Not Modified (1ms)
940
-
941
-
942
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-21 16:20:11 +0100
943
- Served asset /application.js - 304 Not Modified (39ms)
944
- Connecting to database specified by database.yml
945
-
946
-
947
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:25:01 +0100
948
- Processing by ProductsController#show as HTML
949
- Parameters: {"id"=>"1"}
950
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
951
- Rendered products/show.html.erb within layouts/application (10.4ms)
952
- Completed 500 Internal Server Error in 67ms
953
-
954
- ActionView::Template::Error (undefined method `opay_form_for' for #<#<Class:0x007f8ccbc949b0>:0x007f8ccbd12ef0>):
955
- 10: <%= @product.price %>
956
- 11: </p>
957
- 12:
958
- 13: <%= opay_form_for @product do |f| %>
959
- 14: cd
960
- 15: <% end %>
961
- 16:
962
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb__3056843916972674487_70121353760140'
963
- app/controllers/products_controller.rb:18:in `show'
964
-
965
-
966
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
967
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
968
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms)
969
- Connecting to database specified by database.yml
970
-
971
-
972
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:36:39 +0100
973
- Processing by ProductsController#show as HTML
974
- Parameters: {"id"=>"1"}
975
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
976
- Rendered products/show.html.erb within layouts/application (11.8ms)
977
- Completed 500 Internal Server Error in 69ms
978
-
979
- ActionView::Template::Error (undefined method `payu' for #<ActionView::Helpers::FormBuilder:0x007f8b74432e28>):
980
- 11: </p>
981
- 12:
982
- 13: <%= opay_form_for @product do |f| %>
983
- 14: <%= f.payu %>
984
- 15: <% end %>
985
- 16:
986
- 17:
987
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb__3066636752553584687_70118463091240'
988
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb__3066636752553584687_70118463091240'
989
- app/controllers/products_controller.rb:18:in `show'
990
-
991
-
992
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
993
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
994
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.5ms)
995
-
996
-
997
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:38:19 +0100
998
- Processing by ProductsController#show as HTML
999
- Parameters: {"id"=>"1"}
1000
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1001
- Rendered products/show.html.erb within layouts/application (35.4ms)
1002
- Completed 500 Internal Server Error in 38ms
1003
-
1004
- ActionView::Template::Error (undefined method `payu' for #<ActionView::Helpers::FormBuilder:0x007f8b71ebda08>):
1005
- 11: </p>
1006
- 12:
1007
- 13: <%= opay_form_for @product do |f| %>
1008
- 14: <%= f.payu %>
1009
- 15: <% end %>
1010
- 16:
1011
- 17:
1012
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb__3066636752553584687_70118463091240'
1013
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb__3066636752553584687_70118463091240'
1014
- app/controllers/products_controller.rb:18:in `show'
1015
-
1016
-
1017
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1018
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
1019
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms)
1020
- Connecting to database specified by database.yml
1021
-
1022
-
1023
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:43:43 +0100
1024
- Processing by ProductsController#show as HTML
1025
- Parameters: {"id"=>"1"}
1026
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1027
- Rendered products/show.html.erb within layouts/application (12.3ms)
1028
- Completed 500 Internal Server Error in 141ms
1029
-
1030
- ActionView::Template::Error (undefined method `payu' for #<ActionView::Helpers::FormBuilder:0x007fba38da4c20>):
1031
- 11: </p>
1032
- 12:
1033
- 13: <%= opay_form_for @product do |f| %>
1034
- 14: <%= f.payu %>
1035
- 15: <% end %>
1036
- 16:
1037
- 17:
1038
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb__1277346441317852476_70218910525100'
1039
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb__1277346441317852476_70218910525100'
1040
- app/controllers/products_controller.rb:18:in `show'
1041
-
1042
-
1043
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1044
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1045
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms)
1046
- Connecting to database specified by database.yml
1047
-
1048
-
1049
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1050
- Processing by ProductsController#show as HTML
1051
- Parameters: {"id"=>"1"}
1052
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1053
- Rendered products/show.html.erb within layouts/application (24.6ms)
1054
- Completed 200 OK in 207ms (Views: 127.2ms | ActiveRecord: 2.4ms)
1055
-
1056
-
1057
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1058
- Served asset /application.css - 304 Not Modified (7ms)
1059
-
1060
-
1061
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1062
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1063
-
1064
-
1065
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1066
- Served asset /products.css - 304 Not Modified (3ms)
1067
-
1068
-
1069
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1070
- Served asset /scaffold.css - 304 Not Modified (2ms)
1071
-
1072
-
1073
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1074
- Served asset /jquery.js - 304 Not Modified (2ms)
1075
-
1076
-
1077
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1078
- Served asset /products.js - 304 Not Modified (27ms)
1079
-
1080
-
1081
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-21 16:48:38 +0100
1082
- Served asset /application.js - 304 Not Modified (4ms)
1083
-
1084
-
1085
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1086
- Processing by ProductsController#show as HTML
1087
- Parameters: {"id"=>"1"}
1088
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1089
- Rendered products/show.html.erb within layouts/application (1.4ms)
1090
- Completed 200 OK in 57ms (Views: 55.1ms | ActiveRecord: 0.1ms)
1091
-
1092
-
1093
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1094
- Served asset /application.css - 304 Not Modified (0ms)
1095
-
1096
-
1097
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1098
- Served asset /products.css - 304 Not Modified (0ms)
1099
-
1100
-
1101
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1102
- Served asset /scaffold.css - 304 Not Modified (0ms)
1103
-
1104
-
1105
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1106
- Served asset /jquery.js - 304 Not Modified (0ms)
1107
-
1108
-
1109
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1110
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1111
-
1112
-
1113
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1114
- Served asset /products.js - 304 Not Modified (0ms)
1115
-
1116
-
1117
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-21 16:55:36 +0100
1118
- Served asset /application.js - 304 Not Modified (0ms)
1119
- Connecting to database specified by database.yml
1120
-
1121
-
1122
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:55:58 +0100
1123
- Processing by ProductsController#show as HTML
1124
- Parameters: {"id"=>"1"}
1125
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1126
- Rendered products/show.html.erb within layouts/application (34.6ms)
1127
- Completed 500 Internal Server Error in 147ms
1128
-
1129
- ActionView::Template::Error (undefined method `content_tag' for #<Opay::FormBuilder:0x007faf444b65e0>):
1130
- 11: </p>
1131
- 12:
1132
- 13: <%= opay_form_for @product do |f| %>
1133
- 14: <%= f.payu %>
1134
- 15: <% end %>
1135
- 16:
1136
- 17:
1137
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb___3641402905806552961_70195370918940'
1138
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb___3641402905806552961_70195370918940'
1139
- app/controllers/products_controller.rb:18:in `show'
1140
-
1141
-
1142
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
1143
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
1144
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
1145
-
1146
-
1147
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:57:02 +0100
1148
- Processing by ProductsController#show as HTML
1149
- Parameters: {"id"=>"1"}
1150
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1151
- Rendered products/show.html.erb within layouts/application (6.8ms)
1152
- Completed 500 Internal Server Error in 36ms
1153
-
1154
- ActionView::Template::Error (undefined method `content_tag' for #<Opay::FormBuilder:0x007faf44054c90>):
1155
- 11: </p>
1156
- 12:
1157
- 13: <%= opay_form_for @product do |f| %>
1158
- 14: <%= f.payu %>
1159
- 15: <% end %>
1160
- 16:
1161
- 17:
1162
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb___3641402905806552961_70195370918940'
1163
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb___3641402905806552961_70195370918940'
1164
- app/controllers/products_controller.rb:18:in `show'
1165
-
1166
-
1167
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
1168
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1169
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.3ms)
1170
- Connecting to database specified by database.yml
1171
-
1172
-
1173
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 16:59:39 +0100
1174
- Processing by ProductsController#show as HTML
1175
- Parameters: {"id"=>"1"}
1176
- Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1177
- Rendered products/show.html.erb within layouts/application (18.3ms)
1178
- Completed 200 OK in 215ms (Views: 137.0ms | ActiveRecord: 2.4ms)
1179
-
1180
-
1181
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-21 16:59:40 +0100
1182
- Served asset /application.css - 304 Not Modified (3ms)
1183
-
1184
-
1185
- Started GET "/assets/products.css?body=1" for 127.0.0.1 at 2013-03-21 16:59:40 +0100
1186
- Served asset /products.css - 304 Not Modified (1ms)
1187
-
1188
-
1189
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-21 16:59:40 +0100
1190
- Served asset /jquery.js - 304 Not Modified (3ms)
1191
-
1192
-
1193
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-21 16:59:40 +0100
1194
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1195
-
1196
-
1197
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-21 16:59:40 +0100
1198
- Served asset /scaffold.css - 304 Not Modified (1ms)
1199
-
1200
-
1201
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-21 16:59:40 +0100
1202
- Served asset /application.js - 304 Not Modified (9ms)
1203
-
1204
-
1205
- Started GET "/assets/products.js?body=1" for 127.0.0.1 at 2013-03-21 16:59:40 +0100
1206
- Served asset /products.js - 304 Not Modified (1ms)
1207
- Connecting to database specified by database.yml
1208
-
1209
-
1210
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 17:01:47 +0100
1211
- Processing by ProductsController#show as HTML
1212
- Parameters: {"id"=>"1"}
1213
- Product Load (0.3ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1214
- Rendered products/show.html.erb within layouts/application (37.2ms)
1215
- Completed 500 Internal Server Error in 96ms
1216
-
1217
- ActionView::Template::Error (undefined method `jkjk' for #<Product:0x007fe71268b658>):
1218
- 11: </p>
1219
- 12:
1220
- 13: <%= opay_form_for @product do |f| %>
1221
- 14: <%= f.payu %>
1222
- 15: <% end %>
1223
- 16:
1224
- 17:
1225
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb___3787525202601926261_70315224150200'
1226
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb___3787525202601926261_70315224150200'
1227
- app/controllers/products_controller.rb:18:in `show'
1228
-
1229
-
1230
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
1231
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
1232
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
1233
-
1234
-
1235
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 17:02:26 +0100
1236
- Processing by ProductsController#show as HTML
1237
- Parameters: {"id"=>"1"}
1238
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1239
- Rendered products/show.html.erb within layouts/application (1.6ms)
1240
- Completed 500 Internal Server Error in 4ms
1241
-
1242
- ActionView::Template::Error (undefined method `jkjk' for #<Product:0x007fe7157c3400>):
1243
- 11: </p>
1244
- 12:
1245
- 13: <%= opay_form_for @product do |f| %>
1246
- 14: <%= f.payu %>
1247
- 15: <% end %>
1248
- 16:
1249
- 17:
1250
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb___3787525202601926261_70315224150200'
1251
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb___3787525202601926261_70315224150200'
1252
- app/controllers/products_controller.rb:18:in `show'
1253
-
1254
-
1255
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
1256
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (23.5ms)
1257
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.6ms)
1258
-
1259
-
1260
- Started GET "/products/1" for 127.0.0.1 at 2013-03-21 17:02:28 +0100
1261
- Processing by ProductsController#show as HTML
1262
- Parameters: {"id"=>"1"}
1263
- Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]
1264
- Rendered products/show.html.erb within layouts/application (1.4ms)
1265
- Completed 500 Internal Server Error in 4ms
1266
-
1267
- ActionView::Template::Error (undefined method `jkjk' for #<Product:0x007fe713a5e450>):
1268
- 11: </p>
1269
- 12:
1270
- 13: <%= opay_form_for @product do |f| %>
1271
- 14: <%= f.payu %>
1272
- 15: <% end %>
1273
- 16:
1274
- 17:
1275
- app/views/products/show.html.erb:14:in `block in _app_views_products_show_html_erb___3787525202601926261_70315224150200'
1276
- app/views/products/show.html.erb:13:in `_app_views_products_show_html_erb___3787525202601926261_70315224150200'
1277
- app/controllers/products_controller.rb:18:in `show'
1278
-
1279
-
1280
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1281
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1282
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms)
1283
- Connecting to database specified by database.yml
1284
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1285
- Migrating to CreateProducts (20130320132244)
1286
-  (0.1ms) select sqlite_version(*)
1287
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1288
- Connecting to database specified by database.yml
1289
-  (11.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1290
- Migrating to CreateProducts (20130320132244)
1291
- Migrating to CreateOpayPayments (20130326141947)
1292
-  (0.1ms) select sqlite_version(*)
1293
-  (0.0ms) begin transaction
1294
-  (0.5ms) CREATE TABLE "opay_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "session" varchar(255), "amount" float, "finished" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1295
-  (0.1ms) CREATE INDEX "index_opay_payments_on_item_id" ON "opay_payments" ("item_id")
1296
- SQLite3::SQLException: table opay_payments has no column named item_id: CREATE INDEX "index_opay_payments_on_item_id" ON "opay_payments" ("item_id")
1297
-  (35.3ms) rollback transaction
1298
- Connecting to database specified by database.yml
1299
-  (11.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1300
- Migrating to CreateProducts (20130320132244)
1301
- Migrating to CreateOpayPayments (20130326142236)
1302
-  (0.1ms) select sqlite_version(*)
1303
-  (0.1ms) begin transaction
1304
-  (0.6ms) CREATE TABLE "opay_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "session" varchar(255), "amount" float, "finished" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1305
-  (0.1ms) CREATE INDEX "index_opay_payments_on_payable_id_and_payable_type" ON "opay_payments" ("payable_id", "payable_type")
1306
-  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130326142236')
1307
-  (1.8ms) commit transaction
1308
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1309
- Connecting to database specified by database.yml
1310
- Connecting to database specified by database.yml
1311
-  (2.2ms) select sqlite_version(*)
1312
-  (1.5ms) CREATE TABLE "opay_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "session" varchar(255), "amount" float, "finished" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1313
-  (1.4ms) CREATE INDEX "index_opay_payments_on_payable_id_and_payable_type" ON "opay_payments" ("payable_id", "payable_type")
1314
-  (1.4ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "price" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1315
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1316
-  (8.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1317
-  (0.1ms) SELECT version FROM "schema_migrations"
1318
-  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130326142236')
1319
-  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130320132244')
1320
-  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130321114023')
1321
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1322
- Connecting to database specified by database.yml
1323
- Connecting to database specified by database.yml
1324
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1325
- Migrating to CreateProducts (20130320132244)
1326
- Migrating to CreateOpayPayments (20130321114023)
1327
-  (0.1ms) select sqlite_version(*)
1328
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1329
- Connecting to database specified by database.yml
1330
- Connecting to database specified by database.yml
1331
- Connecting to database specified by database.yml
1332
- Connecting to database specified by database.yml
1333
- Connecting to database specified by database.yml
1334
-  (16.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1335
- Connecting to database specified by database.yml
1336
-  (1.7ms) select sqlite_version(*)
1337
-  (2.0ms) CREATE TABLE "opay_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "session" varchar(255), "amount" float, "finished" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1338
-  (1.7ms) CREATE INDEX "index_opay_payments_on_payable_id_and_payable_type" ON "opay_payments" ("payable_id", "payable_type")
1339
-  (1.6ms) CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "amount" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1340
-  (1.5ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "price" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1341
-  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1342
-  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1343
-  (0.2ms) SELECT version FROM "schema_migrations"
1344
-  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130326152550')
1345
-  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130321114023')
1346
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1347
- Connecting to database specified by database.yml
1348
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1349
-  (0.5ms) select sqlite_version(*)
1350
-  (17.7ms) DROP TABLE "opay_payments"
1351
-  (1.7ms) CREATE TABLE "opay_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "session" varchar(255), "amount" float, "finished" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1352
-  (5.9ms) CREATE INDEX "index_opay_payments_on_payable_id_and_payable_type" ON "opay_payments" ("payable_id", "payable_type")
1353
-  (2.0ms) DROP TABLE "orders"
1354
-  (1.7ms) CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "amount" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1355
-  (1.7ms) DROP TABLE "products"
1356
-  (1.5ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "price" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1357
-  (0.1ms) SELECT version FROM "schema_migrations"
1358
- Connecting to database specified by database.yml
1359
- Connecting to database specified by database.yml
1360
- Connecting to database specified by database.yml
1361
- Connecting to database specified by database.yml
1362
-  (29.9ms) DELETE FROM "opay_payments";
1363
-  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1364
-  (1.6ms) DELETE FROM "orders";
1365
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1366
-  (1.5ms) DELETE FROM "products";
1367
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1368
-  (1.9ms) DELETE FROM "opay_payments";
1369
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1370
-  (2.2ms) DELETE FROM "orders";
1371
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1372
-  (1.5ms) DELETE FROM "products";
1373
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1374
-  (1.7ms) DELETE FROM "opay_payments";
1375
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1376
-  (1.5ms) DELETE FROM "orders";
1377
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1378
-  (1.3ms) DELETE FROM "products";
1379
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1380
-  (2.3ms) DELETE FROM "opay_payments";
1381
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1382
-  (1.9ms) DELETE FROM "orders";
1383
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1384
-  (1.5ms) DELETE FROM "products";
1385
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1386
-  (2.1ms) DELETE FROM "opay_payments";
1387
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1388
-  (1.3ms) DELETE FROM "orders";
1389
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1390
-  (1.4ms) DELETE FROM "products";
1391
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1392
-  (1.8ms) DELETE FROM "opay_payments";
1393
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1394
-  (1.5ms) DELETE FROM "orders";
1395
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1396
-  (1.5ms) DELETE FROM "products";
1397
-  (0.3ms) DELETE FROM sqlite_sequence where name = 'products';
1398
-  (78.0ms) DELETE FROM "opay_payments";
1399
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1400
-  (12.1ms) DELETE FROM "orders";
1401
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1402
-  (12.3ms) DELETE FROM "products";
1403
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'products';
1404
-  (20.5ms) DELETE FROM "opay_payments";
1405
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1406
-  (2.4ms) DELETE FROM "orders";
1407
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1408
-  (5.7ms) DELETE FROM "products";
1409
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1410
-  (9.3ms) DELETE FROM "opay_payments";
1411
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1412
-  (3.5ms) DELETE FROM "orders";
1413
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1414
-  (19.1ms) DELETE FROM "products";
1415
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'products';
1416
-  (4.1ms) DELETE FROM "opay_payments";
1417
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1418
-  (12.3ms) DELETE FROM "orders";
1419
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1420
-  (13.7ms) DELETE FROM "products";
1421
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'products';
1422
-  (13.5ms) DELETE FROM "opay_payments";
1423
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1424
-  (5.9ms) DELETE FROM "orders";
1425
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1426
-  (12.3ms) DELETE FROM "products";
1427
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'products';
1428
-  (6.2ms) DELETE FROM "opay_payments";
1429
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1430
-  (23.7ms) DELETE FROM "orders";
1431
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';
1432
-  (2.4ms) DELETE FROM "products";
1433
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1434
-  (2.1ms) DELETE FROM "opay_payments";
1435
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1436
-  (1.6ms) DELETE FROM "orders";
1437
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1438
-  (1.7ms) DELETE FROM "products";
1439
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1440
-  (2.2ms) DELETE FROM "opay_payments";
1441
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1442
-  (1.3ms) DELETE FROM "orders";
1443
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1444
-  (1.3ms) DELETE FROM "products";
1445
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1446
-  (1.7ms) DELETE FROM "opay_payments";
1447
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1448
-  (1.4ms) DELETE FROM "orders";
1449
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1450
-  (1.4ms) DELETE FROM "products";
1451
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1452
-  (1.7ms) DELETE FROM "opay_payments";
1453
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1454
-  (1.7ms) DELETE FROM "orders";
1455
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1456
-  (1.5ms) DELETE FROM "products";
1457
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1458
-  (1.6ms) DELETE FROM "opay_payments";
1459
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1460
-  (1.7ms) DELETE FROM "orders";
1461
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1462
-  (1.2ms) DELETE FROM "products";
1463
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1464
-  (1.6ms) DELETE FROM "opay_payments";
1465
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1466
-  (1.5ms) DELETE FROM "orders";
1467
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1468
-  (1.5ms) DELETE FROM "products";
1469
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1470
-  (8.1ms) DELETE FROM "opay_payments";
1471
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1472
-  (1.4ms) DELETE FROM "orders";
1473
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1474
-  (1.4ms) DELETE FROM "products";
1475
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1476
-  (1.7ms) DELETE FROM "opay_payments";
1477
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1478
-  (1.6ms) DELETE FROM "orders";
1479
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';
1480
-  (1.5ms) DELETE FROM "products";
1481
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1482
-  (1.5ms) DELETE FROM "opay_payments";
1483
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1484
-  (1.3ms) DELETE FROM "orders";
1485
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1486
-  (1.3ms) DELETE FROM "products";
1487
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1488
-  (1.5ms) DELETE FROM "opay_payments";
1489
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1490
-  (1.3ms) DELETE FROM "orders";
1491
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1492
-  (1.3ms) DELETE FROM "products";
1493
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1494
-  (1.5ms) DELETE FROM "opay_payments";
1495
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1496
-  (2.1ms) DELETE FROM "orders";
1497
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1498
-  (1.4ms) DELETE FROM "products";
1499
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'products';
1500
-  (55.0ms) DELETE FROM "opay_payments";
1501
-  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';
1502
-  (1.5ms) DELETE FROM "orders";
1503
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';
1504
-  (1.4ms) DELETE FROM "products";
1505
-  (0.1ms) DELETE FROM sqlite_sequence where name = 'products';
1506
- Connecting to database specified by database.yml
1507
- Connecting to database specified by database.yml
1508
- Connecting to database specified by database.yml
1509
- Connecting to database specified by database.yml
1510
- Connecting to database specified by database.yml
1511
- Connecting to database specified by database.yml
1512
- Connecting to database specified by database.yml
1513
-
1514
-
1515
- Started GET "/" for 127.0.0.1 at 2013-04-24 13:51:05 +0200
1516
-
1517
- ActionController::RoutingError (No route matches [GET] "/"):
1518
- actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1519
- actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1520
- railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1521
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1522
- activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1523
- railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1524
- actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1525
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1526
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1527
- activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1528
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
1529
- actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1530
- railties (3.2.13) lib/rails/engine.rb:479:in `call'
1531
- railties (3.2.13) lib/rails/application.rb:223:in `call'
1532
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1533
- railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1534
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1535
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1536
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1537
- /Users/mariusz/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1538
-
1539
-
1540
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (34.6ms)
1541
-
1542
-
1543
- Started GET "/" for 127.0.0.1 at 2013-04-24 13:51:35 +0200
1544
- Processing by OrdersController#index as HTML
1545
- Order Load (39.1ms) SELECT "orders".* FROM "orders" 
1546
- Rendered orders/index.html.erb within layouts/application (1.1ms)
1547
- Compiled application.css (1ms) (pid 46805)
1548
- Completed 500 Internal Server Error in 1144ms
1549
-
1550
- ActionView::Template::Error (couldn't find file 'jquery'
1551
- (in /Users/mariusz/projekty/rails/opay/spec/dummy/app/assets/javascripts/application.js:13)):
1552
- 3: <head>
1553
- 4: <title>Dummy</title>
1554
- 5: <%= stylesheet_link_tag "application", :media => "all" %>
1555
- 6: <%= javascript_include_tag "application" %>
1556
- 7: <%= csrf_meta_tags %>
1557
- 8: </head>
1558
- 9: <body>
1559
- app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__2834171036792740793_70302624147620'
1560
- app/controllers/orders_controller.rb:7:in `index'
1561
-
1562
-
1563
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
1564
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
1565
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms)
1566
- Connecting to database specified by database.yml
1567
-
1568
-
1569
- Started GET "/" for 127.0.0.1 at 2013-04-24 13:52:51 +0200
1570
- Processing by OrdersController#index as HTML
1571
- Order Load (31.6ms) SELECT "orders".* FROM "orders" 
1572
- Rendered orders/index.html.erb within layouts/application (5.8ms)
1573
- Compiled application.js (2ms) (pid 47443)
1574
- Completed 200 OK in 408ms (Views: 266.0ms | ActiveRecord: 58.3ms)
1575
-
1576
-
1577
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 13:52:52 +0200
1578
- Served asset /scaffold.css - 200 OK (5ms)
1579
-
1580
-
1581
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 13:52:52 +0200
1582
- Served asset /jquery.js - 304 Not Modified (40ms)
1583
-
1584
-
1585
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 13:52:52 +0200
1586
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1587
-
1588
-
1589
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 13:52:52 +0200
1590
- Served asset /application.js - 200 OK (3ms)
1591
-
1592
-
1593
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 13:52:52 +0200
1594
- Served asset /application.css - 200 OK (3ms)
1595
-
1596
-
1597
- Started GET "/orders/new" for 127.0.0.1 at 2013-04-24 13:52:55 +0200
1598
- Processing by OrdersController#new as HTML
1599
- Rendered orders/_form.html.erb (201.4ms)
1600
- Rendered orders/new.html.erb within layouts/application (282.2ms)
1601
- Completed 200 OK in 311ms (Views: 305.0ms | ActiveRecord: 0.0ms)
1602
-
1603
-
1604
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 13:52:55 +0200
1605
- Served asset /jquery.js - 304 Not Modified (0ms)
1606
-
1607
-
1608
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 13:52:55 +0200
1609
- Served asset /scaffold.css - 304 Not Modified (0ms)
1610
-
1611
-
1612
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 13:52:55 +0200
1613
- Served asset /application.js - 304 Not Modified (0ms)
1614
-
1615
-
1616
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 13:52:55 +0200
1617
- Served asset /application.css - 304 Not Modified (0ms)
1618
-
1619
-
1620
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 13:52:55 +0200
1621
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1622
-
1623
-
1624
- Started POST "/orders" for 127.0.0.1 at 2013-04-24 13:53:08 +0200
1625
- Processing by OrdersController#create as HTML
1626
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"sYtpdAkBiSPH0VVmuJaonVtw4WeS/h2Atq0ssPS25Qg=", "order"=>{"name"=>"order 1", "amount"=>"10"}, "commit"=>"Create Order"}
1627
-  (0.1ms) begin transaction
1628
- SQL (134.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", "10"], ["created_at", Wed, 24 Apr 2013 11:53:08 UTC +00:00], ["name", "order 1"], ["updated_at", Wed, 24 Apr 2013 11:53:08 UTC +00:00]]
1629
-  (4.7ms) commit transaction
1630
- Redirected to http://0.0.0.0:3000/orders/1
1631
- Completed 302 Found in 144ms (ActiveRecord: 138.8ms)
1632
-
1633
-
1634
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 13:53:08 +0200
1635
- Processing by OrdersController#show as HTML
1636
- Parameters: {"id"=>"1"}
1637
- Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1638
- Rendered orders/show.html.erb within layouts/application (2.5ms)
1639
- Completed 200 OK in 45ms (Views: 42.3ms | ActiveRecord: 0.3ms)
1640
-
1641
-
1642
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 13:53:08 +0200
1643
- Served asset /application.css - 304 Not Modified (0ms)
1644
-
1645
-
1646
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 13:53:08 +0200
1647
- Served asset /scaffold.css - 304 Not Modified (0ms)
1648
-
1649
-
1650
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:08 +0200
1651
- Served asset /jquery.js - 304 Not Modified (0ms)
1652
-
1653
-
1654
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:08 +0200
1655
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1656
-
1657
-
1658
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:08 +0200
1659
- Served asset /application.js - 304 Not Modified (0ms)
1660
-
1661
-
1662
- Started GET "/orders" for 127.0.0.1 at 2013-04-24 13:53:11 +0200
1663
- Processing by OrdersController#index as HTML
1664
- Order Load (0.2ms) SELECT "orders".* FROM "orders"
1665
- Rendered orders/index.html.erb within layouts/application (1.6ms)
1666
- Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.2ms)
1667
-
1668
-
1669
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 13:53:11 +0200
1670
- Served asset /application.css - 304 Not Modified (0ms)
1671
-
1672
-
1673
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:11 +0200
1674
- Served asset /jquery.js - 304 Not Modified (0ms)
1675
-
1676
-
1677
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:11 +0200
1678
- Served asset /application.js - 304 Not Modified (0ms)
1679
-
1680
-
1681
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:11 +0200
1682
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1683
-
1684
-
1685
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 13:53:11 +0200
1686
- Served asset /scaffold.css - 304 Not Modified (0ms)
1687
-
1688
-
1689
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 13:53:19 +0200
1690
- Processing by OrdersController#show as HTML
1691
- Parameters: {"id"=>"1"}
1692
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1693
- Rendered orders/show.html.erb within layouts/application (0.6ms)
1694
- Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)
1695
-
1696
-
1697
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 13:53:19 +0200
1698
- Served asset /scaffold.css - 304 Not Modified (0ms)
1699
-
1700
-
1701
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:19 +0200
1702
- Served asset /jquery.js - 304 Not Modified (0ms)
1703
-
1704
-
1705
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:19 +0200
1706
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1707
-
1708
-
1709
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 13:53:19 +0200
1710
- Served asset /application.css - 304 Not Modified (0ms)
1711
-
1712
-
1713
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 13:53:19 +0200
1714
- Served asset /application.js - 304 Not Modified (0ms)
1715
-
1716
-
1717
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 13:54:36 +0200
1718
- Processing by OrdersController#show as HTML
1719
- Parameters: {"id"=>"1"}
1720
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1721
- Rendered orders/show.html.erb within layouts/application (28.9ms)
1722
- Completed 500 Internal Server Error in 58ms
1723
-
1724
- ActionView::Template::Error (undefined method `payu_form_for' for #<#<Class:0x007f7f848d2740>:0x007f7f82773a18>):
1725
- 10: <%= @order.amount %>
1726
- 11: </p>
1727
- 12:
1728
- 13: <%= payu_form_for(@order) do |f| %>
1729
- 14:
1730
- 15: <% end %>
1731
- 16:
1732
- app/views/orders/show.html.erb:13:in `_app_views_orders_show_html_erb__3540414464078662255_70092813207540'
1733
- app/controllers/orders_controller.rb:18:in `show'
1734
-
1735
-
1736
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
1737
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1738
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms)
1739
- Connecting to database specified by database.yml
1740
-
1741
-
1742
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 13:59:32 +0200
1743
- Processing by OrdersController#show as HTML
1744
- Parameters: {"id"=>"1"}
1745
- Order Load (30.9ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1746
- Rendered orders/show.html.erb within layouts/application (158.2ms)
1747
- Completed 500 Internal Server Error in 370ms
1748
-
1749
- ActionView::Template::Error (unknown attribute: session_id):
1750
- 10: <%= @order.amount %>
1751
- 11: </p>
1752
- 12:
1753
- 13: <%= payu_form_for(@order) do |f| %>
1754
- 14:
1755
- 15: <% end %>
1756
- 16:
1757
- app/views/orders/show.html.erb:13:in `_app_views_orders_show_html_erb__2842286153136912271_70185199437880'
1758
- app/controllers/orders_controller.rb:18:in `show'
1759
-
1760
-
1761
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1762
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1763
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms)
1764
- Connecting to database specified by database.yml
1765
-
1766
-
1767
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:02:36 +0200
1768
- Processing by OrdersController#show as HTML
1769
- Parameters: {"id"=>"1"}
1770
- Completed 500 Internal Server Error in 54ms
1771
-
1772
- ActiveRecord::StatementInvalid (Could not find table 'orders'):
1773
- app/controllers/orders_controller.rb:16:in `show'
1774
-
1775
-
1776
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1777
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1778
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms)
1779
- Connecting to database specified by database.yml
1780
-  (3.1ms) select sqlite_version(*)
1781
-  (2.4ms) CREATE TABLE "opay_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "session_id" varchar(255), "provider" varchar(255), "amount" float, "finished" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1782
-  (1.6ms) CREATE INDEX "index_opay_payments_on_payable_id_and_payable_type" ON "opay_payments" ("payable_id", "payable_type")
1783
-  (1.5ms) CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "amount" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1784
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1785
-  (38.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1786
-  (0.1ms) SELECT version FROM "schema_migrations"
1787
-  (69.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130326152550')
1788
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1789
- Connecting to database specified by database.yml
1790
-
1791
-
1792
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:03:01 +0200
1793
- Processing by OrdersController#show as HTML
1794
- Parameters: {"id"=>"1"}
1795
- Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1796
- Completed 404 Not Found in 64ms
1797
-
1798
- ActiveRecord::RecordNotFound (Couldn't find Order with id=1):
1799
- app/controllers/orders_controller.rb:16:in `show'
1800
-
1801
-
1802
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
1803
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1804
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.1ms)
1805
-
1806
-
1807
- Started GET "/orders" for 127.0.0.1 at 2013-04-24 14:03:06 +0200
1808
- Processing by OrdersController#index as HTML
1809
- Order Load (0.2ms) SELECT "orders".* FROM "orders"
1810
- Rendered orders/index.html.erb within layouts/application (1.4ms)
1811
- Completed 200 OK in 137ms (Views: 135.1ms | ActiveRecord: 0.2ms)
1812
-
1813
-
1814
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:03:07 +0200
1815
- Served asset /application.css - 304 Not Modified (2ms)
1816
-
1817
-
1818
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:07 +0200
1819
- Served asset /jquery.js - 304 Not Modified (3ms)
1820
-
1821
-
1822
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:03:07 +0200
1823
- Served asset /scaffold.css - 304 Not Modified (1ms)
1824
-
1825
-
1826
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:07 +0200
1827
- Served asset /application.js - 304 Not Modified (4ms)
1828
-
1829
-
1830
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:07 +0200
1831
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1832
-
1833
-
1834
- Started GET "/orders/new" for 127.0.0.1 at 2013-04-24 14:03:08 +0200
1835
- Processing by OrdersController#new as HTML
1836
- Rendered orders/_form.html.erb (8.1ms)
1837
- Rendered orders/new.html.erb within layouts/application (25.4ms)
1838
- Completed 200 OK in 47ms (Views: 40.5ms | ActiveRecord: 0.0ms)
1839
-
1840
-
1841
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:03:08 +0200
1842
- Served asset /application.css - 304 Not Modified (0ms)
1843
-
1844
-
1845
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:03:08 +0200
1846
- Served asset /scaffold.css - 304 Not Modified (0ms)
1847
-
1848
-
1849
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:08 +0200
1850
- Served asset /application.js - 304 Not Modified (0ms)
1851
-
1852
-
1853
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:08 +0200
1854
- Served asset /jquery.js - 304 Not Modified (0ms)
1855
-
1856
-
1857
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:08 +0200
1858
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1859
-
1860
-
1861
- Started POST "/orders" for 127.0.0.1 at 2013-04-24 14:03:13 +0200
1862
- Processing by OrdersController#create as HTML
1863
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"sYtpdAkBiSPH0VVmuJaonVtw4WeS/h2Atq0ssPS25Qg=", "order"=>{"name"=>"order 1", "amount"=>"10"}, "commit"=>"Create Order"}
1864
-  (0.1ms) begin transaction
1865
- SQL (33.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", "10"], ["created_at", Wed, 24 Apr 2013 12:03:13 UTC +00:00], ["name", "order 1"], ["updated_at", Wed, 24 Apr 2013 12:03:13 UTC +00:00]]
1866
-  (4.4ms) commit transaction
1867
- Redirected to http://0.0.0.0:3000/orders/1
1868
- Completed 302 Found in 43ms (ActiveRecord: 38.4ms)
1869
-
1870
-
1871
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:03:13 +0200
1872
- Processing by OrdersController#show as HTML
1873
- Parameters: {"id"=>"1"}
1874
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1875
-  (0.1ms) begin transaction
1876
- Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
1877
- Binary data inserted for `string` type on column `session_id`
1878
- SQL (7.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 10.0], ["created_at", Wed, 24 Apr 2013 12:03:13 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 12:03:13 UTC +00:00]]
1879
-  (4.2ms) commit transaction
1880
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
1881
- Rendered orders/show.html.erb within layouts/application (103.8ms)
1882
- Completed 200 OK in 125ms (Views: 111.9ms | ActiveRecord: 12.4ms)
1883
-
1884
-
1885
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:03:13 +0200
1886
- Served asset /scaffold.css - 304 Not Modified (0ms)
1887
-
1888
-
1889
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:13 +0200
1890
- Served asset /jquery.js - 304 Not Modified (0ms)
1891
-
1892
-
1893
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:13 +0200
1894
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1895
-
1896
-
1897
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:03:13 +0200
1898
- Served asset /application.js - 304 Not Modified (0ms)
1899
-
1900
-
1901
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:03:13 +0200
1902
- Served asset /application.css - 304 Not Modified (8ms)
1903
-
1904
-
1905
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:04:07 +0200
1906
- Processing by OrdersController#show as HTML
1907
- Parameters: {"id"=>"1"}
1908
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1909
-  (0.1ms) begin transaction
1910
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
1911
- Binary data inserted for `string` type on column `session_id`
1912
- SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 10.0], ["created_at", Wed, 24 Apr 2013 12:04:07 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 12:04:07 UTC +00:00]]
1913
-  (2.7ms) commit transaction
1914
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
1915
-  (0.0ms) begin transaction
1916
-  (0.0ms) rollback transaction
1917
- Rendered orders/show.html.erb within layouts/application (39.9ms)
1918
- Completed 500 Internal Server Error in 43ms
1919
-
1920
- ActiveRecord::RecordNotSaved (Failed to remove the existing associated payment. The record failed to save when after its foreign key was set to nil.):
1921
- app/views/orders/show.html.erb:13:in `_app_views_orders_show_html_erb___3780241057777541332_70269272291260'
1922
- app/controllers/orders_controller.rb:18:in `show'
1923
-
1924
-
1925
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms)
1926
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1927
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (49.2ms)
1928
-
1929
-
1930
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:04:19 +0200
1931
- Processing by OrdersController#show as HTML
1932
- Parameters: {"id"=>"1"}
1933
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1934
-  (0.1ms) begin transaction
1935
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
1936
- Binary data inserted for `string` type on column `session_id`
1937
- SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 10.0], ["created_at", Wed, 24 Apr 2013 12:04:19 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 12:04:19 UTC +00:00]]
1938
-  (7.6ms) commit transaction
1939
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
1940
-  (0.0ms) begin transaction
1941
-  (0.1ms) rollback transaction
1942
- Rendered orders/show.html.erb within layouts/application (23.9ms)
1943
- Completed 500 Internal Server Error in 26ms
1944
-
1945
- ActiveRecord::RecordNotSaved (Failed to remove the existing associated payment. The record failed to save when after its foreign key was set to nil.):
1946
- app/views/orders/show.html.erb:13:in `_app_views_orders_show_html_erb___3780241057777541332_70269272291260'
1947
- app/controllers/orders_controller.rb:18:in `show'
1948
-
1949
-
1950
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
1951
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
1952
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)
1953
-
1954
-
1955
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:04:57 +0200
1956
- Processing by OrdersController#show as HTML
1957
- Parameters: {"id"=>"1"}
1958
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1959
-  (0.1ms) begin transaction
1960
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
1961
- Binary data inserted for `string` type on column `session_id`
1962
- SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 10.0], ["created_at", Wed, 24 Apr 2013 12:04:57 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 12:04:57 UTC +00:00]]
1963
-  (1.8ms) commit transaction
1964
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
1965
-  (0.0ms) begin transaction
1966
-  (0.0ms) rollback transaction
1967
- Rendered orders/show.html.erb within layouts/application (10.1ms)
1968
- Completed 500 Internal Server Error in 13ms
1969
-
1970
- ActiveRecord::RecordNotSaved (Failed to remove the existing associated payment. The record failed to save when after its foreign key was set to nil.):
1971
- app/views/orders/show.html.erb:13:in `_app_views_orders_show_html_erb___3780241057777541332_70269272291260'
1972
- app/controllers/orders_controller.rb:18:in `show'
1973
-
1974
-
1975
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1976
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1977
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
1978
- Connecting to database specified by database.yml
1979
-
1980
-
1981
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:06:24 +0200
1982
- Processing by OrdersController#show as HTML
1983
- Parameters: {"id"=>"1"}
1984
- Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
1985
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
1986
- Rendered orders/show.html.erb within layouts/application (167.1ms)
1987
- Completed 200 OK in 430ms (Views: 308.7ms | ActiveRecord: 28.0ms)
1988
-
1989
-
1990
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:06:25 +0200
1991
- Served asset /application.css - 304 Not Modified (6ms)
1992
-
1993
-
1994
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:06:25 +0200
1995
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1996
-
1997
-
1998
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:06:25 +0200
1999
- Served asset /jquery.js - 304 Not Modified (2ms)
2000
-
2001
-
2002
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:06:25 +0200
2003
- Served asset /application.js - 304 Not Modified (3ms)
2004
-
2005
-
2006
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:06:25 +0200
2007
- Served asset /scaffold.css - 304 Not Modified (1ms)
2008
-
2009
-
2010
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:06:28 +0200
2011
- Processing by OrdersController#show as HTML
2012
- Parameters: {"id"=>"1"}
2013
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2014
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2015
- Rendered orders/show.html.erb within layouts/application (4.1ms)
2016
- Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms)
2017
-
2018
-
2019
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:06:28 +0200
2020
- Served asset /application.css - 304 Not Modified (0ms)
2021
-
2022
-
2023
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:06:28 +0200
2024
- Served asset /jquery.js - 304 Not Modified (0ms)
2025
-
2026
-
2027
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:06:28 +0200
2028
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2029
-
2030
-
2031
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:06:28 +0200
2032
- Served asset /application.js - 304 Not Modified (0ms)
2033
-
2034
-
2035
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:06:28 +0200
2036
- Served asset /scaffold.css - 304 Not Modified (0ms)
2037
-
2038
-
2039
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:07:00 +0200
2040
- Processing by OrdersController#show as HTML
2041
- Parameters: {"id"=>"1"}
2042
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2043
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2044
- Rendered orders/show.html.erb within layouts/application (4.8ms)
2045
- Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.3ms)
2046
-
2047
-
2048
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:00 +0200
2049
- Served asset /application.css - 304 Not Modified (0ms)
2050
-
2051
-
2052
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:00 +0200
2053
- Served asset /scaffold.css - 304 Not Modified (0ms)
2054
-
2055
-
2056
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:00 +0200
2057
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2058
-
2059
-
2060
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:00 +0200
2061
- Served asset /jquery.js - 304 Not Modified (0ms)
2062
-
2063
-
2064
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:00 +0200
2065
- Served asset /application.js - 304 Not Modified (0ms)
2066
-
2067
-
2068
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:07:15 +0200
2069
- Processing by OrdersController#show as HTML
2070
- Parameters: {"id"=>"1"}
2071
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2072
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2073
- Rendered orders/show.html.erb within layouts/application (318.8ms)
2074
- Completed 200 OK in 577ms (Views: 576.0ms | ActiveRecord: 0.3ms)
2075
-
2076
-
2077
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:07:16 +0200
2078
- Processing by OrdersController#show as HTML
2079
- Parameters: {"id"=>"1"}
2080
- Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2081
- Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2082
- Rendered orders/show.html.erb within layouts/application (6.5ms)
2083
- Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 0.6ms)
2084
-
2085
-
2086
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:17 +0200
2087
- Served asset /application.css - 304 Not Modified (0ms)
2088
-
2089
-
2090
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:17 +0200
2091
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2092
-
2093
-
2094
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:17 +0200
2095
- Served asset /jquery.js - 304 Not Modified (0ms)
2096
-
2097
-
2098
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:17 +0200
2099
- Served asset /scaffold.css - 304 Not Modified (0ms)
2100
-
2101
-
2102
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:17 +0200
2103
- Served asset /application.js - 304 Not Modified (0ms)
2104
-
2105
-
2106
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:07:35 +0200
2107
- Processing by OrdersController#show as HTML
2108
- Parameters: {"id"=>"1"}
2109
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2110
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2111
- Rendered orders/show.html.erb within layouts/application (4.9ms)
2112
- Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.3ms)
2113
-
2114
-
2115
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:35 +0200
2116
- Served asset /application.css - 304 Not Modified (0ms)
2117
-
2118
-
2119
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:35 +0200
2120
- Served asset /scaffold.css - 304 Not Modified (0ms)
2121
-
2122
-
2123
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:35 +0200
2124
- Served asset /application.js - 304 Not Modified (0ms)
2125
-
2126
-
2127
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:35 +0200
2128
- Served asset /jquery.js - 304 Not Modified (0ms)
2129
-
2130
-
2131
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:35 +0200
2132
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2133
-
2134
-
2135
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:07:42 +0200
2136
- Processing by OrdersController#show as HTML
2137
- Parameters: {"id"=>"1"}
2138
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2139
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2140
- Rendered orders/show.html.erb within layouts/application (2.5ms)
2141
- Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms)
2142
-
2143
-
2144
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:42 +0200
2145
- Served asset /application.css - 304 Not Modified (0ms)
2146
-
2147
-
2148
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:42 +0200
2149
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2150
-
2151
-
2152
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:42 +0200
2153
- Served asset /application.js - 304 Not Modified (0ms)
2154
-
2155
-
2156
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:07:42 +0200
2157
- Served asset /jquery.js - 304 Not Modified (0ms)
2158
-
2159
-
2160
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:07:42 +0200
2161
- Served asset /scaffold.css - 304 Not Modified (0ms)
2162
-
2163
-
2164
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:08:49 +0200
2165
- Processing by OrdersController#show as HTML
2166
- Parameters: {"id"=>"1"}
2167
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2168
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2169
- Rendered orders/show.html.erb within layouts/application (2.7ms)
2170
- Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.3ms)
2171
-
2172
-
2173
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:08:49 +0200
2174
- Served asset /application.css - 304 Not Modified (0ms)
2175
-
2176
-
2177
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:08:49 +0200
2178
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2179
-
2180
-
2181
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:08:49 +0200
2182
- Served asset /application.js - 304 Not Modified (0ms)
2183
-
2184
-
2185
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:08:49 +0200
2186
- Served asset /scaffold.css - 304 Not Modified (0ms)
2187
-
2188
-
2189
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:08:49 +0200
2190
- Served asset /jquery.js - 304 Not Modified (0ms)
2191
-
2192
-
2193
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:09:49 +0200
2194
- Processing by OrdersController#show as HTML
2195
- Parameters: {"id"=>"1"}
2196
- Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2197
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2198
- Rendered orders/show.html.erb within layouts/application (4.5ms)
2199
- Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.4ms)
2200
-
2201
-
2202
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:09:49 +0200
2203
- Served asset /application.css - 304 Not Modified (0ms)
2204
-
2205
-
2206
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:09:49 +0200
2207
- Served asset /scaffold.css - 304 Not Modified (0ms)
2208
-
2209
-
2210
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:09:49 +0200
2211
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2212
-
2213
-
2214
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:09:49 +0200
2215
- Served asset /application.js - 304 Not Modified (0ms)
2216
-
2217
-
2218
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:09:49 +0200
2219
- Served asset /jquery.js - 304 Not Modified (0ms)
2220
-
2221
-
2222
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:09:52 +0200
2223
- Processing by OrdersController#show as HTML
2224
- Parameters: {"id"=>"1"}
2225
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2226
- Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2227
- Rendered orders/show.html.erb within layouts/application (2.4ms)
2228
- Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)
2229
-
2230
-
2231
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:09:52 +0200
2232
- Served asset /application.css - 304 Not Modified (0ms)
2233
-
2234
-
2235
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:09:52 +0200
2236
- Served asset /scaffold.css - 304 Not Modified (0ms)
2237
-
2238
-
2239
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:09:52 +0200
2240
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2241
-
2242
-
2243
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:09:52 +0200
2244
- Served asset /jquery.js - 304 Not Modified (0ms)
2245
-
2246
-
2247
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:09:52 +0200
2248
- Served asset /application.js - 304 Not Modified (0ms)
2249
- Connecting to database specified by database.yml
2250
-
2251
-
2252
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:11:45 +0200
2253
- Processing by OrdersController#show as HTML
2254
- Parameters: {"id"=>"1"}
2255
- Order Load (23.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2256
- Opay::Payment Load (0.6ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2257
- Rendered orders/show.html.erb within layouts/application (165.2ms)
2258
- Completed 200 OK in 447ms (Views: 306.4ms | ActiveRecord: 50.9ms)
2259
-
2260
-
2261
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:11:46 +0200
2262
- Served asset /application.css - 304 Not Modified (41ms)
2263
-
2264
-
2265
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:11:46 +0200
2266
- Served asset /jquery.js - 304 Not Modified (5ms)
2267
-
2268
-
2269
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:11:46 +0200
2270
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2271
-
2272
-
2273
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:11:46 +0200
2274
- Served asset /application.js - 304 Not Modified (5ms)
2275
-
2276
-
2277
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:11:46 +0200
2278
- Served asset /scaffold.css - 304 Not Modified (1ms)
2279
-
2280
-
2281
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:12:43 +0200
2282
- Processing by OrdersController#show as HTML
2283
- Parameters: {"id"=>"1"}
2284
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2285
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2286
- Rendered orders/show.html.erb within layouts/application (3.1ms)
2287
- Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.3ms)
2288
-
2289
-
2290
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:12:43 +0200
2291
- Served asset /application.css - 304 Not Modified (0ms)
2292
-
2293
-
2294
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:12:43 +0200
2295
- Served asset /scaffold.css - 304 Not Modified (0ms)
2296
-
2297
-
2298
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:12:43 +0200
2299
- Served asset /jquery.js - 304 Not Modified (0ms)
2300
-
2301
-
2302
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:12:43 +0200
2303
- Served asset /application.js - 304 Not Modified (0ms)
2304
-
2305
-
2306
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:12:43 +0200
2307
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2308
-
2309
-
2310
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:13:36 +0200
2311
- Processing by OrdersController#show as HTML
2312
- Parameters: {"id"=>"1"}
2313
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2314
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2315
- Rendered orders/show.html.erb within layouts/application (74.3ms)
2316
- Completed 500 Internal Server Error in 89ms
2317
-
2318
- ActionView::Template::Error (undefined local variable or method `request' for #<Opay::FormBuilder:0x007fe1036f3ec0>):
2319
- 16: </p>
2320
- 17:
2321
- 18: <%= opay_form_for(@order) do |f| %>
2322
- 19: <%= f.payment_info first_name: 'Jan', last_name: 'Kowalski', email: 'kowalski@gmail.com', desc: 'Test payment' %>
2323
- 20: <%= f.submit 'pay with payu' %>
2324
- 21: <% end %>
2325
- 22:
2326
- app/views/orders/show.html.erb:19:in `block in _app_views_orders_show_html_erb__1732424407509850341_70302188118440'
2327
- app/views/orders/show.html.erb:18:in `_app_views_orders_show_html_erb__1732424407509850341_70302188118440'
2328
- app/controllers/orders_controller.rb:18:in `show'
2329
-
2330
-
2331
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
2332
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
2333
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms)
2334
-
2335
-
2336
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:15:16 +0200
2337
- Processing by OrdersController#show as HTML
2338
- Parameters: {"id"=>"1"}
2339
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2340
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2341
- Rendered orders/show.html.erb within layouts/application (5.4ms)
2342
- Completed 500 Internal Server Error in 29ms
2343
-
2344
- ActionView::Template::Error (undefined method `client_ip' for #<ActionDispatch::Request:0x007fe101efcdf8>):
2345
- 16: </p>
2346
- 17:
2347
- 18: <%= opay_form_for(@order) do |f| %>
2348
- 19: <%= f.payment_info first_name: 'Jan', last_name: 'Kowalski', email: 'kowalski@gmail.com', desc: 'Test payment', client_ip: request.client_ip %>
2349
- 20: <%= f.submit 'pay with payu' %>
2350
- 21: <% end %>
2351
- 22:
2352
- app/views/orders/show.html.erb:19:in `block in _app_views_orders_show_html_erb__1732424407509850341_70302199623420'
2353
- app/views/orders/show.html.erb:18:in `_app_views_orders_show_html_erb__1732424407509850341_70302199623420'
2354
- app/controllers/orders_controller.rb:18:in `show'
2355
-
2356
-
2357
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2358
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
2359
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)
2360
-
2361
-
2362
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:15:42 +0200
2363
- Processing by OrdersController#show as HTML
2364
- Parameters: {"id"=>"1"}
2365
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2366
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2367
- Rendered orders/show.html.erb within layouts/application (4.6ms)
2368
- Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms)
2369
-
2370
-
2371
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:15:42 +0200
2372
- Served asset /application.css - 304 Not Modified (0ms)
2373
-
2374
-
2375
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:15:42 +0200
2376
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2377
-
2378
-
2379
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:15:42 +0200
2380
- Served asset /application.js - 304 Not Modified (0ms)
2381
-
2382
-
2383
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:15:42 +0200
2384
- Served asset /jquery.js - 304 Not Modified (0ms)
2385
-
2386
-
2387
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:15:42 +0200
2388
- Served asset /scaffold.css - 304 Not Modified (0ms)
2389
- Connecting to database specified by database.yml
2390
-
2391
-
2392
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:19:18 +0200
2393
- Processing by OrdersController#show as HTML
2394
- Parameters: {"id"=>"1"}
2395
- Order Load (21.8ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2396
- Opay::Payment Load (0.7ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2397
- Rendered orders/show.html.erb within layouts/application (214.7ms)
2398
- Completed 500 Internal Server Error in 440ms
2399
-
2400
- ActionView::Template::Error (undefined local variable or method `view' for #<Opay::FormBuilder:0x007fdab4328570>):
2401
- 16: </p>
2402
- 17:
2403
- 18: <%= opay_form_for(@order) do |f| %>
2404
- 19: <%= f.payment_info first_name: 'Jan', last_name: 'Kowalski', email: 'kowalski@gmail.com', desc: 'Test payment' %>
2405
- 20: <%= f.submit 'pay with payu' %>
2406
- 21: <% end %>
2407
- 22:
2408
- app/views/orders/show.html.erb:19:in `block in _app_views_orders_show_html_erb__3919135364871191408_70288639727100'
2409
- app/views/orders/show.html.erb:18:in `_app_views_orders_show_html_erb__3919135364871191408_70288639727100'
2410
- app/controllers/orders_controller.rb:18:in `show'
2411
-
2412
-
2413
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
2414
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
2415
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms)
2416
- Connecting to database specified by database.yml
2417
-
2418
-
2419
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:23:07 +0200
2420
- Processing by OrdersController#show as HTML
2421
- Parameters: {"id"=>"1"}
2422
- Order Load (23.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2423
- Opay::Payment Load (0.6ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2424
- Rendered orders/show.html.erb within layouts/application (278.7ms)
2425
- Completed 500 Internal Server Error in 541ms
2426
-
2427
- ActionView::Template::Error (undefined local variable or method `request' for #<Opay::FormBuilder:0x007fa173547470>):
2428
- 16: </p>
2429
- 17:
2430
- 18: <%= opay_form_for(@order) do |f| %>
2431
- 19: <%= f.payment_info first_name: 'Jan', last_name: 'Kowalski', email: 'kowalski@gmail.com', desc: 'Test payment' %>
2432
- 20: <%= f.submit 'pay with payu' %>
2433
- 21: <% end %>
2434
- 22:
2435
- app/views/orders/show.html.erb:19:in `block in _app_views_orders_show_html_erb___1594893664330200545_70165726232560'
2436
- app/views/orders/show.html.erb:18:in `_app_views_orders_show_html_erb___1594893664330200545_70165726232560'
2437
- app/controllers/orders_controller.rb:18:in `show'
2438
-
2439
-
2440
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
2441
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
2442
- Rendered /Users/mariusz/.rvm/gems/ruby-1.9.3-p0@payments_engine/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms)
2443
- Connecting to database specified by database.yml
2444
-
2445
-
2446
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 14:28:09 +0200
2447
- Processing by OrdersController#show as HTML
2448
- Parameters: {"id"=>"1"}
2449
- Order Load (23.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2450
- Opay::Payment Load (0.6ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2451
- Rendered orders/show.html.erb within layouts/application (181.0ms)
2452
- Completed 200 OK in 447ms (Views: 305.6ms | ActiveRecord: 51.0ms)
2453
-
2454
-
2455
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 14:28:10 +0200
2456
- Served asset /application.css - 304 Not Modified (5ms)
2457
-
2458
-
2459
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 14:28:10 +0200
2460
- Served asset /application.js - 304 Not Modified (5ms)
2461
-
2462
-
2463
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 14:28:10 +0200
2464
- Served asset /jquery.js - 304 Not Modified (2ms)
2465
-
2466
-
2467
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 14:28:10 +0200
2468
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2469
-
2470
-
2471
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 14:28:10 +0200
2472
- Served asset /scaffold.css - 304 Not Modified (1ms)
2473
- Connecting to database specified by database.yml
2474
-
2475
-
2476
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 16:23:53 +0200
2477
- Processing by OrdersController#show as HTML
2478
- Parameters: {"id"=>"1"}
2479
- Order Load (23.7ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2480
- Opay::Payment Load (0.7ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2481
- Rendered orders/show.html.erb within layouts/application (186.6ms)
2482
- Completed 200 OK in 447ms (Views: 339.7ms | ActiveRecord: 51.9ms)
2483
-
2484
-
2485
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:23:53 +0200
2486
- Served asset /scaffold.css - 304 Not Modified (1ms)
2487
-
2488
-
2489
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:23:53 +0200
2490
- Served asset /jquery.js - 304 Not Modified (5ms)
2491
-
2492
-
2493
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:23:53 +0200
2494
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
2495
-
2496
-
2497
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:23:53 +0200
2498
- Served asset /application.js - 304 Not Modified (44ms)
2499
-
2500
-
2501
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:23:53 +0200
2502
- Served asset /application.css - 304 Not Modified (2ms)
2503
-
2504
-
2505
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 16:24:39 +0200
2506
- Processing by OrdersController#show as HTML
2507
- Parameters: {"id"=>"1"}
2508
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2509
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2510
- Rendered orders/show.html.erb within layouts/application (3.8ms)
2511
- Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.4ms)
2512
-
2513
-
2514
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:24:39 +0200
2515
- Served asset /scaffold.css - 304 Not Modified (0ms)
2516
-
2517
-
2518
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:24:39 +0200
2519
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2520
-
2521
-
2522
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:24:39 +0200
2523
- Served asset /application.js - 304 Not Modified (0ms)
2524
-
2525
-
2526
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:24:39 +0200
2527
- Served asset /jquery.js - 304 Not Modified (0ms)
2528
-
2529
-
2530
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:24:39 +0200
2531
- Served asset /application.css - 304 Not Modified (0ms)
2532
-
2533
-
2534
- Started GET "/orders/1" for 127.0.0.1 at 2013-04-24 16:24:44 +0200
2535
- Processing by OrdersController#show as HTML
2536
- Parameters: {"id"=>"1"}
2537
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "1"]]
2538
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2539
- Rendered orders/show.html.erb within layouts/application (3.9ms)
2540
- Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms)
2541
-
2542
-
2543
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:24:44 +0200
2544
- Served asset /application.css - 304 Not Modified (0ms)
2545
-
2546
-
2547
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:24:44 +0200
2548
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2549
-
2550
-
2551
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:24:44 +0200
2552
- Served asset /application.js - 304 Not Modified (0ms)
2553
-
2554
-
2555
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:24:44 +0200
2556
- Served asset /scaffold.css - 304 Not Modified (0ms)
2557
-
2558
-
2559
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:24:44 +0200
2560
- Served asset /jquery.js - 304 Not Modified (0ms)
2561
-
2562
-
2563
- Started GET "/orders" for 127.0.0.1 at 2013-04-24 16:25:27 +0200
2564
- Processing by OrdersController#index as HTML
2565
- Order Load (0.4ms) SELECT "orders".* FROM "orders" 
2566
- Rendered orders/index.html.erb within layouts/application (2.2ms)
2567
- Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.4ms)
2568
-
2569
-
2570
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:25:27 +0200
2571
- Served asset /application.css - 304 Not Modified (0ms)
2572
-
2573
-
2574
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:25:27 +0200
2575
- Served asset /scaffold.css - 304 Not Modified (0ms)
2576
-
2577
-
2578
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:27 +0200
2579
- Served asset /jquery.js - 304 Not Modified (0ms)
2580
-
2581
-
2582
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:27 +0200
2583
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2584
-
2585
-
2586
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:27 +0200
2587
- Served asset /application.js - 304 Not Modified (0ms)
2588
-
2589
-
2590
- Started GET "/orders/new" for 127.0.0.1 at 2013-04-24 16:25:29 +0200
2591
- Processing by OrdersController#new as HTML
2592
- Rendered orders/_form.html.erb (68.9ms)
2593
- Rendered orders/new.html.erb within layouts/application (131.1ms)
2594
- Completed 200 OK in 164ms (Views: 160.8ms | ActiveRecord: 0.0ms)
2595
-
2596
-
2597
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:25:29 +0200
2598
- Served asset /application.css - 304 Not Modified (0ms)
2599
-
2600
-
2601
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:25:29 +0200
2602
- Served asset /scaffold.css - 304 Not Modified (0ms)
2603
-
2604
-
2605
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:29 +0200
2606
- Served asset /jquery.js - 304 Not Modified (0ms)
2607
-
2608
-
2609
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:29 +0200
2610
- Served asset /application.js - 304 Not Modified (0ms)
2611
-
2612
-
2613
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:29 +0200
2614
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2615
-
2616
-
2617
- Started POST "/orders" for 127.0.0.1 at 2013-04-24 16:25:35 +0200
2618
- Processing by OrdersController#create as HTML
2619
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"sYtpdAkBiSPH0VVmuJaonVtw4WeS/h2Atq0ssPS25Qg=", "order"=>{"name"=>"order 2", "amount"=>"1000"}, "commit"=>"Create Order"}
2620
-  (0.1ms) begin transaction
2621
- SQL (273.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", "1000"], ["created_at", Wed, 24 Apr 2013 14:25:35 UTC +00:00], ["name", "order 2"], ["updated_at", Wed, 24 Apr 2013 14:25:35 UTC +00:00]]
2622
-  (4.5ms) commit transaction
2623
- Redirected to http://0.0.0.0:3000/orders/2
2624
- Completed 302 Found in 282ms (ActiveRecord: 277.8ms)
2625
-
2626
-
2627
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:25:36 +0200
2628
- Processing by OrdersController#show as HTML
2629
- Parameters: {"id"=>"2"}
2630
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2631
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2632
-  (0.0ms) begin transaction
2633
- Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = 2 LIMIT 1
2634
- Binary data inserted for `string` type on column `session_id`
2635
- SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 14:25:36 UTC +00:00], ["finished", false], ["payable_id", 2], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "d8bf541acd87654f3d815aca7140383d"], ["updated_at", Wed, 24 Apr 2013 14:25:36 UTC +00:00]]
2636
-  (1.7ms) commit transaction
2637
- Rendered orders/show.html.erb within layouts/application (83.4ms)
2638
- Completed 200 OK in 124ms (Views: 119.9ms | ActiveRecord: 3.0ms)
2639
-
2640
-
2641
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:25:36 +0200
2642
- Served asset /application.css - 304 Not Modified (0ms)
2643
-
2644
-
2645
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:25:36 +0200
2646
- Served asset /scaffold.css - 304 Not Modified (0ms)
2647
-
2648
-
2649
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:36 +0200
2650
- Served asset /jquery.js - 304 Not Modified (0ms)
2651
-
2652
-
2653
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:36 +0200
2654
- Served asset /application.js - 304 Not Modified (0ms)
2655
-
2656
-
2657
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:25:36 +0200
2658
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2659
- Connecting to database specified by database.yml
2660
-
2661
-
2662
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:28:34 +0200
2663
- Processing by OrdersController#show as HTML
2664
- Parameters: {"id"=>"2"}
2665
- Order Load (22.8ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2666
- Opay::Payment Load (0.5ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2667
- Rendered orders/show.html.erb within layouts/application (191.4ms)
2668
- Completed 200 OK in 588ms (Views: 429.9ms | ActiveRecord: 50.9ms)
2669
-
2670
-
2671
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:28:34 +0200
2672
- Served asset /scaffold.css - 304 Not Modified (2ms)
2673
-
2674
-
2675
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:28:34 +0200
2676
- Served asset /jquery_ujs.js - 304 Not Modified (4ms)
2677
-
2678
-
2679
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:28:34 +0200
2680
- Served asset /jquery.js - 304 Not Modified (4ms)
2681
-
2682
-
2683
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:28:34 +0200
2684
- Served asset /application.js - 304 Not Modified (5ms)
2685
-
2686
-
2687
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:28:34 +0200
2688
- Served asset /application.css - 304 Not Modified (2ms)
2689
-
2690
-
2691
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:29:27 +0200
2692
- Processing by OrdersController#show as HTML
2693
- Parameters: {"id"=>"2"}
2694
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2695
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2696
- Rendered orders/show.html.erb within layouts/application (3.5ms)
2697
- Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.3ms)
2698
-
2699
-
2700
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:29:27 +0200
2701
- Served asset /scaffold.css - 304 Not Modified (0ms)
2702
-
2703
-
2704
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:29:27 +0200
2705
- Served asset /jquery.js - 304 Not Modified (0ms)
2706
-
2707
-
2708
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:29:27 +0200
2709
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2710
-
2711
-
2712
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:29:27 +0200
2713
- Served asset /application.js - 304 Not Modified (0ms)
2714
-
2715
-
2716
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:29:27 +0200
2717
- Served asset /application.css - 304 Not Modified (0ms)
2718
-
2719
-
2720
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:29:52 +0200
2721
- Processing by OrdersController#show as HTML
2722
- Parameters: {"id"=>"2"}
2723
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2724
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2725
- Rendered orders/show.html.erb within layouts/application (3.3ms)
2726
- Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.3ms)
2727
-
2728
-
2729
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:29:52 +0200
2730
- Served asset /application.css - 304 Not Modified (0ms)
2731
-
2732
-
2733
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:29:52 +0200
2734
- Served asset /scaffold.css - 304 Not Modified (0ms)
2735
-
2736
-
2737
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:29:52 +0200
2738
- Served asset /jquery.js - 304 Not Modified (0ms)
2739
-
2740
-
2741
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:29:52 +0200
2742
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2743
-
2744
-
2745
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:29:52 +0200
2746
- Served asset /application.js - 304 Not Modified (0ms)
2747
-
2748
-
2749
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:30:16 +0200
2750
- Processing by OrdersController#show as HTML
2751
- Parameters: {"id"=>"2"}
2752
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2753
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2754
- Rendered orders/show.html.erb within layouts/application (3.4ms)
2755
- Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms)
2756
-
2757
-
2758
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:30:17 +0200
2759
- Served asset /application.css - 304 Not Modified (0ms)
2760
-
2761
-
2762
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:30:17 +0200
2763
- Served asset /scaffold.css - 304 Not Modified (0ms)
2764
-
2765
-
2766
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:30:17 +0200
2767
- Served asset /application.js - 304 Not Modified (0ms)
2768
-
2769
-
2770
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:30:17 +0200
2771
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2772
-
2773
-
2774
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:30:17 +0200
2775
- Served asset /jquery.js - 304 Not Modified (0ms)
2776
-
2777
-
2778
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:30:54 +0200
2779
- Processing by OrdersController#show as HTML
2780
- Parameters: {"id"=>"2"}
2781
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2782
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2783
- Rendered orders/show.html.erb within layouts/application (1.9ms)
2784
- Completed 200 OK in 66ms (Views: 63.9ms | ActiveRecord: 0.3ms)
2785
-
2786
-
2787
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:30:55 +0200
2788
- Served asset /application.css - 304 Not Modified (0ms)
2789
-
2790
-
2791
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:30:55 +0200
2792
- Served asset /scaffold.css - 304 Not Modified (0ms)
2793
-
2794
-
2795
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:30:55 +0200
2796
- Served asset /jquery.js - 304 Not Modified (0ms)
2797
-
2798
-
2799
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:30:55 +0200
2800
- Served asset /application.js - 304 Not Modified (0ms)
2801
-
2802
-
2803
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:30:55 +0200
2804
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2805
-
2806
-
2807
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:31:16 +0200
2808
- Processing by OrdersController#show as HTML
2809
- Parameters: {"id"=>"2"}
2810
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2811
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2812
- Rendered orders/show.html.erb within layouts/application (2.9ms)
2813
- Completed 200 OK in 69ms (Views: 67.8ms | ActiveRecord: 0.3ms)
2814
-
2815
-
2816
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:31:16 +0200
2817
- Served asset /application.css - 304 Not Modified (0ms)
2818
-
2819
-
2820
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:31:16 +0200
2821
- Served asset /scaffold.css - 304 Not Modified (0ms)
2822
-
2823
-
2824
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:31:16 +0200
2825
- Served asset /jquery.js - 304 Not Modified (0ms)
2826
-
2827
-
2828
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:31:16 +0200
2829
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2830
-
2831
-
2832
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:31:16 +0200
2833
- Served asset /application.js - 304 Not Modified (0ms)
2834
-
2835
-
2836
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:31:28 +0200
2837
- Processing by OrdersController#show as HTML
2838
- Parameters: {"id"=>"2"}
2839
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2840
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2841
- Rendered orders/show.html.erb within layouts/application (1.5ms)
2842
- Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms)
2843
-
2844
-
2845
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:31:28 +0200
2846
- Served asset /application.css - 304 Not Modified (0ms)
2847
-
2848
-
2849
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:31:28 +0200
2850
- Served asset /scaffold.css - 304 Not Modified (0ms)
2851
-
2852
-
2853
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:31:28 +0200
2854
- Served asset /application.js - 304 Not Modified (0ms)
2855
-
2856
-
2857
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:31:28 +0200
2858
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2859
-
2860
-
2861
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:31:28 +0200
2862
- Served asset /jquery.js - 304 Not Modified (0ms)
2863
-
2864
-
2865
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:34:38 +0200
2866
- Processing by OrdersController#show as HTML
2867
- Parameters: {"id"=>"2"}
2868
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2869
- Opay::Payment Load (1.0ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2870
- Rendered orders/show.html.erb within layouts/application (4.6ms)
2871
- Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 1.1ms)
2872
-
2873
-
2874
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:34:38 +0200
2875
- Served asset /scaffold.css - 304 Not Modified (0ms)
2876
-
2877
-
2878
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:34:38 +0200
2879
- Served asset /application.js - 304 Not Modified (0ms)
2880
-
2881
-
2882
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:34:38 +0200
2883
- Served asset /jquery.js - 304 Not Modified (0ms)
2884
-
2885
-
2886
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:34:38 +0200
2887
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2888
-
2889
-
2890
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:34:38 +0200
2891
- Served asset /application.css - 304 Not Modified (0ms)
2892
-
2893
-
2894
- Started GET "/orders/2" for 127.0.0.1 at 2013-04-24 16:40:46 +0200
2895
- Processing by OrdersController#show as HTML
2896
- Parameters: {"id"=>"2"}
2897
- Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", "2"]]
2898
- Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 2 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
2899
- Rendered orders/show.html.erb within layouts/application (2.8ms)
2900
- Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.3ms)
2901
-
2902
-
2903
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-24 16:40:46 +0200
2904
- Served asset /application.css - 304 Not Modified (0ms)
2905
-
2906
-
2907
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-24 16:40:46 +0200
2908
- Served asset /scaffold.css - 304 Not Modified (0ms)
2909
-
2910
-
2911
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-24 16:40:46 +0200
2912
- Served asset /jquery.js - 304 Not Modified (0ms)
2913
-
2914
-
2915
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-24 16:40:46 +0200
2916
- Served asset /application.js - 304 Not Modified (0ms)
2917
-
2918
-
2919
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-24 16:40:46 +0200
2920
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)