Sha256: cbdb4cd65156116dbd0e6ca77f231114410ad73a3c2e221594c17081823cddfd
Contents?: true
Size: 557 Bytes
Versions: 2
Compression:
Stored size: 557 Bytes
Contents
== Overview Provides audit logging features for controllers. Audit logging is written to a database table with the request URI, requestor IP address, date/time stamp, and user ID (provided by the application). == Installation First, install the gem: * gem install auditor Second, generate the model for recording audit log entries: * rails generate auditor Third, run the model migration: * rake db:migrate Fourth, add the following line to any controller you want audited (or to application_controller to have it apply globally): * is_audited
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
request-auditor-0.0.3 | README.rdoc |
request-auditor-0.0.1 | README.rdoc |