Skip to content

abenari/mini_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages