Letter R

rubygem-scoped_search - Easily search your ActiveRecord models

Website: http://github.com/wvanbergen/scoped_search/wiki
License: MIT
Vendor: Alcance Libre, Inc.
Description:
Scoped search makes it easy to search your ActiveRecord-based models. It will
create a named scope :search_for that can be called with a query string. It
will build an SQL query using the provided query string and a definition that
specifies on what fields to search. Because the functionality is built on
named_scope, the result of the search_for call can be used like any other
named_scope, so it can be chained with another scope or combined with
will_paginate. Because it uses standard SQL, it does not require any setup,
indexers or daemons. This makes scoped_search suitable to quickly add basic
search functionality to your application with little hassle. On the other hand,
it may not be the best choice if it is going to be used on very large data sets
or by a large user base.

Packages

rubygem-scoped_search-2.7.1-1.fc14.al.noarch [34 KiB] Changelog by Miroslav Suchý (2014-03-31):
- rebase to scoped_search 2.7.1

Listing created by Repoview-0.6.6-6.fc14.al