content_flagging 1.0.2
ContentFlagging provides automatic content moderation for Rails applications through community flagging. When content receives too many flags, it's automatically hidden from default scopes - just like acts_as_paranoid for deleted records. Features configurable thresholds, thread-safe counters, polymorphic flagging, and comprehensive admin tools. Perfect for user-generated content platforms.
Gemfile:
=
install:
=
Runtime Dependencies (3):
Development Dependencies (12):
bundler
~> 2.0
factory_bot_rails
~> 6.0
mysql2
~> 0.5
pg
~> 1.0
rails
>= 6.0
rake
~> 13.0
rspec
~> 3.0
rspec-rails
~> 5.0
rubocop
~> 1.0
rubocop-rails
~> 2.0
simplecov
~> 0.21
sqlite3
~> 1.4