Tom de Vries

Results 5 issues of Tom de Vries

The comment docs should state that the `f.numeric_field` should be removed from `comments/_form.html`. It's get's generated by Rails, but is confusing in the form.

We are running into a bug in production when performing `chewy:sync`. Our search backend is intermittently returning a `200` response without _hits_ and containing a backend failure, see example response:...

Sidekiq should get restarted after a failed deploy. Currently, Sidekiq will still be monitored but running in quiet mode a.k.a. not accepting new jobs. This state should get corrected after...

Hey Dimitri, I'm looking for some guidance. Currently I'm implementing the fragment cache in a rather large codebase. It's working well for most of our not so complex queries, but...