quickbooks_web_connector 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,9 @@ module QuickbooksWebConnector
|
|
2
2
|
class SoapController < QuickbooksWebConnectorController
|
3
3
|
|
4
4
|
def endpoint
|
5
|
+
# QWC will perform a GET to check the certificate, so we gotta respond
|
6
|
+
render nothing: true and return if request.get?
|
7
|
+
|
5
8
|
response = SoapWrapper.route(request)
|
6
9
|
render xml: response, content_type: 'text/xml'
|
7
10
|
end
|
@@ -2,6 +2,15 @@ require 'spec_helper'
|
|
2
2
|
|
3
3
|
describe QuickbooksWebConnector::SoapController do
|
4
4
|
|
5
|
+
# QWC will perform a GET to check the certificate, so we gotta respond
|
6
|
+
describe 'GET :endpoint' do
|
7
|
+
it 'returns nothing successfully' do
|
8
|
+
get :endpoint, use_route: 'quickbooks_web_connector'
|
9
|
+
|
10
|
+
expect(subject.response).to be_success
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
5
14
|
describe 'POST :endpoint' do
|
6
15
|
|
7
16
|
def do_post
|
data/spec/dummy/log/test.log
CHANGED
@@ -28225,3 +28225,321 @@ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
28225
28225
|
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28226
28226
|
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28227
28227
|
Connecting to database specified by database.yml
|
28228
|
+
Connecting to database specified by database.yml
|
28229
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28230
|
+
Rendered /Users/chrisgunther/Code/quickbooks_web_connector/app/views/quickbooks_web_connector/qwc/qwc.xml.builder (52.2ms)
|
28231
|
+
Rendered text template (0.0ms)
|
28232
|
+
Sent data qbwc.qwc (2.5ms)
|
28233
|
+
Completed 200 OK in 93ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
28234
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28235
|
+
Sent data qbwc.qwc (0.3ms)
|
28236
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28237
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28238
|
+
Sent data qbwc.qwc (0.3ms)
|
28239
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28240
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28241
|
+
Sent data qbwc.qwc (0.3ms)
|
28242
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28243
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28244
|
+
Sent data qbwc.qwc (0.3ms)
|
28245
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28246
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28247
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28248
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28249
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28250
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28251
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28252
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28253
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28254
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28255
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28256
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28257
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28258
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28259
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28260
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28261
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28262
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28263
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28264
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28265
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28266
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28267
|
+
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28268
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28269
|
+
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28270
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28271
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28272
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28273
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28274
|
+
Connecting to database specified by database.yml
|
28275
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28276
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28277
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28278
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28279
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28280
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28281
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28282
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28283
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28284
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28285
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28286
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28287
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28288
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28289
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28290
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28291
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28292
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28293
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28294
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28295
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28296
|
+
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28297
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28298
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28299
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28300
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28301
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28302
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28303
|
+
Connecting to database specified by database.yml
|
28304
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28305
|
+
Completed 500 Internal Server Error in 2ms
|
28306
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28307
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28308
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28309
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28310
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28311
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28312
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28313
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28314
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28315
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28316
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28317
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28318
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28319
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28320
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28321
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28322
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28323
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28324
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28325
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28326
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28327
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28328
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28329
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28330
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28331
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28332
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28333
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28334
|
+
Connecting to database specified by database.yml
|
28335
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28336
|
+
Rendered text template (0.0ms)
|
28337
|
+
Completed 500 Internal Server Error in 18ms
|
28338
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28339
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28340
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28341
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28342
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28343
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28344
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28345
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28346
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28347
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28348
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28349
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28350
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28351
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28352
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28353
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28354
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28355
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28356
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28357
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28358
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28359
|
+
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28360
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28361
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28362
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28363
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28364
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28365
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28366
|
+
Connecting to database specified by database.yml
|
28367
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28368
|
+
Rendered text template (0.0ms)
|
28369
|
+
Completed 500 Internal Server Error in 17ms
|
28370
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28371
|
+
Completed 500 Internal Server Error in 4ms
|
28372
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28373
|
+
Completed 500 Internal Server Error in 3ms
|
28374
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28375
|
+
Completed 500 Internal Server Error in 3ms
|
28376
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28377
|
+
Completed 500 Internal Server Error in 3ms
|
28378
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28379
|
+
Completed 500 Internal Server Error in 3ms
|
28380
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28381
|
+
Completed 500 Internal Server Error in 36ms
|
28382
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28383
|
+
Completed 500 Internal Server Error in 4ms
|
28384
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28385
|
+
Completed 500 Internal Server Error in 4ms
|
28386
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28387
|
+
Completed 500 Internal Server Error in 6ms
|
28388
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28389
|
+
Completed 500 Internal Server Error in 4ms
|
28390
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28391
|
+
Completed 500 Internal Server Error in 5ms
|
28392
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28393
|
+
Completed 500 Internal Server Error in 5ms
|
28394
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28395
|
+
Completed 500 Internal Server Error in 3ms
|
28396
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28397
|
+
Completed 500 Internal Server Error in 3ms
|
28398
|
+
Connecting to database specified by database.yml
|
28399
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28400
|
+
Rendered text template (0.0ms)
|
28401
|
+
Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms)
|
28402
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28403
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28404
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28405
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28406
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28407
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28408
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28409
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28410
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28411
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28412
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28413
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28414
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28415
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28416
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28417
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28418
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28419
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28420
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28421
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28422
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28423
|
+
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28424
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28425
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28426
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28427
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28428
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28429
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28430
|
+
Connecting to database specified by database.yml
|
28431
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28432
|
+
Rendered text template (0.0ms)
|
28433
|
+
Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)
|
28434
|
+
Connecting to database specified by database.yml
|
28435
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28436
|
+
Rendered text template (0.0ms)
|
28437
|
+
Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)
|
28438
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28439
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28440
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28441
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28442
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28443
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28444
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28445
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28446
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28447
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28448
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28449
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28450
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28451
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28452
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28453
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28454
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28455
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28456
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28457
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28458
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28459
|
+
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28460
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28461
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28462
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28463
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28464
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28465
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28466
|
+
Connecting to database specified by database.yml
|
28467
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28468
|
+
Rendered /Users/chrisgunther/Code/quickbooks_web_connector/app/views/quickbooks_web_connector/qwc/qwc.xml.builder (39.1ms)
|
28469
|
+
Rendered text template (0.0ms)
|
28470
|
+
Sent data qbwc.qwc (2.3ms)
|
28471
|
+
Completed 200 OK in 57ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
28472
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28473
|
+
Sent data qbwc.qwc (0.3ms)
|
28474
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28475
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28476
|
+
Sent data qbwc.qwc (0.3ms)
|
28477
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28478
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28479
|
+
Sent data qbwc.qwc (0.3ms)
|
28480
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28481
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
28482
|
+
Sent data qbwc.qwc (0.3ms)
|
28483
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28484
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28485
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
28486
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28487
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28488
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28489
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28490
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28491
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28492
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28493
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28494
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28495
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28496
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28497
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28498
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28499
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28500
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28501
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28502
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28503
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28504
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28505
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28506
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28507
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28508
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28509
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28510
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28511
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28512
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28513
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28514
|
+
Connecting to database specified by database.yml
|
28515
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28516
|
+
Rendered text template (0.0ms)
|
28517
|
+
Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)
|
28518
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28519
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28520
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28521
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28522
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28523
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28524
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28525
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28526
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28527
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28528
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28529
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28530
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28531
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28532
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28533
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28534
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28535
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28536
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28537
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28538
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28539
|
+
Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28540
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28541
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28542
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28543
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
28544
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
28545
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quickbooks_web_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -178,7 +178,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
178
178
|
version: '0'
|
179
179
|
segments:
|
180
180
|
- 0
|
181
|
-
hash:
|
181
|
+
hash: 2993530625835445105
|
182
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
183
183
|
none: false
|
184
184
|
requirements:
|
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
version: '0'
|
188
188
|
segments:
|
189
189
|
- 0
|
190
|
-
hash:
|
190
|
+
hash: 2993530625835445105
|
191
191
|
requirements: []
|
192
192
|
rubyforge_project:
|
193
193
|
rubygems_version: 1.8.23
|