Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37412149
en ru br
ALT Linux repos
S:4.1.10-alt1.1

Group :: Development/Ruby
RPM: gem-scoped-search

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.1.10-alt1.1
Build date: 15 december 2022, 07:30 ( 70.2 weeks ago )
Size: 49.99 Kb

Home page:   http://github.com/wvanbergen/scoped_search

License: MIT
Summary: Easily search you ActiveRecord models with a simple query language that converts to SQL
Description:

The scoped_search gem makes it easy to search your ActiveRecord models.
Searching is performed using a query string, which should be passed to the
named_scope search_for. Based on a definition in what fields to look, it will
build query conditions and return those as a named scope.

Scoped search is great if you want to offer a simple yet powerful search box to
your users and build a query based on the search string they enter. It comes
with a built-in search syntax auto-completer and a value auto-completer. It also
comes with a set of helpers that makes it easy to create a clean web UI with
sorting and an ajax auto-completer.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-scoped-search
  • gem-scoped-search-devel
  • gem-scoped-search-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin