acts_as_activity_logged

This was a very helpful rails plugin for my current project. It allows you to log whenever a object is added, modified or removed and who the action was performed by. I did make a couple changes to the plugin to be more in line with Rails 2. First I modified the [...]