Arkadiy Zabazhanov

Results 55 comments of Arkadiy Zabazhanov

Well, frankly I didn't use Virtus, but as far as I understand it doesn't have this: https://github.com/pyromaniac/active_data/blob/master/lib/active_data/model/lifecycle.rb and this: https://github.com/pyromaniac/active_data/blob/master/lib/active_data/model/associations.rb and also it is unable to mount pseudo-models to activerecord...

Really. It should be a bug. But right now i really have no time to fix it. Sorry. Maybe next month i'll proceed hoof development.

Hello. 1. How is your nsswitch.conf looks like now? 2. Does /lib/libnss_hoof.so.2 exists? 3. According to this https://github.com/pyromaniac/hoof/blob/master/lib/hoof/cli.rb#L49 there should be some routes in your sudo iptables -t nat -L...

@wxianfeng iptable records drops after system restart. So, man iptables of hoof install again. @adamcrown hoof nsswitch extension is a little bit bugged ) i do not recommend to move...

@solnic, @flash-gordon I can even work on the PR fixing this. I just need to know your opinion, folks. Does it look like a bug to you or an intended...

I would not like to hardcode such a stuff in model, but possible solution is to specify strategy per index in `Chewy.strategy` block. Like: `Chewy.strategy(:sidekiq, 'primary#my_model' => :urgent)` or even...

Nope, exactly in `Chewy.strategy` method ``` Chewy.strategy(:sidekiq, 'primary#my_model' => :urgent) # or Chewy.strategy(:sidekiq, urgent: ['primary#my_model']) ``` I'm still not sure which one is better

Frankly, I didn't start doing it yet and probably not going to do it in near future

Oh guys, sorry for being late. This definitely looks like a bug. To bypass it for now - try to use Kaminari as you would use it for array. https://github.com/kaminari/kaminari#paginating-a-generic-array-object....

Hmm, why can't you use this stuff directly from the `elasticsearch-rails` gem?