Fri, 27 Sep 2024 11:49:44 UTC | login

Information for build rubygem-scoped_search-4.1.0-6.fc31

ID126317
Package Namerubygem-scoped_search
Version4.1.0
Release6.fc31
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
StartedSat, 31 Aug 2019 15:29:10 UTC
CompletedSat, 31 Aug 2019 15:29:10 UTC
Tags
f31
f32
f33
RPMs
src
rubygem-scoped_search-4.1.0-6.fc31.src.rpm (info) (download)
noarch
rubygem-scoped_search-4.1.0-6.fc31.noarch.rpm (info) (download)
rubygem-scoped_search-doc-4.1.0-6.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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