| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: rubygem-paranoia | Distribution: Fedora Project |
| Version: 1.1.0 | Vendor: Fedora Project |
| Release: 1.fc16 | Build date: Mon May 7 18:49:50 2012 |
| Group: Development/Languages | Build host: x86-06.phx2.fedoraproject.org |
| Size: 4261 | Source RPM: rubygem-paranoia-1.1.0-1.fc16.src.rpm |
| Packager: Fedora Project | |
| Url: http://rubygems.org/gems/paranoia | |
| Summary: Cleaner re-implementation of acts_as_paranoid (ActiveRecord soft-delete plugin) | |
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.
GPLv2+ or Ruby
* Mon May 07 2012 Steve Linabery <slinaber@redhat.com> - 1.1.0-1 - Initial package
/usr/lib/ruby/gems/1.8/gems/paranoia-1.1.0 /usr/lib/ruby/gems/1.8/gems/paranoia-1.1.0/README.md /usr/lib/ruby/gems/1.8/gems/paranoia-1.1.0/lib /usr/lib/ruby/gems/1.8/gems/paranoia-1.1.0/lib/paranoia /usr/lib/ruby/gems/1.8/gems/paranoia-1.1.0/lib/paranoia.rb /usr/lib/ruby/gems/1.8/gems/paranoia-1.1.0/lib/paranoia/version.rb /usr/lib/ruby/gems/1.8/specifications/paranoia-1.1.0.gemspec
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 07:02:49 2013