1

I want to trace my rails application such as who created the data,who made the changes with that and what is its old and new value. Let me know which gem is suitable for that.I'm using paper_trail but not able to see the changes.

edgerunner
  • 14,873
  • 2
  • 57
  • 69

2 Answers2

3

Try Audit_log gem. And check here and here also for better understanding

Community
  • 1
  • 1
Jak
  • 2,893
  • 3
  • 19
  • 33
1

You can use Audit Rails gem too for this.

AnkitG
  • 6,438
  • 7
  • 44
  • 72