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
|
||||
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue