awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rubysherpas avatar

rubysherpas/paranoia

0
View on GitHub↗
2,917 stars·528 forks·Ruby·9 views

Paranoia

acts_as_paranoid for Rails 5, 6 and 7

Features

  • Model Enhancements - Soft-delete functionality for ActiveRecord records.

Star history

Star history chart for rubysherpas/paranoiaStar history chart for rubysherpas/paranoia

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does rubysherpas/paranoia do?

actsasparanoid for Rails 5, 6 and 7

What are the main features of rubysherpas/paranoia?

The main features of rubysherpas/paranoia are: Model Enhancements.

Which projects share features with rubysherpas/paranoia?

Projects with overlapping indexed features include: aasm/aasm — This library provides a framework for defining finite state machines within Ruby classes to manage complex object… brainspec/enumerize — Enumerated attributes with I18n and ActiveRecord/Mongoid support. djreimer/sequenced — Generate scoped sequential IDs for ActiveRecord models. globalize/globalize — Rails I18n de-facto standard library for ActiveRecord model/data translation. kaize/validates — Collection of useful custom validators for Rails applications, including:. salsify/goldiloader — Just the right amount of Rails eager loading.

Projects sharing features with Paranoia

These projects share indexed features with Paranoia. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • aasm/aasmaasm avatar

    aasm/aasm

    5,219View on GitHub↗

    This library provides a framework for defining finite state machines within Ruby classes to manage complex object lifecycles. It functions as a declarative workflow engine, allowing developers to model object states, events, and transitions through a readable domain-specific language. By integrating directly with database persistence layers, the framework ensures that state changes are synchronized with storage records while maintaining data integrity through transaction management and row locking. The library distinguishes itself by enforcing strict business rules through conditional transit

    Ruby
    View on GitHub↗5,219
  • brainspec/enumerizebrainspec avatar

    brainspec/enumerize

    1,763View on GitHub↗

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Ruby
    View on GitHub↗1,763
  • djreimer/sequenceddjreimer avatar

    djreimer/sequenced

    406View on GitHub↗

    Generate scoped sequential IDs for ActiveRecord models

    Ruby
    View on GitHub↗406
  • globalize/globalizeglobalize avatar

    globalize/globalize

    2,157View on GitHub↗

    Rails I18n de-facto standard library for ActiveRecord model/data translation.

    Ruby
    View on GitHub↗2,157
Compare all 6 related projects→