I''m looking for a way to generate some sort of logging/auditing of
various events in my application, such as:
- user logged in
- user logged out
- user clicked on a certain link
- password attempt was wrong
etc. For each, a numeric code along with some data (i.e. the username)
would be great. Or even some sort of hash stored in the data field
would be good. Another table could link the ID to a user friendly
description, severity and event type for display.
I''d then present the admin a view of this by using find() with the
parameter of the chosen event, or all events, etc.
I could code it up myself but is there already something out there that
can do this for me?
Thanks!
--
Posted via http://www.ruby-forum.com/.