Sign in

Protect and secure the privacy of users

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

Try it out with the credentials below or sign up for a new account.

Username:
elvis@example.com
Password:
password1234
Username:
freddie@example.com
Password:
password1234
  • Click around Users/Addresses/Clubs/Journals in the top menu
  • Select some thing to look at
  • Look in the activity log to see what has been logged.
  • Try to update something and see what is logged.
  • Notice that there are relations between the users and clubs.
  • Try to delete a club that has a user and see what is logged.
Who did what and when?
Supervisors and administrators can monitor and track how data are used and manipulated. Every time data in the database are at play, the LoggableActivity gem can record it, making it possible to track who did what and when.
Protect sensitive data
The LoggableActivity gem is designed to protect and secure the privacy of data stored in the Activity Log. When a user requests deletion of their account, the LoggableActivity gem will remove sensitive data protected by GDPR from the Activity Log.
Log related data
When users interact with the system, the data in context often has many sources. You can log data from multiple relations in one go. It is easy to configure what to log and how records are related.

Prepared for GDPR compliance

Respecrt for user's privacy
When a data owner request deletion of their account, the LoggableActivity gem will remove sensitive data protected by GDPR from the Activity Log. Even when the log contains data from multiple relations, it will make sure that the data is removed in a GDPR compliant way.
Download
Try this demo app on your local computer.

Contact us

If you have any questions or need help, please contact us at the clack channel

Integrate it in your Rails application