Cameron Bourgeois
Cameron Bourgeois
My migrations are not creating the correct entires in my schema.rb file. See my example migration: ``` create_table :my_table, { id: false } do |t| t.uuid :id, primary_key: true t.timestamps...
When visiting a page that previously would have rendered a 404 page in my rails app, I am now getting a 500 error (after adding unicorn-worker-killer). I get the following...
Recently we had a situation where the [refresh_token_set method](https://github.com/XeroAPI/xero-ruby/blob/047c8117ee5b62aca1dc3386d7abeef65a21d673/lib/xero-ruby/api_client.rb#L217-L224) returned an empty object. This appears to happen when, for whatever reason, [the response from the Faraday post request to `/token`...