Thu, 03 Oct 2024 09:30:35 UTC | login

Information for build rubygem-paranoia-2.3.1-2.fc27

ID20465
Package Namerubygem-paranoia
Version2.3.1
Release2.fc27
Epoch
SummaryCleaner re-implementation of acts_as_paranoid (ActiveRecord soft-delete plugin)
DescriptionParanoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5, using much, much, much less code. You would use either plugin / gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hid" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:31:58 UTC
CompletedSat, 14 Apr 2018 20:31:58 UTC
Tags
f28
f29
RPMs
src
rubygem-paranoia-2.3.1-2.fc27.src.rpm (info) (download)
noarch
rubygem-paranoia-2.3.1-2.fc27.noarch.rpm (info) (download)
rubygem-paranoia-doc-2.3.1-2.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 27 2017 Jun Aruga <jaruga@redhat.com> - 2.3.1-1 - Update to paranoia 2.3.1 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-0.1.pre.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Aug 10 2016 Jun Aruga <jaruga@redhat.com> - 2.2.0-0.1.pre - Update to paranoia 2.2.0.pre * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Steve Linabery <slinaber@redhat.com> - 2.1.4-1 - Update to paranoia 2.1.4 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jul 29 2014 Vít Ondruch <vondruch@redhat.com> - 2.0.2-3 - Fix FTBFS in Rawhide (hrbz#1107191). * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Feb 03 2014 Steve Linabery <slinaber@redhat.com> - 2.0.2-1 - Update to paranoia 2.0.2 * Mon Aug 19 2013 Josef Stribny <jstribny@redhat.com> - 2.0.0-1 - Update to paranoia 2.0.0 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Mar 12 2013 Vít Ondruch <vondruch@redhat.com> - 1.1.0-6 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Apr 30 2012 Steve Linabery <slinaber@redhat.com> - 1.1.0-3 - simplify check section * Mon Apr 30 2012 Steve Linabery <slinaber@redhat.com> - 1.1.0-2 - Add BuildRequires for test suite execution - Add test suite execution in check section * Thu Apr 19 2012 Steve Linabery <slinaber@redhat.com> - 1.1.0-1 - Initial package - remove mildly profane technical term from gemspec