New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scoped_search-h2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scoped_search-h2

0.0.1
Rubygems
Version published
Maintainers
1
Created
Source

ScopedSearch - H2 plugin

This gem adds improved search support for H2 database to scoped_search: https://github.com/wvanbergen/scoped_search

Installation and usage

Add this line to your application's Gemfile:

gem 'scoped_search-h2'

And then, make sure to require it when your application loads, so it is available to scoped search:

require 'scoped_search/h2'

Now, use scoped search as you normally would.

Disclaimer

This code was contributed to scoped search. Unfortunately, I have no means to test it, nor can I test in on Travis CI. This means I cannot help you when you run into trouble.

Contributing

  • Fork it ( https://github.com/wvanbergen/scoped_search-h2/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 a new Pull Request

FAQs

Package last updated on 10 Nov 2014

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