audit_record 0.1.1
A simple gem built for Rails 3+ which creates an audit when events that you configure occur. The events you can audit are: 1. Attributes changing in a model 2. Methods called on a model 3. Methods called on some other class like a controller.
Gemfile:
=
install:
=
Development Dependencies (16):
bundler
~> 1.1.1
guard
>= 0
guard-bundler
>= 0
guard-spork
>= 0
guard-test
>= 0
jeweler
~> 1.8.3
rails
>= 0
rb-fchange
>= 0
rb-fsevent
>= 0
rb-inotify
>= 0
rdoc
~> 3.12
ruby-debug19
>= 0
shoulda
>= 0
simplecov
>= 0
spork
> 0.9.0.rc
sqlite3
>= 0