Query ES, show results

This commit is contained in:
Andreas Haller 2014-11-19 21:54:36 +01:00
parent 7cd9f207f5
commit 2abba45f4c
8 changed files with 44 additions and 12 deletions

View file

@ -14,12 +14,10 @@ gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
gem 'slim-rails'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Assets
gem 'foundation-rails'
@ -27,6 +25,8 @@ gem 'foundation-rails'
gem 'omniauth'
gem 'omniauth-browserid'
gem 'elasticsearch'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc