Looking for a gem to “log user access” for HIPAA (and other) compliance. I guess this means tracking logins, logouts, and everything that the user does in between.
Are there any recommended gems to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Rails already does logging, so the best solution was to add the following to the existing logs:
Although the log is not the easiest data to analyze, there are no requirements about about it so it doesn’t matter.