acts-as-audited Questions

6

Solved

Background Details I am using Devise for authentication to login to a Rails 5 application. Whenever I bundle either the Audited or Paper Trail gem, when I attempt to #create a new session (via t...
Encase asked 11/4, 2017 at 21:0

2

Solved

I have Audited (formerly acts_as_audited) setup and working. The user_id is successfully saved in the audit table but I can't figure out an efficient way to save the tenant_id (I have multitenancy ...

2

Solved

I am using the Audited gem in my application for tracking user log. Everything is working fine except for current user tracking. In my case, I have 2 models: Instructor and Student. Instructor wil...
Haman asked 6/1, 2018 at 9:10

3

Solved

I am using audited to track changes for a model called Page. I would like to be able to find all audits associated with a certain user (via user_id in the audits table). How can I do that? So far,...
Elocution asked 8/7, 2012 at 13:58
1

© 2022 - 2024 — McMap. All rights reserved.