Alex Chumak

Results 4 issues of Alex Chumak

I created a few simple 2-column pivot tables from a data sheet and in LibreOffice they seem to be sorted by the string value of the first column. In Excel...

Using combination of `relationships` and `included` related resources it is possible to avoid making many unnecessary API calls. http://jsonapi.org/format/#document-compound-documents ``` json "data": [ { "id": "59d23d10-1aa3-11e5-8c51-f1d09152a8c3", "type": "activities", "attributes": {...

It will restart the server in a rails-app layer only. And will only write application.yml if it is a rails app that is being deployed. Ran into this problem when...

We had to use custom_env for utility instances that weren't part of Rails app layer. We needed sendgrid's user/pass environment variables set for delayed jobs to email reports. This allows...