paranoia
Deletion mechanism
Provides a way to implement soft deletion of records in a Rails application by adding a deleted_at timestamp field
acts_as_paranoid for Rails 5, 6 and 7
3k stars
32 watching
530 forks
Language: Ruby
last commit: 11 months ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A plugin to temporarily hide records in a database without deleting them. | 1,477 |
| | A Ruby gem that adds object-based searching to Rails applications. | 5,693 |
| | Adds batch restore and archive actions to ActiveAdmin resource index pages | 29 |
| | A library that logs all changes to your models in a version-controlled audit trail | 3,407 |
| | Provides a simple and well-tested Rails authentication system with email and password support | 3,709 |
| | Protects web applications from abusive requests by defining rules to block or throttle unwanted traffic | 5,577 |
| | An ActiveRecord mixin for safely destroying model records without deleting associated data | 349 |
| | Tools and strategies for cleaning and preparing databases for testing in Ruby applications. | 2,936 |
| | Catches potentially dangerous database operations in development and prevents them from running by default. | 4,094 |
| | Automates common code review chores and codifies team norms. | 5,473 |
| | A library that provides role management capabilities with resource scoping for authorization | 3,170 |
| | A tool that scans Ruby on Rails applications for potential security vulnerabilities. | 7,033 |
| | Analyzes network traffic to detect command and control communication behaviors. | 2,509 |
| | An educational insecure Rails application used to simulate security vulnerabilities and test secure coding practices. | 3 |
| | An extendable Ruby on Rails CMS for managing websites without requiring extensive technical expertise. | 3,906 |