Removed unsupported gems. Switched to elasticsearch-ruby for search
This commit is contained in:
parent
2d3adb7ae4
commit
c1de334c57
2 changed files with 10 additions and 7 deletions
7
Gemfile
7
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'
|
||||
|
|
|
|||
10
Gemfile.lock
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue