What problem does it solve?
Rails applications handling EU resident personal data often lack built-in GDPR compliance workflows, leading to legal risk, regulatory fines, and costly retrofitting of required features like data export, erasure, and consent management.
Core Features & Use Cases
- DSAR Export: Build self-service data export endpoints that deliver full user data bundles within GDPR's 30-day deadline.
- Right to Erasure: Implement anonymisation workflows that scrub personal data while retaining required records for legal obligations, with audit logs that survive erasure.
- Consent & Lawful Basis Tracking: Record user consent timestamps, IP addresses, and lawful basis for all personal data fields to meet regulatory requirements.
- Use Case: For a Rails e-commerce app with EU customers, use this skill to add a user privacy portal that handles data download and account deletion requests automatically.
Quick Start
Use the gdpr-rails skill to implement a DSAR export service and user erasure workflow for my Rails application that handles EU customer data.