Sri Vishnu Totakura

Results 14 comments of Sri Vishnu Totakura

I don't really know how hard it is to implement this but I like the idea of adding this cop.

A potential for bugs when using `after_commit` callbacks: If a nested transaction is created with `requires_new: true` and `joinable: false`, the `after_commit` callbacks are triggered for records created inside this...

Also waiting for an update on this.

We are facing the same issue as well. one of the node going down causes all requests to elastic search timeout!

I'm going to try the advanced options from here: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.17/advanced-config.html I cannot reproduce a host being unresponsive so I have to wait until that happens in our production cluster. What...

We are facing a similar issue. Deploy runs fine on Linux on all servers. However, on MacOS with docker, the deploy runs fine on our production server but not on...

Looks like the attachments are not necessarily broken. ActionText is able to find the attachment records with either of the `sgid`s. The issue is with how we implemented the serialisation...

Would love to see this supported!

Looks like there a brief mention of this in https://github.com/rails/propshaft/issues/110 but no (clear) resolution.

We allow chunking. Not with esbuild but with Webpack. I suppose the bundler doesn’t matter. Are there any attempts at fixing it that I can look at? Or known workarounds? ...