quickbooks_web_connector 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/spec/dummy/log/test.log
CHANGED
|
@@ -26191,3 +26191,49 @@ Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
|
26191
26191
|
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26192
26192
|
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26193
26193
|
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26194
|
+
Connecting to database specified by database.yml
|
|
26195
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
|
26196
|
+
Rendered /Users/chrisgunther/Code/quickbooks_web_connector/app/views/quickbooks_web_connector/qwc/qwc.xml.builder (7.7ms)
|
|
26197
|
+
Rendered text template (0.0ms)
|
|
26198
|
+
Sent data qbwc.qwc (2.3ms)
|
|
26199
|
+
Completed 200 OK in 24ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
|
26200
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
|
26201
|
+
Sent data qbwc.qwc (0.3ms)
|
|
26202
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
26203
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
|
26204
|
+
Sent data qbwc.qwc (0.3ms)
|
|
26205
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
26206
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
|
26207
|
+
Sent data qbwc.qwc (0.3ms)
|
|
26208
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
26209
|
+
Processing by QuickbooksWebConnector::QwcController#download as XML
|
|
26210
|
+
Sent data qbwc.qwc (0.3ms)
|
|
26211
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
26212
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26213
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26214
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26215
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26216
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26217
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26218
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26219
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26220
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26221
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26222
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26223
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26224
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26225
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26226
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26227
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26228
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26229
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26230
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26231
|
+
Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26232
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26233
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26234
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26235
|
+
Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26236
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26237
|
+
Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
26238
|
+
Processing by QuickbooksWebConnector::SoapController#endpoint as HTML
|
|
26239
|
+
Completed 200 OK in 2ms (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.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-12-
|
|
12
|
+
date: 2012-12-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -99,8 +99,6 @@ executables: []
|
|
|
99
99
|
extensions: []
|
|
100
100
|
extra_rdoc_files: []
|
|
101
101
|
files:
|
|
102
|
-
- app/assets/javascripts/quickbooks_web_connector/application.js
|
|
103
|
-
- app/assets/stylesheets/quickbooks_web_connector/application.css
|
|
104
102
|
- app/controllers/quickbooks_web_connector/quickbooks_web_connector_controller.rb
|
|
105
103
|
- app/controllers/quickbooks_web_connector/qwc_controller.rb
|
|
106
104
|
- app/controllers/quickbooks_web_connector/soap_controller.rb
|
|
@@ -178,7 +176,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
178
176
|
version: '0'
|
|
179
177
|
segments:
|
|
180
178
|
- 0
|
|
181
|
-
hash: -
|
|
179
|
+
hash: -1903100488972492978
|
|
182
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
181
|
none: false
|
|
184
182
|
requirements:
|
|
@@ -187,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
187
185
|
version: '0'
|
|
188
186
|
segments:
|
|
189
187
|
- 0
|
|
190
|
-
hash: -
|
|
188
|
+
hash: -1903100488972492978
|
|
191
189
|
requirements: []
|
|
192
190
|
rubyforge_project:
|
|
193
191
|
rubygems_version: 1.8.23
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
2
|
-
// listed below.
|
|
3
|
-
//
|
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
|
5
|
-
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
|
6
|
-
//
|
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
8
|
-
// the compiled file.
|
|
9
|
-
//
|
|
10
|
-
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
|
11
|
-
// GO AFTER THE REQUIRES BELOW.
|
|
12
|
-
//
|
|
13
|
-
//= require jquery
|
|
14
|
-
//= require jquery_ujs
|
|
15
|
-
//= require_tree .
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
|
3
|
-
* listed below.
|
|
4
|
-
*
|
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
|
6
|
-
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
|
7
|
-
*
|
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
|
9
|
-
* compiled file, but it's generally better to create a new file per style scope.
|
|
10
|
-
*
|
|
11
|
-
*= require_self
|
|
12
|
-
*= require_tree .
|
|
13
|
-
*/
|