Acts As Activity Logged plugin

Plugin details

acts_as_activity_logged is a plugin designed to record all activity made on a model, including the user and referenced models.

Websitehttp://aaal.fearoffish.co.uk/ Repositorysvn://svn.fearoffish.co.uk/acts_as_activity_logged/trunk Author Jamie Van Dyke Tags activity, log LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install svn://svn.fearoffish.co.uk/acts_as_activity_logged/trunk

The most basic way of getting going is to add acts_as_activity_logged to the model you want to watch activity on. This will log the action that was performed (create/update/destroy) on the model, and the type of model.

  class Post < ActiveRecord::Base
    acts_as_activity_logged
  end

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago