How to create a changelog?

Posted by Jasper Kennis on Stack Overflow See other posts from Stack Overflow or by Jasper Kennis
Published on 2011-01-14T11:49:42Z Indexed on 2011/01/14 11:53 UTC
Read the original article Hit count: 181

Filed under:

I'm building a site that shows changes in deals that we have in our db. For example, if a deals status changes from pending to win, I want to show it, and if the value goes up or down, I want to show it, that kind of thing. Also, if you open the overview page, I want it to show the history of changes. So I need some kind of change logging, to be able to look in the past. How do I do this?

It is a rails project, but I think that's irrelevant.

© Stack Overflow or respective owner

Related posts about changelog