Don

Results 81 comments of Don

FirstdataE4 cert changes are now in play https://support.payeezy.com/hc/en-us/articles/203850459-Maintenance-and-Release-Notes Appreciate if anyone has advice on how to use the Firstdata certs. Putting them in the cacert.pem file has not worked so...

I have been using this version of the Quickbooks gateway on my fork... https://github.com/vanboom/active_merchant/blob/4e6e43bef685c7c0c454824d1e325551412cc0e5/lib/active_merchant/billing/gateways/quickbooks_oauth2.rb It initializes with the access token (and no refresh token). Notice that my my fork does...

Another note about refreshing the access token... The gateway calls will fail if the access_token is not accepted by Quickbooks. I think it is the job of the application level...

Fails also with Postman https://github.com/suciptoid/postman-appimage/releases on Debian 12 ``` Squashfs image uses (null) compression, this version supports only xz, zlib. ... AppImageLauncher error: appimage_is_terminal_app() failed (returned -1) execv error: No...

Is there a way to keep the panel from opening altogether? i.e. a "never show panel" setting?

In our case, we attempted to add `ranked-model` to an existing app that already had a `position` column with a default value. With the gem installed, the NonNilColumnDefault exception causes...

I agree that the error is fairly significant, but do not think that the exception should stop the execution of the app. Possibly print the error as a warning when...

Thanks for reviewing this. Imho, having the exception block the `rake` migration step which would allow the dev to correct the database condition is too aggressive. The warning method would...

Yes, I agree that the td + b approach would not be the best option. The issue is that I have a table that does not have a in the...