Added "tire" as Elasticsearch should become the search engine of choice
This commit is contained in:
parent
58f4a1e328
commit
a3c008d72b
2 changed files with 14 additions and 0 deletions
9
Gemfile
9
Gemfile
|
|
@ -67,3 +67,12 @@ gem 'kaminari'
|
||||||
|
|
||||||
# Lightbox image viewer for full-sized images
|
# Lightbox image viewer for full-sized images
|
||||||
gem 'fancybox2-rails', '~> 0.2.4'
|
gem 'fancybox2-rails', '~> 0.2.4'
|
||||||
|
|
||||||
|
# Full-text search… texticle is nowadays called textacular… and it's very inflexible
|
||||||
|
#gem 'textacular', require: 'textacular/rails'
|
||||||
|
|
||||||
|
# Trying pg_search for full-text search… too slow with ranking… screw PostgreSQL
|
||||||
|
#gem 'pg_search'
|
||||||
|
|
||||||
|
# Let's use Elasticsearch
|
||||||
|
gem 'tire'
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,10 @@ GEM
|
||||||
minitest (4.7.5)
|
minitest (4.7.5)
|
||||||
multi_json (1.8.2)
|
multi_json (1.8.2)
|
||||||
pg (0.17.0)
|
pg (0.17.0)
|
||||||
|
pg_search (0.7.0)
|
||||||
|
activerecord (>= 3.1)
|
||||||
|
activesupport (>= 3.1)
|
||||||
|
arel
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-contrib (1.1.0)
|
rack-contrib (1.1.0)
|
||||||
|
|
@ -149,6 +153,7 @@ DEPENDENCIES
|
||||||
kaminari
|
kaminari
|
||||||
meta_request
|
meta_request
|
||||||
pg
|
pg
|
||||||
|
pg_search
|
||||||
rails (= 4.0.0)
|
rails (= 4.0.0)
|
||||||
sass-rails (~> 4.0.0)
|
sass-rails (~> 4.0.0)
|
||||||
sdoc
|
sdoc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue