Package gem-scoped-search: Information

Source package: gem-scoped-search
Version: 4.1.10-alt1
Latest version according to Repology
Build time:  Oct 29, 2022, 03:08 PM in the task #296741
Category: Development/Ruby
Report package bug
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.

List of rpms provided by this srpm:
gem-scoped-search (noarch)
gem-scoped-search-devel (noarch)
gem-scoped-search-doc (noarch)


List of contributors:
Pavel Skrylev
Andrey Cherepanov

ACL:
Pavel Skrylev
@ruby
@everybody

    1. gem(activerecord) >= 4.2.0
    2. rpm-build-ruby
    3. gem(rake) >= 0
    4. gem(rspec) >= 3.0
    5. gem(rspec) < 4

Last changed


Sept. 29, 2022 Pavel Skrylev 4.1.10-alt1
- ^ 4.1.9 -> 4.1.10
Dec. 16, 2020 Pavel Skrylev 4.1.9-alt1
- ^ 4.1.7 -> 4.1.9
- ! spec
March 4, 2020 Pavel Skrylev 4.1.7-alt1.1
- * policify name
- ! spec