Skip to content
railsengines.com

Loggable Activity

LoggableActivity is a Ruby gem for Rails applications that records user activities and protects sensitive data

No ratings yet
Gem
loggable_activity
Repository
LoggableActivity/LoggableActivity
License
MIT
Stars
26
Added
August 12, 2026

About

LoggableActivity is a Ruby gem for Rails applications that records user activities and protects sensitive data.

Beside the journal in the db, an activity log is kept so it is possible to track how the journal is used. At some point in time the patients data from the DB and the activity log has to be removed according to GDPR.

What you get

  • Just add the gem and mount the engine and you have a cool looking activity log.
  • Easy and simple to customize and configure
  • All data are encrypted, and sanitized automatically when needed.

Installing it

ruby
# Gemfile
gem "loggable_activity"

Details

26 stars on GitHub · MIT licensed · maintained by LoggableActivity. Source: https://github.com/LoggableActivity/LoggableActivity

Discussion (0)

Sign in to join the discussion.

No comments yet.