-
Just an FYI: While I agree that the blueprinter gem is awesome, there are currently no active maintainers: https://github.com/procore/blueprinter/issues/288
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
bundler-audit - check for known security issues
-
discard - a soft-delete implementation that avoids a lot of the gotchas associated with paranoia or acts_as_paranoid gem.
-
It fails deadly -- forgetting to pass an instance grants unintended access, and this problem is so bad they have a document explaining how to avoid it. If you use a permission in an unintended way, it should not grant access.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Access control gem for your Rails application (the 2nd)
-
Rails Built-in Rate Limiting: A Deep Dive
-
Bringing AI Agent Capabilities to Ruby with MCP
-
[Rails] How We Reduced API Response Rendering Time by 30%
-
What are some common strategies for preventing SQL injection vulnerabilities in Rails beyond ActiveRecord?