Added "tire" as Elasticsearch should become the search engine of choice

This commit is contained in:
Christoph Haas 2013-11-20 00:08:37 +01:00
parent 58f4a1e328
commit a3c008d72b
2 changed files with 14 additions and 0 deletions

View file

@ -67,3 +67,12 @@ gem 'kaminari'
# Lightbox image viewer for full-sized images
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'