Open mkonikowski opened 9 years ago
elasticsearch-ruby
branch is working and stable, but I am not a big fun of elasticsearch-ruby / elasticsearch-rails, because they are too complicated for the most of the cases, for my opinion. I deveploped my own es client https://github.com/leschenko/es_client , it is lightweight and simple.
I see adapter style design as the most suitable for the gem, so I am not planing to drop neither tire nor elasticsearch-ruby support.
Thanks for the answer, I will check es_client!
@leschenko in your comment you mention not planning to drop support for tire. Your second comment was indicating that you didn't plan on adding support for elasticsearch-ruby?
elasticsearch-ruby branch is working and stable
I am not planing to drop neither tire nor elasticsearch-ruby support
Tire gem that you're using is not maintained anymore:
Are you planning to move to elasticsearch-ruby / elasticsearch-rails ? I've seen there is a branch related to that, but it's not active anymore...