Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

searchbox-tire

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

searchbox-tire

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Searchbox-Tire

Searchbox-Tire is Ruby client for searchbox based on https://github.com/karmi/tire/ which is a Ruby client for ElasticSearch.

Installation

Install gem via ruby gems

$ gem install searchbox-tire

or you can use bundler

gem 'searchbox-tire'

Generate config file

$ rails generate searchbox

This will generate file named searchbox.yml under config folder looks like this.

# Configuration file for searchbox.io
development:
  account_name: dev_account
  api_key: dev_key

test:
  account_name: test_account
  api_key: test_key

production:
  account_name: <%= ENV['SEARCHBOX_ACCOUNT_NAME'] %>
  api_key: <%= ENV['SEARCHBOX_API_KEY'] %>

Enter your account name and api key which can be generated from http://searchbox.io/.

Usage

Tire project documentation details can be found at http://karmi.github.com/tire/

FAQs

Package last updated on 02 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc