Sat, 29 Jun 2024 23:12:56 UTC | login

Information for build rubygem-scoped_search-4.1.0-5.fc30

ID96464
Package Namerubygem-scoped_search
Version4.1.0
Release5.fc30
Epoch
SummaryEasily search your ActiveRecord models
DescriptionScoped 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 08:22:07 UTC
CompletedWed, 24 Jul 2019 08:22:07 UTC
Tags
f31
RPMs
src
rubygem-scoped_search-4.1.0-5.fc30.src.rpm (info) (download)
noarch
rubygem-scoped_search-4.1.0-5.fc30.noarch.rpm (info) (download)
rubygem-scoped_search-doc-4.1.0-5.fc30.noarch.rpm (info) (download)
Changelog * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Mar 29 2017 Dominic Cleal <dominic@cleal.org> - 4.1.0-1 - rebase to scoped_search 4.1.0 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild