From c1de334c574a12b7799e12213cfaa9bee99163c7 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 20 Nov 2013 21:18:50 +0100 Subject: [PATCH] Removed unsupported gems. Switched to elasticsearch-ruby for search --- Gemfile | 7 +++++-- Gemfile.lock | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3ffbbc2..55d0f9a 100644 --- a/Gemfile +++ b/Gemfile @@ -74,5 +74,8 @@ gem 'fancybox2-rails', '~> 0.2.4' # Trying pg_search for full-text search… too slow with ranking… screw PostgreSQL #gem 'pg_search' -# Let's use Elasticsearch -gem 'tire' +# Let's use Elasticsearch… meh, tire is no longer supported +#gem 'tire' + +# ElasticSearch access +gem 'elasticsearch-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index 2aecf0a..9d8088e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,6 +51,9 @@ GEM execjs coffee-script-source (1.6.3) debug_inspector (0.0.2) + elasticsearch-ruby (0.0.4) + activesupport (>= 3.0.0) + thrift erubis (2.7.0) execjs (2.0.2) fancybox2-rails (0.2.5) @@ -79,10 +82,6 @@ GEM minitest (4.7.5) multi_json (1.8.2) pg (0.17.0) - pg_search (0.7.0) - activerecord (>= 3.1) - activesupport (>= 3.1) - arel polyglot (0.3.3) rack (1.5.2) rack-contrib (1.1.0) @@ -130,6 +129,7 @@ GEM thor (0.18.1) thread_safe (0.1.3) atomic + thrift (0.9.1) tilt (1.4.1) treetop (1.4.15) polyglot @@ -147,13 +147,13 @@ DEPENDENCIES better_errors binding_of_caller coffee-rails (~> 4.0.0) + elasticsearch-ruby fancybox2-rails (~> 0.2.4) jbuilder (~> 1.2) jquery-rails kaminari meta_request pg - pg_search rails (= 4.0.0) sass-rails (~> 4.0.0) sdoc