RubyGems Navigation menu

bonsai-elasticsearch-rails 7.0.1

This gem offers a shim to connect Rails apps with a Bonsai Elasticsearch cluster. The official Elasticsearch gem package requires some minor configuration tweaks in order to work correctly with Bonsai (namely the client needs to be instantiated with the cluster location and HTTP authentication details), and the process can be somewhat complicated for users who are unfamiliar with the system. The bonsai-elasticsearch-rails gem automatically sets up the Elasticsearch client correctly so users don't need to worry about configuring it in their code or writing an initializer. In order for the gem to work correctly, the application needs an environment variable called `BONSAI_URL`, which is populated with the complete Bonsai Elaticsearch cluster URL, including the HTTP authentication. The cluster URL will follow this pattern: https://user1234:pass5678@cluster-slug-123.aws-region-X.bonsai.io/ On Heroku, this variable is created and populated automatically when Bonsai is added to the application. Heroku users therefore do not need to perform any additional configuration to connect to their cluster after adding the bonsai-elasticsearch-rails gem. Users who are self-hosting their Rails app will need to make sure this environment variable is present: export BONSAI_URL="https://user1234:pass5678@aws-region-X.bonsai.io/" The cluster URL is available via the Bonsai dashboard.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 7.0.1 - August 11, 2018 (5.5 KB)
  2. 6.0.0 - August 11, 2018 (5.5 KB)
  3. 5.0.0 - August 11, 2018 (5.5 KB)
  4. 2.0.0 - August 11, 2018 (5.5 KB)
  5. 1.0.0 - August 11, 2018 (5.5 KB)
顯示所有版本(共 12)

Runtime 相依性套件 (2):

Development 相依性套件 (2):

bundler ~> 1
rake < 11.0

擁有者:

作者:

  • Rob Sears, Nick Zadrozny

SHA 256 checksum:

39f12d7a6238ad29aaedef8b6034e8676d85b3ae2adbaa446ac914d151091e1c

總下載次數 161,348

這個版本 67,649

License:

MIT

Ruby 版本需求: >= 0

相關連結: