Testing Elasticsearch In Your Rails 4 Application
Elasticsearch is a great search tool to integrate in your Rails application. One of the hardest parts I’ve found is finding a good test setup for it. Here is how I did it. I included some gists too to make it easier to play with the code.
Post a comment