Hello people

I want to know if there is a gem or a plug-in for storing historical
access data for an app in rails 3.0.9

the idea is:

    - a user logs-in to the system
    - then, the user make some actions (show, create, update, etc.) in
differents controllers

So I need to store

   - user id
   - class name
   - controler name
   - action name
   - object id (this is the object that has been created, updated,
showed, etc.)
   - date_time

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to