Fedora 16 Update: rubygem-paranoia-1.1.0-1.fc16

updates at fedoraproject.org updates at fedoraproject.org
Thu May 10 14:17:29 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-7563
2012-05-10 03:38:31
--------------------------------------------------------------------------------

Name        : rubygem-paranoia
Product     : Fedora 16
Version     : 1.1.0
Release     : 1.fc16
URL         : http://rubygems.org/gems/paranoia
Summary     : Cleaner re-implementation of acts_as_paranoid (ActiveRecord soft-delete plugin)
Description :
Paranoia is a re-implementation of acts_as_paranoid
(http://github.com/technoweenie/acts_as_paranoid) for Rails 3, 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.

--------------------------------------------------------------------------------
Update Information:

Initial import and build of rubygem-paranoia for inclusion in f16
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #815814 - Review Request: rubygem-paranoia - Cleaner re-implementation of acts_as_paranoid (ActiveRecord soft-delete plugin)
        https://bugzilla.redhat.com/show_bug.cgi?id=815814
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update rubygem-paranoia' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list