inomoto
Results
2
issues of
inomoto
The gem's idea is great, but it can't be used from remote environments (for example, from docker), because it can't expose TCP port. This pull-request is to add a option...
This PR adds support for nested parameters to `model_options`. For example, ```ruby Searchkick.model_options = { settings: { number_of_shards: 1, number_of_replicas: 0, }, } ``` ```ruby class Product < ApplicationRecord searchkick...