From f605ef68c575168581250d800aaf076d97c8c483 Mon Sep 17 00:00:00 2001 From: Anil Bawa-Cavia Date: Tue, 24 Jan 2017 11:50:28 +0100 Subject: [PATCH 1/2] Add new Ruby search lib from Artsy. --- docs/community-clients/index.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 77b1f61221a55..61306fdfd32f3 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -217,6 +217,9 @@ Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby cl * https://github.com/ankane/searchkick[Searchkick]: Intelligent search made easy +* https://github.com/artsy/stella[Stella]: + Make your Ruby models searchable + The following projects appear to be abandoned: * https://github.com/wireframe/elastic_searchable/[elastic_searchable]: From 95a86515f85f84f2548cb5a74ed2e7c52cebe444 Mon Sep 17 00:00:00 2001 From: Anil Bawa-Cavia Date: Tue, 24 Jan 2017 22:42:53 +0100 Subject: [PATCH 2/2] update ruby library reference following rename --- docs/community-clients/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 61306fdfd32f3..54f3050903c5a 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -217,7 +217,7 @@ Also see the {client}/ruby-api/current/index.html[official Elasticsearch Ruby cl * https://github.com/ankane/searchkick[Searchkick]: Intelligent search made easy -* https://github.com/artsy/stella[Stella]: +* https://github.com/artsy/estella[Estella]: Make your Ruby models searchable The following projects appear to be abandoned: