Tagged Questions
3
votes
1answer
863 views
Ruby on Rails: How to track changes like StackOverflow implements its revision history?
If I were to implement a system identical to the StackOverflow question revision history using Ruby on Rails, what would I need to do in order to achieve that? I am creating a site that acts like a ...