-
I'm trying to create a connection to QBO via OAuth 2.0 example you guys have. I get the access token & refresh token then create a connection like so:
`api = QboApi.new(access_token: session[:acces…
-
```
$ git push production master
Counting objects: 54, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (50/50), done.
Writing objects: 100% (54/54), 200.77 KiB | 0 bytes/s, do…
-
Hey @SerKnight 👋
`XeroRuby::ApiClient#connections` have stopped working for us in all gem versions starting with 2.9.0 (tried 2.9.0, 2.9.1 and 2.10.1). Calling `client.connections` with a valid t…
-
I am trying to generate the spec for a POST request that sends json message in the body and I getting the error below.
````
ActionDispatch::Http::Parameters::ParseError:
no implicit …
-
# Guidelines
- #### Please include a demo of the issue/behavior/question you have
- #### Please try to be as detailed as possible
I have a functional component which uses MT's bulk update fea…
-
Hello,
I have an API using standalone, Grape or Sinatra controllers (not ActionController). I have properly included `gem 'mailjet'`, bundled and configured my initializers/mailjet.rb as well (with…
-
Hi!
When using the google-api-client in plain ruby file, it works fine.
But as soon as I use it from Rails app, I get this error `Caught error not in gzip format`.
**The debug log looks like …
-
Hi there,
After I added this gem to a fresh new rails project on Mac OS Catalina, I can not run `rails c` nor `rake db:create` anymore. The app either hang or crash without any error:
```
$ rake …
-
I'm attempting to do an automated build which uses private git submodules.
I've been following the guide at https://github.com/programmerq/docker/blob/master/docs/sources/docker-hub/builds.md but it …
-
Apologies if I'm not understanding something, but it looks like 'next' isn't working right... it's stepping into Rails' association functions. I'm also having a similar problem with the 'debugger' gem…