ElasticModel is a lightweight ruby gem to integrate Elasticsearch to your Rails models.
Add this line to your application's Gemfile:
gem 'elastic_model'
And then execute:
$ bundle
Or install it yourself as:
$ gem install elastic_model
- Fork it ( http://github.com/crowdtap/elastic_model/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request