abenari / mini_search

Sinatra hosted scoped_search over RESTful api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Search
===========
Using Sinatra to add search capability with scoped_search to a none-rails project.
mini_search addes a RESTful Search API to a none-rails project in a simple and elegant way.
The specific code for the application database is in config (The database connection string)
and in the model directory (The search definition).
For more information about the search syntax and definition see:
scoped_search plugin.

Install
-------
>gem install sinatra
>gem install sinatra-activerecord
>gem install scoped_search

Usage
-----
>ruby -rubygems mini_search.rb
 

About

Sinatra hosted scoped_search over RESTful api


Languages

Language:Ruby 100.0%