Activity
Activity is a rails engine that enables you to log actions by users on your models.
Example
class Comment < ActiveRecord::Base
actionable :user_id
# Your comment model here
end
Copyright © 2010 Joshua Wood (joshuawood.net), released under the MIT license